-Add short section to Filter Files to tie in with +filter action.
[privoxy.git] / templates / cgi-style.css
index 7b87684..206fd42 100644 (file)
@@ -1,13 +1,13 @@
 /*
  * CSS for Privoxy CGI and script output
  *
- * $ Id: $
+ * $Id: cgi-style.css,v 1.5 2002/04/24 02:14:36 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,
@@ -61,6 +64,37 @@ p.small { font-size: 10px; margin: 0px; }
 p.important { border: solid black 1px; background-color: #ffdddd; font-weight: bold; padding: 2px; }
 p.whiteframed { margin: 5px; padding: 5px; border: solid black 1px; text-align: center; background-color: #eeeeee; }
 
+/*
+ * Links as buttons:
+ */
+
+td.buttons {
+  padding: 2px;
+}
+
+a.cmd, td.buttons a {
+  white-space: nowrap;
+  width: auto;
+  padding: 2px;
+  background-color: #dddddd;
+  color:            #000000;
+  text-decoration: none;
+  border-top:    1px solid #ffffff;
+  border-left:   1px solid #ffffff;
+  border-bottom: 1px solid #000000;
+  border-right:  1px solid #000000;
+}
+a.cmd:hover, td.buttons a:hover {
+  background-color: #eeeeee;
+}
+a.cmd:active, td.buttons a:active {
+  border-top:    1px solid #000000;
+  border-left:   1px solid #000000;
+  border-bottom: 1px solid #ffffff;
+  border-right:  1px solid #ffffff;
+}
+
+
 /*
  * Special red emphasis:
  */