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