Forward port patches/07_log_to_file_by_default
[tor.git] / doc / tor-doc.css
blob82d673b1ac0e42196c687dc1a4f0b4ff77c84879
1 /* *******************************************************
2 $Id$
4 This file is maintained in CVS; edit the version in the
5 repository.
6 *******************************************************
7 */
9 BODY {
10 background-color: #FFF;
11 color: #000;
14 P, TD, TH, DD, DT, LI {
15 font-family: lucida, "Lucida Sans", "Geneva", sans-serif;
18 TH, DT {
19 font-weight: bold;
22 H1, H2, H3, H4, H5, H6 {
23 font-family: lucida, "Lucida Sans", "Geneva", sans-serif;
26 H1 {
27 text-align: center;
30 H2, H3, H4, H5, H6 {
31 text-align: left;
34 H2 {
35 background-color: #AFA;
36 color: #000;
37 padding: 2px 2px 2px 2px;
38 border-width: 2px 2px 2px 2px;
39 border-color: #000;
40 border-style: solid;
43 H3 {
44 background-color: #CCF;
45 color: #000;
46 padding: 2px 2px 2px 2px;
47 margin: 0 0 0 1em;
48 border-width: 2px 2px 2px 2px;
49 border-color: #000;
50 border-style: solid;
53 DIV.answer {
54 margin: 0 0 0 2em;
57 SPAN.heading {
58 background-color: #ABF;
59 color: #000;
60 border-width: 1px;
61 padding: 0 0.2em 0 0.2em;
62 border-color: #000;
63 border-style: solid;
66 SPAN.date {
67 background-color: #FFF;
68 color: #0A0;
69 font-weight: bold;
72 P.date {
73 background-color: #FFF;
74 color: #0A0;
75 font-weight: bold;
76 margin-bottom: 0;
79 P.news {
80 margin-top: 0;
81 margin-left: 3em;
84 P.credit {
85 font-size: smaller;
86 font-style: italic;
87 padding-left: 3px;
88 border-left: 3px solid;