blob: 429bce51f6ea81cedb7fe9a235a1c7a1f51d289b [file] [log] [blame]
Etan Cohen7ef855e2014-08-20 10:11:11 -07001/*
2Author: Peter Parente
3Date: 2008/01/22
4Version: 1.0 (modified)
5Copyright: This stylesheet has been placed in the public domain - free to edit and use for all uses.
6*/
7
8body {
9 font: 100% sans-serif;
10 background: #ffffff;
11 color: black;
12 margin: 2em;
13 padding: 0em 2em;
14}
15
16p.topic-title {
17 font-weight: bold;
18}
19
20table.docinfo {
21 text-align: left;
22 margin: 2em 0em;
23}
24
25a[href] {
26 color: #436976;
27 background-color: transparent;
28}
29
30a.toc-backref {
31 text-decoration: none;
32}
33
34h1 a[href] {
35 color: #003a6b;
36 text-decoration: none;
37 background-color: transparent;
38}
39
40a.strong {
41 font-weight: bold;
42}
43
44img {
45 margin: 0;
46 border: 0;
47}
48
49p {
50 margin: 0.5em 0 1em 0;
51 line-height: 1.5em;
52}
53
54p a:visited {
55 color: purple;
56 background-color: transparent;
57}
58
59p a:active {
60 color: red;
61 background-color: transparent;
62}
63
64a:hover {
65 text-decoration: none;
66}
67
68p img {
69 border: 0;
70 margin: 0;
71}
72
73p.rubric {
74 font-weight: bold;
75 font-style: italic;
76}
77
78em {
79 font-style: normal;
80 font-family: monospace;
81 font-weight: bold;
82}
83
84pre {
85 border-left: 3px double #aaa;
86 padding: 5px 10px;
87 background-color: #f6f6f6;
88}
89
90h1.title {
91 color: #003a6b;
92 font-size: 180%;
93 margin-bottom: 0em;
94}
95
96h2.subtitle {
97 color: #003a6b;
98 border-bottom: 0px;
99}
100
101h1, h2, h3, h4, h5, h6 {
102 color: #555;
103 background-color: transparent;
104 margin: 0em;
105 padding-top: 0.5em;
106}
107
108h1 {
109 font-size: 150%;
110 margin-bottom: 0.5em;
111 border-bottom: 2px solid #aaa;
112}
113
114h2 {
115 font-size: 130%;
116 margin-bottom: 0.5em;
117 border-bottom: 1px solid #aaa;
118}
119
120h3 {
121 font-size: 120%;
122 margin-bottom: 0.5em;
123}
124
125h4 {
126 font-size: 110%;
127 font-weight: bold;
128 margin-bottom: 0.5em;
129}
130
131h5 {
132 font-size: 105%;
133 font-weight: bold;
134 margin-bottom: 0.5em;
135}
136
137h6 {
138 font-size: 100%;
139 font-weight: bold;
140 margin-bottom: 0.5em;
141}
142
143dt {
144 font-style: italic;
145}
146
147dd {
148 margin-bottom: 1.5em;
149}
150
151div.admonition, div.note, div.tip, div.caution, div.important {
152 margin: 2em 2em;
153 padding: 0em 1em;
154 border-top: 1px solid #aaa;
155 border-left: 1px solid #aaa;
156 border-bottom: 2px solid #555;
157 border-right: 2px solid #555;
158}
159
160div.important {
161 background: transparent url('../images/important.png') 10px 2px no-repeat;
162}
163
164div.caution {
165 background: transparent url('../images/caution.png') 10px 2px no-repeat;
166}
167
168div.note {
169 background: transparent url('../images/note.png') 10px 2px no-repeat;
170}
171
172div.tip {
173 background: transparent url('../images/tip.png') 10px 2px no-repeat;
174}
175
176div.admonition-example {
177 background: transparent url('../images/tip.png') 10px 2px no-repeat;
178}
179
180div.admonition-critical-example {
181 background: transparent url('../images/important.png') 10px 2px no-repeat;
182}
183
184p.admonition-title {
185 font-weight: bold;
186 border-bottom: 1px solid #aaa;
187 padding-left: 30px;
188}
189
190table.docutils {
191 text-align: left;
192 border: 1px solid gray;
193 border-collapse: collapse;
194 margin: 1.5em 0em;
195}
196
197table.docutils caption {
198 font-style: italic;
199}
200
201table.docutils td, table.docutils th {
202 padding: 0.25em 0.5em;
203}
204
205th.field-name {
206 text-align: right;
207 width: 15em;
208}
209
210table.docutils th {
211 font-family: monospace;
212 background-color: #f6f6f6;
213 vertical-align: middle;
214}
215
216table.field-list {
217 border: none;
218}
219
220div.sidebar {
221 margin: 2em 2em 2em 0em;
222 padding: 0em 1em;
223 border-top: 1px solid #aaa;
224 border-left: 1px solid #aaa;
225 border-bottom: 2px solid #555;
226 border-right: 2px solid #555;
227}
228
229p.sidebar-title {
230 margin-bottom: 0em;
231 color: #003a6b;
232 border-bottom: 1px solid #aaa;
233 font-weight: bold;
234}
235
236p.sidebar-subtitle {
237 margin-top: 0em;
238 font-style: italic;
239 color: #003a6b;
240}