Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/rst.css @ 28

Last change on this file since 28 was 12, checked in by landauf, 16 years ago

added boost

  • Property svn:executable set to *
File size: 5.2 KB
Line 
1/*
2:Authors: David Goodger, David Abrahams
3:Contact: goodger@users.sourceforge.net, dave@boost-consulting.com
4:date: $Date: 2005/08/03 17:31:05 $
5:version: $Revision: 1.7.2.1 $
6:copyright: This stylesheet has been placed in the public domain.
7
8This stylesheet is for the use of ReStructuredText in a Boost context.
9It is basically an agglomeration of boost.css and the default.css that
10comes from docutils.
11
12 */
13
14.first {
15  margin-top: 0 }
16
17.last {
18  margin-bottom: 0 }
19
20a.toc-backref {
21  text-decoration: none ;
22  color: black }
23
24dd {
25  margin-bottom: 0.5em }
26
27div.abstract {
28  margin: 2em 5em }
29
30div.abstract p.topic-title {
31  font-weight: bold ;
32  text-align: center }
33
34div.attention, div.caution, div.danger, div.error, div.hint,
35div.important, div.note, div.tip, div.warning, div.admonition {
36  margin: 2em ;
37  border: medium outset ;
38  padding: 1em }
39
40div.attention p.admonition-title, div.caution p.admonition-title,
41div.danger p.admonition-title, div.error p.admonition-title,
42div.warning p.admonition-title {
43  color: red ;
44  font-weight: bold ;
45  font-family: sans-serif }
46
47div.hint p.admonition-title, div.important p.admonition-title,
48div.note p.admonition-title, div.tip p.admonition-title,
49div.admonition p.admonition-title {
50  font-weight: bold ;
51  font-family: sans-serif }
52
53div.dedication {
54  margin: 2em 5em ;
55  text-align: center ;
56  font-style: italic }
57
58div.dedication p.topic-title {
59  font-weight: bold ;
60  font-style: normal }
61
62div.figure {
63  margin-left: 2em }
64
65div.footer, div.header {
66  font-size: smaller }
67
68div.line-block { display: block }
69div.line-block div.line-block { margin-left: 1.5em }
70
71div.sidebar {
72  margin-left: 1em ;
73  border: medium outset ;
74  padding: 0em 1em ;
75  background-color: #ffffee ;
76  width: 40% ;
77  float: right ;
78  clear: right }
79
80div.sidebar p.rubric {
81  font-family: sans-serif ;
82  font-size: medium }
83
84div.system-messages {
85  margin: 5em }
86
87div.system-messages h1 {
88  color: red }
89
90div.system-message {
91  border: medium outset ;
92  padding: 1em }
93
94div.system-message p.system-message-title {
95  color: red ;
96  font-weight: bold }
97
98div.topic {
99  margin: 2em }
100
101dt {
102  font-weight: bold
103}
104
105H1.title
106{
107    FONT-SIZE: 200%;
108    COLOR: #00008B;
109    text-align: center
110}
111H1
112{
113    FONT-SIZE: 150%;
114}
115H2
116{
117    FONT-SIZE: 125%;
118}
119h2.subtitle {
120  text-align: center }
121H3
122{
123    FONT-SIZE: 108%;
124}
125BODY
126{
127    FONT-SIZE: 100%;
128    BACKGROUND-COLOR: #ffffff;
129}
130PRE
131{
132    MARGIN-LEFT: 2em;
133    FONT-FAMILY: Courier;
134}
135CODE
136{
137    FONT-FAMILY: Courier;
138    white-space: pre;
139}
140.pre
141{
142    FONT-FAMILY: Courier;
143    white-space: pre;
144}
145.index
146{
147    TEXT-ALIGN: left;
148}
149.page-index
150{
151    TEXT-ALIGN: left;
152}
153.definition
154{
155    TEXT-ALIGN: left;
156}
157.footnote
158{
159    FONT-SIZE: 80%;
160    VERTICAL-ALIGN: super;
161    TEXT-DECORATION: none;
162}
163.function-semantics
164{
165    CLEAR: left;
166}
167
168hr {
169  width: 75% }
170
171ol.simple, ul.simple {
172  margin-bottom: 1em }
173
174ol.arabic {
175  list-style: decimal }
176
177ol.loweralpha {
178  list-style: lower-alpha }
179
180ol.upperalpha {
181  list-style: upper-alpha }
182
183ol.lowerroman {
184  list-style: lower-roman }
185
186ol.upperroman {
187  list-style: upper-roman }
188
189p.attribution {
190  text-align: right ;
191  margin-left: 50% }
192
193p.caption {
194  font-style: italic }
195
196p.credits {
197  font-style: italic ;
198  font-size: smaller }
199
200p.label {
201  white-space: nowrap }
202
203p.rubric {
204  font-weight: bold ;
205  font-size: larger ;
206  color: maroon ;
207  text-align: center }
208
209p.sidebar-title {
210  font-family: sans-serif ;
211  font-weight: bold ;
212  font-size: larger }
213
214p.sidebar-subtitle {
215  font-family: sans-serif ;
216  font-weight: bold }
217
218p.topic-title {
219  font-weight: bold }
220
221pre.address {
222  margin-bottom: 0 ;
223  margin-top: 0 ;
224  font-family: serif ;
225  font-size: 100% }
226
227pre.line-block {
228  font-family: serif ;
229  font-size: 100% }
230
231pre.literal-block, pre.doctest-block {
232  margin-left: 2em ;
233  margin-right: 2em ;
234  background-color: #eeeeee }
235
236span.class {
237  font-family: monospace;
238}
239
240span.classifier {
241  font-family: sans-serif ;
242  font-style: oblique }
243
244span.classifier-delimiter {
245  font-family: sans-serif ;
246  font-weight: bold }
247
248span.doublesize {
249  font-size: 200%
250}
251
252span.interpreted {
253  font-family: sans-serif }
254
255span.concept {
256  font-family: sans-serif }
257
258span.function {
259  font-family: monospace;
260}
261
262span.option {
263  white-space: nowrap }
264
265span.option-argument {
266  font-style: italic }
267
268span.pre {
269  white-space: pre }
270
271span.problematic {
272  color: red }
273
274/* Firefox, at least, seems to need some help lowering
275   subscripts. Without the following, subscripts seem not to drop
276   at all when in a preformatted block.  -- DWA
277*/
278
279sub {
280  vertical-align: -20%
281}
282
283table {
284  margin-top: 0.5em ;
285  margin-bottom: 0.5em }
286
287table.citation {
288  border-left: solid thin gray ;
289  padding-left: 0.5ex }
290
291table.docinfo {
292  margin: 2em 4em }
293
294table.footnote {
295  border-left: solid thin black ;
296  padding-left: 0.5ex }
297
298td, th {
299  padding-left: 0.5em ;
300  padding-right: 0.5em ;
301  vertical-align: top }
302
303th.docinfo-name, th.field-name {
304  font-weight: bold ;
305  text-align: left ;
306  white-space: nowrap }
307
308/*
309  dwa 2003/7/29 -- commented out so that it wouldn't override earlier
310  styles from boost.css
311
312h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
313  font-size: 100% }
314*/
315
316ul.auto-toc {
317  list-style-type: none }
318
319img.boost-logo {
320  border: none;
321  vertical-align: middle
322}
323
324pre.literal-block span.concept {
325  font-style: italic;
326}
327
Note: See TracBrowser for help on using the repository browser.