##// END OF EJS Templates
paper: minor adjustments to table styles...
av6 -
r35480:6915f6a4 default
parent child Browse files
Show More
@@ -1,553 +1,553 b''
1 body {
1 body {
2 margin: 0;
2 margin: 0;
3 padding: 0;
3 padding: 0;
4 background: white;
4 background: white;
5 color: black;
5 color: black;
6 font-family: sans-serif;
6 font-family: sans-serif;
7 }
7 }
8
8
9 .container {
9 .container {
10 padding-left: 115px;
10 padding-left: 115px;
11 }
11 }
12
12
13 .main {
13 .main {
14 position: relative;
14 position: relative;
15 background: white;
15 background: white;
16 padding: 2em 2em 2em 0;
16 padding: 2em 2em 2em 0;
17 }
17 }
18
18
19 #.main {
19 #.main {
20 width: 98%;
20 width: 98%;
21 }
21 }
22
22
23 .overflow {
23 .overflow {
24 width: 100%;
24 width: 100%;
25 overflow: auto;
25 overflow: auto;
26 }
26 }
27
27
28 .menu {
28 .menu {
29 width: 90px;
29 width: 90px;
30 margin: 0;
30 margin: 0;
31 font-size: 80%;
31 font-size: 80%;
32 text-align: left;
32 text-align: left;
33 position: absolute;
33 position: absolute;
34 top: 20px;
34 top: 20px;
35 left: 20px;
35 left: 20px;
36 right: auto;
36 right: auto;
37 }
37 }
38
38
39 .menu ul {
39 .menu ul {
40 list-style: none;
40 list-style: none;
41 padding: 0;
41 padding: 0;
42 margin: 10px 0 0 0;
42 margin: 10px 0 0 0;
43 border-left: 2px solid #999;
43 border-left: 2px solid #999;
44 }
44 }
45
45
46 .menu li {
46 .menu li {
47 margin-bottom: 3px;
47 margin-bottom: 3px;
48 padding: 2px 4px;
48 padding: 2px 4px;
49 background: white;
49 background: white;
50 color: black;
50 color: black;
51 font-weight: normal;
51 font-weight: normal;
52 }
52 }
53
53
54 .menu li.active {
54 .menu li.active {
55 font-weight: bold;
55 font-weight: bold;
56 }
56 }
57
57
58 .menu img {
58 .menu img {
59 width: 75px;
59 width: 75px;
60 height: 90px;
60 height: 90px;
61 border: 0;
61 border: 0;
62 }
62 }
63
63
64 div.atom-logo {
64 div.atom-logo {
65 margin-top: 10px;
65 margin-top: 10px;
66 }
66 }
67
67
68 .atom-logo img{
68 .atom-logo img{
69 width: 14px;
69 width: 14px;
70 height: 14px;
70 height: 14px;
71 border: 0;
71 border: 0;
72 }
72 }
73
73
74 .menu a { color: black; display: block; }
74 .menu a { color: black; display: block; }
75
75
76 .search {
76 .search {
77 position: absolute;
77 position: absolute;
78 top: .7em;
78 top: .7em;
79 right: 2em;
79 right: 2em;
80 }
80 }
81
81
82 form.search div#hint {
82 form.search div#hint {
83 display: none;
83 display: none;
84 position: absolute;
84 position: absolute;
85 top: 40px;
85 top: 40px;
86 right: 0px;
86 right: 0px;
87 width: 190px;
87 width: 190px;
88 padding: 5px;
88 padding: 5px;
89 background: #ffc;
89 background: #ffc;
90 font-size: 70%;
90 font-size: 70%;
91 border: 1px solid yellow;
91 border: 1px solid yellow;
92 border-radius: 5px;
92 border-radius: 5px;
93 }
93 }
94
94
95 form.search:hover div#hint { display: block; }
95 form.search:hover div#hint { display: block; }
96
96
97 a { text-decoration:none; }
97 a { text-decoration:none; }
98 .age { white-space:nowrap; }
98 .age { white-space:nowrap; }
99 .date { white-space:nowrap; }
99 .date { white-space:nowrap; }
100 .indexlinks { white-space:nowrap; }
100 .indexlinks { white-space:nowrap; }
101 .parity0,
101 .parity0,
102 .stripes4 > :nth-child(4n+1),
102 .stripes4 > :nth-child(4n+1),
103 .stripes2 > :nth-child(2n+1) { background-color: #f0f0f0; }
103 .stripes2 > :nth-child(2n+1) { background-color: #f0f0f0; }
104 .parity1,
104 .parity1,
105 .stripes4 > :nth-child(4n+3),
105 .stripes4 > :nth-child(4n+3),
106 .stripes2 > :nth-child(2n+2) { background-color: white; }
106 .stripes2 > :nth-child(2n+2) { background-color: white; }
107 .plusline { color: green; }
107 .plusline { color: green; }
108 .minusline { color: #dc143c; } /* crimson */
108 .minusline { color: #dc143c; } /* crimson */
109 .atline { color: purple; }
109 .atline { color: purple; }
110
110
111 .diffstat-table {
111 .diffstat-table {
112 margin-top: 1em;
112 margin-top: 1em;
113 }
113 }
114 .diffstat-file {
114 .diffstat-file {
115 white-space: nowrap;
115 white-space: nowrap;
116 font-size: 90%;
116 font-size: 90%;
117 }
117 }
118 .diffstat-total {
118 .diffstat-total {
119 white-space: nowrap;
119 white-space: nowrap;
120 font-size: 90%;
120 font-size: 90%;
121 }
121 }
122 .diffstat-graph {
122 .diffstat-graph {
123 width: 100%;
123 width: 100%;
124 }
124 }
125 .diffstat-add {
125 .diffstat-add {
126 background-color: green;
126 background-color: green;
127 float: left;
127 float: left;
128 }
128 }
129 .diffstat-remove {
129 .diffstat-remove {
130 background-color: red;
130 background-color: red;
131 float: left;
131 float: left;
132 }
132 }
133
133
134 .navigate {
134 .navigate {
135 text-align: right;
135 text-align: right;
136 font-size: 60%;
136 font-size: 60%;
137 margin: 1em 0;
137 margin: 1em 0;
138 }
138 }
139
139
140 .phase {
140 .phase {
141 color: #999;
141 color: #999;
142 font-size: 70%;
142 font-size: 70%;
143 border-bottom: 1px dotted #999;
143 border-bottom: 1px dotted #999;
144 font-weight: normal;
144 font-weight: normal;
145 margin-left: .5em;
145 margin-left: .5em;
146 vertical-align: baseline;
146 vertical-align: baseline;
147 }
147 }
148
148
149 .obsolete {
149 .obsolete {
150 color: #999;
150 color: #999;
151 font-size: 70%;
151 font-size: 70%;
152 border-bottom: 1px dashed #999;
152 border-bottom: 1px dashed #999;
153 font-weight: normal;
153 font-weight: normal;
154 margin-left: .5em;
154 margin-left: .5em;
155 vertical-align: baseline;
155 vertical-align: baseline;
156 }
156 }
157
157
158 .instability {
158 .instability {
159 color: #000;
159 color: #000;
160 font-size: 70%;
160 font-size: 70%;
161 border-bottom: 1px solid #000;
161 border-bottom: 1px solid #000;
162 font-weight: normal;
162 font-weight: normal;
163 margin-left: .5em;
163 margin-left: .5em;
164 vertical-align: baseline;
164 vertical-align: baseline;
165 }
165 }
166
166
167 .tag {
167 .tag {
168 color: #999;
168 color: #999;
169 font-size: 70%;
169 font-size: 70%;
170 font-weight: normal;
170 font-weight: normal;
171 margin-left: .5em;
171 margin-left: .5em;
172 vertical-align: baseline;
172 vertical-align: baseline;
173 }
173 }
174
174
175 .branchhead {
175 .branchhead {
176 color: #000;
176 color: #000;
177 font-size: 80%;
177 font-size: 80%;
178 font-weight: normal;
178 font-weight: normal;
179 margin-left: .5em;
179 margin-left: .5em;
180 vertical-align: baseline;
180 vertical-align: baseline;
181 }
181 }
182
182
183 ul#graphnodes .branchhead {
183 ul#graphnodes .branchhead {
184 font-size: 75%;
184 font-size: 75%;
185 }
185 }
186
186
187 .branchname {
187 .branchname {
188 color: #000;
188 color: #000;
189 font-size: 60%;
189 font-size: 60%;
190 font-weight: normal;
190 font-weight: normal;
191 margin-left: .5em;
191 margin-left: .5em;
192 vertical-align: baseline;
192 vertical-align: baseline;
193 }
193 }
194
194
195 /* Common */
195 /* Common */
196 pre { margin: 0; }
196 pre { margin: 0; }
197
197
198 h2 { font-size: 120%; border-bottom: 1px solid #999; }
198 h2 { font-size: 120%; border-bottom: 1px solid #999; }
199 h2 a { color: #000; }
199 h2 a { color: #000; }
200 h3 {
200 h3 {
201 margin-top: +.7em;
201 margin-top: +.7em;
202 font-size: 100%;
202 font-size: 100%;
203 }
203 }
204
204
205 /* log and tags tables */
205 /* log and tags tables */
206 .bigtable {
206 .bigtable {
207 border-bottom: 1px solid #999;
207 border-bottom: 1px solid #999;
208 border-collapse: collapse;
208 border-collapse: collapse;
209 font-size: 90%;
209 font-size: 90%;
210 width: 100%;
210 width: 100%;
211 font-weight: normal;
211 font-weight: normal;
212 text-align: left;
212 text-align: left;
213 }
213 }
214
214
215 .bigtable td {
215 .bigtable td {
216 padding: 1px 4px;
216 vertical-align: top;
217 vertical-align: top;
217 }
218 }
218
219
219 .bigtable th {
220 .bigtable th {
220 padding: 1px 4px;
221 padding: 1px 4px;
221 border-bottom: 1px solid #999;
222 border-bottom: 1px solid #999;
222 }
223 }
223 .bigtable tr { border: none; }
224 .bigtable tr { border: none; }
224 .bigtable .age { width: 7em; }
225 .bigtable .age { width: 7em; }
225 .bigtable .author { width: 15em; }
226 .bigtable .author { width: 15em; }
226 .bigtable .description { }
227 .bigtable .description { }
227 .bigtable .description .base { font-size: 70%; float: right; line-height: 1.66; }
228 .bigtable .description .base { font-size: 70%; float: right; line-height: 1.66; }
228 .bigtable .node { width: 5em; font-family: monospace;}
229 .bigtable .node { width: 5em; font-family: monospace;}
229 .bigtable .permissions { width: 8em; text-align: left;}
230 .bigtable .permissions { width: 8em; text-align: left;}
230 .bigtable .size { width: 5em; text-align: right; }
231 .bigtable .size { width: 5em; text-align: right; }
231 .bigtable .annotate { text-align: right; }
232 .bigtable .annotate { text-align: right; }
232 .bigtable td.annotate { font-size: smaller; }
233 .bigtable td.annotate { font-size: smaller; }
233 .bigtable td.source { font-size: inherit; }
234 .bigtable td.source { font-size: inherit; }
234 tr.thisrev a { color:#999999; text-decoration: none; }
235 tr.thisrev a { color:#999999; text-decoration: none; }
235 tr.thisrev td.source { color:#009900; }
236 tr.thisrev td.source { color:#009900; }
236 td.annotate {
237 td.annotate {
237 white-space: nowrap;
238 white-space: nowrap;
238 }
239 }
239 div.annotate-info {
240 div.annotate-info {
240 z-index: 5;
241 z-index: 5;
241 display: none;
242 display: none;
242 position: absolute;
243 position: absolute;
243 background-color: #FFFFFF;
244 background-color: #FFFFFF;
244 border: 1px solid #999;
245 border: 1px solid #999;
245 text-align: left;
246 text-align: left;
246 color: #000000;
247 color: #000000;
247 padding: 5px;
248 padding: 5px;
248 }
249 }
249 div.annotate-info a { color: #0000FF; }
250 div.annotate-info a { color: #0000FF; }
250 td.annotate:hover div.annotate-info { display: inline; }
251 td.annotate:hover div.annotate-info { display: inline; }
251
252
252 #diffopts-form {
253 #diffopts-form {
253 font-size: smaller;
254 font-size: smaller;
254 color: #424242;
255 color: #424242;
255 padding-bottom: 10px;
256 padding-bottom: 10px;
256 display: none;
257 display: none;
257 }
258 }
258
259
259 .source, .sourcefirst {
260 .source, .sourcefirst {
260 font-family: monospace;
261 font-family: monospace;
261 white-space: pre;
262 white-space: pre;
262 padding: 1px 4px;
263 padding: 1px 4px;
263 font-size: 90%;
264 font-size: 90%;
264 }
265 }
265 .sourcefirst { border-bottom: 1px solid #999; font-weight: bold; }
266 .sourcefirst { border-bottom: 1px solid #999; font-weight: bold; }
266 .source a { color: #999; font-size: smaller; font-family: monospace;}
267 .source a { color: #999; font-size: smaller; font-family: monospace;}
267 .bottomline { border-bottom: 1px solid #999; }
268 .bottomline { border-bottom: 1px solid #999; }
268
269
269 .sourcelines {
270 .sourcelines {
270 font-size: 90%;
271 font-size: 90%;
271 position: relative;
272 position: relative;
272 counter-reset: lineno;
273 counter-reset: lineno;
273 }
274 }
274
275
275 .wrap > span {
276 .wrap > span {
276 white-space: pre-wrap;
277 white-space: pre-wrap;
277 }
278 }
278
279
279 .linewraptoggle {
280 .linewraptoggle {
280 float: right;
281 float: right;
281 }
282 }
282
283
283 .diffblocks { counter-reset: lineno; }
284 .diffblocks { counter-reset: lineno; }
284 .diffblocks > div { counter-increment: lineno; }
285 .diffblocks > div { counter-increment: lineno; }
285
286
286 .sourcelines > span {
287 .sourcelines > span {
287 display: inline-block;
288 display: inline-block;
288 box-sizing: border-box;
289 box-sizing: border-box;
289 width: 100%;
290 width: 100%;
290 padding: 1px 0px 1px 5em;
291 padding: 1px 0px 1px 5em;
291 counter-increment: lineno;
292 counter-increment: lineno;
292 }
293 }
293
294
294 .sourcelines > span:before {
295 .sourcelines > span:before {
295 -moz-user-select: -moz-none;
296 -moz-user-select: -moz-none;
296 -khtml-user-select: none;
297 -khtml-user-select: none;
297 -webkit-user-select: none;
298 -webkit-user-select: none;
298 -ms-user-select: none;
299 -ms-user-select: none;
299 user-select: none;
300 user-select: none;
300 display: inline-block;
301 display: inline-block;
301 margin-left: -6em;
302 margin-left: -6em;
302 width: 4em;
303 width: 4em;
303 font-size: smaller;
304 font-size: smaller;
304 color: #999;
305 color: #999;
305 text-align: right;
306 text-align: right;
306 content: counters(lineno, ".");
307 content: counters(lineno, ".");
307 float: left;
308 float: left;
308 }
309 }
309
310
310 .sourcelines > span:target, tr:target td {
311 .sourcelines > span:target, tr:target td {
311 background-color: #bfdfff;
312 background-color: #bfdfff;
312 }
313 }
313
314
314 /* Followlines */
315 /* Followlines */
315 tbody.sourcelines > tr.followlines-selected,
316 tbody.sourcelines > tr.followlines-selected,
316 pre.sourcelines > span.followlines-selected {
317 pre.sourcelines > span.followlines-selected {
317 background-color: #99C7E9;
318 background-color: #99C7E9;
318 }
319 }
319
320
320 div#followlines {
321 div#followlines {
321 background-color: #FFF;
322 background-color: #FFF;
322 border: 1px solid #999;
323 border: 1px solid #999;
323 padding: 5px;
324 padding: 5px;
324 position: fixed;
325 position: fixed;
325 }
326 }
326
327
327 div.followlines-cancel {
328 div.followlines-cancel {
328 text-align: right;
329 text-align: right;
329 }
330 }
330
331
331 div.followlines-cancel > button {
332 div.followlines-cancel > button {
332 line-height: 80%;
333 line-height: 80%;
333 padding: 0;
334 padding: 0;
334 border: 0;
335 border: 0;
335 border-radius: 2px;
336 border-radius: 2px;
336 background-color: inherit;
337 background-color: inherit;
337 font-weight: bold;
338 font-weight: bold;
338 }
339 }
339
340
340 div.followlines-cancel > button:hover {
341 div.followlines-cancel > button:hover {
341 color: #FFFFFF;
342 color: #FFFFFF;
342 background-color: #CF1F1F;
343 background-color: #CF1F1F;
343 }
344 }
344
345
345 div.followlines-link {
346 div.followlines-link {
346 margin: 2px;
347 margin: 2px;
347 margin-top: 4px;
348 margin-top: 4px;
348 font-family: sans-serif;
349 font-family: sans-serif;
349 }
350 }
350
351
351 .btn-followlines {
352 .btn-followlines {
352 display: none;
353 display: none;
353 cursor: pointer;
354 cursor: pointer;
354 box-sizing: content-box;
355 box-sizing: content-box;
355 font-size: 12px;
356 font-size: 12px;
356 width: 13px;
357 width: 13px;
357 height: 13px;
358 height: 13px;
358 border-radius: 3px;
359 border-radius: 3px;
359 margin: 0px;
360 margin: 0px;
360 margin-top: -2px;
361 margin-top: -2px;
361 padding: 0px;
362 padding: 0px;
362 background-color: #E5FDE5;
363 background-color: #E5FDE5;
363 border: 1px solid #9BC19B;
364 border: 1px solid #9BC19B;
364 font-family: monospace;
365 font-family: monospace;
365 text-align: center;
366 text-align: center;
366 line-height: 5px;
367 line-height: 5px;
367 }
368 }
368
369
369 tr .btn-followlines {
370 tr .btn-followlines {
370 position: absolute;
371 position: absolute;
371 }
372 }
372
373
373 span .btn-followlines {
374 span .btn-followlines {
374 float: left;
375 float: left;
375 }
376 }
376
377
377 span.followlines-select .btn-followlines {
378 span.followlines-select .btn-followlines {
378 margin-left: -1.5em;
379 margin-left: -1.5em;
379 }
380 }
380
381
381 .btn-followlines:hover {
382 .btn-followlines:hover {
382 transform: scale(1.2, 1.2);
383 transform: scale(1.2, 1.2);
383 }
384 }
384
385
385 .btn-followlines .followlines-plus {
386 .btn-followlines .followlines-plus {
386 color: green;
387 color: green;
387 }
388 }
388
389
389 .btn-followlines .followlines-minus {
390 .btn-followlines .followlines-minus {
390 color: red;
391 color: red;
391 }
392 }
392
393
393 .btn-followlines-end {
394 .btn-followlines-end {
394 background-color: #ffdcdc;
395 background-color: #ffdcdc;
395 }
396 }
396
397
397 .sourcelines tr:hover .btn-followlines,
398 .sourcelines tr:hover .btn-followlines,
398 .sourcelines span.followlines-select:hover > .btn-followlines {
399 .sourcelines span.followlines-select:hover > .btn-followlines {
399 display: inline;
400 display: inline;
400 }
401 }
401
402
402 .btn-followlines-hidden,
403 .btn-followlines-hidden,
403 .sourcelines tr:hover .btn-followlines-hidden {
404 .sourcelines tr:hover .btn-followlines-hidden {
404 display: none;
405 display: none;
405 }
406 }
406
407
407 .sourcelines > a {
408 .sourcelines > a {
408 display: inline-block;
409 display: inline-block;
409 position: absolute;
410 position: absolute;
410 left: 0px;
411 left: 0px;
411 width: 4em;
412 width: 4em;
412 height: 1em;
413 height: 1em;
413 }
414 }
414
415
415 .fileline { font-family: monospace; }
416 .fileline { font-family: monospace; }
416 .fileline img { border: 0; }
417 .fileline img { border: 0; }
417
418
418 .tagEntry .closed { color: #99f; }
419 .tagEntry .closed { color: #99f; }
419
420
420 /* Changeset entry */
421 /* Changeset entry */
421 #changesetEntry {
422 #changesetEntry {
422 border-collapse: collapse;
423 border-collapse: collapse;
423 font-size: 90%;
424 font-size: 90%;
424 width: 100%;
425 width: 100%;
425 margin-bottom: 1em;
426 margin-bottom: 1em;
426 }
427 }
427
428
428 #changesetEntry th {
429 #changesetEntry th {
429 padding: 1px 4px;
430 padding: 1px 4px;
430 width: 4em;
431 width: 4em;
431 text-align: right;
432 text-align: right;
432 font-weight: normal;
433 font-weight: normal;
433 color: #999;
434 color: #999;
434 margin-right: .5em;
435 vertical-align: top;
435 vertical-align: top;
436 }
436 }
437
437
438 div.description {
438 div.description {
439 border-left: 2px solid #999;
439 border-left: 2px solid #999;
440 margin: 1em 0 1em 0;
440 margin: 1em 0 1em 0;
441 padding: .3em;
441 padding: .3em;
442 white-space: pre;
442 white-space: pre;
443 font-family: monospace;
443 font-family: monospace;
444 }
444 }
445
445
446 /* Graph */
446 /* Graph */
447 div#wrapper {
447 div#wrapper {
448 position: relative;
448 position: relative;
449 border-top: 1px solid black;
449 border-top: 1px solid black;
450 border-bottom: 1px solid black;
450 border-bottom: 1px solid black;
451 margin: 0;
451 margin: 0;
452 padding: 0;
452 padding: 0;
453 }
453 }
454
454
455 canvas {
455 canvas {
456 position: absolute;
456 position: absolute;
457 z-index: 5;
457 z-index: 5;
458 top: -0.7em;
458 top: -0.7em;
459 margin: 0;
459 margin: 0;
460 }
460 }
461
461
462 ul#graphnodes {
462 ul#graphnodes {
463 position: absolute;
463 position: absolute;
464 z-index: 10;
464 z-index: 10;
465 top: -1.0em;
465 top: -1.0em;
466 list-style: none inside none;
466 list-style: none inside none;
467 padding: 0;
467 padding: 0;
468 }
468 }
469
469
470 ul#nodebgs {
470 ul#nodebgs {
471 list-style: none inside none;
471 list-style: none inside none;
472 padding: 0;
472 padding: 0;
473 margin: 0;
473 margin: 0;
474 top: -0.7em;
474 top: -0.7em;
475 }
475 }
476
476
477 ul#graphnodes li, ul#nodebgs li {
477 ul#graphnodes li, ul#nodebgs li {
478 height: 39px;
478 height: 39px;
479 }
479 }
480
480
481 ul#graphnodes li .info {
481 ul#graphnodes li .info {
482 display: block;
482 display: block;
483 font-size: 70%;
483 font-size: 70%;
484 }
484 }
485
485
486 /* Comparison */
486 /* Comparison */
487 .legend {
487 .legend {
488 padding: 1.5% 0 1.5% 0;
488 padding: 1.5% 0 1.5% 0;
489 }
489 }
490
490
491 .legendinfo {
491 .legendinfo {
492 border: 1px solid #999;
492 border: 1px solid #999;
493 font-size: 80%;
493 font-size: 80%;
494 text-align: center;
494 text-align: center;
495 padding: 0.5%;
495 padding: 0.5%;
496 }
496 }
497
497
498 .equal {
498 .equal {
499 background-color: #ffffff;
499 background-color: #ffffff;
500 }
500 }
501
501
502 .delete {
502 .delete {
503 background-color: #faa;
503 background-color: #faa;
504 color: #333;
504 color: #333;
505 }
505 }
506
506
507 .insert {
507 .insert {
508 background-color: #ffa;
508 background-color: #ffa;
509 }
509 }
510
510
511 .replace {
511 .replace {
512 background-color: #e8e8e8;
512 background-color: #e8e8e8;
513 }
513 }
514
514
515 .header {
515 .header {
516 text-align: center;
516 text-align: center;
517 }
517 }
518
518
519 .block {
519 .block {
520 border-top: 1px solid #999;
520 border-top: 1px solid #999;
521 }
521 }
522
522
523 .breadcrumb {
523 .breadcrumb {
524 color: gray;
524 color: gray;
525 }
525 }
526
526
527 .breadcrumb a {
527 .breadcrumb a {
528 color: blue;
528 color: blue;
529 }
529 }
530
530
531 .scroll-loading {
531 .scroll-loading {
532 -webkit-animation: change_color 1s linear 0s infinite alternate;
532 -webkit-animation: change_color 1s linear 0s infinite alternate;
533 -moz-animation: change_color 1s linear 0s infinite alternate;
533 -moz-animation: change_color 1s linear 0s infinite alternate;
534 -o-animation: change_color 1s linear 0s infinite alternate;
534 -o-animation: change_color 1s linear 0s infinite alternate;
535 animation: change_color 1s linear 0s infinite alternate;
535 animation: change_color 1s linear 0s infinite alternate;
536 }
536 }
537
537
538 @-webkit-keyframes change_color {
538 @-webkit-keyframes change_color {
539 from { background-color: #A0CEFF; } to { }
539 from { background-color: #A0CEFF; } to { }
540 }
540 }
541 @-moz-keyframes change_color {
541 @-moz-keyframes change_color {
542 from { background-color: #A0CEFF; } to { }
542 from { background-color: #A0CEFF; } to { }
543 }
543 }
544 @-o-keyframes change_color {
544 @-o-keyframes change_color {
545 from { background-color: #A0CEFF; } to { }
545 from { background-color: #A0CEFF; } to { }
546 }
546 }
547 @keyframes change_color {
547 @keyframes change_color {
548 from { background-color: #A0CEFF; } to { }
548 from { background-color: #A0CEFF; } to { }
549 }
549 }
550
550
551 .scroll-loading-error {
551 .scroll-loading-error {
552 background-color: #FFCCCC !important;
552 background-color: #FFCCCC !important;
553 }
553 }
General Comments 0
You need to be logged in to leave comments. Login now