~ubuntu-branches/ubuntu/karmic/python-docutils/karmic

« back to all changes in this revision

Viewing changes to tools/default.css

  • Committer: Bazaar Package Importer
  • Author(s): martin f. krafft
  • Date: 2006-07-10 11:45:05 UTC
  • mfrom: (2.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20060710114505-otkhqcslevewxmz5
Tags: 0.4-3
Added build dependency on python-central (closes: #377580).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
:Author: David Goodger
3
 
:Contact: goodger@users.sourceforge.net
4
 
:date: $Date: 2002/07/19 02:42:22 $
5
 
:version: $Revision: 1.7 $
6
 
:copyright: This stylesheet has been placed in the public domain.
7
 
 
8
 
Default cascading style sheet for the HTML output of Docutils.
9
 
*/
10
 
 
11
 
a.footnote-reference {
12
 
  font-size: smaller ;
13
 
  vertical-align: super }
14
 
 
15
 
a.target {
16
 
  color: blue }
17
 
 
18
 
div.abstract {
19
 
  margin: 2em 5em }
20
 
 
21
 
div.abstract p.topic-title {
22
 
  font-weight: bold ;
23
 
  text-align: center }
24
 
 
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 }
30
 
 
31
 
div.attention p.admonition-title, div.caution p.admonition-title,
32
 
div.danger p.admonition-title, div.error p.admonition-title,
33
 
div.warning p.admonition-title {
34
 
  color: red ;
35
 
  font-weight: bold ;
36
 
  font-family: sans-serif }
37
 
 
38
 
div.hint p.admonition-title, div.important p.admonition-title,
39
 
div.note p.admonition-title, div.tip p.admonition-title {
40
 
  font-weight: bold ;
41
 
  font-family: sans-serif }
42
 
 
43
 
div.figure {
44
 
  margin-left: 2em }
45
 
 
46
 
div.footer, div.header {
47
 
  font-size: smaller }
48
 
 
49
 
div.system-messages {
50
 
  margin: 5em }
51
 
 
52
 
div.system-messages h1 {
53
 
  color: red }
54
 
 
55
 
div.system-message {
56
 
  border: medium outset ;
57
 
  padding: 1em }
58
 
 
59
 
div.system-message p.system-message-title {
60
 
  color: red ;
61
 
  font-weight: bold }
62
 
 
63
 
div.topic {
64
 
  margin: 2em }
65
 
 
66
 
h1.title {
67
 
  text-align: center }
68
 
 
69
 
h2.subtitle {
70
 
  text-align: center }
71
 
 
72
 
hr {
73
 
  width: 75% }
74
 
 
75
 
ol.arabic {
76
 
  list-style: decimal }
77
 
 
78
 
ol.loweralpha {
79
 
  list-style: lower-alpha }
80
 
 
81
 
ol.upperalpha {
82
 
  list-style: upper-alpha }
83
 
 
84
 
ol.lowerroman {
85
 
  list-style: lower-roman }
86
 
 
87
 
ol.upperroman {
88
 
  list-style: upper-roman }
89
 
 
90
 
dd p:first-child {
91
 
  margin-top: 0px }
92
 
 
93
 
li p:first-child {
94
 
  margin-top: 0px }
95
 
 
96
 
p.caption {
97
 
  font-style: italic }
98
 
 
99
 
p.credits {
100
 
  font-style: italic ;
101
 
  font-size: smaller }
102
 
 
103
 
p.label {
104
 
  white-space: nowrap }
105
 
 
106
 
p.topic-title {
107
 
  font-weight: bold }
108
 
 
109
 
pre.literal-block, pre.doctest-block {
110
 
  margin-left: 2em ;
111
 
  margin-right: 2em ;
112
 
  background-color: #eeeeee }
113
 
 
114
 
span.classifier {
115
 
  font-family: sans-serif ;
116
 
  font-style: oblique }
117
 
 
118
 
span.classifier-delimiter {
119
 
  font-family: sans-serif ;
120
 
  font-weight: bold }
121
 
 
122
 
span.field-argument {
123
 
  font-style: italic }
124
 
 
125
 
span.interpreted {
126
 
  font-family: sans-serif }
127
 
 
128
 
span.option-argument {
129
 
  font-style: italic }
130
 
 
131
 
span.problematic {
132
 
  color: red }
133
 
 
134
 
table {
135
 
  margin-top: 1em }
136
 
 
137
 
table.citation {
138
 
  border-left: solid thin gray ;
139
 
  padding-left: 0.5ex }
140
 
 
141
 
table.docinfo {
142
 
  margin: 2em 4em }
143
 
 
144
 
table.footnote {
145
 
  border-left: solid thin black ;
146
 
  padding-left: 0.5ex }
147
 
 
148
 
td.docinfo-name {
149
 
  font-weight: bold ;
150
 
  text-align: right }
151
 
 
152
 
td.field-name {
153
 
  font-weight: bold }