1 | /* |
---|
2 | :Author: David Goodger |
---|
3 | :Contact: goodger@users.sourceforge.net |
---|
4 | :date: $Date: 2006/09/20 22:49:18 $ |
---|
5 | :version: $Revision: 1.1.20.1 $ |
---|
6 | :copyright: This stylesheet has been placed in the public domain. |
---|
7 | |
---|
8 | boostinspect:nolicense |
---|
9 | |
---|
10 | Default cascading style sheet for the HTML output of Docutils. |
---|
11 | */ |
---|
12 | |
---|
13 | .first { |
---|
14 | margin-top: 0 } |
---|
15 | |
---|
16 | .last { |
---|
17 | margin-bottom: 0 } |
---|
18 | |
---|
19 | a.toc-backref { |
---|
20 | text-decoration: none ; |
---|
21 | color: black } |
---|
22 | |
---|
23 | dd { |
---|
24 | margin-bottom: 0.5em } |
---|
25 | |
---|
26 | div.abstract { |
---|
27 | margin: 2em 5em } |
---|
28 | |
---|
29 | div.abstract p.topic-title { |
---|
30 | font-weight: bold ; |
---|
31 | text-align: center } |
---|
32 | |
---|
33 | div.attention, div.caution, div.danger, div.error, div.hint, |
---|
34 | div.important, div.note, div.tip, div.warning { |
---|
35 | margin: 2em ; |
---|
36 | border: medium outset ; |
---|
37 | padding: 1em } |
---|
38 | |
---|
39 | div.attention p.admonition-title, div.caution p.admonition-title, |
---|
40 | div.danger p.admonition-title, div.error p.admonition-title, |
---|
41 | div.warning p.admonition-title { |
---|
42 | color: red ; |
---|
43 | font-weight: bold ; |
---|
44 | font-family: sans-serif } |
---|
45 | |
---|
46 | div.hint p.admonition-title, div.important p.admonition-title, |
---|
47 | div.note p.admonition-title, div.tip p.admonition-title { |
---|
48 | font-weight: bold ; |
---|
49 | font-family: sans-serif } |
---|
50 | |
---|
51 | div.dedication { |
---|
52 | margin: 2em 5em ; |
---|
53 | text-align: center ; |
---|
54 | font-style: italic } |
---|
55 | |
---|
56 | div.dedication p.topic-title { |
---|
57 | font-weight: bold ; |
---|
58 | font-style: normal } |
---|
59 | |
---|
60 | div.figure { |
---|
61 | margin-left: 2em } |
---|
62 | |
---|
63 | div.footer, div.header { |
---|
64 | font-size: smaller } |
---|
65 | |
---|
66 | div.system-messages { |
---|
67 | margin: 5em } |
---|
68 | |
---|
69 | div.system-messages h1 { |
---|
70 | color: red } |
---|
71 | |
---|
72 | div.system-message { |
---|
73 | border: medium outset ; |
---|
74 | padding: 1em } |
---|
75 | |
---|
76 | div.system-message p.system-message-title { |
---|
77 | color: red ; |
---|
78 | font-weight: bold } |
---|
79 | |
---|
80 | div.topic { |
---|
81 | margin: 2em } |
---|
82 | |
---|
83 | h1.title { |
---|
84 | text-align: center } |
---|
85 | |
---|
86 | h2.subtitle { |
---|
87 | text-align: center } |
---|
88 | |
---|
89 | hr { |
---|
90 | width: 75% } |
---|
91 | |
---|
92 | ol.simple, ul.simple { |
---|
93 | margin-bottom: 1em } |
---|
94 | |
---|
95 | ol.arabic { |
---|
96 | list-style: decimal } |
---|
97 | |
---|
98 | ol.loweralpha { |
---|
99 | list-style: lower-alpha } |
---|
100 | |
---|
101 | ol.upperalpha { |
---|
102 | list-style: upper-alpha } |
---|
103 | |
---|
104 | ol.lowerroman { |
---|
105 | list-style: lower-roman } |
---|
106 | |
---|
107 | ol.upperroman { |
---|
108 | list-style: upper-roman } |
---|
109 | |
---|
110 | p.caption { |
---|
111 | font-style: italic } |
---|
112 | |
---|
113 | p.credits { |
---|
114 | font-style: italic ; |
---|
115 | font-size: smaller } |
---|
116 | |
---|
117 | p.label { |
---|
118 | white-space: nowrap } |
---|
119 | |
---|
120 | p.topic-title { |
---|
121 | font-weight: bold } |
---|
122 | |
---|
123 | pre.address { |
---|
124 | margin-bottom: 0 ; |
---|
125 | margin-top: 0 ; |
---|
126 | font-family: serif ; |
---|
127 | font-size: 100% } |
---|
128 | |
---|
129 | pre.line-block { |
---|
130 | font-family: serif ; |
---|
131 | font-size: 100% } |
---|
132 | |
---|
133 | pre.literal-block, pre.doctest-block { |
---|
134 | margin-left: 2em ; |
---|
135 | margin-right: 2em ; |
---|
136 | background-color: #eeeeee } |
---|
137 | |
---|
138 | span.classifier { |
---|
139 | font-family: sans-serif ; |
---|
140 | font-style: oblique } |
---|
141 | |
---|
142 | span.classifier-delimiter { |
---|
143 | font-family: sans-serif ; |
---|
144 | font-weight: bold } |
---|
145 | |
---|
146 | span.interpreted { |
---|
147 | font-family: sans-serif } |
---|
148 | |
---|
149 | span.option-argument { |
---|
150 | font-style: italic } |
---|
151 | |
---|
152 | span.pre { |
---|
153 | white-space: pre } |
---|
154 | |
---|
155 | span.problematic { |
---|
156 | color: red } |
---|
157 | |
---|
158 | table { |
---|
159 | margin-top: 0.5em ; |
---|
160 | margin-bottom: 0.5em } |
---|
161 | |
---|
162 | table.citation { |
---|
163 | border-left: solid thin gray ; |
---|
164 | padding-left: 0.5ex } |
---|
165 | |
---|
166 | table.docinfo { |
---|
167 | margin: 2em 4em } |
---|
168 | |
---|
169 | table.footnote { |
---|
170 | border-left: solid thin black ; |
---|
171 | padding-left: 0.5ex } |
---|
172 | |
---|
173 | td, th { |
---|
174 | padding-left: 0.5em ; |
---|
175 | padding-right: 0.5em ; |
---|
176 | vertical-align: top } |
---|
177 | |
---|
178 | th.docinfo-name, th.field-name { |
---|
179 | font-weight: bold ; |
---|
180 | text-align: left ; |
---|
181 | white-space: nowrap } |
---|
182 | |
---|
183 | h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt { |
---|
184 | font-size: 100% } |
---|
185 | |
---|
186 | tt { |
---|
187 | background-color: #eeeeee } |
---|
188 | |
---|
189 | ul.auto-toc { |
---|
190 | list-style-type: none } |
---|