~ubuntu-branches/ubuntu/karmic/python-docutils/karmic

« back to all changes in this revision

Viewing changes to tools/stylesheets/pep.css

  • Committer: Bazaar Package Importer
  • Author(s): martin f. krafft
  • Date: 2006-07-10 11:45:05 UTC
  • mfrom: (2.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20060710114505-otkhqcslevewxmz5
Tags: 0.4-3
Added build dependency on python-central (closes: #377580).

Show diffs side-by-side

added added

removed removed

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