removed obsolete issues (many of them fixed with AE)
[docutils.git] / sandbox / ianb / extractor / default.css
blob05e43aab531c4a7071a260b799d31fbe948b7feb
1 /*
2 :Author: David Goodger
3 :Contact: goodger@users.sourceforge.net
4 :date: $Date$
5 :version: $Revision$
6 :copyright: This stylesheet has been placed in the public domain.
8 Default cascading style sheet for the HTML output of Docutils.
9 */
11 .topic {
12 margin-left: 5em;
15 .topic-title {
16 margin-left: -1em;
19 body {
20 background-color: #eeeeee;
21 font-family: Arial, sans-serif;
24 em {
25 font-family: Times New Roman, Times, serif;
28 li {
29 list-style-type: circle;
32 a.target {
33 color: blue }
35 a.toc-backref {
36 text-decoration: none ;
37 color: black }
39 a:hover {
40 background-color: #cccccc;
43 cite {
44 font-style: normal;
45 font-family: monospace;
46 font-weight: bold;
49 dd {
50 margin-bottom: 0.5em }
52 div.abstract {
53 margin: 2em 5em }
55 div.abstract p.topic-title {
56 font-weight: bold ;
57 text-align: center }
59 div.attention, div.caution, div.danger, div.error, div.hint,
60 div.important, div.note, div.tip, div.warning {
61 // margin: 2em ;
62 background-color: #cccccc;
63 align: center;
64 //width: 60%;
65 // border: medium outset ;
66 padding: 3px;
69 div.attention p.admonition-title, div.caution p.admonition-title,
70 div.danger p.admonition-title, div.error p.admonition-title,
71 div.warning p.admonition-title {
72 color: red ;
73 font-weight: bold ;
74 font-family: sans-serif;
75 text-align: center }
77 div.hint p.admonition-title, div.important p.admonition-title,
78 div.note p.admonition-title, div.tip p.admonition-title {
79 font-weight: bold ;
80 font-family: sans-serif;
81 text-align: center }
83 div.dedication {
84 margin: 2em 5em ;
85 text-align: center ;
86 font-style: italic }
88 div.dedication p.topic-title {
89 font-weight: bold ;
90 font-style: normal }
92 div.figure {
93 margin-left: 2em }
95 div.footer, div.header {
96 font-size: smaller }
98 div.system-messages {
99 margin: 5em }
101 div.system-messages h1 {
102 color: red }
104 div.system-message {
105 border: medium outset ;
106 padding: 1em }
108 div.system-message p.system-message-title {
109 color: red ;
110 font-weight: bold }
112 div.topic {
113 margin: 2em }
115 h1, h2, h3, h4, h5, h6 {
116 font-family: Helvetica, Arial, sans-serif;
117 border: thin solid black;
118 background-color: #cccccc;
119 -moz-border-radius: 8px;
120 padding: 4px;
123 h1.title {
124 text-align: center;
125 background-color: #444499;
126 color: #eeeeee;
127 border: medium solid black;
128 -moz-border-radius: 20px;
131 h2.subtitle {
132 text-align: center }
134 hr {
135 width: 75% }
137 ol.simple, ul.simple {
138 margin-bottom: 1em }
140 ol.arabic {
141 list-style: decimal }
143 ol.loweralpha {
144 list-style: lower-alpha }
146 ol.upperalpha {
147 list-style: upper-alpha }
149 ol.lowerroman {
150 list-style: lower-roman }
152 ol.upperroman {
153 list-style: upper-roman }
155 p.caption {
156 font-style: italic }
158 p.credits {
159 font-style: italic ;
160 font-size: smaller }
162 p.first {
163 margin-top: 0 }
165 p.label {
166 white-space: nowrap }
168 p.topic-title {
169 font-weight: bold }
171 pre.address {
172 margin-bottom: 0 ;
173 margin-top: 0 ;
174 font-family: serif ;
175 font-size: 100% }
177 pre.line-block {
178 font-family: serif ;
179 font-size: 100% }
181 pre.literal-block, pre.doctest-block {
182 margin-left: 2em ;
183 margin-right: 2em ;
184 background-color: #ffffff;
185 border: thin black solid;
186 padding: 5px;
189 span.classifier {
190 font-family: sans-serif ;
191 font-style: oblique }
193 span.classifier-delimiter {
194 font-family: sans-serif ;
195 font-weight: bold }
197 span.interpreted {
198 font-family: sans-serif }
200 span.option-argument {
201 font-style: italic }
203 span.pre {
204 white-space: pre }
206 span.problematic {
207 color: red }
209 table {
210 margin-top: 0.5em ;
211 margin-bottom: 0.5em }
213 table.citation {
214 border-left: solid thin gray ;
215 padding-left: 0.5ex }
217 table.docinfo {
218 margin: 2em 4em }
220 table.footnote {
221 border-left: solid thin black ;
222 padding-left: 0.5ex }
224 td, th {
225 padding-left: 0.5em ;
226 padding-right: 0.5em ;
227 vertical-align: top }
229 td > p:first-child, th > p:first-child {
230 margin-top: 0em }
232 th.docinfo-name, th.field-name {
233 font-weight: bold ;
234 text-align: left ;
235 white-space: nowrap }
237 h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
238 font-size: 100% }
240 tt {
241 //background-color: #eeeeee;
242 color: #000066 }
244 ul.auto-toc {
245 list-style-type: none }