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