Code

more doc
[roundup.git] / doc / default.css
1 /*
2 :Author: David Goodger
3 :Contact: goodger@users.sourceforge.net
4 :date: $Date: 2002-09-12 03:57:09 $
5 :version: $Revision: 1.9 $
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, div.hint,
29 div.important, div.note, div.tip, div.warning {
30   margin: 2em ;
31   border: medium outset ;
32   padding: 1em }
34 div.attention p.admonition-title, div.caution p.admonition-title,
35 div.danger p.admonition-title, div.error p.admonition-title,
36 div.warning p.admonition-title {
37   color: red ;
38   font-weight: bold ;
39   font-family: sans-serif }
41 div.hint p.admonition-title, div.important p.admonition-title,
42 div.note p.admonition-title, div.tip p.admonition-title {
43   font-weight: bold ;
44   font-family: sans-serif }
46 div.dedication {
47   margin: 2em 5em ;
48   text-align: center ;
49   font-style: italic }
51 div.dedication p.topic-title {
52   font-weight: bold ;
53   font-style: normal }
55 div.figure {
56   margin-left: 2em }
58 div.footer, div.header {
59   font-size: smaller }
61 div.system-messages {
62   margin: 5em }
64 div.system-messages h1 {
65   color: red }
67 div.system-message {
68   border: medium outset ;
69   padding: 1em }
71 div.system-message p.system-message-title {
72   color: red ;
73   font-weight: bold }
75 div.topic {
76   margin: 2em }
78 h1.title {
79   text-align: center }
81 h2.subtitle {
82   text-align: center }
84 hr {
85   width: 75% }
87 ol.simple, ul.simple {
88   margin-bottom: 1em }
90 ol.arabic {
91   list-style: decimal }
93 ol.loweralpha {
94   list-style: lower-alpha }
96 ol.upperalpha {
97   list-style: upper-alpha }
99 ol.lowerroman {
100   list-style: lower-roman }
102 ol.upperroman {
103   list-style: upper-roman }
105 p.caption {
106   font-style: italic }
108 p.credits {
109   font-style: italic ;
110   font-size: smaller }
112 p.first {
113   margin-top: 0 }
115 p.label {
116   white-space: nowrap }
118 p.topic-title {
119   font-weight: bold }
121 pre.address {
122   margin-bottom: 0 ;
123   margin-top: 0 ;
124   font-family: serif ;
125   font-size: 100% }
127 pre.line-block {
128   font-family: serif ;
129   font-size: 100% }
131 pre.literal-block, pre.doctest-block {
132   margin-left: 2em ;
133   margin-right: 2em ;
134   background-color: #eeeeee }
136 span.classifier {
137   font-family: sans-serif ;
138   font-style: oblique }
140 span.classifier-delimiter {
141   font-family: sans-serif ;
142   font-weight: bold }
144 span.field-argument {
145   font-style: italic }
147 span.interpreted {
148   font-family: sans-serif }
150 span.option-argument {
151   font-style: italic }
153 span.pre {
154   white-space: pre }
156 span.problematic {
157   color: red }
159 table {
160   margin-top: 0.5em ;
161   margin-bottom: 0.5em ;
162   }
164 table.citation {
165   border-top: 0;
166   border-bottom: 0;
167   border-right: 0;
168   border-left: solid thin gray ;
169   padding-left: 0.5ex }
171 table.docinfo {
172   margin: 2em 4em }
174 table.footnote {
175   border-left: solid thin black ;
176   padding-left: 0.5ex }
178 td, th {
179   padding-left: 0.5em ;
180   padding-right: 0.5em ;
181   vertical-align: baseline;
184 table.table {
185   border-spacing: 0px;
186   border-collapse: separate;
188 table.table td {
189   text-align: left;
190   border: solid thin gray;
193 table.table th {
194   text-align: left;
195   border: solid thin gray;
198 td > p:first-child, th > p:first-child {
199   margin-top: 0em }
201 th.docinfo-name {
202   font-weight: bold ;
203   text-align: right }
205 th.field-name {
206   font-weight: bold ;
207   text-align: right }
209 h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
210   font-size: 100% }
212 tt {
213   background-color: #eeeeee }
215 ul.auto-toc {
216   list-style-type: none }