1/**
2 * Design Elements - additional CSS for the Simple template
3 *
4 * @author:     Michael Klier <chi@chimeric.de>
5 * @homepage:   http://www.chimeric.de
6 */
7
8body {
9  background: __white__ url(images/dwbg.jpg) repeat-x;
10  padding: 1em;
11  font-family: Tahoma, sans-serif;
12  font-size: __font_size__;
13}
14
15* html body {
16  behavior: url("csshover3.htc"); /* fix csshover behavior for IE6 */
17}
18
19div.dokuwiki {
20  line-height: 160%;
21  width: __wiki_width__;
22  margin-left: auto;
23  margin-right: auto;
24}
25
26div.dokuwiki div#outer_container {
27  background: __outer_background__;
28  padding: 0.6em;
29}
30
31div.dokuwiki div#inner_container {
32  background: __inner_background__;
33  margin: 0;
34  padding-left: 8px;
35}
36
37div.dokuwiki div.page {
38  padding: 1em;
39  margin: 0 8px 1em 0;
40  width: 96% !important;
41  width: 95%;
42  background-color: __page_background__;
43}
44
45/* ---------- Top Navigation ----------- */
46div.dokuwiki div#tpl_simple_navi {
47  margin-left: auto;
48  height: 1.8em;
49}
50
51*+ html div.dokuwiki div#tpl_simple_navi {
52  height: 2.2em;
53}
54
55div.dokuwiki div#tpl_simple_navi ul {
56  list-style: none;
57  float: left;
58  margin: 0;
59  padding: 0;
60}
61
62div.dokuwiki div#tpl_simple_navi ul li {
63  float: left;
64  margin: 0;
65  margin-right: 0.5em;
66  width: __navi_link_width__;
67  background-color: __navi_background__;
68}
69
70div.dokuwiki div#tpl_simple_navi a {
71  display: block;
72  text-decoration: none;
73  border-bottom: none;
74  padding: 0.4em;
75  padding-left: 0.8em;
76}
77
78div.dokuwiki div#tpl_simple_navi a.wikilink2 {
79  border-bottom: none !important;
80}
81
82div.dokuwiki div#tpl_simple_navi a.urlextern,
83div.dokuwiki div#tpl_simple_navi a.interwiki {
84  padding: 0;
85  padding: 0.4em;
86  padding-left: 0.8em;
87  background-image: none;
88}
89
90div.dokuwiki div#tpl_simple_navi a:hover {
91  background-color: __background_alt__;
92}
93
94div.dokuwiki div#tpl_simple_navi li {
95  margin: 0;
96  padding: 0;
97  position: relative;
98}
99
100div.dokuwiki div#tpl_simple_navi ul ul {
101  border: none;
102  position: absolute;
103  z-index: 500;
104}
105
106div.dokuwiki div#tpl_simple_navi ul ul ul {
107  top: 0;
108  left: 100%;
109  border-left: 5px solid __border__;
110  margin-top: 5px;
111}
112
113div.dokuwiki div#tpl_simple_navi ul ul,
114div.dokuwiki div#tpl_simple_navi ul li:hover ul ul,
115div.dokuwiki div#tpl_simple_navi ul ul li:hover ul ul {
116  display: none;
117}
118
119div.dokuwiki div#tpl_simple_navi ul li:hover ul,
120div.dokuwiki div#tpl_simple_navi ul ul li:hover ul,
121div.dokuwiki div#tpl_simple_navi ul ul ul li:hover ul {
122  display: block;
123}
124
125div.dokuwiki .navi_clearer {
126  clear: both;
127  margin-bottom: 1.8em;
128}
129
130/* the searchform */
131div.dokuwiki #dw__search {
132  float: right;
133  margin-top: 0.2em;
134  margin-right: 0.4em;
135}
136
137div.dokuwiki #dw__search input.button {
138  display: none;
139}
140
141div.dokuwiki div.ajax_qsearch {
142  top: 4em;
143  right: 140px;
144  z-index: 99;
145}
146
147/* general headline setup */
148div.dokuwiki h1,
149div.dokuwiki h2,
150div.dokuwiki h3,
151div.dokuwiki h4,
152div.dokuwiki h5 {
153  border: none;
154  font-weight: normal;
155}
156
157div.dokuwiki h1 a,
158div.dokuwiki h2 a,
159div.dokuwiki h3 a,
160div.dokuwiki h4 a,
161div.dokuwiki h5 a,
162div.dokuwiki a.nolink {
163  color: __headline_color__ !important;
164}
165
166/* special headlines */
167div.dokuwiki h1 {font-size: 180%; margin-left: 0px; border-bottom: 1px solid __border__;}
168div.dokuwiki h2 {font-size: 160%; margin-left: 10px;}
169div.dokuwiki h3 {font-size: 150%; margin-left: 20px;}
170div.dokuwiki h4 {font-size: 140%; margin-left: 35px;}
171div.dokuwiki h5 {font-size: 130%; margin-left: 50px;}
172
173/* indent different sections */
174div.dokuwiki div.level1 {margin-left: 3px;}
175div.dokuwiki div.level2 {margin-left: 13px;}
176div.dokuwiki div.level3 {margin-left: 23px;}
177div.dokuwiki div.level4 {margin-left: 38px;}
178div.dokuwiki div.level5 {margin-left: 53px;}
179
180div.dokuwiki table.inline th {
181  background-color: __background_alt__;
182  color: __text_alt__;
183}
184
185/* ---------- links ---------- */
186div.dokuwiki a:hover {
187  color: __extern__;
188}
189
190div.dokuwiki .bar a.action {
191  margin-left: 0.3em;
192  margin-right: 0.3em;
193}
194
195/* external link */
196div.dokuwiki a.urlextern {
197  background: transparent url(images/urlextern.png) 0px 1px no-repeat;
198}
199
200/* ---------- table of contents ---------- */
201div.dokuwiki div.toc {
202  margin-left: 1em;
203  margin-top: 1.1em;
204}
205
206div.dokuwiki div.tocheader {
207  background-color: __background_neu__;
208  font-weight: normal;
209  padding-top: 0.3em;
210  padding-left: 0.3em;
211  color: __text_alt__;
212  line-height: 100%;
213}
214
215div.dokuwiki div.tocheader img {
216  margin-top: 0.1em;
217}
218
219div.dokuwiki #toc__inside {
220  background-color: __page_background__;
221}
222
223div.dokuwiki #toc__inside ul {
224  margin: 0em;
225  padding-left: 0.8em;
226}
227
228div.dokuwiki div.breadcrumbs {
229  background: __inner_background__;
230  color: __white__;
231  padding-left: 0.5em;
232}
233
234div.dokuwiki pre {
235  font-size: 120% !important;
236  font-size: 100%;
237}
238
239
240/* ---------- footnotes ---------- */
241div.dokuwiki div.footnotes {
242  margin-top: 3em;
243}
244
245div.dokuwiki div.fn {
246  font-size: 80%;
247}
248
249/* ---------- Additional ---------- */
250div.dokuwiki div.footerinc {
251  padding: 0.5em;
252  padding-top: 1em;
253  text-align: center;
254  background-color: __inner_background__;
255}
256
257/* ---------- Nifty Corners ---------- */
258div.dokuwiki .rtop_outer,
259div.dokuwiki .rbottom_outer,
260div.dokuwiki .rtop_inner,
261div.dokuwiki .rbottom_inner {
262  display: block;
263}
264
265div.dokuwiki .rtop_outer *,
266div.dokuwiki .rbottom_outer *,
267div.dokuwiki .rtop_inner *,
268div.dokuwiki .rbottom_inner * {
269  display: block;
270  height: 1px;
271  overflow: hidden;
272}
273
274div.dokuwiki .r1{margin: 0 5px;}
275div.dokuwiki .r2{margin: 0 3px;}
276div.dokuwiki .r3{margin: 0 2px;}
277div.dokuwiki .r4{margin: 0 1px; height: 2px;}
278
279div.dokuwiki .rtop_inner .r1,
280div.dokuwiki .rtop_inner .r2,
281div.dokuwiki .rtop_inner .r3,
282div.dokuwiki .rtop_inner .r4 {
283  background: __inner_background__;
284}
285
286div.dokuwiki .rbottom_inner .r1,
287div.dokuwiki .rbottom_inner .r2,
288div.dokuwiki .rbottom_inner .r3,
289div.dokuwiki .rbottom_inner .r4 {
290  background: __inner_background__;
291}
292
293div.dokuwiki .rtop_outer .r1,
294div.dokuwiki .rtop_outer .r2,
295div.dokuwiki .rtop_outer .r3,
296div.dokuwiki .rtop_outer .r4 {
297  background: __outer_background__;
298}
299
300div.dokuwiki .rbottom_outer .r1,
301div.dokuwiki .rbottom_outer .r2,
302div.dokuwiki .rbottom_outer .r3,
303div.dokuwiki .rbottom_outer .r4 {
304  background: __outer_background__;
305}
306
307/* ---------- Actionlinks ---------- */
308div.dokuwiki a.login {
309  background: transparent url(images/tool-login.png) 0px 1px no-repeat;
310  padding: 1px 0px 1px 18px;
311}
312
313div.dokuwiki a.logout {
314  background: transparent url(images/tool-logout.png) 0px 1px no-repeat;
315  padding: 1px 0px 1px 18px;
316}
317
318div.dokuwiki a.index {
319  background: transparent url(images/tool-index.png) 1px 1px no-repeat;
320  padding: 1px 0px 1px 18px;
321}
322
323div.dokuwiki a.recent {
324  background: transparent url(images/tool-recent.png) 0px 1px no-repeat;
325  padding: 1px 0px 1px 18px;
326}
327
328div.dokuwiki a.create,
329div.dokuwiki a.edit,
330div.dokuwiki a.npd {
331  background: transparent url(images/tool-edit.png) 0px 1px no-repeat;
332  padding: 1px 0px 1px 18px;
333}
334
335div.dokuwiki a.source,
336div.dokuwiki a.show {
337  background: transparent url(images/tool-source.png) 0px 1px no-repeat;
338  padding: 1px 0px 1px 18px;
339}
340
341div.dokuwiki a.admin {
342  background: transparent url(images/tool-admin.png) 0px 1px no-repeat;
343  padding: 1px 0px 1px 18px;
344}
345
346div.dokuwiki a.revs {
347  background: transparent url(images/tool-revisions.png) 0px 1px no-repeat;
348  padding: 1px 0px 1px 18px;
349}
350
351div.dokuwiki a.subscribe,
352div.dokuwiki a.unsubscribe {
353  background: transparent url(images/tool-subscribe.png) 0px 1px no-repeat;
354  padding: 1px 0px 1px 18px;
355}
356
357div.dokuwiki a.backlink {
358  background: transparent url(images/tool-backlink.png) 0px 1px no-repeat;
359  padding: 1px 0px 1px 18px;
360}
361
362div.dokuwiki a.profile {
363  background: transparent url(images/tool-profile.png) 0px 1px no-repeat;
364  padding: 1px 0px 1px 18px;
365}
366
367div.dokuwiki a.top {
368  background: transparent url(images/tool-top.png) right 2px no-repeat;
369  padding: 1px 20px 1px 0px;
370  float: right;
371  margin-top: 1em;
372  margin-bottom: 1em;
373}
374
375div.dokuwiki input#edit__summary {
376  width: 300px;
377}
378