support --disqus-forum option
[wrigit.git] / example / style.css
blob2403a01f51855c7908ee687c6a04b1f28d3cea41
1 /*
2 :Authors: Ian Bicking, Michael Foord
3 :Contact: fuzzyman@voidspace.org.uk
4 :Date: 2005/08/26
5 :Version: 0.1.0
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(http://rst2a.com/static/styles/html/default.css);
15 body {
16 font-family: Arial, sans-serif;
17 background-color: #eeeeee;
20 em, i {
21 /* Typically serif fonts have much nicer italics */
22 font-family: Times New Roman, Times, serif;
25 a.target {
26 color: blue;
29 a.target {
30 color: blue;
33 a.toc-backref {
34 text-decoration: none;
35 color: black;
38 a.toc-backref:hover {
39 background-color: inherit;
42 a:hover {
43 background-color: #cccccc;
46 div.attention, div.caution, div.danger, div.error, div.hint,
47 div.important, div.note, div.tip, div.warning {
48 background-color: #cccccc;
49 padding: 3px;
50 width: 80%;
53 div.admonition p.admonition-title, div.hint p.admonition-title,
54 div.important p.admonition-title, div.note p.admonition-title,
55 div.tip p.admonition-title {
56 text-align: center;
57 background-color: #999999;
58 display: block;
59 margin: 0;
62 div.attention p.admonition-title, div.caution p.admonition-title,
63 div.danger p.admonition-title, div.error p.admonition-title,
64 div.warning p.admonition-title {
65 color: #cc0000;
66 font-family: sans-serif;
67 text-align: center;
68 background-color: #999999;
69 display: block;
70 margin: 0;
73 h1, h2, h3, h4, h5, h6 {
74 font-family: Helvetica, Arial, sans-serif;
75 border: thin solid black;
76 /* This makes the borders rounded on Mozilla, which pleases me */
77 -moz-border-radius: 8px;
78 padding: 4px;
81 h1 {
82 background-color: #444499;
83 color: #ffffff;
84 border: medium solid black;
87 h1 a.toc-backref, h2 a.toc-backref {
88 color: #ffffff;
91 h2 {
92 background-color: #666666;
93 color: #ffffff;
94 border: medium solid black;
97 h3, h4, h5, h6 {
98 background-color: #cccccc;
99 color: #000000;
102 h3 a.toc-backref, h4 a.toc-backref, h5 a.toc-backref,
103 h6 a.toc-backref {
104 color: #000000;
107 h1.title {
108 text-align: center;
109 background-color: #444499;
110 color: #eeeeee;
111 border: thick solid black;
112 -moz-border-radius: 20px;
115 table.footnote {
116 padding-left: 0.5ex;
119 table.citation {
120 padding-left: 0.5ex
123 pre.literal-block, pre.doctest-block {
124 border: thin black solid;
125 padding: 5px;
128 .image img { border-style : solid;
129 border-width : 2px;
132 h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
133 font-size: 100%;
136 code, tt {
137 color: #000066;
140 /* custom css */
141 .footer {
142 text-align: right;
143 margin-top: 10px;
144 border-top: 1px dotted;