Major merge with Emacs source tree. Docutils SVN version and Emacs
[docutils/kirr.git] / sandbox / axk / default.css
blobb7601b09d1a581b5990a858c27dfbdc1eab404a0
1 /*
2 :Author: David Goodger
3 :Contact: goodger@users.sourceforge.net
4 :date: $Date$
5 :version: $Revision$
6 :copyright: This stylesheet has been placed in the public domain.
8 Default cascading style sheet for the HTML output of Docutils.
9 */
11 body {
12 font: 85% Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
15 code, pre, tt, samp {
16 font: .8em 'Lucida Console', monospace;
19 h1 { font-size: 2em; }
21 .first {
22 margin-top: 0 }
24 .last {
25 margin-bottom: 0 }
27 a.toc-backref {
28 text-decoration: none ;
29 color: black }
31 blockquote.epigraph {
32 margin: 2em 5em ; }
34 dd {
35 margin-bottom: 0.5em }
37 /* Uncomment (& remove this text!) to get bold-faced definition list terms
38 dt {
39 font-weight: bold }
42 div.abstract {
43 margin: 2em 5em }
45 div.abstract p.topic-title {
46 font-weight: bold ;
47 text-align: center }
49 div.attention, div.caution, div.danger, div.error, div.hint,
50 div.important, div.note, div.tip, div.warning, div.admonition {
51 margin: 2em ;
52 border: medium outset ;
53 padding: 1em }
55 div.attention p.admonition-title, div.caution p.admonition-title,
56 div.danger p.admonition-title, div.error p.admonition-title,
57 div.warning p.admonition-title {
58 color: red ;
59 font-weight: bold ;
60 font-family: sans-serif }
62 div.hint p.admonition-title, div.important p.admonition-title,
63 div.note p.admonition-title, div.tip p.admonition-title,
64 div.admonition p.admonition-title {
65 font-weight: bold ;
66 font-family: sans-serif }
68 div.dedication {
69 margin: 2em 5em ;
70 text-align: center ;
71 font-style: italic }
73 div.dedication p.topic-title {
74 font-weight: bold ;
75 font-style: normal }
77 div.figure {
78 margin-left: 2em }
80 div.footer, div.header {
81 font-size: smaller }
83 div.sidebar {
84 margin-left: 1em ;
85 border: medium outset ;
86 padding: 0em 1em ;
87 background-color: #ffffee ;
88 width: 40% ;
89 float: right ;
90 clear: right }
92 div.sidebar p.rubric {
93 font-family: sans-serif ;
94 font-size: medium }
96 div.system-messages {
97 margin: 5em }
99 div.system-messages h1 {
100 color: red }
102 div.system-message {
103 border: medium outset ;
104 padding: 1em }
106 div.system-message p.system-message-title {
107 color: red ;
108 font-weight: bold }
110 div.topic {
111 margin: 2em }
113 h1.title {
114 text-align: center }
116 h2.subtitle {
117 text-align: center }
119 hr {
120 width: 75% }
122 ol.simple, ul.simple {
123 margin-bottom: 1em }
125 ol.arabic {
126 list-style: decimal }
128 ol.loweralpha {
129 list-style: lower-alpha }
131 ol.upperalpha {
132 list-style: upper-alpha }
134 ol.lowerroman {
135 list-style: lower-roman }
137 ol.upperroman {
138 list-style: upper-roman }
140 p.attribution {
141 text-align: right ;
142 margin-left: 50% }
144 p.caption {
145 font-style: italic }
147 p.credits {
148 font-style: italic ;
149 font-size: smaller }
151 p.label {
152 white-space: nowrap }
154 p.rubric {
155 font-weight: bold ;
156 font-size: larger ;
157 color: maroon ;
158 text-align: center }
160 p.sidebar-title {
161 font-family: sans-serif ;
162 font-weight: bold ;
163 font-size: larger }
165 p.sidebar-subtitle {
166 font-family: sans-serif ;
167 font-weight: bold }
169 p.topic-title {
170 font-weight: bold }
172 pre.address {
173 margin-bottom: 0 ;
174 margin-top: 0 ;
175 font-family: serif ;
176 font-size: 100% }
178 pre.line-block {
179 font-family: serif ;
180 font-size: 100% }
182 pre.literal-block, pre.doctest-block {
183 margin-left: 2em ;
184 margin-right: 2em ;
185 background-color: #eeeeee }
187 span.classifier {
188 font-family: sans-serif ;
189 font-style: oblique }
191 span.classifier-delimiter {
192 font-family: sans-serif ;
193 font-weight: bold }
195 span.interpreted {
196 font-family: sans-serif }
198 span.option {
199 white-space: nowrap }
201 span.option-argument {
202 font-style: italic }
204 span.pre {
205 white-space: pre }
207 span.problematic {
208 color: red }
210 table {
211 margin-top: 0.5em ;
212 margin-bottom: 0.5em;
213 font-size: 1em;
216 table.citation {
217 border-left: solid thin gray ;
218 padding-left: 0.5ex }
220 table.docinfo {
221 margin: 2em 4em }
223 table.footnote {
224 border-left: solid thin black ;
225 padding-left: 0.5ex }
227 td, th {
228 padding-left: 0.5em ;
229 padding-right: 0.5em ;
230 vertical-align: top }
232 th.docinfo-name, th.field-name {
233 font-weight: bold ;
234 text-align: left ;
235 white-space: nowrap }
237 h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
238 font-size: 100% }
240 tt {
241 background-color: #eeeeee }
243 ul.auto-toc {
244 list-style-type: none }