Code

doc CSS update
[roundup.git] / doc / default.css
1 /*
2 :Author: David Goodger
3 :Contact: goodger@users.sourceforge.net
4 :date: $Date: 2002-04-10 23:57:54 $
5 :version: $Revision: 1.2 $
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.footnote-reference {
12   font-size: smaller ;
13   vertical-align: super }
15 a.target {
16   color: blue }
18 div.abstract {
19   margin: 2em 5em }
21 div.abstract p.topic-title {
22   font-weight: bold ;
23   text-align: center }
25 div.attention, div.caution, div.danger, div.error, div.hint,
26 div.important, div.note, div.tip, div.warning {
27   margin: 2em ;
28   border: medium outset ;
29   padding: 1em }
31 div.attention h3, div.caution h3, div.danger h3, div.error h3,
32 div.warning h3 {
33   color: red ;
34   font-weight: bold ;
35   font-family: sans-serif }
37 div.contents li {
38   margin-top: -20px }
40 div.hint h3, div.important h3, div.note h3, div.tip h3 {
41   font-weight: bold ;
42   font-family: sans-serif }
44 div.field-body {
45   margin-bottom: 1em }
47 div.field-list {
48   margin-bottom: -1em }
50 div.figure {
51   margin-left: 2em }
53 div.system-messages {
54   margin: 5em }
56 div.system-messages h1 {
57   color: red }
59 div.system-message {
60   border: medium outset ;
61   padding: 1em }
63 div.system-message h3 {
64   color: red }
66 div.topic {
67   margin: 2em }
69 dt {
70   margin-bottom: -1em }
72 h1.title {
73   text-align: center }
75 h2.subtitle {
76   text-align: center }
78 hr {
79   width: 75% }
81 ol.arabic {
82   list-style: decimal }
84 ol.loweralpha {
85   list-style: lower-alpha }
87 ol.upperalpha {
88   list-style: upper-alpha }
90 ol.lowerroman {
91   list-style: lower-roman }
93 ol.upperroman {
94   list-style: upper-roman }
96 p.caption {
97   font-style: italic }
99 p.credits {
100   font-style: italic ;
101   font-size: smaller }
103 p.docinfo-name {
104   font-weight: bold ;
105   text-align: right }
107 p.field-name {
108   font-weight: bold ;
109   margin-bottom: 1em }
111 p.label {
112   white-space: nowrap }
114 p.topic-title {
115   font-weight: bold }
117 pre.literal-block, pre.doctest-block {
118   margin-left: 2em }
120 span.classifier {
121   font-family: sans-serif ;
122   font-style: oblique }
124 span.classifier-delimiter {
125   font-family: sans-serif ;
126   font-weight: bold }
128 span.field-argument {
129   font-style: italic }
131 span.interpreted {
132   font-family: sans-serif }
134 span.option-argument {
135   font-style: italic }
137 span.problematic {
138   color: red }
140 table {
141   margin-top: 1em }
143 table.citation {
144   border-left: solid thin gray ;
145   padding-left: 0.5ex }
147 table.docinfo {
148   margin: 2em 4em }
150 table.footnote {
151   border-left: solid thin black ;
152   padding-left: 0.5ex }