Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/graph/doc/default.css @ 12

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

added boost

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