Skip to content

Commit c153c40

Browse files
author
Richard Jones
committed
doc CSS update
1 parent 59e6b55 commit c153c40

File tree

1 file changed

+44
-23
lines changed

1 file changed

+44
-23
lines changed

doc/default.css

Lines changed: 44 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,44 @@
11
/*
22
:Author: David Goodger
33
4-
:date: $Date: 2002-03-08 23:41:46 $
5-
:version: $Revision: 1.1 $
4+
:date: $Date: 2002-04-10 23:57:54 $
5+
:version: $Revision: 1.2 $
66
:copyright: This stylesheet has been placed in the public domain.
77
88
Default cascading style sheet for the HTML output of Docutils.
99
*/
1010

1111
a.footnote-reference {
12-
font-size: smaller;
12+
font-size: smaller ;
1313
vertical-align: super }
1414

15-
col.docinfo-name {
16-
font-weight: bold;
17-
text-align: right }
18-
19-
col.field-name {
20-
font-weight: bold }
15+
a.target {
16+
color: blue }
2117

2218
div.abstract {
2319
margin: 2em 5em }
2420

25-
div.abstract h6 {
26-
font-size: larger;
21+
div.abstract p.topic-title {
22+
font-weight: bold ;
2723
text-align: center }
2824

2925
div.attention, div.caution, div.danger, div.error, div.hint,
3026
div.important, div.note, div.tip, div.warning {
31-
margin: 2em;
32-
border: medium outset;
27+
margin: 2em ;
28+
border: medium outset ;
3329
padding: 1em }
3430

3531
div.attention h3, div.caution h3, div.danger h3, div.error h3,
3632
div.warning h3 {
37-
color: red;
38-
font-weight: bold;
33+
color: red ;
34+
font-weight: bold ;
3935
font-family: sans-serif }
4036

37+
div.contents li {
38+
margin-top: -20px }
39+
4140
div.hint h3, div.important h3, div.note h3, div.tip h3 {
42-
font-weight: bold;
41+
font-weight: bold ;
4342
font-family: sans-serif }
4443

4544
div.field-body {
@@ -51,23 +50,22 @@ div.field-list {
5150
div.figure {
5251
margin-left: 2em }
5352

54-
div.footnote {
55-
border-left: solid thin black;
56-
padding-left: 1em }
57-
5853
div.system-messages {
5954
margin: 5em }
6055

6156
div.system-messages h1 {
6257
color: red }
6358

6459
div.system-message {
65-
border: medium outset;
60+
border: medium outset ;
6661
padding: 1em }
6762

6863
div.system-message h3 {
6964
color: red }
7065

66+
div.topic {
67+
margin: 2em }
68+
7169
dt {
7270
margin-bottom: -1em }
7371

@@ -98,18 +96,33 @@ ol.upperroman {
9896
p.caption {
9997
font-style: italic }
10098

99+
p.credits {
100+
font-style: italic ;
101+
font-size: smaller }
102+
103+
p.docinfo-name {
104+
font-weight: bold ;
105+
text-align: right }
106+
101107
p.field-name {
108+
font-weight: bold ;
102109
margin-bottom: 1em }
103110

111+
p.label {
112+
white-space: nowrap }
113+
114+
p.topic-title {
115+
font-weight: bold }
116+
104117
pre.literal-block, pre.doctest-block {
105118
margin-left: 2em }
106119

107120
span.classifier {
108-
font-family: sans-serif;
121+
font-family: sans-serif ;
109122
font-style: oblique }
110123

111124
span.classifier-delimiter {
112-
font-family: sans-serif;
125+
font-family: sans-serif ;
113126
font-weight: bold }
114127

115128
span.field-argument {
@@ -127,5 +140,13 @@ span.problematic {
127140
table {
128141
margin-top: 1em }
129142

143+
table.citation {
144+
border-left: solid thin gray ;
145+
padding-left: 0.5ex }
146+
130147
table.docinfo {
131148
margin: 2em 4em }
149+
150+
table.footnote {
151+
border-left: solid thin black ;
152+
padding-left: 0.5ex }

0 commit comments

Comments
 (0)