removed obsolete issues (many of them fixed with AE)
[docutils.git] / sandbox / gschwant / docfactory / doc / stylesheets / df.css
blobaf86ec0a8098a075cb6808e13373a3fb0429750c
2 /*
3 :Author: David Goodger
4 :Contact: goodger@users.sourceforge.net
5 :date: $Date$
6 :version: $Revision$
7 :copyright: This stylesheet has been placed in the public domain.
9 Default cascading style sheet for the HTML output of Docutils.
12 .first {
13 margin-top: 0 }
15 .last {
16 margin-bottom: 0 }
18 a.toc-backref {
19 text-decoration: none ;
20 color: black }
22 dd {
23 margin-bottom: 0.5em }
25 div.abstract {
26 margin: 2em 5em }
28 div.abstract p.topic-title {
29 font-weight: bold ;
30 text-align: center }
32 div.attention, div.caution, div.danger, div.error, div.hint,
33 div.important, div.note, div.tip, div.warning {
34 margin: 2em ;
35 border: medium outset ;
36 padding: 1em }
38 div.attention p.admonition-title, div.caution p.admonition-title,
39 div.danger p.admonition-title, div.error p.admonition-title,
40 div.warning p.admonition-title {
41 color: red ;
42 font-weight: bold ;
43 font-family: sans-serif }
45 div.hint p.admonition-title, div.important p.admonition-title,
46 div.note p.admonition-title, div.tip p.admonition-title {
47 font-weight: bold ;
48 font-family: sans-serif }
50 div.dedication {
51 margin: 2em 5em ;
52 text-align: center ;
53 font-style: italic }
55 div.dedication p.topic-title {
56 font-weight: bold ;
57 font-style: normal }
59 div.figure {
60 margin-left: 2em }
62 div.footer, div.header {
63 font-size: smaller }
65 div.system-messages {
66 margin: 5em }
68 div.system-messages h1 {
69 color: red }
71 div.system-message {
72 border: medium outset ;
73 padding: 1em }
75 div.system-message p.system-message-title {
76 color: red ;
77 font-weight: bold }
79 div.topic {
80 margin: 2em }
82 hr {
83 width: 75% }
85 ol.simple, ul.simple {
86 margin-bottom: 1em }
88 ol.arabic {
89 list-style: decimal }
91 ol.loweralpha {
92 list-style: lower-alpha }
94 ol.upperalpha {
95 list-style: upper-alpha }
97 ol.lowerroman {
98 list-style: lower-roman }
100 ol.upperroman {
101 list-style: upper-roman }
103 p.caption {
104 font-style: italic }
106 p.credits {
107 font-style: italic ;
108 font-size: smaller }
110 p.label {
111 white-space: nowrap }
113 p.topic-title {
114 font-weight: bold }
116 pre.address {
117 margin-bottom: 0 ;
118 margin-top: 0 ;
119 font-family: serif ;
120 font-size: 100% }
122 pre.line-block {
123 font-family: serif ;
124 font-size: 100% }
126 pre.literal-block, pre.doctest-block {
127 background-color: #eeeeee }
129 span.classifier {
130 font-family: sans-serif ;
131 font-style: oblique }
133 span.classifier-delimiter {
134 font-family: sans-serif ;
135 font-weight: bold }
137 span.interpreted {
138 font-family: sans-serif }
140 span.option-argument {
141 font-style: italic }
143 span.pre {
144 white-space: pre }
146 span.problematic {
147 color: red }
149 table {
150 margin-top: 0.5em ;
151 margin-bottom: 0.5em }
153 table.citation {
154 border-left: solid thin gray ;
155 padding-left: 0.5ex }
157 table.docinfo {
158 margin: 2em 4em }
160 table.footnote {
161 border-left: solid thin black ;
162 padding-left: 0.5ex }
164 td, th {
165 padding-left: 0.5em ;
166 padding-right: 0.5em ;
167 vertical-align: top }
169 th.docinfo-name, th.field-name {
170 font-weight: bold ;
171 text-align: left ;
172 white-space: nowrap }
174 h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
175 font-size: 100% }
177 tt {
178 background-color: #eeeeee }
180 ul.auto-toc {
181 list-style-type: none }
185 Additional styles for "modern"-style of DocFactory.
187 :Author: Gunnar Schwant
188 :Contact: g.schwant@gmx.de
191 .first {
192 font-size: 10pt }
194 .last {
195 font-size: 10pt }
198 text-decoration: none }
200 a.reference {
201 color: #00009F }
203 a:hover {
204 background-color: #00009F ;
205 color: white }
207 body {
208 font-family: arial,helvetica,univers ;
209 font-size: 10pt ;
210 padding-top: 0.6cm ;
211 margin-left:0.5cm ;
212 margin-right:0.5cm ;
213 margin-bottom:0.5cm }
215 dd {
216 font-size: 10pt ;
217 padding-top: 0.1cm
220 dt {
221 font-size: 10pt ;
222 font-weight: bold ;
223 background-color: #6FC7FB ;
224 padding-left: 0.1cm ;
225 padding-top: 0.1cm ;
226 padding-bottom: 0.1cm }
228 div.abstract {
229 font-size: 10pt }
231 div.abstract p.topic-title {
232 font-size: 10pt }
234 div.attention, div.caution, div.danger, div.error, div.hint,
235 div.important, div.note, div.tip, div.warning {
236 font-size: 10pt }
238 div.attention p.admonition-title, div.caution p.admonition-title,
239 div.danger p.admonition-title, div.error p.admonition-title,
240 div.warning p.admonition-title, div.hint p.admonition-title,
241 div.important p.admonition-title, div.note p.admonition-title,
242 div.tip p.admonition-title {
243 margin-top: 0em ;
244 font-size: 12pt ;
245 font-family: arial,helvetica,univers }
247 div.dedication {
248 font-size: 10pt }
250 div.dedication p.topic-title {
251 font-size: 10pt }
253 div.figure {
254 font-size: 10pt }
256 div.footer, div.header {
257 font-size: 8pt }
259 div.system-messages {
260 font-size: 10pt }
262 div.system-messages h1 {
263 font-size: 12pt }
265 div.system-message {
266 font-size: 10pt }
268 div.system-message p.system-message-title {
269 font-size: 10pt }
271 div.topic {
272 font-size: 10pt }
274 h1, h2, h3, h4, h5, h6 {
275 padding-top: 0.5cm ;
276 page-break-after: avoid ;
277 font-family: arial,helvetica,univers }
279 h1 {
280 font-size: 18pt }
282 h1.title {
283 color: white ;
284 background-color: #00009F ;
285 padding-top: 0cm }
287 h2 {
288 font-size: 16pt }
290 h2.subtitle {
291 padding-top: 0cm }
293 h3 {
294 font-size: 14pt }
296 h4 {
297 font-size: 12pt }
299 h5, h6 {
300 font-size: 10pt }
302 hr {
303 width: 100%;
304 page-break-after: always }
306 li {
307 padding-top: 1mm ;
308 padding-bottom: 1mm }
310 ol.simple, ul.simple {
311 font-size: 10pt }
313 ol.arabic {
314 font-size: 10pt }
316 ol.loweralpha {
317 font-size: 10pt }
319 ol.upperalpha {
320 font-size: 10pt }
322 ol.lowerroman {
323 font-size: 10pt }
325 ol.upperroman {
326 font-size: 10pt }
328 p.caption {
329 font-size: 10pt }
331 p.credits {
332 font-style: italic ;
333 font-size: 8pt }
335 p.label {
336 font-size: 10pt }
338 p.topic-title {
339 font-size: 10pt }
341 pre.address {
342 font-family: arial,helvetica,univers ;
343 font-size: 10pt }
345 pre.line-block {
346 font-size: 10pt }
348 pre.literal-block, pre.doctest-block {
349 border-width: 1pt ;
350 border-style: solid ;
351 border-color: #999999 ;
352 color: #0000C0 ;
353 background-color: #ffffe0 ;
354 font-size: 9pt }
356 span.classifier {
357 font-size: 10pt ;
358 font-family: arial,helvetica,univers }
360 span.classifier-delimiter {
361 font-size: 10pt ;
362 font-family: arial,helvetica,univers }
364 span.field-argument {
365 font-size: 10pt }
367 span.interpreted {
368 font-size: 10pt ;
369 font-family: arial,helvetica,univers }
371 span.option-argument {
372 font-size: 10pt }
374 span.problematic {
375 font-size: 10pt }
377 table {
378 font-size: 10pt ;
379 border-collapse: collapse ;
380 border-width: 1.5pt ;
381 border-color: #003366 }
383 table.citation {
384 font-size: 10pt }
386 table.docinfo {
387 font-size: 10pt }
389 table.footnote {
390 font-size: 8pt ;
391 text-align: left }
393 table.table {
394 width: 100% }
396 th {
397 border-width: 1.5pt }
399 td {
400 border-width: 1pt }
402 td, th {
403 font-size: 10pt ;
404 border-style: thin ;
405 border-color: #003366 }
407 td.docinfo-name, th.field-name {
408 font-size: 10pt }
410 h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
411 font-size: 10pt }