source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* cvsweb: Mattieu Baptiste wrote on ports@ on 2012-06-15 11:54:34: "I
@ 2019-11-10 13:32 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2019-11-10 13:32 UTC (permalink / raw)
  To: source

Log Message:
-----------
Mattieu Baptiste wrote on ports@ on 2012-06-15 11:54:34:
"I included the "cvsweb-nice-colors" patch to look like
the official OpenBSD cvsweb, which I find nicer."
https://marc.info/?l=openbsd-ports&m=133976163531264

Also found here:
https://oss.segetech.com/integra/cvsweb-nice-colors.patch

Modified Files:
--------------
    cvsweb/css:
        cvsweb.css

Revision Data
-------------
Index: cvsweb.css
===================================================================
RCS file: /home/cvs/mandoc/cvsweb/css/cvsweb.css,v
retrieving revision 4.1
retrieving revision 4.2
diff -Lcss/cvsweb.css -Lcss/cvsweb.css -u -p -r4.1 -r4.2
--- css/cvsweb.css
+++ css/cvsweb.css
@@ -1,6 +1,6 @@
 /* CSS for FreeBSD-CVSweb */
 /* $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 {
   color: #000;
@@ -48,26 +48,27 @@ input[type="submit"] {
 
 /* 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 {
@@ -75,7 +76,7 @@ table.dir * tr.even {
 }
 /* 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 {
@@ -90,6 +91,7 @@ table.dir * td.graph {
 }
 /* Age column */
 table.dir * td.age {
+  color: #000;
   font-style: italic;
   white-space: nowrap;
 }
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-10 13:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-10 13:32 cvsweb: Mattieu Baptiste wrote on ports@ on 2012-06-15 11:54:34: "I schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).