Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

updated boost from 1_33_1 to 1_34_1

File size: 3.2 KB
Line 
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
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 {
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 {
48  font-weight: bold ;
49  font-family: sans-serif }
50
51div.dedication {
52  margin: 2em 5em ;
53  text-align: center ;
54  font-style: italic }
55
56div.dedication p.topic-title {
57  font-weight: bold ;
58  font-style: normal }
59
60div.figure {
61  margin-left: 2em }
62
63div.footer, div.header {
64  font-size: smaller }
65
66div.system-messages {
67  margin: 5em }
68
69div.system-messages h1 {
70  color: red }
71
72div.system-message {
73  border: medium outset ;
74  padding: 1em }
75
76div.system-message p.system-message-title {
77  color: red ;
78  font-weight: bold }
79
80div.topic {
81  margin: 2em }
82
83h1.title {
84  text-align: center }
85
86h2.subtitle {
87  text-align: center }
88
89hr {
90  width: 75% }
91
92ol.simple, ul.simple {
93  margin-bottom: 1em }
94
95ol.arabic {
96  list-style: decimal }
97
98ol.loweralpha {
99  list-style: lower-alpha }
100
101ol.upperalpha {
102  list-style: upper-alpha }
103
104ol.lowerroman {
105  list-style: lower-roman }
106
107ol.upperroman {
108  list-style: upper-roman }
109
110p.caption {
111  font-style: italic }
112
113p.credits {
114  font-style: italic ;
115  font-size: smaller }
116
117p.label {
118  white-space: nowrap }
119
120p.topic-title {
121  font-weight: bold }
122
123pre.address {
124  margin-bottom: 0 ;
125  margin-top: 0 ;
126  font-family: serif ;
127  font-size: 100% }
128
129pre.line-block {
130  font-family: serif ;
131  font-size: 100% }
132
133pre.literal-block, pre.doctest-block {
134  margin-left: 2em ;
135  margin-right: 2em ;
136  background-color: #eeeeee }
137
138span.classifier {
139  font-family: sans-serif ;
140  font-style: oblique }
141
142span.classifier-delimiter {
143  font-family: sans-serif ;
144  font-weight: bold }
145
146span.interpreted {
147  font-family: sans-serif }
148
149span.option-argument {
150  font-style: italic }
151
152span.pre {
153  white-space: pre }
154
155span.problematic {
156  color: red }
157
158table {
159  margin-top: 0.5em ;
160  margin-bottom: 0.5em }
161
162table.citation {
163  border-left: solid thin gray ;
164  padding-left: 0.5ex }
165
166table.docinfo {
167  margin: 2em 4em }
168
169table.footnote {
170  border-left: solid thin black ;
171  padding-left: 0.5ex }
172
173td, th {
174  padding-left: 0.5em ;
175  padding-right: 0.5em ;
176  vertical-align: top }
177
178th.docinfo-name, th.field-name {
179  font-weight: bold ;
180  text-align: left ;
181  white-space: nowrap }
182
183h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
184  font-size: 100% }
185
186tt {
187  background-color: #eeeeee }
188
189ul.auto-toc {
190  list-style-type: none }
Note: See TracBrowser for help on using the repository browser.