Code

PGP support is again working (pyme API has changed significantly) and we
[roundup.git] / doc / default.css
1 /*
2 :Author: David Goodger
3 :Contact: goodger@users.sourceforge.net
4 :date: $Date: 2004-06-09 00:25:32 $
5 :version: $Revision: 1.13 $
6 :copyright: This stylesheet has been placed in the public domain.
8 Default cascading style sheet for the HTML output of Docutils.
9 */
11 a.target {
12   color: blue }
14 a.toc-backref {
15   text-decoration: none ;
16   color: black }
18 dd {
19   margin-bottom: 0.5em }
21 div.abstract {
22   margin: 2em 5em }
24 div.abstract p.topic-title {
25   font-weight: bold ;
26   text-align: center }
28 div.attention, div.caution, div.danger, div.error,
29 div.important, div.tip, div.warning {
30   margin: 2em ;
31   border: medium outset ;
32   padding: 1em }
34 div.hint, div.note {
35   font-size: 80%;
36   float: right;
37   width: 15em;
38   margin: 0.5em;
39   margin-left: 1em ;
40   border: solid #aaa;
41   background: #eee;
42   padding: 1em;
43 }
45 div.attention p.admonition-title, div.caution p.admonition-title,
46 div.danger p.admonition-title, div.error p.admonition-title,
47 div.warning p.admonition-title {
48   color: red ;
49   font-weight: bold ;
50   font-family: sans-serif }
52 div.hint p.admonition-title, div.important p.admonition-title,
53 div.note p.admonition-title, div.tip p.admonition-title {
54   font-weight: bold ;
55   font-family: sans-serif }
57 div.dedication {
58   margin: 2em 5em ;
59   text-align: center ;
60   font-style: italic }
62 div.dedication p.topic-title {
63   font-weight: bold ;
64   font-style: normal }
66 div.figure {
67   margin-left: 2em }
69 div.footer, div.header {
70   font-size: smaller }
72 div.system-messages {
73   margin: 5em }
75 div.system-messages h1 {
76   color: red }
78 div.system-message {
79   border: medium outset ;
80   padding: 1em }
82 div.system-message p.system-message-title {
83   color: red ;
84   font-weight: bold }
86 div.topic {
87   margin: 2em }
89 h1 {
90   margin-top: 2em;
91   text-decoration: underline;
92 }
94 h1.title {
95   text-align: center;
96   margin-top: .5em;
97 }
99 h2.subtitle {
100   text-align: center }
102 hr {
103   width: 75% }
105 ol.simple, ul.simple {
106   margin-top: 0;
107   margin-bottom: 1em }
109 ol.arabic {
110   list-style: decimal }
112 ol.loweralpha {
113   list-style: lower-alpha }
115 ol.upperalpha {
116   list-style: upper-alpha }
118 ol.lowerroman {
119   list-style: lower-roman }
121 ol.upperroman {
122   list-style: upper-roman }
124 p.caption {
125   font-style: italic }
127 p.credits {
128   font-style: italic ;
129   font-size: smaller }
131 p.first {
132   margin-top: 0 }
134 p.label {
135   white-space: nowrap }
137 p.topic-title {
138   font-weight: bold }
140 pre.address {
141   margin-bottom: 0 ;
142   margin-top: 0 ;
143   font-family: serif ;
144   font-size: 100% }
146 pre.line-block {
147   font-family: serif ;
148   font-size: 100% }
150 pre.literal-block, pre.doctest-block {
151   margin-left: 2em ;
152   margin-right: 2em ;
153   background-color: #eeeeee }
155 span.classifier {
156   font-family: sans-serif ;
157   font-style: oblique }
159 span.classifier-delimiter {
160   font-family: sans-serif ;
161   font-weight: bold }
163 span.field-argument {
164   font-style: italic }
166 span.interpreted {
167   font-family: sans-serif }
169 span.option-argument {
170   font-style: italic }
172 span.pre {
173   white-space: pre }
175 span.problematic {
176   color: red }
178 table {
179   margin-top: 0.5em ;
180   margin-bottom: 0.5em ;
181   }
183 table.citation {
184   border-top: 0;
185   border-bottom: 0;
186   border-right: 0;
187   border-left: solid thin gray ;
188   padding-left: 0.5ex }
190 table.docinfo {
191   margin: 2em 4em }
193 table.footnote {
194   border-left: solid thin black ;
195   padding-left: 0.5ex }
197 td, th {
198   padding-left: 0.5em ;
199   padding-right: 0.5em ;
200   vertical-align: baseline;
203 table.table {
204   border-spacing: 0px;
205   border-collapse: separate;
207 table.table td {
208   text-align: left;
209   border: solid thin gray;
212 table.table th {
213   text-align: left;
214   border: solid thin gray;
217 td > p:first-child, th > p:first-child {
218   margin-top: 0em }
220 th.docinfo-name {
221   font-weight: bold ;
222   text-align: right }
224 th.field-name {
225   font-weight: bold ;
226   text-align: right }
228 h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
229   font-size: 100% }
231 tt {
232   background-color: #eeeeee }
234 tt.literal span.pre {
235   background-color: #eeeeee
238 ul.auto-toc {
239   list-style-type: none }