420 td.diff-addedline { background: #cfc; font-size: smaller; } |
420 td.diff-addedline { background: #cfc; font-size: smaller; } |
421 td.diff-deletedline { background: #ffa; font-size: smaller; } |
421 td.diff-deletedline { background: #ffa; font-size: smaller; } |
422 td.diff-context { background: #eee; font-size: smaller; } |
422 td.diff-context { background: #eee; font-size: smaller; } |
423 span.diffchange { color: red; font-weight: bold; } |
423 span.diffchange { color: red; font-weight: bold; } |
424 |
424 |
|
425 /* Tag cloud */ |
|
426 span.tc_word_normal { |
|
427 font-family: Arial, helvetica, sans-serif; |
|
428 font-size: 10pt; |
|
429 letter-spacing: 3px; |
|
430 padding: 4px 4px 4px 4px; |
|
431 } |
|
432 span.tc_word_small { |
|
433 font-family: Arial, helvetica, sans-serif; |
|
434 font-size: 8pt; |
|
435 } |
|
436 span.tc_word_normal a, span.tc_word_small a { |
|
437 color: inherit !important; |
|
438 text-decoration: none !important; |
|
439 } |
|
440 /* These are from http://www.lotsofcode.com/php/tutorials/tag-cloud */ |
|
441 span.tc_normal_index_1 { |
|
442 color: #000; |
|
443 font-size: 2.4em; |
|
444 } |
|
445 span.tc_normal_index_2 { |
|
446 color: #333; |
|
447 font-size: 2.2em; |
|
448 } |
|
449 span.tc_normal_index_3 { |
|
450 color: #666; |
|
451 font-size: 2.0em; |
|
452 } |
|
453 span.tc_normal_index_4 { |
|
454 color: #999; |
|
455 font-size: 1em; |
|
456 } |
|
457 span.tc_normal_index_5 { |
|
458 color: #aaa; |
|
459 font-size: 1.6em; |
|
460 } |
|
461 span.tc_normal_index_6 { |
|
462 color: #bbb; |
|
463 font-size: 1.4em; |
|
464 } |
|
465 span.tc_normal_index_7 { |
|
466 color: #ccc; |
|
467 font-size: 1.2em; |
|
468 } |
|
469 span.tc_normal_index_8 { |
|
470 color: #ddd; |
|
471 font-size: 0.8em; |
|
472 } |
|
473 span.tc_small_index_1 { |
|
474 color: #000; |
|
475 font-size: 1.4em; |
|
476 } |
|
477 span.tc_small_index_2 { |
|
478 color: #333; |
|
479 font-size: 1.3em; |
|
480 } |
|
481 span.tc_small_index_3 { |
|
482 color: #666; |
|
483 font-size: 1.2em; |
|
484 } |
|
485 span.tc_small_index_4 { |
|
486 color: #999; |
|
487 font-size: 1em; |
|
488 } |
|
489 span.tc_small_index_5 { |
|
490 color: #aaa; |
|
491 font-size: 1.3em; |
|
492 } |
|
493 span.tc_small_index_6 { |
|
494 color: #bbb; |
|
495 font-size: 1.1em; |
|
496 } |
|
497 span.tc_small_index_7 { |
|
498 color: #ccc; |
|
499 font-size: 0.9em; |
|
500 } |
|
501 span.tc_small_index_8 { |
|
502 color: #ddd; |
|
503 font-size: 0.7em; |
|
504 } |