Correct HTML, external Stylesheets, eye candy, some fixes
[privoxy.git] / templates / cgi-style.css
1 # CSS for Privoxy's CGI output:
2 #
3
4 # Need td,th for buggy NS4
5 body,td,th { font-family: helvetica, helv, arial, sans-serif; }
6 body { background-color: #ffffff; color: #000000; }
7
8 # Headings & text:
9 h1 { font-size: 160%; margin: 0px; }
10 h2 { font-size: 140%; margin: 0px; }
11 h3 { font-size: 120%; margin: 0px; }
12 p,pre  { font-size: medium; margin-left: 20px; }
13 p.small { font-size: 10px; margin: 0px; }
14
15 # Table Boxen:
16 td.box     { border: solid black 1px; background-color: #eeeeee; }
17 td.status  { border: solid black 1px; background-color: #ff0000; color: #ffffff; font-size: 300%; font-weight: bolder; }
18 td.title   { border: solid black 1px; background-color: #dddddd; }
19 td.warning { border: solid black 1px; background-color: #ffdddd; }
20 td.info    { border: solid black 1px; background-color: #ccccff; }
21 td.submit  { border: solid black 1px; background-color: #ddffdd; }
22 td.wrapbox { border: solid black 1px; padding: 5px; }
23 td.container { padding: 0px; }
24
25
26 # Misc:
27 th { background-color: #dddddd; }
28 em.warning { color: #ff0000 }
29
30 # For Toggle-Mini:
31 p.togglebox { margin: 5px; padding: 5px; border: solid black 1px; text-align: center; background-color: #eeeeee; }
32
33 # Extreme emphasis:
34 p.important { border: solid black 1px; background-color: #ffdddd; font-weight: bold; padding: 2px; }