annotate doc/style/docutils.css @ 235:b3cabd49de75

Beautified the HTML docs a bit.
author cmlenz
date Tue, 12 Sep 2006 15:35:42 +0000
parents
children
rev   line source
235
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
1 /*
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
2 :Author: David Goodger
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
3 :Contact: goodger@users.sourceforge.net
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
4 :Date: $Date: 2005-12-18 01:56:14 +0100 (Sun, 18 Dec 2005) $
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
5 :Revision: $Revision: 4224 $
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
6 :Copyright: This stylesheet has been placed in the public domain.
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
7
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
8 Default cascading style sheet for the HTML output of Docutils.
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
9
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
10 See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
11 customize this style sheet.
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
12 */
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
13
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
14 /* used to remove borders from tables and images */
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
15 .borderless, table.borderless td, table.borderless th {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
16 border: 0 }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
17
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
18 table.borderless td, table.borderless th {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
19 /* Override padding for "table.docutils td" with "! important".
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
20 The right padding separates the table cells. */
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
21 padding: 0 0.5em 0 0 ! important }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
22
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
23 .first {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
24 /* Override more specific margin styles with "! important". */
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
25 margin-top: 0 ! important }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
26
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
27 .last, .with-subtitle {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
28 margin-bottom: 0 ! important }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
29
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
30 .hidden {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
31 display: none }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
32
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
33 a.toc-backref {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
34 text-decoration: none ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
35 color: black }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
36
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
37 blockquote.epigraph {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
38 margin: 2em 5em ; }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
39
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
40 dl.docutils dd {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
41 margin-bottom: 0.5em }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
42
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
43 dl.docutils dt {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
44 font-weight: bold }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
45
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
46 div.abstract {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
47 margin: 2em 5em }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
48
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
49 div.abstract p.topic-title {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
50 font-weight: bold ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
51 text-align: center }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
52
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
53 div.admonition, div.attention, div.caution, div.danger, div.error,
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
54 div.hint, div.important, div.note, div.tip, div.warning {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
55 margin: 2em ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
56 border: medium outset ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
57 padding: 1em }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
58
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
59 div.admonition p.admonition-title, div.hint p.admonition-title,
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
60 div.important p.admonition-title, div.note p.admonition-title,
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
61 div.tip p.admonition-title {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
62 font-weight: bold ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
63 font-family: sans-serif }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
64
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
65 div.attention p.admonition-title, div.caution p.admonition-title,
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
66 div.danger p.admonition-title, div.error p.admonition-title,
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
67 div.warning p.admonition-title {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
68 color: red ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
69 font-weight: bold ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
70 font-family: sans-serif }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
71
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
72 /* Uncomment (and remove this text!) to get reduced vertical space in
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
73 compound paragraphs.
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
74 div.compound .compound-first, div.compound .compound-middle {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
75 margin-bottom: 0.5em }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
76
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
77 div.compound .compound-last, div.compound .compound-middle {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
78 margin-top: 0.5em }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
79 */
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
80
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
81 div.dedication {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
82 margin: 2em 5em ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
83 text-align: center ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
84 font-style: italic }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
85
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
86 div.dedication p.topic-title {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
87 font-weight: bold ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
88 font-style: normal }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
89
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
90 div.figure {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
91 margin-left: 2em ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
92 margin-right: 2em }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
93
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
94 div.footer, div.header {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
95 clear: both;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
96 font-size: smaller }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
97
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
98 div.line-block {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
99 display: block ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
100 margin-top: 1em ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
101 margin-bottom: 1em }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
102
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
103 div.line-block div.line-block {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
104 margin-top: 0 ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
105 margin-bottom: 0 ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
106 margin-left: 1.5em }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
107
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
108 div.sidebar {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
109 margin-left: 1em ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
110 border: medium outset ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
111 padding: 1em ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
112 background-color: #ffffee ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
113 width: 40% ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
114 float: right ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
115 clear: right }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
116
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
117 div.sidebar p.rubric {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
118 font-family: sans-serif ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
119 font-size: medium }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
120
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
121 div.system-messages {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
122 margin: 5em }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
123
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
124 div.system-messages h1 {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
125 color: red }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
126
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
127 div.system-message {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
128 border: medium outset ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
129 padding: 1em }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
130
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
131 div.system-message p.system-message-title {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
132 color: red ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
133 font-weight: bold }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
134
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
135 div.topic {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
136 margin: 2em }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
137
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
138 h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
139 h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
140 margin-top: 0.4em }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
141
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
142 h1.title {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
143 text-align: center }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
144
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
145 h2.subtitle {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
146 text-align: center }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
147
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
148 hr.docutils {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
149 width: 75% }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
150
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
151 img.align-left {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
152 clear: left }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
153
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
154 img.align-right {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
155 clear: right }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
156
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
157 ol.simple, ul.simple {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
158 margin-bottom: 1em }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
159
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
160 ol.arabic {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
161 list-style: decimal }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
162
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
163 ol.loweralpha {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
164 list-style: lower-alpha }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
165
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
166 ol.upperalpha {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
167 list-style: upper-alpha }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
168
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
169 ol.lowerroman {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
170 list-style: lower-roman }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
171
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
172 ol.upperroman {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
173 list-style: upper-roman }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
174
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
175 p.attribution {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
176 text-align: right ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
177 margin-left: 50% }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
178
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
179 p.caption {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
180 font-style: italic }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
181
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
182 p.credits {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
183 font-style: italic ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
184 font-size: smaller }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
185
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
186 p.label {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
187 white-space: nowrap }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
188
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
189 p.rubric {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
190 font-weight: bold ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
191 font-size: larger ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
192 color: maroon ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
193 text-align: center }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
194
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
195 p.sidebar-title {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
196 font-family: sans-serif ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
197 font-weight: bold ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
198 font-size: larger }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
199
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
200 p.sidebar-subtitle {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
201 font-family: sans-serif ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
202 font-weight: bold }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
203
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
204 p.topic-title {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
205 font-weight: bold }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
206
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
207 pre.address {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
208 margin-bottom: 0 ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
209 margin-top: 0 ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
210 font-family: serif ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
211 font-size: 100% }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
212
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
213 pre.literal-block, pre.doctest-block {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
214 margin-left: 2em ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
215 margin-right: 2em ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
216 background-color: #eeeeee }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
217
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
218 span.classifier {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
219 font-family: sans-serif ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
220 font-style: oblique }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
221
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
222 span.classifier-delimiter {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
223 font-family: sans-serif ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
224 font-weight: bold }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
225
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
226 span.interpreted {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
227 font-family: sans-serif }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
228
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
229 span.option {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
230 white-space: nowrap }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
231
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
232 span.pre {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
233 white-space: pre }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
234
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
235 span.problematic {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
236 color: red }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
237
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
238 span.section-subtitle {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
239 /* font-size relative to parent (h1..h6 element) */
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
240 font-size: 80% }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
241
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
242 table.citation {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
243 border-left: solid 1px gray;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
244 margin-left: 1px }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
245
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
246 table.docinfo {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
247 margin: 2em 4em }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
248
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
249 table.docutils {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
250 margin-top: 0.5em ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
251 margin-bottom: 0.5em }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
252
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
253 table.footnote {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
254 border-left: solid 1px black;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
255 margin-left: 1px }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
256
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
257 table.docutils td, table.docutils th,
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
258 table.docinfo td, table.docinfo th {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
259 padding-left: 0.5em ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
260 padding-right: 0.5em ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
261 vertical-align: top }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
262
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
263 table.docutils th.field-name, table.docinfo th.docinfo-name {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
264 font-weight: bold ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
265 text-align: left ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
266 white-space: nowrap ;
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
267 padding-left: 0 }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
268
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
269 h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
270 h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
271 font-size: 100% }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
272
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
273 tt.docutils {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
274 background-color: #eeeeee }
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
275
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
276 ul.auto-toc {
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
277 list-style-type: none }
Copyright (C) 2012-2017 Edgewall Software