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 0.5em 1.5em;
118    padding: 0;
119
120}
121
122/* ordered lists */
123ol {
124    line-height: 1.5em;
125    margin: 0 0 0.5em 2.5em;
126    padding: 0;
127    font-weight: normal;
128}
129ol ol {
130    margin: 0 0 0.5em 1.5em;
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
143/* code blocks by indention */
144pre.pre {
145  font-size: 8pt;
146  padding: 0.5em;
147  border: 1px dashed #000000;
148  color: Black;
149  overflow: visible;
150}
151
152/* code blocks by code tag */
153pre.code {
154  font-size: 8pt;
155  padding: 0.5em;
156  border: 1px dashed #000000;
157  color: Black;
158  overflow: visible;
159}
160
161/* inline code words */
162code {
163  font-size: 120%;
164}
165
166/* code blocks by file tag */
167pre.file {
168  font-size: 8pt;
169  padding: 0.5em;
170  border: 1px dotted #000000;
171  color: Black;
172  overflow: visible;
173}
174
175/* footnotes */
176div.footnotes{
177  clear:both;
178  border-top: 1px solid #000000;
179  padding-left: 1em;
180  margin-top: 1em;
181}
182
183div.fn{
184  font-size:90%;
185}
186
187a.fn_top{
188  vertical-align:super;
189  font-size:80%;
190}
191
192a.fn_bot{
193  vertical-align:super;
194  font-size:80%;
195  font-weight:bold;
196}
197
198acronym{
199  border: 0;
200}
201
202/* ---------- inline tables ------------------- */
203
204table.inline {
205  font-size: 80%;
206  background-color: #ffffff;
207  border-spacing: 0px;
208  border-collapse: collapse;
209}
210
211table.inline th {
212  padding: 3px;
213  border: 1px solid #000000;
214  border-bottom: 2px solid #000000;
215}
216
217table.inline td {
218  padding: 3px;
219  border: 1px solid #000000;
220}
221
222.leftalign{
223  text-align: left;
224}
225
226.centeralign{
227  text-align: center;
228}
229
230.rightalign{
231  text-align: right;
232}
233
234.toc, .footerinc, .header, .bar, .user {display:none}
235
236