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