aboutsummaryrefslogtreecommitdiff
path: root/doc/tor-doc.css
blob: 82d673b1ac0e42196c687dc1a4f0b4ff77c84879 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
/* *******************************************************
   $Id$

   This file is maintained in CVS; edit the version in the
   repository.
   *******************************************************
 */

BODY {
   background-color: #FFF;
   color: #000;
}

P, TD, TH, DD, DT, LI {
   font-family: lucida, "Lucida Sans", "Geneva", sans-serif;
}

TH, DT {
   font-weight: bold;
}

H1, H2, H3, H4, H5, H6 {
   font-family: lucida, "Lucida Sans", "Geneva", sans-serif;
}

H1 {
   text-align: center;
}

H2, H3, H4, H5, H6 {
   text-align: left;
}

H2 {
   background-color: #AFA;
   color: #000;
   padding: 2px 2px 2px 2px;
   border-width: 2px 2px 2px 2px;
   border-color: #000;
   border-style: solid;
}

H3 {
   background-color: #CCF; 
   color: #000;
   padding: 2px 2px 2px 2px;
   margin: 0 0 0 1em;
   border-width: 2px 2px 2px 2px;
   border-color: #000;
   border-style: solid;
}

DIV.answer {
   margin: 0 0 0 2em;
}

SPAN.heading {
   background-color: #ABF;
   color: #000;
   border-width: 1px;
   padding: 0 0.2em 0 0.2em;
   border-color: #000;
   border-style: solid;
}

SPAN.date {
   background-color: #FFF;
   color: #0A0;
   font-weight: bold;
}

P.date {
   background-color: #FFF;
   color: #0A0;
   font-weight: bold;
   margin-bottom: 0;
}

P.news {
   margin-top: 0;
   margin-left: 3em;
}

P.credit {
   font-size: smaller;
   font-style: italic;
   padding-left: 3px;
   border-left: 3px solid;
}