1 /*
2 :Author: David Goodger
3 :Contact: goodger@users.sourceforge.net
4 :date: $Date: 2002-04-11 00:26:05 $
5 :version: $Revision: 1.3 $
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.hint h3, div.important h3, div.note h3, div.tip h3 {
38 font-weight: bold ;
39 font-family: sans-serif }
41 div.field-body {
42 margin-bottom: 1em }
44 div.field-list {
45 margin-bottom: -1em }
47 div.figure {
48 margin-left: 2em }
50 div.system-messages {
51 margin: 5em }
53 div.system-messages h1 {
54 color: red }
56 div.system-message {
57 border: medium outset ;
58 padding: 1em }
60 div.system-message h3 {
61 color: red }
63 div.topic {
64 margin: 2em }
66 dt {
67 margin-bottom: -1em }
69 h1.title {
70 text-align: center }
72 h2.subtitle {
73 text-align: center }
75 hr {
76 width: 75% }
78 ol.arabic {
79 list-style: decimal }
81 ol.loweralpha {
82 list-style: lower-alpha }
84 ol.upperalpha {
85 list-style: upper-alpha }
87 ol.lowerroman {
88 list-style: lower-roman }
90 ol.upperroman {
91 list-style: upper-roman }
93 p.caption {
94 font-style: italic }
96 p.credits {
97 font-style: italic ;
98 font-size: smaller }
100 p.docinfo-name {
101 font-weight: bold ;
102 text-align: right }
104 p.field-name {
105 font-weight: bold ;
106 margin-bottom: 1em }
108 p.label {
109 white-space: nowrap }
111 p.topic-title {
112 font-weight: bold }
114 pre.literal-block, pre.doctest-block {
115 margin-left: 2em }
117 span.classifier {
118 font-family: sans-serif ;
119 font-style: oblique }
121 span.classifier-delimiter {
122 font-family: sans-serif ;
123 font-weight: bold }
125 span.field-argument {
126 font-style: italic }
128 span.interpreted {
129 font-family: sans-serif }
131 span.option-argument {
132 font-style: italic }
134 span.problematic {
135 color: red }
137 table {
138 margin-top: 1em }
140 table.citation {
141 border-left: solid thin gray ;
142 padding-left: 0.5ex }
144 table.docinfo {
145 margin: 2em 4em }
147 table.footnote {
148 border-left: solid thin black ;
149 padding-left: 0.5ex }