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

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

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: }
3.7     ! scop       11: hr {
        !            12:   height: 1px;
        !            13:   border: none;
        !            14:   background-color: #000;
        !            15: }
3.1       scop       16: /* Source, diff and annotate views */
                     17: .src {
3.3       scop       18:   color: #000;
3.1       scop       19:   background-color: #eee;
3.3       scop       20:   font-style: normal;
3.4       scop       21:   font-weight: normal;
3.1       scop       22: }
                     23: /* Navigation header for diffs and annotations */
                     24: .navigate-header {
                     25:   background-color: #99e;
                     26: }
                     27: /* Directory table */
                     28: table.dir {
                     29:   border-width: 0;
                     30:   background-color: #ccc;
                     31: }
                     32: /* Directory column header */
                     33: .dir-header {
                     34:   background-color: #ffc;
                     35: }
                     36: /* Sorted directory column header */
                     37: .dir-header-sorted {
                     38:   background-color: #fc6;
                     39: }
                     40: /* Odd rows in directory table */
                     41: .dir-row-odd {
                     42:   background-color: #fff;
                     43: }
                     44: /* Even rows in directory table */
                     45: .dir-row-even {
                     46:   background-color: #fff;
                     47: }
                     48: /* Log entry in markup */
                     49: .log-markup {
                     50:   background-color: #fff;
                     51: }
                     52: /* Diff-selected revision in log */
                     53: .diff-selected {
                     54:   background-color: #eee;
                     55: }
                     56: /* 'Line'-header of each diffed file */
                     57: .diff-heading {
                     58:   background-color: #9cc;
                     59: }
                     60: /* Lines that are the same */
                     61: .diff-same {
                     62:   font-family: Helvetica, Arial, sans-serif;
                     63:   font-size: smaller;
                     64: }
                     65: /* Empty lines */
                     66: .diff-empty {
                     67:   background-color: #ccc;
3.2       scop       68:   font-size: smaller;
3.1       scop       69: }
                     70: /* Added lines */
                     71: .diff-added {
                     72:   background-color: #ccf;
                     73:   font-family: Helvetica, Arial, sans-serif;
                     74:   font-size: smaller;
                     75: }
                     76: /* Removed lines */
                     77: .diff-removed {
                     78:   background-color: #f99;
                     79:   font-family: Helvetica, Arial, sans-serif;
                     80:   font-size: smaller;
                     81: }
                     82: /* Changed lines */
                     83: .diff-changed {
                     84:   background-color: #9f9;
                     85:   font-family: Helvetica, Arial, sans-serif;
                     86:   font-size: smaller;
                     87: }
                     88: /* Empty changed lines */
                     89: .diff-changed-missing {
                     90:   background-color: #9c9;
3.2       scop       91:   font-size: smaller;
3.1       scop       92: }
3.6       scop       93: /* Unchanged text in ediffs */
                     94: .diff-unchanged {
                     95:   background-color: #ccc;
                     96:   font-family: Helvetica, Arial, sans-serif;
                     97:   font-size: smaller;
                     98: }
3.5       scop       99: /* Download links */
                    100: .download-link {
                    101:   font-weight: bold;
                    102: }

CVSweb