Correct HTML, external Stylesheets, eye candy, some fixes
[privoxy.git] / templates / cgi-style.css
diff --git a/templates/cgi-style.css b/templates/cgi-style.css
new file mode 100644 (file)
index 0000000..2b8322f
--- /dev/null
@@ -0,0 +1,34 @@
+# CSS for Privoxy's CGI output:
+#
+
+# Need td,th for buggy NS4
+body,td,th { font-family: helvetica, helv, arial, sans-serif; }
+body { background-color: #ffffff; color: #000000; }
+
+# Headings & text:
+h1 { font-size: 160%; margin: 0px; }
+h2 { font-size: 140%; margin: 0px; }
+h3 { font-size: 120%; margin: 0px; }
+p,pre  { font-size: medium; margin-left: 20px; }
+p.small { font-size: 10px; margin: 0px; }
+
+# Table Boxen:
+td.box     { border: solid black 1px; background-color: #eeeeee; }
+td.status  { border: solid black 1px; background-color: #ff0000; color: #ffffff; font-size: 300%; font-weight: bolder; }
+td.title   { border: solid black 1px; background-color: #dddddd; }
+td.warning { border: solid black 1px; background-color: #ffdddd; }
+td.info    { border: solid black 1px; background-color: #ccccff; }
+td.submit  { border: solid black 1px; background-color: #ddffdd; }
+td.wrapbox { border: solid black 1px; padding: 5px; }
+td.container { padding: 0px; }
+
+
+# Misc:
+th { background-color: #dddddd; }
+em.warning { color: #ff0000 }
+
+# For Toggle-Mini:
+p.togglebox { margin: 5px; padding: 5px; border: solid black 1px; text-align: center; background-color: #eeeeee; }
+
+# Extreme emphasis:
+p.important { border: solid black 1px; background-color: #ffdddd; font-weight: bold; padding: 2px; }
\ No newline at end of file