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