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