Try Arial first for NS4/Win
authoroes <oes@users.sourceforge.net>
Tue, 9 Apr 2002 11:55:20 +0000 (11:55 +0000)
committeroes <oes@users.sourceforge.net>
Tue, 9 Apr 2002 11:55:20 +0000 (11:55 +0000)
doc/webserver/privoxy.css
templates/cgi-style.css

index e70bdd1..2d33e85 100644 (file)
@@ -1,13 +1,13 @@
 /*
  * CSS for Privoxy CGI and script output
  *
- * $ Id: $
+ * $Id: $
  */
 
 /*
  * General rules: Font, Color, Headings, Margins, Links
  */
-body,td,th { font-family: helvetica, helv, arial, sans-serif; }
+body,td,th { font-family: arial, helvetica, helv, sans-serif; }
 body { background-color: #ffffff; color: #000000; }
 
 h1 { font-size: 140%; margin: 0px; }
@@ -15,10 +15,12 @@ h2 { font-size: 120%; margin: 0px; }
 h3 { font-size: 110%; margin: 0px; }
 
 p,pre  { margin-left: 15px; }
-li { margin: 5px 15px; }
-dl { margin: 5px 15px; }
+li { margin: 2px 15px; }
+dl { margin: 2px 15px; }
 
-:link { text-decoration: none; }
+a:link    { color: #0000dd; text-decoration: none; }
+a:visited { color: #330099; text-decoration: none; }
+a:active  { color: #3333ff; text-decoration: none; }
 
 /*
  * Boxen as Table elements:
index be5b490..2d33e85 100644 (file)
@@ -1,13 +1,13 @@
 /*
  * CSS for Privoxy CGI and script output
  *
- * $ Id: $
+ * $Id: $
  */
 
 /*
  * General rules: Font, Color, Headings, Margins, Links
  */
-body,td,th { font-family: helvetica, helv, arial, sans-serif; }
+body,td,th { font-family: arial, helvetica, helv, sans-serif; }
 body { background-color: #ffffff; color: #000000; }
 
 h1 { font-size: 140%; margin: 0px; }