[BACK]Return to cvsweb.css CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / cvsweb / css

Annotation of cvsweb/css/cvsweb.css, Revision 3.1

3.1     ! scop        1: /* CSS for FreeBSD-CVSweb */
        !             2: /* $FreeBSD$ */
        !             3:
        !             4: body {
        !             5:   color: #000;
        !             6:   background-color: #fff;
        !             7: }
        !             8: th {
        !             9:   text-align: left;
        !            10: }
        !            11: /* Source, diff and annotate views */
        !            12: .src {
        !            13:   background-color: #eee;
        !            14: }
        !            15: /* Navigation header for diffs and annotations */
        !            16: .navigate-header {
        !            17:   background-color: #99e;
        !            18: }
        !            19: /* Directory table */
        !            20: table.dir {
        !            21:   border-width: 0;
        !            22:   background-color: #ccc;
        !            23: }
        !            24: /* Directory column header */
        !            25: .dir-header {
        !            26:   background-color: #ffc;
        !            27: }
        !            28: /* Sorted directory column header */
        !            29: .dir-header-sorted {
        !            30:   background-color: #fc6;
        !            31: }
        !            32: /* Odd rows in directory table */
        !            33: .dir-row-odd {
        !            34:   background-color: #fff;
        !            35: }
        !            36: /* Even rows in directory table */
        !            37: .dir-row-even {
        !            38:   background-color: #fff;
        !            39: }
        !            40: /* Log entry in markup */
        !            41: .log-markup {
        !            42:   background-color: #fff;
        !            43: }
        !            44: /* Diff-selected revision in log */
        !            45: .diff-selected {
        !            46:   background-color: #eee;
        !            47: }
        !            48: /* 'Line'-header of each diffed file */
        !            49: .diff-heading {
        !            50:   background-color: #9cc;
        !            51: }
        !            52: /* Lines that are the same */
        !            53: .diff-same {
        !            54:   font-family: Helvetica, Arial, sans-serif;
        !            55:   font-size: smaller;
        !            56: }
        !            57: /* Empty lines */
        !            58: .diff-empty {
        !            59:   background-color: #ccc;
        !            60: }
        !            61: /* Added lines */
        !            62: .diff-added {
        !            63:   background-color: #ccf;
        !            64:   font-family: Helvetica, Arial, sans-serif;
        !            65:   font-size: smaller;
        !            66: }
        !            67: /* Removed lines */
        !            68: .diff-removed {
        !            69:   background-color: #f99;
        !            70:   font-family: Helvetica, Arial, sans-serif;
        !            71:   font-size: smaller;
        !            72: }
        !            73: /* Changed lines */
        !            74: .diff-changed {
        !            75:   background-color: #9f9;
        !            76:   font-family: Helvetica, Arial, sans-serif;
        !            77:   font-size: smaller;
        !            78: }
        !            79: /* Empty changed lines */
        !            80: .diff-changed-missing {
        !            81:   background-color: #9c9;
        !            82: }

CVSweb