Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/iterator/doc/default.css @ 29

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

updated boost from 1_33_1 to 1_34_1

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