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