##// END OF EJS Templates
monoblue: use padding instead of position for text in footer...
av6 -
r25747:5a15236f default
parent child Browse files
Show More
@@ -1,555 +1,555
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 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 padding: 3px 0;
258 padding: 3px 0;
259 }
259 }
260 span.difflineplus { color:#008800; }
260 span.difflineplus { color:#008800; }
261 span.difflineminus { color:#cc0000; }
261 span.difflineminus { color:#cc0000; }
262 span.difflineat { color:#990099; }
262 span.difflineat { color:#990099; }
263
263
264 td.source {
264 td.source {
265 white-space: pre;
265 white-space: pre;
266 font-family: monospace;
266 font-family: monospace;
267 margin: 10px 30px 0;
267 margin: 10px 30px 0;
268 font-size: 1.2em;
268 font-size: 1.2em;
269 font-family: monospace;
269 font-family: monospace;
270 }
270 }
271 div.source div.parity0,
271 div.source div.parity0,
272 div.source div.parity1 {
272 div.source div.parity1 {
273 padding: 1px;
273 padding: 1px;
274 font-size: 1.2em;
274 font-size: 1.2em;
275 }
275 }
276 div.source div.parity0 {
276 div.source div.parity0 {
277 background: #F1F6F7;
277 background: #F1F6F7;
278 }
278 }
279 div.source div.parity1 {
279 div.source div.parity1 {
280 background: #FFFFFF;
280 background: #FFFFFF;
281 }
281 }
282 div.parity0:hover,
282 div.parity0:hover,
283 div.parity1:hover {
283 div.parity1:hover {
284 background: #D5E1E6;
284 background: #D5E1E6;
285 }
285 }
286 .linenr {
286 .linenr {
287 color: #999;
287 color: #999;
288 text-align: right;
288 text-align: right;
289 }
289 }
290 .lineno {
290 .lineno {
291 text-align: right;
291 text-align: right;
292 }
292 }
293 .lineno a {
293 .lineno a {
294 color: #999;
294 color: #999;
295 }
295 }
296 td.linenr {
296 td.linenr {
297 width: 60px;
297 width: 60px;
298 }
298 }
299
299
300 div#powered-by {
300 div#powered-by {
301 position: absolute;
301 position: absolute;
302 width: 75px;
302 width: 75px;
303 top: 15px;
303 top: 15px;
304 right: 20px;
304 right: 20px;
305 font-size: 1.2em;
305 font-size: 1.2em;
306 }
306 }
307 div#powered-by a {
307 div#powered-by a {
308 color: #EEE;
308 color: #EEE;
309 text-decoration: none;
309 text-decoration: none;
310 }
310 }
311 div#powered-by a:hover {
311 div#powered-by a:hover {
312 text-decoration: underline;
312 text-decoration: underline;
313 }
313 }
314 /*
314 /*
315 div#monoblue-corner-top-left {
315 div#monoblue-corner-top-left {
316 position: absolute;
316 position: absolute;
317 top: 0;
317 top: 0;
318 left: 0;
318 left: 0;
319 width: 10px;
319 width: 10px;
320 height: 10px;
320 height: 10px;
321 background: url(./monoblue-corner.png) top left no-repeat !important;
321 background: url(./monoblue-corner.png) top left no-repeat !important;
322 background: none;
322 background: none;
323 }
323 }
324 div#monoblue-corner-top-right {
324 div#monoblue-corner-top-right {
325 position: absolute;
325 position: absolute;
326 top: 0;
326 top: 0;
327 right: 0;
327 right: 0;
328 width: 10px;
328 width: 10px;
329 height: 10px;
329 height: 10px;
330 background: url(./monoblue-corner.png) top right no-repeat !important;
330 background: url(./monoblue-corner.png) top right no-repeat !important;
331 background: none;
331 background: none;
332 }
332 }
333 div#monoblue-corner-bottom-left {
333 div#monoblue-corner-bottom-left {
334 position: absolute;
334 position: absolute;
335 bottom: 0;
335 bottom: 0;
336 left: 0;
336 left: 0;
337 width: 10px;
337 width: 10px;
338 height: 10px;
338 height: 10px;
339 background: url(./monoblue-corner.png) bottom left no-repeat !important;
339 background: url(./monoblue-corner.png) bottom left no-repeat !important;
340 background: none;
340 background: none;
341 }
341 }
342 div#monoblue-corner-bottom-right {
342 div#monoblue-corner-bottom-right {
343 position: absolute;
343 position: absolute;
344 bottom: 0;
344 bottom: 0;
345 right: 0;
345 right: 0;
346 width: 10px;
346 width: 10px;
347 height: 10px;
347 height: 10px;
348 background: url(./monoblue-corner.png) bottom right no-repeat !important;
348 background: url(./monoblue-corner.png) bottom right no-repeat !important;
349 background: none;
349 background: none;
350 }
350 }
351 */
351 */
352 /** end of common settings **/
352 /** end of common settings **/
353
353
354 /** summary **/
354 /** summary **/
355 dl.overview {
355 dl.overview {
356 margin: 0 0 0 30px;
356 margin: 0 0 0 30px;
357 font-size: 1.1em;
357 font-size: 1.1em;
358 overflow: hidden;
358 overflow: hidden;
359 }
359 }
360 dl.overview dt,
360 dl.overview dt,
361 dl.overview dd {
361 dl.overview dd {
362 margin: 5px 0;
362 margin: 5px 0;
363 float: left;
363 float: left;
364 }
364 }
365 dl.overview dt {
365 dl.overview dt {
366 clear: left;
366 clear: left;
367 font-weight: bold;
367 font-weight: bold;
368 width: 150px;
368 width: 150px;
369 }
369 }
370 /** end of summary **/
370 /** end of summary **/
371
371
372 /** chagelog **/
372 /** chagelog **/
373 h3.changelog {
373 h3.changelog {
374 margin: 20px 0 5px 30px;
374 margin: 20px 0 5px 30px;
375 padding: 0 0 2px;
375 padding: 0 0 2px;
376 font-size: 1.4em;
376 font-size: 1.4em;
377 border-bottom: dotted 1px #D5E1E6;
377 border-bottom: dotted 1px #D5E1E6;
378 }
378 }
379 ul.changelog-entry {
379 ul.changelog-entry {
380 margin: 0 0 10px 30px;
380 margin: 0 0 10px 30px;
381 list-style-type: none;
381 list-style-type: none;
382 position: relative;
382 position: relative;
383 }
383 }
384 ul.changelog-entry li span.revdate {
384 ul.changelog-entry li span.revdate {
385 font-size: 1.1em;
385 font-size: 1.1em;
386 }
386 }
387 ul.changelog-entry li.age {
387 ul.changelog-entry li.age {
388 position: absolute;
388 position: absolute;
389 top: -25px;
389 top: -25px;
390 right: 10px;
390 right: 10px;
391 font-size: 1.4em;
391 font-size: 1.4em;
392 color: #CCC;
392 color: #CCC;
393 font-weight: bold;
393 font-weight: bold;
394 font-style: italic;
394 font-style: italic;
395 }
395 }
396 ul.changelog-entry li span.name {
396 ul.changelog-entry li span.name {
397 font-size: 1.2em;
397 font-size: 1.2em;
398 font-weight: bold;
398 font-weight: bold;
399 }
399 }
400 ul.changelog-entry li.description {
400 ul.changelog-entry li.description {
401 margin: 10px 0 0;
401 margin: 10px 0 0;
402 font-size: 1.1em;
402 font-size: 1.1em;
403 }
403 }
404 /** end of changelog **/
404 /** end of changelog **/
405
405
406 /** file **/
406 /** file **/
407 p.files {
407 p.files {
408 margin: 0 0 0 20px;
408 margin: 0 0 0 20px;
409 font-size: 2.0em;
409 font-size: 2.0em;
410 font-weight: bold;
410 font-weight: bold;
411 }
411 }
412 /** end of file **/
412 /** end of file **/
413
413
414 /** changeset **/
414 /** changeset **/
415 h3.changeset {
415 h3.changeset {
416 margin: 20px 0 5px 20px;
416 margin: 20px 0 5px 20px;
417 padding: 0 0 2px;
417 padding: 0 0 2px;
418 font-size: 1.6em;
418 font-size: 1.6em;
419 border-bottom: dotted 1px #D5E1E6;
419 border-bottom: dotted 1px #D5E1E6;
420 }
420 }
421 p.changeset-age {
421 p.changeset-age {
422 position: relative;
422 position: relative;
423 }
423 }
424 p.changeset-age span {
424 p.changeset-age span {
425 position: absolute;
425 position: absolute;
426 top: -25px;
426 top: -25px;
427 right: 10px;
427 right: 10px;
428 font-size: 1.4em;
428 font-size: 1.4em;
429 color: #CCC;
429 color: #CCC;
430 font-weight: bold;
430 font-weight: bold;
431 font-style: italic;
431 font-style: italic;
432 }
432 }
433 p.description {
433 p.description {
434 margin: 10px 30px 0 30px;
434 margin: 10px 30px 0 30px;
435 padding: 10px;
435 padding: 10px;
436 border: solid 1px #CCC;
436 border: solid 1px #CCC;
437 font-size: 1.2em;
437 font-size: 1.2em;
438 }
438 }
439 /** end of changeset **/
439 /** end of changeset **/
440
440
441 /** canvas **/
441 /** canvas **/
442 div#wrapper {
442 div#wrapper {
443 position: relative;
443 position: relative;
444 font-size: 1.2em;
444 font-size: 1.2em;
445 }
445 }
446
446
447 canvas {
447 canvas {
448 position: absolute;
448 position: absolute;
449 z-index: 5;
449 z-index: 5;
450 top: -0.7em;
450 top: -0.7em;
451 }
451 }
452
452
453 ul#nodebgs li.parity0 {
453 ul#nodebgs li.parity0 {
454 background: #F1F6F7;
454 background: #F1F6F7;
455 }
455 }
456
456
457 ul#nodebgs li.parity1 {
457 ul#nodebgs li.parity1 {
458 background: #FFFFFF;
458 background: #FFFFFF;
459 }
459 }
460
460
461 ul#graphnodes {
461 ul#graphnodes {
462 position: absolute;
462 position: absolute;
463 z-index: 10;
463 z-index: 10;
464 top: 7px;
464 top: 7px;
465 list-style: none inside none;
465 list-style: none inside none;
466 }
466 }
467
467
468 ul#nodebgs {
468 ul#nodebgs {
469 list-style: none inside none;
469 list-style: none inside none;
470 }
470 }
471
471
472 ul#graphnodes li, ul#nodebgs li {
472 ul#graphnodes li, ul#nodebgs li {
473 height: 39px;
473 height: 39px;
474 }
474 }
475
475
476 ul#graphnodes li .info {
476 ul#graphnodes li .info {
477 display: block;
477 display: block;
478 position: relative;
478 position: relative;
479 }
479 }
480 /** end of canvas **/
480 /** end of canvas **/
481
481
482 /** comparison **/
482 /** comparison **/
483 .legend {
483 .legend {
484 margin-left: 20px;
484 margin-left: 20px;
485 padding: 1.5% 0 1.5% 0;
485 padding: 1.5% 0 1.5% 0;
486 }
486 }
487
487
488 .legendinfo {
488 .legendinfo {
489 border: 1px solid #999;
489 border: 1px solid #999;
490 font-size: 80%;
490 font-size: 80%;
491 text-align: center;
491 text-align: center;
492 padding: 0.5%;
492 padding: 0.5%;
493 }
493 }
494
494
495 .equal {
495 .equal {
496 background-color: #ffffff;
496 background-color: #ffffff;
497 }
497 }
498
498
499 .delete {
499 .delete {
500 background-color: #faa;
500 background-color: #faa;
501 color: #333;
501 color: #333;
502 }
502 }
503
503
504 .insert {
504 .insert {
505 background-color: #ffa;
505 background-color: #ffa;
506 }
506 }
507
507
508 .replace {
508 .replace {
509 background-color: #e8e8e8;
509 background-color: #e8e8e8;
510 }
510 }
511
511
512 .comparison {
512 .comparison {
513 overflow-x: auto;
513 overflow-x: auto;
514 }
514 }
515
515
516 .comparison table td {
516 .comparison table td {
517 padding: 0px 5px;
517 padding: 0px 5px;
518 }
518 }
519
519
520 .header th {
520 .header th {
521 font-weight: bold;
521 font-weight: bold;
522 }
522 }
523
523
524 .block {
524 .block {
525 border-top: 1px solid #999;
525 border-top: 1px solid #999;
526 }
526 }
527 /** end of comparison **/
527 /** end of comparison **/
528
528
529 .breadcrumb a:hover {
529 .breadcrumb a:hover {
530 text-decoration:underline;
530 text-decoration:underline;
531 }
531 }
532
532
533 .scroll-loading {
533 .scroll-loading {
534 -webkit-animation: change_color 1s linear 0s infinite alternate;
534 -webkit-animation: change_color 1s linear 0s infinite alternate;
535 -moz-animation: change_color 1s linear 0s infinite alternate;
535 -moz-animation: change_color 1s linear 0s infinite alternate;
536 -o-animation: change_color 1s linear 0s infinite alternate;
536 -o-animation: change_color 1s linear 0s infinite alternate;
537 animation: change_color 1s linear 0s infinite alternate;
537 animation: change_color 1s linear 0s infinite alternate;
538 }
538 }
539
539
540 @-webkit-keyframes change_color {
540 @-webkit-keyframes change_color {
541 from { background-color: #A0CEFF; } to { }
541 from { background-color: #A0CEFF; } to { }
542 }
542 }
543 @-moz-keyframes change_color {
543 @-moz-keyframes change_color {
544 from { background-color: #A0CEFF; } to { }
544 from { background-color: #A0CEFF; } to { }
545 }
545 }
546 @-o-keyframes change_color {
546 @-o-keyframes change_color {
547 from { background-color: #A0CEFF; } to { }
547 from { background-color: #A0CEFF; } to { }
548 }
548 }
549 @keyframes change_color {
549 @keyframes change_color {
550 from { background-color: #A0CEFF; } to { }
550 from { background-color: #A0CEFF; } to { }
551 }
551 }
552
552
553 .scroll-loading-error {
553 .scroll-loading-error {
554 background-color: #FFCCCC !important;
554 background-color: #FFCCCC !important;
555 }
555 }
General Comments 0
You need to be logged in to leave comments. Login now