2 * CSS for Privoxy documentation
7 * Global fonts, colors, margins:
9 body,td,th { font-family: arial, helvetica, sans-serif; }
10 body { margin: 4%; color: #000000; background-color: #eeeeee; }
13 * Headings hierarchy in terms of size and color:
15 h1 { color: #4c000f; font-size: 160%; }
16 h2 { color: #660014; font-size: 140%; }
17 h3 { color: #820019; font-size: 120%; }
18 h4 { color: #99001d; font-size: 110%; }
21 * Make headings stand out:
22 * Indent all content in chapters, by additional 2%,
23 * and then pull the headings back left.
25 div.sect1 { margin-left: 2%; }
26 h1,h2,h3,h4 {margin-left: -2%; }
27 h1.title { margin-left: 0; }
28 h2.subtitle { margin-left: 0; }
31 * Underlined links disturb the examples;
32 * Let them get darker instead of purple after visited.
34 a { text-decoration: none; }
35 a:link { color: #0c29ff; }
36 a:visited { color: #071899; }
39 * Special highlighting:
40 * Code examples in embedded in the text flow become half-bold,
41 * Emphasis gets h4-red.
42 * Warnings get the same bg as in privoxy.css
44 tt.literal { font-weight: 600; }
45 i.emphasis { color: #99001d; }
46 table.warning { border: 0; background-color: #ffdddd;}
51 background-color: #dddddd;
53 text-decoration: none;
54 border-top: 1px solid #ffffff;
55 border-left: 1px solid #ffffff;
56 border-bottom: 1px solid #000000;
57 border-right: 1px solid #000000;
63 ul { list-style-type: square; }
64 /* Privoxy, of course */
65 .application {font-weight: bold; font-size:105%; color: #99001d;}