You know the game, fix URL, EOL.
[vomak.git] / vomak.css
blob4fe654d19166e107fb4ae0c48538b53139fc66d9
1 /*
2 :Author: Enrico Troeger
3 :Contact: enrico(dot)troeger(at)uvena(dot)de
4 :Copyright: This stylesheet has been placed in the public domain.
6 Stylesheet for Geany's documentation based on a version of John Gabriele.
7 */
9 /*@import url(html4css1.css);*/
11 body {
12 background-color: #f2f2f2;
13 color: #404040;
14 margin-left: 0.4em;
15 width: 60em;
16 font-size: 90%;
19 a {
20 color: #000099;
23 a:visited {
24 color: #000099;
27 a:hover {
28 text-decoration: none;
31 h1 {
32 border-top: 1px dotted;
33 margin-top: 2em;
36 h1, h2, h3 {
37 font-family: sans-serif;
40 h1.title {
41 text-align: left }
43 h2 {
44 margin-top: 30px;
47 h2.subtitle {
48 text-align: left }
50 h3 {
51 padding-left: 3px;
54 blockquote, pre {
55 border: 1px solid;
56 padding: 0.4em;
59 blockquote {
60 font-family: sans-serif;
61 background-color: #DBEDD5;
62 border: 1px dotted;
63 border-left: 4px solid;
64 border-color: #9FD98C;
67 pre {
68 background-color: #ECDFCE;
69 border: 1px dotted;
70 border-left: 4px solid;
71 border-color: #D9BE9A;
74 tt, pre, code {
75 color: #6D1260;
78 table {
79 border: 1px solid #200067;
82 th {
83 border: 1px dotted #200067;
86 td {
87 border: 1px dotted #200067;
90 .docinfo-name {
91 color: #0000ff;
94 p.admonition-title {
95 color: #0000ff;
96 font-weight: bold;
99 div.note {
100 margin: 1em 3em;
101 padding: 0em;
104 dt {
105 font-style: italic;