1
2body {
3  font-family: Calibri, Verdana, Arial, sans-serif; /* 1337 */
4  background-color: White;
5  color: Black;
6}
7
8table {
9  font-size: 100%;
10  padding: 0;
11  margin: 0;
12}
13
14tr,td,th { padding: 0; margin: 0; }
15
16img { border: 0; }
17
18a {
19  color: #000000;
20  text-decoration: none;
21  background: none !important;
22}
23
24a.interwiki {
25  padding-left: 0px !important;
26}
27
28
29div.meta {
30  clear: both;
31  margin-top: 1em;
32  font-size: 70%;
33  text-align: right;
34}
35
36div.breadcrumbs {
37  display: none;
38}
39
40
41/* --------------------- Text formating -------------------------------- */
42
43/* external link */
44a.urlextern:after {
45   content: " [" attr(href) "]";
46   font-size: 90%;
47}
48
49/* interwiki link */
50a.interwiki:after {
51   content: " [" attr(href) "]";
52   font-size: 90%;
53}
54
55/* email link */
56a.mail:after {
57   content: " [" attr(href) "]";
58   font-size: 90%;
59}
60
61/* existing wikilink */
62a.wikilink1    { text-decoration: underline; }
63
64/* the document */
65div.page {
66  text-align: justify;
67}
68
69/* general headline setup */
70h1, h2, h3, h4, h5 {
71    color: Black;
72    background-color: transparent;
73    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
74    font-size: 100%;
75    font-weight: normal;
76    margin-left:    0;
77    margin-right:   0;
78    margin-top:     0;
79    margin-bottom:  1em;
80    padding-left:   0;
81    padding-right:  0;
82    padding-top:    0.5em;
83    padding-bottom: 0;
84    border-bottom: 1px solid #000000;
85    clear: left;
86}
87
88/* special headlines */
89h1 { font-size: 160%; font-weight: bold; }
90h2 { font-size: 150%; }
91h3 { font-size: 140%; border-bottom: none; }
92h4 { font-size: 120%; border-bottom: none; }
93h5 { font-size: 100%; border-bottom: none; }
94
95/* embedded images */
96img.media {
97  margin: 3px;
98}
99
100/* the styles for media images are already in
101   lib/styles/all.css, these are additional styles */
102img.medialeft {
103  margin: 0 1.5em 0 0;
104}
105img.mediaright {
106  margin: 0 0 0 1.5em;
107}
108img.mediacenter {
109}
110
111/* unordered lists */
112ul {
113    line-height: 1.5em;
114    list-style-type: square;
115    margin: 0 0 1em 3.5em;
116    padding: 0;
117}
118
119/* ordered lists */
120ol {
121    line-height: 1.5em;
122    margin: 0 0 1em 3.5em;
123    padding: 0;
124    font-weight: normal;
125}
126
127div.dokuwiki li ul {
128  margin-bottom: 0;
129}
130div.dokuwiki li ol {
131  margin-bottom: 0;
132}
133
134div.dokuwiki ol { list-style-type: decimal; }
135div.dokuwiki ol ol { list-style-type: upper-roman; }
136div.dokuwiki ol ol ol { list-style-type: lower-alpha; }
137div.dokuwiki ol ol ol ol { list-style-type: lower-greek; }
138
139/* the list items overriding the ol definition */
140span.li {
141    font-weight: normal;
142}
143
144pre {
145  font-family: monospace;
146}
147
148/* code blocks by indention */
149pre.pre {
150  font-size: 8pt;
151  padding: 0.5em;
152  border: 1px dashed #000000;
153  color: Black;
154  overflow: visible;
155}
156
157/* code blocks by code tag */
158pre.code {
159  font-size: 8pt;
160  padding: 0.5em;
161  border: 1px dashed #000000;
162  color: Black;
163  overflow: visible;
164}
165
166/* inline code words */
167code {
168  font-size: 120%;
169}
170
171/* code blocks by file tag */
172pre.file {
173  font-size: 8pt;
174  padding: 0.5em;
175  border: 1px dotted #000000;
176  color: Black;
177  overflow: visible;
178}
179
180/* footnotes */
181div.footnotes {
182  clear: both;
183  border-top: 1px solid #000000;
184  padding-left: 1em;
185  margin-top: 1em;
186}
187
188div.fn {
189  font-size: 90%;
190}
191
192a.fn_top {
193  vertical-align: super;
194  font-size: 80%;
195}
196
197a.fn_bot {
198  vertical-align: super;
199  font-size: 80%;
200  font-weight: bold;
201}
202
203acronym {
204  border: 0;
205}
206
207/* ---------- inline tables ------------------- */
208
209table.inline {
210  font-size: 80%;
211  background-color: #ffffff;
212  border-spacing: 0px;
213  border-collapse: collapse;
214}
215
216table.inline th {
217  padding: 3px;
218  border: 1px solid #000000;
219  border-bottom: 2px solid #000000;
220}
221
222table.inline td {
223  padding: 3px;
224  border: 1px solid #000000;
225}
226
227#dw__toc, .footerinc, .header, .bar, .user { display: none; }
228
229