annotate doc/style/docutils.css @ 122:c75026f5417f trunk

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