Code

Bugger it. Here's the current shape of the new security implementation.
[roundup.git] / doc / default.css
1 /*
2 :Author: David Goodger
3 :Contact: goodger@users.sourceforge.net
4 :date: $Date: 2002-07-25 07:14:05 $
5 :version: $Revision: 1.6 $
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 li p:first-child {
122   margin-top: 0px;
125 pre.literal-block, pre.doctest-block {
126   margin-left: 2em ;
127   margin-right: 2em ;
128   background-color: #eeeeee }
130 span.classifier {
131   font-family: sans-serif ;
132   font-style: oblique }
134 span.classifier-delimiter {
135   font-family: sans-serif ;
136   font-weight: bold }
138 span.field-argument {
139   font-style: italic }
141 span.interpreted {
142   font-family: sans-serif }
144 span.option-argument {
145   font-style: italic }
147 span.problematic {
148   color: red }
150 table {
151   margin-top: 1em }
153 table.citation {
154   border-left: solid thin gray ;
155   padding-left: 0.5ex }
157 table.docinfo {
158   margin: 2em 4em }
160 table.footnote {
161   border-left: solid thin black ;
162   padding-left: 0.5ex }
164 @media print {
165  h1 {page-break-before: always; }
166  h1, h2, h3, h4, h5, h6 { page-break-after: avoid; page-break-inside: avoid; }
167  blockquote, pre { page-break-inside: avoid; }
168  ul, ol, dl { page-break-before: avoid; }