|
diff --git a/cgit.css b/cgit.css index bf58b8a..3f37165 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -477,162 +477,216 @@ span.age-hours { |
477 | span.age-days { |
477 | span.age-days { |
478 | color: #040; |
478 | color: #040; |
479 | } |
479 | } |
480 | |
480 | |
481 | span.age-weeks { |
481 | span.age-weeks { |
482 | color: #444; |
482 | color: #444; |
483 | } |
483 | } |
484 | |
484 | |
485 | span.age-months { |
485 | span.age-months { |
486 | color: #888; |
486 | color: #888; |
487 | } |
487 | } |
488 | |
488 | |
489 | span.age-years { |
489 | span.age-years { |
490 | color: #bbb; |
490 | color: #bbb; |
491 | } |
491 | } |
492 | div.footer { |
492 | div.footer { |
493 | margin-top: 0.5em; |
493 | margin-top: 0.5em; |
494 | text-align: center; |
494 | text-align: center; |
495 | font-size: 80%; |
495 | font-size: 80%; |
496 | color: #ccc; |
496 | color: #ccc; |
497 | } |
497 | } |
498 | a.branch-deco { |
498 | a.branch-deco { |
499 | margin: 0px 0.5em; |
499 | margin: 0px 0.5em; |
500 | padding: 0px 0.25em; |
500 | padding: 0px 0.25em; |
501 | background-color: #88ff88; |
501 | background-color: #88ff88; |
502 | border: solid 1px #007700; |
502 | border: solid 1px #007700; |
503 | } |
503 | } |
504 | a.tag-deco { |
504 | a.tag-deco { |
505 | margin: 0px 0.5em; |
505 | margin: 0px 0.5em; |
506 | padding: 0px 0.25em; |
506 | padding: 0px 0.25em; |
507 | background-color: #ffff88; |
507 | background-color: #ffff88; |
508 | border: solid 1px #777700; |
508 | border: solid 1px #777700; |
509 | } |
509 | } |
510 | a.remote-deco { |
510 | a.remote-deco { |
511 | margin: 0px 0.5em; |
511 | margin: 0px 0.5em; |
512 | padding: 0px 0.25em; |
512 | padding: 0px 0.25em; |
513 | background-color: #ccccff; |
513 | background-color: #ccccff; |
514 | border: solid 1px #000077; |
514 | border: solid 1px #000077; |
515 | } |
515 | } |
516 | a.deco { |
516 | a.deco { |
517 | margin: 0px 0.5em; |
517 | margin: 0px 0.5em; |
518 | padding: 0px 0.25em; |
518 | padding: 0px 0.25em; |
519 | background-color: #ff8888; |
519 | background-color: #ff8888; |
520 | border: solid 1px #770000; |
520 | border: solid 1px #770000; |
521 | } |
521 | } |
522 | |
522 | |
523 | div.commit-subject a { |
523 | div.commit-subject a { |
524 | margin-left: 1em; |
524 | margin-left: 1em; |
525 | font-size: 75%; |
525 | font-size: 75%; |
526 | } |
526 | } |
527 | |
527 | |
528 | table.stats { |
528 | table.stats { |
529 | border: solid 1px black; |
529 | border: solid 1px black; |
530 | border-collapse: collapse; |
530 | border-collapse: collapse; |
531 | } |
531 | } |
532 | |
532 | |
533 | table.stats th { |
533 | table.stats th { |
534 | text-align: left; |
534 | text-align: left; |
535 | padding: 1px 0.5em; |
535 | padding: 1px 0.5em; |
536 | background-color: #eee; |
536 | background-color: #eee; |
537 | border: solid 1px black; |
537 | border: solid 1px black; |
538 | } |
538 | } |
539 | |
539 | |
540 | table.stats td { |
540 | table.stats td { |
541 | text-align: right; |
541 | text-align: right; |
542 | padding: 1px 0.5em; |
542 | padding: 1px 0.5em; |
543 | border: solid 1px black; |
543 | border: solid 1px black; |
544 | } |
544 | } |
545 | |
545 | |
546 | table.stats td.total { |
546 | table.stats td.total { |
547 | font-weight: bold; |
547 | font-weight: bold; |
548 | text-align: left; |
548 | text-align: left; |
549 | } |
549 | } |
550 | |
550 | |
551 | table.stats td.sum { |
551 | table.stats td.sum { |
552 | color: #c00; |
552 | color: #c00; |
553 | font-weight: bold; |
553 | font-weight: bold; |
554 | /*background-color: #eee; */ |
554 | /*background-color: #eee; */ |
555 | } |
555 | } |
556 | |
556 | |
557 | table.stats td.left { |
557 | table.stats td.left { |
558 | text-align: left; |
558 | text-align: left; |
559 | } |
559 | } |
560 | |
560 | |
561 | table.vgraph { |
561 | table.vgraph { |
562 | border-collapse: separate; |
562 | border-collapse: separate; |
563 | border: solid 1px black; |
563 | border: solid 1px black; |
564 | height: 200px; |
564 | height: 200px; |
565 | } |
565 | } |
566 | |
566 | |
567 | table.vgraph th { |
567 | table.vgraph th { |
568 | background-color: #eee; |
568 | background-color: #eee; |
569 | font-weight: bold; |
569 | font-weight: bold; |
570 | border: solid 1px white; |
570 | border: solid 1px white; |
571 | padding: 1px 0.5em; |
571 | padding: 1px 0.5em; |
572 | } |
572 | } |
573 | |
573 | |
574 | table.vgraph td { |
574 | table.vgraph td { |
575 | vertical-align: bottom; |
575 | vertical-align: bottom; |
576 | padding: 0px 10px; |
576 | padding: 0px 10px; |
577 | } |
577 | } |
578 | |
578 | |
579 | table.vgraph div.bar { |
579 | table.vgraph div.bar { |
580 | background-color: #eee; |
580 | background-color: #eee; |
581 | } |
581 | } |
582 | |
582 | |
583 | table.hgraph { |
583 | table.hgraph { |
584 | border: solid 1px black; |
584 | border: solid 1px black; |
585 | width: 800px; |
585 | width: 800px; |
586 | } |
586 | } |
587 | |
587 | |
588 | table.hgraph th { |
588 | table.hgraph th { |
589 | background-color: #eee; |
589 | background-color: #eee; |
590 | font-weight: bold; |
590 | font-weight: bold; |
591 | border: solid 1px black; |
591 | border: solid 1px black; |
592 | padding: 1px 0.5em; |
592 | padding: 1px 0.5em; |
593 | } |
593 | } |
594 | |
594 | |
595 | table.hgraph td { |
595 | table.hgraph td { |
596 | vertical-align: center; |
596 | vertical-align: center; |
597 | padding: 2px 2px; |
597 | padding: 2px 2px; |
598 | } |
598 | } |
599 | |
599 | |
600 | table.hgraph div.bar { |
600 | table.hgraph div.bar { |
601 | background-color: #eee; |
601 | background-color: #eee; |
602 | height: 1em; |
602 | height: 1em; |
603 | } |
603 | } |
604 | |
604 | |
| |
605 | table.ssdiff { |
| |
606 | width: 100%; |
| |
607 | } |
| |
608 | |
| |
609 | table.ssdiff td { |
| |
610 | font-size: 75%; |
| |
611 | font-family: monospace; |
| |
612 | white-space: pre; |
| |
613 | padding: 1px 4px 1px 4px; |
| |
614 | border-left: solid 1px #aaa; |
| |
615 | border-right: solid 1px #aaa; |
| |
616 | } |
| |
617 | |
605 | table.ssdiff td.add { |
618 | table.ssdiff td.add { |
606 | color: black; |
619 | color: black; |
607 | background: #afa; |
620 | background: #cfc; |
| |
621 | min-width: 50%; |
608 | } |
622 | } |
609 | |
623 | |
610 | table.ssdiff td.add_dark { |
624 | table.ssdiff td.add_dark { |
611 | color: black; |
625 | color: black; |
612 | background: #9c9; |
626 | background: #aca; |
| |
627 | min-width: 50%; |
613 | } |
628 | } |
614 | |
629 | |
615 | table.ssdiff td.del { |
630 | table.ssdiff td.del { |
616 | color: black; |
631 | color: black; |
617 | background: #faa; |
632 | background: #fcc; |
| |
633 | min-width: 50%; |
618 | } |
634 | } |
619 | |
635 | |
620 | table.ssdiff td.del_dark { |
636 | table.ssdiff td.del_dark { |
621 | color: black; |
637 | color: black; |
622 | background: #c99; |
638 | background: #caa; |
| |
639 | min-width: 50%; |
623 | } |
640 | } |
624 | |
641 | |
625 | table.ssdiff td.changed { |
642 | table.ssdiff td.changed { |
626 | color: black; |
643 | color: black; |
627 | background: #ffa; |
644 | background: #ffc; |
| |
645 | min-width: 50%; |
628 | } |
646 | } |
629 | |
647 | |
630 | table.ssdiff td.changed_dark { |
648 | table.ssdiff td.changed_dark { |
631 | color: black; |
649 | color: black; |
632 | background: #cc9; |
650 | background: #cca; |
| |
651 | min-width: 50%; |
| |
652 | } |
| |
653 | |
| |
654 | table.ssdiff td.lineno { |
| |
655 | color: black; |
| |
656 | background: #eee; |
| |
657 | text-align: right; |
| |
658 | width: 3em; |
| |
659 | min-width: 3em; |
633 | } |
660 | } |
634 | |
661 | |
635 | table.ssdiff td.hunk { |
662 | table.ssdiff td.hunk { |
636 | color: #black; |
663 | color: #black; |
637 | background: #ccf; |
664 | background: #ccf; |
| |
665 | border-top: solid 1px #aaa; |
| |
666 | border-bottom: solid 1px #aaa; |
638 | } |
667 | } |
| |
668 | |
| |
669 | table.ssdiff td.head { |
| |
670 | border-top: solid 1px #aaa; |
| |
671 | border-bottom: solid 1px #aaa; |
| |
672 | } |
| |
673 | |
| |
674 | table.ssdiff td.head div.head { |
| |
675 | font-weight: bold; |
| |
676 | color: black; |
| |
677 | } |
| |
678 | |
| |
679 | table.ssdiff td.foot { |
| |
680 | border-top: solid 1px #aaa; |
| |
681 | border-left: none; |
| |
682 | border-right: none; |
| |
683 | border-bottom: none; |
| |
684 | } |
| |
685 | |
| |
686 | table.ssdiff td.space { |
| |
687 | border: none; |
| |
688 | } |
| |
689 | |
| |
690 | table.ssdiff td.space div { |
| |
691 | min-height: 3em; |
| |
692 | }
\ No newline at end of file |
|