Code

more Log removal
[roundup.git] / doc / default.css
1 /*
2 :Author: David Goodger
3 :Contact: goodger@users.sourceforge.net
4 :date: $Date: 2002-07-29 00:54:28 $
5 :version: $Revision: 1.7 $
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 code {
19   background-color: #eeeeee }
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.field-body {
47   margin-bottom: 1em }
49 div.field-list {
50   margin-bottom: -1em }
52 div.figure {
53   margin-left: 2em }
55 div.system-messages {
56   margin: 5em }
58 div.system-messages h1 {
59   color: red }
61 div.system-message {
62   border: medium outset ;
63   padding: 1em }
65 div.system-message p.system-message-title {
66   color: red ;
67   font-weight: bold }
69 div.topic {
70   margin: 2em }
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 dd p:first-child {
118   margin-top: 0px;
121 dd ul:first-child {
122   margin-top: 0px;
125 li p:first-child {
126   margin-top: 0px;
129 pre.literal-block, pre.doctest-block {
130   margin-left: 2em ;
131   margin-right: 2em ;
132   background-color: #eeeeee }
134 span.classifier {
135   font-family: sans-serif ;
136   font-style: oblique }
138 span.classifier-delimiter {
139   font-family: sans-serif ;
140   font-weight: bold }
142 span.field-argument {
143   font-style: italic }
145 span.interpreted {
146   font-family: sans-serif }
148 span.option-argument {
149   font-style: italic }
151 span.problematic {
152   color: red }
154 table {
155   margin-top: 1em }
157 table.citation {
158   border-left: solid thin gray ;
159   padding-left: 0.5ex }
161 table.docinfo {
162   margin: 2em 4em }
164 table.footnote {
165   border-left: solid thin black ;
166   padding-left: 0.5ex }
168 @media print {
169  h1 {page-break-before: always; }
170  h1, h2, h3, h4, h5, h6 { page-break-after: avoid; page-break-inside: avoid; }
171  blockquote, pre { page-break-inside: avoid; }
172  ul, ol, dl { page-break-before: avoid; }