Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/graph/doc/default.css @ 47

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

updated boost from 1_33_1 to 1_34_1

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