# # Patch for CVSweb to use ViewCVS like colors. # --- cvsweb-3.0.6-orig/css/cvsweb.css +++ cvsweb-3.0.6/css/cvsweb.css @@ -47,26 +47,27 @@ /* Directory table */ table.dir { - border-right: 1px solid #ccc; + border-right: 0px solid #ccc; } /* Cells */ table.dir * td { - border-left: 1px solid #ccc; - border-bottom: 1px solid #ccc; + border-left: 1px solid #fff; padding-left: 5px; padding-right: 5px; } /* Column headers */ table.dir * th { - background-color: #ffc; - border: thin outset; + background-color: #ccc; + border-left: 1px solid #fff; + border-bottom: 1px solid #fff; padding-left: 5px; padding-right: 5px; } /* Sorted column header */ table.dir * th.sorted { - background-color: #fc6; - border: thin inset; + background-color: #8f8; + border-left: 1px solid #fff; + border-bottom: 1px solid #fff; } /* Even rows */ table.dir * tr.even { @@ -74,7 +75,7 @@ } /* Odd rows */ table.dir * tr.odd { - background-color: #fff; + background-color: #cce; } /* File and dir name columns */ table.dir * td.file, table.dir * td.dir { @@ -89,6 +90,7 @@ } /* Age column */ table.dir * td.age { + color: #000; font-style: italic; white-space: nowrap; }