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