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