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