2 :Authors: Ian Bicking, Michael Foord
3 :Contact: fuzzyman@voidspace.org.uk
6 :Copyright: This stylesheet has been placed in the public domain.
8 Stylesheet for Docutils.
9 Based on ``blue_box.css`` by Ian Bicking
10 and ``html4css1.css`` revision 1.46.
13 @import url
(html4css1.css);
16 font-family: Arial
, sans-serif
;
20 /* Typically serif fonts have much nicer italics */
21 font-family: Times New Roman
, Times
, serif
;
33 text-decoration: none
;
38 background-color: inherit
;
42 background-color: #cccccc;
45 div
.attention
, div
.caution
, div
.danger
, div
.error
, div
.hint
,
46 div
.important
, div
.note
, div
.tip
, div
.warning
{
47 background-color: #cccccc;
52 div
.admonition p
.admonition-title
, div
.hint p
.admonition-title
,
53 div
.important p
.admonition-title
, div
.note p
.admonition-title
,
54 div
.tip p
.admonition-title
{
56 background-color: #999999;
61 div
.attention p
.admonition-title
, div
.caution p
.admonition-title
,
62 div
.danger p
.admonition-title
, div
.error p
.admonition-title
,
63 div
.warning p
.admonition-title
{
65 font-family: sans-serif
;
67 background-color: #999999;
72 h1
, h2
, h3
, h4
, h5
, h6
{
73 font-family: Helvetica
, Arial
, sans-serif
;
74 border: thin solid black
;
75 /* This makes the borders rounded on Mozilla, which pleases me */
76 -moz-border-radius: 8px;
81 background-color: #444499;
83 border: medium solid black
;
86 h1 a
.toc-backref
, h2 a
.toc-backref
{
91 background-color: #666666;
93 border: medium solid black
;
97 background-color: #cccccc;
101 h3 a
.toc-backref
, h4 a
.toc-backref
, h5 a
.toc-backref
,
108 background-color: #444499;
110 border: thick solid black
;
111 -moz-border-radius: 20px;
122 pre
.literal-block
, pre
.doctest-block
{
123 border: thin black solid
;
127 .image img { border-style : solid
;
131 h1 tt
, h2 tt
, h3 tt
, h4 tt
, h5 tt
, h6 tt
{