Mass commit to catch a few scattered fixes.
[privoxy.git] / templates / cgi-style.css
index 7b87684..9e8c7c1 100644 (file)
@@ -1,13 +1,13 @@
 /*
  * CSS for Privoxy CGI and script output
  *
- * $ Id: $
+ * $Id: cgi-style.css,v 1.4 2002/04/09 11:55:20 oes Exp $
  */
 
 /*
  * 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; }
@@ -18,7 +18,9 @@ p,pre  { margin-left: 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:
@@ -47,10 +49,11 @@ div.wrapbox  { border: solid black 1px;                            margin: 20px;
 
 
 /*
- * Bold definitions in <dl>s, Grey BG for Table headings
+ * Bold definitions in <dl>s, grey BG for table headings, transparent (no-bordered) table
  */
 dt { font-weight: bold; }
 th { background-color: #dddddd; }
+table.transparent { border-style: none}
 
 /*
  * Special purpose paragraphs: Small for page footers,