Code

doc
[roundup.git] / doc / default.css
1 /*
2 :Author: David Goodger
3 :Contact: goodger@users.sourceforge.net
4 :date: $Date: 2002-09-26 06:41:46 $
5 :version: $Revision: 1.10 $
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-top: 0;
89   margin-bottom: 1em }
91 ol.arabic {
92   list-style: decimal }
94 ol.loweralpha {
95   list-style: lower-alpha }
97 ol.upperalpha {
98   list-style: upper-alpha }
100 ol.lowerroman {
101   list-style: lower-roman }
103 ol.upperroman {
104   list-style: upper-roman }
106 p.caption {
107   font-style: italic }
109 p.credits {
110   font-style: italic ;
111   font-size: smaller }
113 p.first {
114   margin-top: 0 }
116 p.label {
117   white-space: nowrap }
119 p.topic-title {
120   font-weight: bold }
122 pre.address {
123   margin-bottom: 0 ;
124   margin-top: 0 ;
125   font-family: serif ;
126   font-size: 100% }
128 pre.line-block {
129   font-family: serif ;
130   font-size: 100% }
132 pre.literal-block, pre.doctest-block {
133   margin-left: 2em ;
134   margin-right: 2em ;
135   background-color: #eeeeee }
137 span.classifier {
138   font-family: sans-serif ;
139   font-style: oblique }
141 span.classifier-delimiter {
142   font-family: sans-serif ;
143   font-weight: bold }
145 span.field-argument {
146   font-style: italic }
148 span.interpreted {
149   font-family: sans-serif }
151 span.option-argument {
152   font-style: italic }
154 span.pre {
155   white-space: pre }
157 span.problematic {
158   color: red }
160 table {
161   margin-top: 0.5em ;
162   margin-bottom: 0.5em ;
163   }
165 table.citation {
166   border-top: 0;
167   border-bottom: 0;
168   border-right: 0;
169   border-left: solid thin gray ;
170   padding-left: 0.5ex }
172 table.docinfo {
173   margin: 2em 4em }
175 table.footnote {
176   border-left: solid thin black ;
177   padding-left: 0.5ex }
179 td, th {
180   padding-left: 0.5em ;
181   padding-right: 0.5em ;
182   vertical-align: baseline;
185 table.table {
186   border-spacing: 0px;
187   border-collapse: separate;
189 table.table td {
190   text-align: left;
191   border: solid thin gray;
194 table.table th {
195   text-align: left;
196   border: solid thin gray;
199 td > p:first-child, th > p:first-child {
200   margin-top: 0em }
202 th.docinfo-name {
203   font-weight: bold ;
204   text-align: right }
206 th.field-name {
207   font-weight: bold ;
208   text-align: right }
210 h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
211   font-size: 100% }
213 tt {
214   background-color: #eeeeee }
216 tt.literal span.pre {
217   background-color: #eeeeee
220 ul.auto-toc {
221   list-style-type: none }