work in progress delicious import and path fix
[gitology.git] / default.css
blobbfa657b17dc90509b7fb25d4efb5c2f61d91c6d9
1 /* Stylesheet for ReStructuredText by Marius Gedminas.
2 * (I didn't like the default one)
3 */
5 body {
6 font-family: Verdana, sans;
7 margin-left: 7em;
8 max-width: 50em;
9 color: #7C7C7C;
12 strong { color: #666666; }
14 a {
15 color: #7c7c7c;
16 text-decoration: none;
17 border-bottom: 1px dotted;
18 letter-spacing: 1;
21 a:hover { border-bottom: 1px solid; }
23 p {
24 text-align: justify;
25 line-height: 1.5;
28 p strong { color: #7c7c7c; }
30 cite {
31 color: #954545;
32 font-family: Andale Mono, Courier New, monospace;
33 font-style: normal;
36 h1 {
37 font-size: 1.3em;
38 color: #6b6b6b;
41 h1.title {
42 text-align: center;
43 font-size: 2.5em;
44 color: #464646;
46 /* Monospace text */
48 tt {
49 font-family: Andale Mono, Courier New, monospace;
50 color: #954545;
53 /* Definition lists */
55 dt {
56 font-weight: bold;
58 dd {
59 margin-bottom: 1em;
62 /* Doctest blocks */
64 pre.doctest-block {
65 color: #008000;
68 /* Literal blocks */
70 pre.literal-block {
71 color: #954545;
72 margin-left: 40px;
73 background: #fcfcfc;
74 border: 1px solid #f1f1f1;
75 padding: 15px 15px;
76 width: auto;
79 pre.literal-block a {
80 color: #954545;
81 text-decoration: none;
82 border: 0px;
84 /* Indented quotations */
86 blockquote {
87 border: 1px solid #f1f1f1;
88 padding: 8px 15px;
89 text-align: justify;
90 background: #fcfcfc;
92 blockquote > p {
93 color: #000080;
96 /* Tables */
98 table {
99 border-top: 2px solid black;
100 border-bottom: 2px solid black;
101 border-left: none;
102 border-right: none;
103 border-collapse: collapse;
105 tr:first-child > th {
106 border-top: none;
108 th {
109 border-top: hidden;
110 border-left: hidden;
111 border-right: hidden;
112 border-bottom: none;
113 text-align: left;
115 tr:first-child > td {
116 border-top: 1px solid black;
118 table[rules=none] tr:first-child > td {
119 border-top: none;
121 td {
122 border-top: hidden;
123 border-left: hidden;
124 border-right: hidden;
125 border-bottom: none;
126 padding: 1px 4px;
128 td, th {
129 padding-left: 1em;
131 td:first-child,
132 th:first-child {
133 padding-left: 4px;
136 td p:first-child {
137 margin-top: 0;
140 /* Footnotes */
142 a.footnote-reference,
143 a.fn-backref {
144 font-size: xx-small;
145 vertical-align: super;
146 line-height: normal;
147 text-decoration: none;
149 a.footnote-reference:hover,
150 a.fn-backref:hover {
151 text-decoration: underline;
154 table.footnote {
155 border: none;
156 margin-top: 0.5em;
157 margin-bottom: 0.5em;
158 margin-left: 20px;
159 margin-right: 0.5em;
160 font-size: small;
162 table.footnote td {
163 border: none;
164 padding-top: 1em;
165 padding-left: 0px;
167 table.footnote tr:first-child > td.label {
168 border-top: 1px solid #eee;
169 padding-left: 20px;
170 padding-right: 20px;
173 table.footnote + table.footnote {
174 margin-top: 0;
176 table.footnote + table.footnote td {
177 border: none;
178 padding-top: 0;
181 /* System messages (aka errors) */
183 div.system-message {
184 border-left: 3px double red;
185 margin-left: 19px;
186 padding-left: 19px;
187 padding-top: 10px;
188 padding-bottom: 10px;
189 color: red;
192 div.system-message p.system-message-title {
193 margin-top: 0;
194 font-weight: bold;