##// END OF EJS Templates
monoblue: make the size of line links bigger to cover line numbers better...
av6 -
r26667:721274ce default
parent child Browse files
Show More
@@ -1,550 +1,554
1 /*** Initial Settings ***/
1 /*** Initial Settings ***/
2 * {
2 * {
3 margin: 0;
3 margin: 0;
4 padding: 0;
4 padding: 0;
5 font-weight: normal;
5 font-weight: normal;
6 font-style: normal;
6 font-style: normal;
7 }
7 }
8
8
9 html {
9 html {
10 font-size: 100%;
10 font-size: 100%;
11 font-family: sans-serif;
11 font-family: sans-serif;
12 }
12 }
13
13
14 body {
14 body {
15 font-size: 77%;
15 font-size: 77%;
16 margin: 15px 50px;
16 margin: 15px 50px;
17 background: #4B4B4C;
17 background: #4B4B4C;
18 }
18 }
19
19
20 a {
20 a {
21 color:#0000cc;
21 color:#0000cc;
22 text-decoration: none;
22 text-decoration: none;
23 }
23 }
24 /*** end of Initial Settings ***/
24 /*** end of Initial Settings ***/
25
25
26
26
27 /** common settings **/
27 /** common settings **/
28 div#container {
28 div#container {
29 background: #FFFFFF;
29 background: #FFFFFF;
30 position: relative;
30 position: relative;
31 color: #666;
31 color: #666;
32 }
32 }
33
33
34 div.page-header {
34 div.page-header {
35 padding: 50px 20px 0;
35 padding: 50px 20px 0;
36 background: #006699 top left repeat-x;
36 background: #006699 top left repeat-x;
37 position: relative;
37 position: relative;
38 }
38 }
39 div.page-header h1 {
39 div.page-header h1 {
40 margin: 10px 0 30px;
40 margin: 10px 0 30px;
41 font-size: 1.8em;
41 font-size: 1.8em;
42 font-weight: bold;
42 font-weight: bold;
43 font-family: osaka,'MS P Gothic', Georgia, serif;
43 font-family: osaka,'MS P Gothic', Georgia, serif;
44 letter-spacing: 1px;
44 letter-spacing: 1px;
45 color: #DDD;
45 color: #DDD;
46 }
46 }
47 div.page-header h1 a {
47 div.page-header h1 a {
48 font-weight: bold;
48 font-weight: bold;
49 color: #FFF;
49 color: #FFF;
50 }
50 }
51 div.page-header a {
51 div.page-header a {
52 text-decoration: none;
52 text-decoration: none;
53 }
53 }
54
54
55 div.page-header form {
55 div.page-header form {
56 float: right;
56 float: right;
57 margin-top: -2px;
57 margin-top: -2px;
58 }
58 }
59 div.page-header form label {
59 div.page-header form label {
60 color: #DDD;
60 color: #DDD;
61 }
61 }
62 div.page-header form input {
62 div.page-header form input {
63 padding: 2px;
63 padding: 2px;
64 border: solid 1px #DDD;
64 border: solid 1px #DDD;
65 }
65 }
66 div.page-header form dl {
66 div.page-header form dl {
67 overflow: hidden;
67 overflow: hidden;
68 }
68 }
69 div.page-header form dl dt {
69 div.page-header form dl dt {
70 font-size: 1.2em;
70 font-size: 1.2em;
71 }
71 }
72 div.page-header form dl dt,
72 div.page-header form dl dt,
73 div.page-header form dl dd {
73 div.page-header form dl dd {
74 margin: 0 0 0 5px;
74 margin: 0 0 0 5px;
75 float: left;
75 float: left;
76 height: 24px;
76 height: 24px;
77 line-height: 20px;
77 line-height: 20px;
78 }
78 }
79
79
80 ul.page-nav {
80 ul.page-nav {
81 margin: 10px 0 0 0;
81 margin: 10px 0 0 0;
82 list-style-type: none;
82 list-style-type: none;
83 overflow: hidden;
83 overflow: hidden;
84 }
84 }
85 ul.page-nav li {
85 ul.page-nav li {
86 margin: 0 2px 0 0;
86 margin: 0 2px 0 0;
87 float: left;
87 float: left;
88 width: 80px;
88 width: 80px;
89 height: 24px;
89 height: 24px;
90 font-size: 1.1em;
90 font-size: 1.1em;
91 line-height: 24px;
91 line-height: 24px;
92 text-align: center;
92 text-align: center;
93 }
93 }
94 ul.page-nav li.current {
94 ul.page-nav li.current {
95 background: #FFF;
95 background: #FFF;
96 }
96 }
97 ul.page-nav li a {
97 ul.page-nav li a {
98 height: 24px;
98 height: 24px;
99 color: #666;
99 color: #666;
100 background: #DDD;
100 background: #DDD;
101 display: block;
101 display: block;
102 text-decoration: none;
102 text-decoration: none;
103 }
103 }
104 ul.page-nav li a:hover {
104 ul.page-nav li a:hover {
105 color:#333;
105 color:#333;
106 background: #FFF;
106 background: #FFF;
107 }
107 }
108
108
109 ul.submenu {
109 ul.submenu {
110 margin: 10px 0 -10px 20px;
110 margin: 10px 0 -10px 20px;
111 list-style-type: none;
111 list-style-type: none;
112 }
112 }
113 ul.submenu li {
113 ul.submenu li {
114 margin: 0 10px 0 0;
114 margin: 0 10px 0 0;
115 font-size: 1.2em;
115 font-size: 1.2em;
116 display: inline;
116 display: inline;
117 }
117 }
118
118
119 h2 {
119 h2 {
120 margin: 20px 0 10px;
120 margin: 20px 0 10px;
121 height: 30px;
121 height: 30px;
122 line-height: 30px;
122 line-height: 30px;
123 text-indent: 20px;
123 text-indent: 20px;
124 background: #FFF;
124 background: #FFF;
125 font-size: 1.2em;
125 font-size: 1.2em;
126 border-top: dotted 1px #D5E1E6;
126 border-top: dotted 1px #D5E1E6;
127 font-weight: bold;
127 font-weight: bold;
128 }
128 }
129 h2.no-link {
129 h2.no-link {
130 color:#006699;
130 color:#006699;
131 }
131 }
132 h2.no-border {
132 h2.no-border {
133 color: #FFF;
133 color: #FFF;
134 background: #006699;
134 background: #006699;
135 border: 0;
135 border: 0;
136 }
136 }
137 h2 a {
137 h2 a {
138 font-weight:bold;
138 font-weight:bold;
139 color:#006699;
139 color:#006699;
140 }
140 }
141
141
142 div.page-path {
142 div.page-path {
143 text-align: right;
143 text-align: right;
144 padding: 20px 30px 10px 0;
144 padding: 20px 30px 10px 0;
145 border:solid #d9d8d1;
145 border:solid #d9d8d1;
146 border-width:0px 0px 1px;
146 border-width:0px 0px 1px;
147 font-size: 1.2em;
147 font-size: 1.2em;
148 }
148 }
149
149
150 div.page-footer {
150 div.page-footer {
151 margin: 50px 0 0;
151 margin: 50px 0 0;
152 position: relative;
152 position: relative;
153 }
153 }
154 div.page-footer p {
154 div.page-footer p {
155 position: relative;
155 position: relative;
156 padding-left: 20px;
156 padding-left: 20px;
157 bottom: 5px;
157 bottom: 5px;
158 font-size: 1.2em;
158 font-size: 1.2em;
159 }
159 }
160
160
161 ul.rss-logo {
161 ul.rss-logo {
162 position: absolute;
162 position: absolute;
163 top: -10px;
163 top: -10px;
164 right: 20px;
164 right: 20px;
165 height: 20px;
165 height: 20px;
166 list-style-type: none;
166 list-style-type: none;
167 }
167 }
168 ul.rss-logo li {
168 ul.rss-logo li {
169 display: inline;
169 display: inline;
170 }
170 }
171 ul.rss-logo li a {
171 ul.rss-logo li a {
172 padding: 3px 6px;
172 padding: 3px 6px;
173 line-height: 10px;
173 line-height: 10px;
174 border:1px solid;
174 border:1px solid;
175 border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e;
175 border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e;
176 color:#ffffff;
176 color:#ffffff;
177 background-color:#ff6600;
177 background-color:#ff6600;
178 font-weight:bold;
178 font-weight:bold;
179 font-family:sans-serif;
179 font-family:sans-serif;
180 font-size:10px;
180 font-size:10px;
181 text-align:center;
181 text-align:center;
182 text-decoration:none;
182 text-decoration:none;
183 }
183 }
184 div.rss-logo li a:hover {
184 div.rss-logo li a:hover {
185 background-color:#ee5500;
185 background-color:#ee5500;
186 }
186 }
187
187
188 p.normal {
188 p.normal {
189 margin: 20px 0 20px 30px;
189 margin: 20px 0 20px 30px;
190 font-size: 1.2em;
190 font-size: 1.2em;
191 }
191 }
192
192
193 table {
193 table {
194 margin: 10px 0 0 20px;
194 margin: 10px 0 0 20px;
195 width: 95%;
195 width: 95%;
196 border-collapse: collapse;
196 border-collapse: collapse;
197 }
197 }
198 table tr td {
198 table tr td {
199 font-size: 1.1em;
199 font-size: 1.1em;
200 }
200 }
201 table tr td.nowrap {
201 table tr td.nowrap {
202 white-space: nowrap;
202 white-space: nowrap;
203 }
203 }
204 table tr td.closed {
204 table tr td.closed {
205 background-color: #99f;
205 background-color: #99f;
206 }
206 }
207 /*
207 /*
208 table tr.parity0:hover,
208 table tr.parity0:hover,
209 table tr.parity1:hover {
209 table tr.parity1:hover {
210 background: #D5E1E6;
210 background: #D5E1E6;
211 }
211 }
212 */
212 */
213 table tr.parity0 {
213 table tr.parity0 {
214 background: #F1F6F7;
214 background: #F1F6F7;
215 }
215 }
216 table tr.parity1 {
216 table tr.parity1 {
217 background: #FFFFFF;
217 background: #FFFFFF;
218 }
218 }
219 table tr td {
219 table tr td {
220 padding: 5px 5px;
220 padding: 5px 5px;
221 }
221 }
222 table.annotated tr td {
222 table.annotated tr td {
223 padding: 0px 5px;
223 padding: 0px 5px;
224 }
224 }
225
225
226 span.logtags span {
226 span.logtags span {
227 padding: 2px 6px;
227 padding: 2px 6px;
228 font-weight: normal;
228 font-weight: normal;
229 font-size: 11px;
229 font-size: 11px;
230 border: 1px solid;
230 border: 1px solid;
231 background-color: #ffaaff;
231 background-color: #ffaaff;
232 border-color: #ffccff #ff00ee #ff00ee #ffccff;
232 border-color: #ffccff #ff00ee #ff00ee #ffccff;
233 }
233 }
234 span.logtags span.tagtag {
234 span.logtags span.tagtag {
235 background-color: #ffffaa;
235 background-color: #ffffaa;
236 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
236 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
237 }
237 }
238 span.logtags span.branchtag {
238 span.logtags span.branchtag {
239 background-color: #aaffaa;
239 background-color: #aaffaa;
240 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
240 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
241 }
241 }
242 span.logtags span.inbranchtag {
242 span.logtags span.inbranchtag {
243 background-color: #d5dde6;
243 background-color: #d5dde6;
244 border-color: #e3ecf4 #9398f4 #9398f4 #e3ecf4;
244 border-color: #e3ecf4 #9398f4 #9398f4 #e3ecf4;
245 }
245 }
246 span.logtags span.bookmarktag {
246 span.logtags span.bookmarktag {
247 background-color: #afdffa;
247 background-color: #afdffa;
248 border-color: #ccecff #46ace6 #46ace6 #ccecff;
248 border-color: #ccecff #46ace6 #46ace6 #ccecff;
249 }
249 }
250
250
251 div.diff pre {
251 div.diff pre {
252 margin: 10px 0 0 0;
252 margin: 10px 0 0 0;
253 }
253 }
254 div.diff pre span {
254 div.diff pre span {
255 font-family: monospace;
255 font-family: monospace;
256 white-space: pre;
256 white-space: pre;
257 font-size: 1.2em;
257 font-size: 1.2em;
258 }
258 }
259 div.diffblocks { counter-reset: lineno; }
259 div.diffblocks { counter-reset: lineno; }
260 div.diffblock { counter-increment: lineno; }
260 div.diffblock { counter-increment: lineno; }
261 span.difflineplus { color:#008800; }
261 span.difflineplus { color:#008800; }
262 span.difflineminus { color:#cc0000; }
262 span.difflineminus { color:#cc0000; }
263 span.difflineat { color:#990099; }
263 span.difflineat { color:#990099; }
264
264
265 pre.sourcelines { position: relative; counter-reset: lineno; }
265 pre.sourcelines {
266 position: relative;
267 counter-reset: lineno;
268 font-size: 1.2em;
269 }
266 pre.sourcelines > span {
270 pre.sourcelines > span {
267 display: inline-block;
271 display: inline-block;
268 box-sizing: border-box;
272 box-sizing: border-box;
269 width: 100%;
273 width: 100%;
270 padding: 0 0 0 5em;
274 padding: 0 0 0 5em;
271 font-size: 1.2em;
272 counter-increment: lineno;
275 counter-increment: lineno;
273 vertical-align: top;
276 vertical-align: top;
274 }
277 }
275 div.source > pre.sourcelines > span {
278 div.source > pre.sourcelines > span {
276 padding: 1px 1px 1px 5em;
279 padding: 1px 1px 1px 5em;
277 }
280 }
278 pre.sourcelines > span:before {
281 pre.sourcelines > span:before {
279 -moz-user-select: -moz-none;
282 -moz-user-select: -moz-none;
280 -khtml-user-select: none;
283 -khtml-user-select: none;
281 -webkit-user-select: none;
284 -webkit-user-select: none;
282 -ms-user-select: none;
285 -ms-user-select: none;
283 user-select: none;
286 user-select: none;
284 display: inline-block;
287 display: inline-block;
285 margin-left: -5em;
288 margin-left: -5em;
286 width: 4em;
289 width: 4em;
287 color: #999;
290 color: #999;
288 text-align: right;
291 text-align: right;
289 content: counters(lineno,".");
292 content: counters(lineno,".");
290 float: left;
293 float: left;
291 }
294 }
292 pre.sourcelines > a {
295 pre.sourcelines > a {
293 display: inline-block;
296 display: inline-block;
294 position: absolute;
297 position: absolute;
295 left: 0px;
298 left: 0px;
296 width: 4em;
299 width: 4em;
297 height: 1em;
300 height: 1em;
301 padding: 0.15em;
298 }
302 }
299 pre.sourcelines.stripes > :nth-child(4n+1) { background-color: #F1F6F7; }
303 pre.sourcelines.stripes > :nth-child(4n+1) { background-color: #F1F6F7; }
300 pre.sourcelines.stripes > :nth-child(4n+3) { background-color: #FFFFFF; }
304 pre.sourcelines.stripes > :nth-child(4n+3) { background-color: #FFFFFF; }
301 pre.sourcelines.stripes > :nth-child(4n+1):hover,
305 pre.sourcelines.stripes > :nth-child(4n+1):hover,
302 pre.sourcelines.stripes > :nth-child(4n+3):hover { background-color: #D5E1E6; }
306 pre.sourcelines.stripes > :nth-child(4n+3):hover { background-color: #D5E1E6; }
303 tr:target td,
307 tr:target td,
304 pre.sourcelines > span:target,
308 pre.sourcelines > span:target,
305 pre.sourcelines.stripes > span:target {
309 pre.sourcelines.stripes > span:target {
306 background-color: #bfdfff;
310 background-color: #bfdfff;
307 }
311 }
308
312
309 td.source {
313 td.source {
310 white-space: pre;
314 white-space: pre;
311 margin: 10px 30px 0;
315 margin: 10px 30px 0;
312 font-size: 1.2em;
316 font-size: 1.2em;
313 font-family: monospace;
317 font-family: monospace;
314 }
318 }
315 .linenr {
319 .linenr {
316 color: #999;
320 color: #999;
317 text-align: right;
321 text-align: right;
318 }
322 }
319 .lineno {
323 .lineno {
320 text-align: right;
324 text-align: right;
321 }
325 }
322 .lineno a {
326 .lineno a {
323 color: #999;
327 color: #999;
324 }
328 }
325 td.linenr {
329 td.linenr {
326 width: 60px;
330 width: 60px;
327 }
331 }
328
332
329 div#powered-by {
333 div#powered-by {
330 position: absolute;
334 position: absolute;
331 width: 75px;
335 width: 75px;
332 top: 15px;
336 top: 15px;
333 right: 20px;
337 right: 20px;
334 font-size: 1.2em;
338 font-size: 1.2em;
335 }
339 }
336 div#powered-by a {
340 div#powered-by a {
337 color: #EEE;
341 color: #EEE;
338 text-decoration: none;
342 text-decoration: none;
339 }
343 }
340 div#powered-by a:hover {
344 div#powered-by a:hover {
341 text-decoration: underline;
345 text-decoration: underline;
342 }
346 }
343 /** end of common settings **/
347 /** end of common settings **/
344
348
345 /** summary **/
349 /** summary **/
346 dl.overview {
350 dl.overview {
347 margin: 0 0 0 30px;
351 margin: 0 0 0 30px;
348 font-size: 1.1em;
352 font-size: 1.1em;
349 overflow: hidden;
353 overflow: hidden;
350 }
354 }
351 dl.overview dt,
355 dl.overview dt,
352 dl.overview dd {
356 dl.overview dd {
353 margin: 5px 0;
357 margin: 5px 0;
354 float: left;
358 float: left;
355 }
359 }
356 dl.overview dt {
360 dl.overview dt {
357 clear: left;
361 clear: left;
358 font-weight: bold;
362 font-weight: bold;
359 width: 150px;
363 width: 150px;
360 }
364 }
361 /** end of summary **/
365 /** end of summary **/
362
366
363 /** chagelog **/
367 /** chagelog **/
364 h3.changelog {
368 h3.changelog {
365 margin: 20px 0 5px 30px;
369 margin: 20px 0 5px 30px;
366 padding: 0 0 2px;
370 padding: 0 0 2px;
367 font-size: 1.4em;
371 font-size: 1.4em;
368 border-bottom: dotted 1px #D5E1E6;
372 border-bottom: dotted 1px #D5E1E6;
369 }
373 }
370 ul.changelog-entry {
374 ul.changelog-entry {
371 margin: 0 0 10px 30px;
375 margin: 0 0 10px 30px;
372 list-style-type: none;
376 list-style-type: none;
373 position: relative;
377 position: relative;
374 }
378 }
375 ul.changelog-entry li span.revdate {
379 ul.changelog-entry li span.revdate {
376 font-size: 1.1em;
380 font-size: 1.1em;
377 }
381 }
378 ul.changelog-entry li.age {
382 ul.changelog-entry li.age {
379 position: absolute;
383 position: absolute;
380 top: -25px;
384 top: -25px;
381 right: 10px;
385 right: 10px;
382 font-size: 1.4em;
386 font-size: 1.4em;
383 color: #CCC;
387 color: #CCC;
384 font-weight: bold;
388 font-weight: bold;
385 font-style: italic;
389 font-style: italic;
386 }
390 }
387 ul.changelog-entry li span.name {
391 ul.changelog-entry li span.name {
388 font-size: 1.2em;
392 font-size: 1.2em;
389 font-weight: bold;
393 font-weight: bold;
390 }
394 }
391 ul.changelog-entry li.description {
395 ul.changelog-entry li.description {
392 margin: 10px 0 0;
396 margin: 10px 0 0;
393 font-size: 1.1em;
397 font-size: 1.1em;
394 }
398 }
395 /** end of changelog **/
399 /** end of changelog **/
396
400
397 /** file **/
401 /** file **/
398 p.files {
402 p.files {
399 margin: 0 0 0 20px;
403 margin: 0 0 0 20px;
400 font-size: 2.0em;
404 font-size: 2.0em;
401 font-weight: bold;
405 font-weight: bold;
402 }
406 }
403 /** end of file **/
407 /** end of file **/
404
408
405 /** changeset **/
409 /** changeset **/
406 h3.changeset {
410 h3.changeset {
407 margin: 20px 0 5px 20px;
411 margin: 20px 0 5px 20px;
408 padding: 0 0 2px;
412 padding: 0 0 2px;
409 font-size: 1.6em;
413 font-size: 1.6em;
410 border-bottom: dotted 1px #D5E1E6;
414 border-bottom: dotted 1px #D5E1E6;
411 }
415 }
412 p.changeset-age {
416 p.changeset-age {
413 position: relative;
417 position: relative;
414 }
418 }
415 p.changeset-age span {
419 p.changeset-age span {
416 position: absolute;
420 position: absolute;
417 top: -25px;
421 top: -25px;
418 right: 10px;
422 right: 10px;
419 font-size: 1.4em;
423 font-size: 1.4em;
420 color: #CCC;
424 color: #CCC;
421 font-weight: bold;
425 font-weight: bold;
422 font-style: italic;
426 font-style: italic;
423 }
427 }
424 p.description {
428 p.description {
425 margin: 10px 30px 0 30px;
429 margin: 10px 30px 0 30px;
426 padding: 10px;
430 padding: 10px;
427 border: solid 1px #CCC;
431 border: solid 1px #CCC;
428 font-size: 1.2em;
432 font-size: 1.2em;
429 }
433 }
430 /** end of changeset **/
434 /** end of changeset **/
431
435
432 /** canvas **/
436 /** canvas **/
433 div#wrapper {
437 div#wrapper {
434 position: relative;
438 position: relative;
435 font-size: 1.2em;
439 font-size: 1.2em;
436 }
440 }
437
441
438 canvas {
442 canvas {
439 position: absolute;
443 position: absolute;
440 z-index: 5;
444 z-index: 5;
441 top: -0.7em;
445 top: -0.7em;
442 }
446 }
443
447
444 ul#nodebgs li.parity0 {
448 ul#nodebgs li.parity0 {
445 background: #F1F6F7;
449 background: #F1F6F7;
446 }
450 }
447
451
448 ul#nodebgs li.parity1 {
452 ul#nodebgs li.parity1 {
449 background: #FFFFFF;
453 background: #FFFFFF;
450 }
454 }
451
455
452 ul#graphnodes {
456 ul#graphnodes {
453 position: absolute;
457 position: absolute;
454 z-index: 10;
458 z-index: 10;
455 top: 7px;
459 top: 7px;
456 list-style: none inside none;
460 list-style: none inside none;
457 }
461 }
458
462
459 ul#nodebgs {
463 ul#nodebgs {
460 list-style: none inside none;
464 list-style: none inside none;
461 }
465 }
462
466
463 ul#graphnodes li, ul#nodebgs li {
467 ul#graphnodes li, ul#nodebgs li {
464 height: 39px;
468 height: 39px;
465 }
469 }
466
470
467 ul#graphnodes li .info {
471 ul#graphnodes li .info {
468 display: block;
472 display: block;
469 position: relative;
473 position: relative;
470 }
474 }
471 /** end of canvas **/
475 /** end of canvas **/
472
476
473 /** comparison **/
477 /** comparison **/
474 .legend {
478 .legend {
475 margin-left: 20px;
479 margin-left: 20px;
476 padding: 1.5% 0 1.5% 0;
480 padding: 1.5% 0 1.5% 0;
477 }
481 }
478
482
479 .legendinfo {
483 .legendinfo {
480 border: 1px solid #999;
484 border: 1px solid #999;
481 font-size: 80%;
485 font-size: 80%;
482 text-align: center;
486 text-align: center;
483 padding: 0.5%;
487 padding: 0.5%;
484 }
488 }
485
489
486 .equal {
490 .equal {
487 background-color: #ffffff;
491 background-color: #ffffff;
488 }
492 }
489
493
490 .delete {
494 .delete {
491 background-color: #faa;
495 background-color: #faa;
492 color: #333;
496 color: #333;
493 }
497 }
494
498
495 .insert {
499 .insert {
496 background-color: #ffa;
500 background-color: #ffa;
497 }
501 }
498
502
499 .replace {
503 .replace {
500 background-color: #e8e8e8;
504 background-color: #e8e8e8;
501 }
505 }
502
506
503 .comparison {
507 .comparison {
504 overflow-x: auto;
508 overflow-x: auto;
505 }
509 }
506
510
507 .comparison table td {
511 .comparison table td {
508 padding: 0px 5px;
512 padding: 0px 5px;
509 }
513 }
510
514
511 .header th {
515 .header th {
512 font-weight: bold;
516 font-weight: bold;
513 }
517 }
514
518
515 .block {
519 .block {
516 border-top: 1px solid #999;
520 border-top: 1px solid #999;
517 }
521 }
518 /** end of comparison **/
522 /** end of comparison **/
519
523
520 .breadcrumb a:hover {
524 .breadcrumb a:hover {
521 text-decoration:underline;
525 text-decoration:underline;
522 }
526 }
523
527
524 .scroll-loading {
528 .scroll-loading {
525 -webkit-animation: change_color 1s linear 0s infinite alternate;
529 -webkit-animation: change_color 1s linear 0s infinite alternate;
526 -moz-animation: change_color 1s linear 0s infinite alternate;
530 -moz-animation: change_color 1s linear 0s infinite alternate;
527 -o-animation: change_color 1s linear 0s infinite alternate;
531 -o-animation: change_color 1s linear 0s infinite alternate;
528 animation: change_color 1s linear 0s infinite alternate;
532 animation: change_color 1s linear 0s infinite alternate;
529 }
533 }
530
534
531 @-webkit-keyframes change_color {
535 @-webkit-keyframes change_color {
532 from { background-color: #A0CEFF; } to { }
536 from { background-color: #A0CEFF; } to { }
533 }
537 }
534 @-moz-keyframes change_color {
538 @-moz-keyframes change_color {
535 from { background-color: #A0CEFF; } to { }
539 from { background-color: #A0CEFF; } to { }
536 }
540 }
537 @-o-keyframes change_color {
541 @-o-keyframes change_color {
538 from { background-color: #A0CEFF; } to { }
542 from { background-color: #A0CEFF; } to { }
539 }
543 }
540 @keyframes change_color {
544 @keyframes change_color {
541 from { background-color: #A0CEFF; } to { }
545 from { background-color: #A0CEFF; } to { }
542 }
546 }
543
547
544 .scroll-loading-error {
548 .scroll-loading-error {
545 background-color: #FFCCCC !important;
549 background-color: #FFCCCC !important;
546 }
550 }
547
551
548 #doc {
552 #doc {
549 margin: 0 30px;
553 margin: 0 30px;
550 }
554 }
General Comments 0
You need to be logged in to leave comments. Login now