summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index 28a2eeb..6e47eb3 100644
--- a/cgit.css
+++ b/cgit.css
@@ -486,97 +486,100 @@ span.age-hours {
486} 486}
487 487
488span.age-days { 488span.age-days {
489 color: #040; 489 color: #040;
490} 490}
491 491
492span.age-weeks { 492span.age-weeks {
493 color: #444; 493 color: #444;
494} 494}
495 495
496span.age-months { 496span.age-months {
497 color: #888; 497 color: #888;
498} 498}
499 499
500span.age-years { 500span.age-years {
501 color: #bbb; 501 color: #bbb;
502} 502}
503div.footer { 503div.footer {
504 margin-top: 0.5em; 504 margin-top: 0.5em;
505 text-align: center; 505 text-align: center;
506 font-size: 80%; 506 font-size: 80%;
507 color: #ccc; 507 color: #ccc;
508} 508}
509a.branch-deco { 509a.branch-deco {
510 margin: 0px 0.5em; 510 margin: 0px 0.5em;
511 padding: 0px 0.25em; 511 padding: 0px 0.25em;
512 background-color: #88ff88; 512 background-color: #88ff88;
513 border: solid 1px #007700; 513 border: solid 1px #007700;
514} 514}
515a.tag-deco { 515a.tag-deco {
516 margin: 0px 0.5em; 516 margin: 0px 0.5em;
517 padding: 0px 0.25em; 517 padding: 0px 0.25em;
518 background-color: #ffff88; 518 background-color: #ffff88;
519 border: solid 1px #777700; 519 border: solid 1px #777700;
520} 520}
521a.remote-deco { 521a.remote-deco {
522 margin: 0px 0.5em; 522 margin: 0px 0.5em;
523 padding: 0px 0.25em; 523 padding: 0px 0.25em;
524 background-color: #ccccff; 524 background-color: #ccccff;
525 border: solid 1px #000077; 525 border: solid 1px #000077;
526} 526}
527a.deco { 527a.deco {
528 margin: 0px 0.5em; 528 margin: 0px 0.5em;
529 padding: 0px 0.25em; 529 padding: 0px 0.25em;
530 background-color: #ff8888; 530 background-color: #ff8888;
531 border: solid 1px #770000; 531 border: solid 1px #770000;
532} 532}
533 533
534div.commit-subject a { 534div.commit-subject a.branch-deco,
535div.commit-subject a.tag-deco,
536div.commit-subject a.remote-deco,
537div.commit-subject a.deco {
535 margin-left: 1em; 538 margin-left: 1em;
536 font-size: 75%; 539 font-size: 75%;
537} 540}
538 541
539table.stats { 542table.stats {
540 border: solid 1px black; 543 border: solid 1px black;
541 border-collapse: collapse; 544 border-collapse: collapse;
542} 545}
543 546
544table.stats th { 547table.stats th {
545 text-align: left; 548 text-align: left;
546 padding: 1px 0.5em; 549 padding: 1px 0.5em;
547 background-color: #eee; 550 background-color: #eee;
548 border: solid 1px black; 551 border: solid 1px black;
549} 552}
550 553
551table.stats td { 554table.stats td {
552 text-align: right; 555 text-align: right;
553 padding: 1px 0.5em; 556 padding: 1px 0.5em;
554 border: solid 1px black; 557 border: solid 1px black;
555} 558}
556 559
557table.stats td.total { 560table.stats td.total {
558 font-weight: bold; 561 font-weight: bold;
559 text-align: left; 562 text-align: left;
560} 563}
561 564
562table.stats td.sum { 565table.stats td.sum {
563 color: #c00; 566 color: #c00;
564 font-weight: bold; 567 font-weight: bold;
565 /*background-color: #eee; */ 568 /*background-color: #eee; */
566} 569}
567 570
568table.stats td.left { 571table.stats td.left {
569 text-align: left; 572 text-align: left;
570} 573}
571 574
572table.vgraph { 575table.vgraph {
573 border-collapse: separate; 576 border-collapse: separate;
574 border: solid 1px black; 577 border: solid 1px black;
575 height: 200px; 578 height: 200px;
576} 579}
577 580
578table.vgraph th { 581table.vgraph th {
579 background-color: #eee; 582 background-color: #eee;
580 font-weight: bold; 583 font-weight: bold;
581 border: solid 1px white; 584 border: solid 1px white;
582 padding: 1px 0.5em; 585 padding: 1px 0.5em;