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

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

version 3.2, 2003/04/27 20:27:49 version 4.4, 2019/11/11 14:37:55
Line 1 
Line 1 
 /* CSS for FreeBSD-CVSweb */  /* CSS for CVSweb */
 /* $FreeBSD$ */  /* $Id$ */
   /* $knu: css/cvsweb.css,v 1.16 2005/12/03 18:39:45 scop */
   
 body {  body {
   color: #000;    color: #000;
Line 8  body {
Line 9  body {
 th {  th {
   text-align: left;    text-align: left;
 }  }
   hr {
     height: 1px;
     border: none;
     background-color: #000;
   }
   h1 {
     text-align: center;
   }
   fieldset {
     background-color: #eee;
     padding: 0.8em;
   }
   input[type="submit"] {
     padding-left: 0.5em;
     padding-right: 0.5em;
   }
   
   /* Generic nowrap class */
   .nowrap {
     white-space: nowrap;
   }
   
 /* Source, diff and annotate views */  /* Source, diff and annotate views */
 .src {  .src {
     color: #000;
   background-color: #eee;    background-color: #eee;
     font-style: normal;
     font-weight: normal;
 }  }
 /* Navigation header for diffs and annotations */  
   /* Navigation header for source views, diffs and annotations */
 .navigate-header {  .navigate-header {
   background-color: #99e;    background-color: #99e;
     padding: 2px;
     border: 2px outset;
 }  }
   
 /* Directory table */  /* Directory table */
 table.dir {  table.dir {
   border-width: 0;    border-right: 0px solid #ccc;
   background-color: #ccc;  
 }  }
 /* Directory column header */  /* Cells */
 .dir-header {  table.dir * td {
   background-color: #ffc;    border-left: 1px solid #fff;
     padding-left: 5px;
     padding-right: 5px;
 }  }
 /* Sorted directory column header */  /* Column headers */
 .dir-header-sorted {  table.dir * th {
   background-color: #fc6;    background-color: #ccc;
     border-left: 1px solid #fff;
     border-bottom: 1px solid #fff;
     padding-left: 5px;
     padding-right: 5px;
 }  }
 /* Odd rows in directory table */  /* Sorted column header */
 .dir-row-odd {  table.dir * th.sorted {
   background-color: #fff;    background-color: #8f8;
     border-left: 1px solid #fff;
     border-bottom: 1px solid #fff;
 }  }
 /* Even rows in directory table */  /* Even rows */
 .dir-row-even {  table.dir * tr.even {
   background-color: #fff;    background-color: #fff;
 }  }
   /* Odd rows */
   table.dir * tr.odd {
     background-color: #cce;
   }
   /* File and dir name columns */
   table.dir * td.file, table.dir * td.dir {
     white-space: nowrap;
   }
   /* Age column */
   table.dir * td.age {
     color: #000;
     font-style: italic;
     white-space: nowrap;
   }
   table.dir * td.years {
     color: #000;
   }
   table.dir * td.months {
     color: #0a0;
   }
   table.dir * td.weeks {
     color: #aa0;
   }
   table.dir * td.days,    table.dir * td.hours,
   table.dir * td.minutes, table.dir * td.seconds {
     color: #f00;
   }
   /* Author column */
   table.dir * td.author {
     white-space: nowrap;
   }
   /* Log entry column */
   table.dir * td.log {
     font-size: smaller;
   }
   /* Attic toggles in directory view */
   .attic {
     font-size: smaller;
   }
   
   /* Option table labels and values */
   .opt-label {
     text-align: right;
     padding-left: 0.5em;
   }
   .opt-value {
     padding-right: 0.5em;
   }
   
 /* Log entry in markup */  /* Log entry in markup */
 .log-markup {  .log-markup {
   background-color: #fff;    background-color: #fff;
     width: 100%;
 }  }
   
 /* Diff-selected revision in log */  /* Diff-selected revision in log */
 .diff-selected {  .diff-selected {
   background-color: #eee;    padding-right: 0.5em;
     border-right: 10px solid #fc6;
 }  }
   
 /* 'Line'-header of each diffed file */  /* 'Line'-header of each diffed file */
 .diff-heading {  .diff-heading {
   background-color: #9cc;    background-color: #9cc;
     border: 2px outset;
     padding: 5px;
 }  }
   /* Common properties for diff "contents" */
   .diff {
     font-family: sans-serif;
     font-size: smaller;
   }
 /* Lines that are the same */  /* Lines that are the same */
 .diff-same {  .diff-same {
   font-family: Helvetica, Arial, sans-serif;    background-color: inherit;
   font-size: smaller;  
 }  }
 /* Empty lines */  /* Empty lines */
 .diff-empty {  .diff-empty {
   background-color: #ccc;    background-color: #ccc;
   font-size: smaller;  
 }  }
 /* Added lines */  /* Added lines */
 .diff-added {  .diff-added {
   background-color: #ccf;    background-color: #9f9;
   font-family: Helvetica, Arial, sans-serif;  
   font-size: smaller;  
 }  }
 /* Removed lines */  /* Removed lines */
 .diff-removed {  .diff-removed {
   background-color: #f99;    background-color: #f99;
   font-family: Helvetica, Arial, sans-serif;  
   font-size: smaller;  
 }  }
 /* Changed lines */  /* Changed lines */
 .diff-changed {  .diff-changed {
   background-color: #9f9;    background-color: #ff6;
   font-family: Helvetica, Arial, sans-serif;  
   font-size: smaller;  
 }  }
 /* Empty changed lines */  /* Empty changed lines */
 .diff-changed-missing {  .diff-changed-missing {
   background-color: #9c9;    background-color: #ee6;
   font-size: smaller;  }
   /* Unchanged text in ediffs */
   .diff-unchanged {
     background-color: #ccc;
   }
   
   /* Current revision lines in annotate view */
   .current-rev {
     font-weight: bold;
   }
   
   /* Download links */
   .download-link {
     font-weight: bold;
   }
   /* Display links */
   .display-link {
     font-weight: bold;
 }  }

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

CVSweb