11/*
22:Author: David Goodger
334- :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
88Default cascading style sheet for the HTML output of Docutils.
99*/
1010
1111a .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
2218div .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
2925div .attention , div .caution , div .danger , div .error , div .hint ,
3026div .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
3531div .attention h3 , div .caution h3 , div .danger h3 , div .error h3 ,
3632div .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+
4140div .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
4544div .field-body {
@@ -51,23 +50,22 @@ div.field-list {
5150div .figure {
5251 margin-left : 2em }
5352
54- div .footnote {
55- border-left : solid thin black;
56- padding-left : 1em }
57-
5853div .system-messages {
5954 margin : 5em }
6055
6156div .system-messages h1 {
6257 color : red }
6358
6459div .system-message {
65- border : medium outset;
60+ border : medium outset ;
6661 padding : 1em }
6762
6863div .system-message h3 {
6964 color : red }
7065
66+ div .topic {
67+ margin : 2em }
68+
7169dt {
7270 margin-bottom : -1em }
7371
@@ -98,18 +96,33 @@ ol.upperroman {
9896p .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+
101107p .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+
104117pre .literal-block , pre .doctest-block {
105118 margin-left : 2em }
106119
107120span .classifier {
108- font-family : sans-serif;
121+ font-family : sans-serif ;
109122 font-style : oblique }
110123
111124span .classifier-delimiter {
112- font-family : sans-serif;
125+ font-family : sans-serif ;
113126 font-weight : bold }
114127
115128span .field-argument {
@@ -127,5 +140,13 @@ span.problematic {
127140table {
128141 margin-top : 1em }
129142
143+ table .citation {
144+ border-left : solid thin gray ;
145+ padding-left : 0.5ex }
146+
130147table .docinfo {
131148 margin : 2em 4em }
149+
150+ table .footnote {
151+ border-left : solid thin black ;
152+ padding-left : 0.5ex }
0 commit comments