]> git.saurik.com Git - wxWidgets.git/blame - wxPython/docs/default.css
reSWIGged
[wxWidgets.git] / wxPython / docs / default.css
CommitLineData
1fded56b
RD
1/*
2:Author: David Goodger
3:Contact: goodger@users.sourceforge.net
4:date: $Date$
5:version: $Revision$
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 {
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 {
46 font-weight: bold ;
47 font-family: sans-serif }
48
49div.dedication {
50 margin: 2em 5em ;
51 text-align: center ;
52 font-style: italic }
53
54div.dedication p.topic-title {
55 font-weight: bold ;
56 font-style: normal }
57
58div.figure {
59 margin-left: 2em }
60
61div.footer, div.header {
62 font-size: smaller }
63
64div.sidebar {
65 margin-left: 1em ;
66 border: medium outset ;
67 padding: 0em 1em ;
68 background-color: #ffffee ;
69 width: 40% ;
70 float: right }
71
72div.system-messages {
73 margin: 5em }
74
75div.system-messages h1 {
76 color: red }
77
78div.system-message {
79 border: medium outset ;
80 padding: 1em }
81
82div.system-message p.system-message-title {
83 color: red ;
84 font-weight: bold }
85
86div.topic {
87 margin: 2em }
88
89h1.title {
90 text-align: center }
91
92h2.subtitle {
93 text-align: center }
94
95hr {
96 width: 75% }
97
98ol.simple, ul.simple {
99 margin-bottom: 1em }
100
101ol.arabic {
102 list-style: decimal }
103
104ol.loweralpha {
105 list-style: lower-alpha }
106
107ol.upperalpha {
108 list-style: upper-alpha }
109
110ol.lowerroman {
111 list-style: lower-roman }
112
113ol.upperroman {
114 list-style: upper-roman }
115
116p.caption {
117 font-style: italic }
118
119p.credits {
120 font-style: italic ;
121 font-size: smaller }
122
123p.label {
124 white-space: nowrap }
125
126p.sidebar-title {
127 font-family: sans-serif ;
128 font-weight: bold ;
129 font-size: larger }
130
131p.sidebar-subtitle {
132 font-family: sans-serif ;
133 font-weight: bold }
134
135p.topic-title {
136 font-weight: bold }
137
138pre.address {
139 margin-bottom: 0 ;
140 margin-top: 0 ;
141 font-family: serif ;
142 font-size: 100% }
143
144pre.line-block {
145 font-family: serif ;
146 font-size: 100% }
147
148pre.literal-block, pre.doctest-block {
149 margin-left: 2em ;
150 margin-right: 2em ;
151 background-color: #eeeeee }
152
153span.classifier {
154 font-family: sans-serif ;
155 font-style: oblique }
156
157span.classifier-delimiter {
158 font-family: sans-serif ;
159 font-weight: bold }
160
161span.interpreted {
162 font-family: sans-serif }
163
164span.option {
165 white-space: nowrap }
166
167span.option-argument {
168 font-style: italic }
169
170span.pre {
171 white-space: pre }
172
173span.problematic {
174 color: red }
175
176table {
177 margin-top: 0.5em ;
178 margin-bottom: 0.5em }
179
180table.citation {
181 border-left: solid thin gray ;
182 padding-left: 0.5ex }
183
184table.docinfo {
185 margin: 2em 4em }
186
187table.footnote {
188 border-left: solid thin black ;
189 padding-left: 0.5ex }
190
191td, th {
192 padding-left: 0.5em ;
193 padding-right: 0.5em ;
194 vertical-align: top }
195
196th.docinfo-name, th.field-name {
197 font-weight: bold ;
198 text-align: left ;
199 white-space: nowrap }
200
201h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
202 font-size: 100% }
203
204tt {
205 background-color: #eeeeee }
206
207ul.auto-toc {
208 list-style-type: none }