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

Diff for /cvsweb/css/cvsweb.css between version 4.1 and 4.4

version 4.1, 2019/11/08 21:09:51 version 4.4, 2019/11/11 14:37:55
Line 1 
Line 1 
 /* CSS for FreeBSD-CVSweb */  /* CSS for CVSweb */
 /* $Id$ */  /* $Id$ */
 /* $knu: css/cvsweb.css,v 2005/12/03 18:39:45 scop */  /* $knu: css/cvsweb.css,v 1.16 2005/12/03 18:39:45 scop */
   
 body {  body {
   color: #000;    color: #000;
Line 48  input[type="submit"] {
Line 48  input[type="submit"] {
   
 /* Directory table */  /* Directory table */
 table.dir {  table.dir {
   border-right: 1px solid #ccc;    border-right: 0px solid #ccc;
 }  }
 /* Cells */  /* Cells */
 table.dir * td {  table.dir * td {
   border-left: 1px solid #ccc;    border-left: 1px solid #fff;
   border-bottom: 1px solid #ccc;  
   padding-left: 5px;    padding-left: 5px;
   padding-right: 5px;    padding-right: 5px;
 }  }
 /* Column headers */  /* Column headers */
 table.dir * th {  table.dir * th {
   background-color: #ffc;    background-color: #ccc;
   border: thin outset;    border-left: 1px solid #fff;
     border-bottom: 1px solid #fff;
   padding-left: 5px;    padding-left: 5px;
   padding-right: 5px;    padding-right: 5px;
 }  }
 /* Sorted column header */  /* Sorted column header */
 table.dir * th.sorted {  table.dir * th.sorted {
   background-color: #fc6;    background-color: #8f8;
   border: thin inset;    border-left: 1px solid #fff;
     border-bottom: 1px solid #fff;
 }  }
 /* Even rows */  /* Even rows */
 table.dir * tr.even {  table.dir * tr.even {
Line 75  table.dir * tr.even {
Line 76  table.dir * tr.even {
 }  }
 /* Odd rows */  /* Odd rows */
 table.dir * tr.odd {  table.dir * tr.odd {
   background-color: #fff;    background-color: #cce;
 }  }
 /* File and dir name columns */  /* File and dir name columns */
 table.dir * td.file, table.dir * td.dir {  table.dir * td.file, table.dir * td.dir {
   white-space: nowrap;    white-space: nowrap;
 }  }
 /* Graph link column */  
 table.dir * td.graph {  
   padding-left: 3px;  
   padding-right: 3px;  
   text-align: center;  
   width: 1%;  
 }  
 /* Age column */  /* Age column */
 table.dir * td.age {  table.dir * td.age {
     color: #000;
   font-style: italic;    font-style: italic;
   white-space: nowrap;    white-space: nowrap;
 }  }

Legend:
Removed from v.4.1  
changed lines
  Added in v.4.4

CVSweb