1/* Main */
2
3body {
4 color:#000000;
5 padding: 1.6em;
6 font-family: verdana,helvetica,arial,sans-serif;
7 font-size:0.8em;
8 text-align: center; /* weird I8 centering bug, only centers container if text-align is center here... */
9}
10
11.h6e-main-content {
12 text-align: justify;
13 max-width: 1024px;
14 margin: 0 auto;
15 background-color: #ffffff;
16 filter:alpha(opacity=90);
17 opacity:0.9;
18 padding: 1em 2em;
19}
20
21a {
22 color:#3300FF;
23}
24
25a:hover {
26 text-decoration:underline;
27}
28
29img {
30 border:0px;
31}
32
33h1 {
34 font-size:2em;
35}
36
37h2 {
38 font-size:1.1em;
39 border-bottom: 1px solid #AAAAAA;
40}
41
42h3 {
43 font-size: 1em;
44 margin-top: 0px;
45}
46
47.footer-text {
48 font-size:0.8em;
49 margin-top:0.3em;
50}
51
52pre, code, tt {
53	font-family:monospace;
54}
55
56a.wikilink2, a.wikilink2:visited {
57	color:#CC7286;
58	border-bottom:1px dashed #CC7286;
59	text-decoration:none;
60}
61
62.h6e-entry-title a { text-decoration:none; }
63.h6e-entry-title a:hover { text-decoration:underline; }
64
65/* make the entry-content bigger */
66.h6e-post-content {
67	line-height:1.2em;
68}
69
70.h6e-page-title {
71}
72
73.user-info {
74	text-align:right;
75	font-size:0.8em;
76	padding:0.5em 1em;
77	position:absolute;
78	top:0;
79	right:0;
80}
81
82.user-info a {
83	padding-left:0.25em;
84}
85
86.actions .a {
87	float:right;
88}
89
90.pageinfo {
91	color:#999;
92	padding-top:2em;
93	font-size:0.8em;
94}
95
96input[type="text"], input[type="password"], input.text, input.button, textarea {
97	font-size:0.8em;
98}
99
100thead th {
101	background-color:transparent;
102}
103
104.do-page .h6e-entry-title, .do-page .breadcrumbs,
105.do-page .pageinfo, .do-page .actions-page { display:none; }
106
107legend { display:none; }
108
109div.info, div.error, div.success, div.notify {
110	padding:1em 3em;
111	background-position:0.5% 50% ;
112	font-size:1.1em;
113}
114
115div.notify { border-color:#FFD324; }
116
117/* DokuWiki */
118
119div.dokuwiki form, div.no {
120	display:inline;
121	margin:0;
122	padding:0;
123}
124
125.breadcrumbs {
126	margin-bottom:2em;
127}
128
129.footnotes {
130	margin-top:2em;
131}
132
133.fn {
134	font-size:0.9em;
135}
136
137#toc__header {
138	margin-bottom:1em;
139}
140
141#wikipage {
142	min-height:10em;
143}
144
145.secedit {
146	margin-bottom:2em;
147}
148
149.secedit input.button {
150	float:right;
151	font-size:0.8em;
152}
153
154button.toolbutton {
155	border:1px solid #4E5368;
156	background:white;
157	margin-left:0;
158	margin-right:2px;
159}
160
161/* --------- Toolbar -------------------- */
162button.toolbutton {
163  background-color: __background__;
164  padding: 0px;
165  margin: 0 1px 0 0;
166  border: 1px solid __border__;
167  cursor: pointer;
168}
169
170#wikipage h1 a,
171#wikipage h2 a,
172#wikipage h3 a,
173#wikipage h4 a,
174#wikipage h5 a,
175#wikipage h6 a {
176	background-color:inherit;
177	color:inherit;
178	text-decoration:none;
179}
180
181#wikipage h1 { margin-bottom:1em; margin-top:1em; }
182#wikipage h2 { margin-bottom:1em; margin-top:1em;  }
183
184#wiki__text {
185	width:98%;
186	font-size:1.1em;
187	font-family:Monospace;
188}
189
190#qsearch__in {
191	margin-right:0.5em;
192}
193
194#config__manager fieldset {
195	color:#4E5368;
196	font-size:0.9em;
197	border:1px solid #4E5368;
198	background-color:#F8F9FC;
199	margin:1em 0 2em;
200}
201
202#config__manager tr.default .input,
203#config__manager tr.default input,
204#config__manager tr.default textarea,
205#config__manager tr.default select,
206#config__manager .selectiondefault {
207	background:transparent;
208}
209
210#plugin__manager .plugins fieldset.protected {
211	background:transparent;
212}
213
214#plugin__manager .plugins .button {
215	font-size:12px;
216}
217
218#user__manager .edit {
219	width:100px;
220}
221
222#user__manager tr.disabled {
223	background:none;
224}
225
226#user__manager input[type="image"] {
227	background:none;
228}
229
230/* Medias */
231
232div.dokuwiki div.img_big {
233	float:left;
234	margin-right:2em;
235}
236
237#media__manager #media__opts label {
238	padding-left:2px;
239	padding-top:2px;
240}
241
242#media__manager h2 {
243	padding:0.5em;
244	margin:0;
245}
246
247#media__manager #media__content div.upload {
248	font-size:inherit;
249	padding:0;
250	margin-bottom:0.5em;
251}
252
253/* embedded images */
254div.dokuwiki img.media {
255  margin: 3px;
256}
257
258div.dokuwiki img.medialeft {
259  border: 0;
260  float: left;
261  margin: 0 1.5em 0 0;
262}
263
264div.dokuwiki img.mediaright {
265  border: 0;
266  float: right;
267  margin: 0 0 0 1.5em;
268}
269
270div.dokuwiki img.mediacenter {
271  border: 0;
272  display: block;
273  margin: 0 auto;
274}
275
276/* smileys */
277div.dokuwiki img.middle {
278  vertical-align: middle;
279}
280
281div.dokuwiki acronym {
282  cursor: help;
283  border-bottom: 1px dotted __text__;
284}
285
286div.dokuwiki pre {
287  font-family: monospace;
288  font-size: 120%;
289  padding: 0.5em;
290  border: 1px dashed __border__;
291  color: __text__;
292  overflow: auto;
293}
294
295/* code blocks by indention */
296div.dokuwiki pre.pre {
297  background-color: __background_other__;
298}
299
300/* code blocks by code tag */
301div.dokuwiki pre.code {
302  background-color: __background_other__;
303}
304
305/* code blocks by file tag */
306div.dokuwiki pre.file {
307  background-color: __background_alt__;
308}
309
310/* filenames for file and code blocks */
311div.dokuwiki dl.file,
312div.dokuwiki dl.code {
313    margin-top: 2em;
314    margin-bottom: 2.5em;
315}
316
317/* inline code words */
318div.dokuwiki code {
319  font-size: 120%;
320}
321
322/* Link */
323
324.h6e-main-content #link__wiz {
325	border-color:#4E5368;
326}
327
328.h6e-main-content #link__wiz_header {
329	background:none;
330}
331
332.h6e-main-content #link__wiz_result {
333	border-color:#BBBBBB;
334}
335
336/* Admin */
337
338.dokuwiki .h6e-main-content ul.admin_tasks li div.li {
339	font-weight:normal;
340}
341
342.dokuwiki .h6e-main-content ul.admin_tasks {
343	margin-left:0;
344}
345
346/* ---------- table of contents ------------------- */
347
348div.dokuwiki #dw__toc {
349  margin: 1.2em 0 0 2em;
350  float: right;
351  width: 200px;
352  font-size: 80%;
353  clear: both;
354  background-color: __background_alt__;
355  border: 1px solid __border__;
356}
357
358div.dokuwiki #dw__toc h3 {
359  padding: 0.63em 1em;
360}
361
362div.dokuwiki div.tocheader {
363  border: 1px solid __border__;
364  background-color: __background_alt__;
365  text-align: left;
366  font-weight: bold;
367  padding: 3px;
368  margin-bottom: 2px;
369}
370
371div.dokuwiki span.toc_open,
372div.dokuwiki span.toc_close {
373    border: 0.4em solid __background_alt__;
374    float: right;
375    display: block;
376    margin: 0.4em 3px 0 0;
377}
378
379div.dokuwiki span.toc_open span,
380div.dokuwiki span.toc_close span {
381    display: none;
382}
383
384div.dokuwiki span.toc_open {
385    margin-top: 0.4em;
386    border-top: 0.4em solid __text__;
387}
388
389div.dokuwiki span.toc_close {
390    margin-top: 0;
391    border-bottom: 0.4em solid __text__;
392}
393
394div.dokuwiki #toc__inside {
395  border: 1px solid __border__;
396  background-color: __background__;
397  text-align: left;
398  padding: 0.5em 0 0.7em 0;
399}
400
401div.dokuwiki ul.toc {
402  list-style-type: none;
403  list-style-image: none;
404  padding-left: 1em;
405}
406
407div.dokuwiki ul.toc li {
408  padding-left: 0.4em;
409}
410
411div.dokuwiki ul.toc li.clear {
412  background-image: none;
413  padding-left: 0.4em;
414}
415
416div.dokuwiki a.toc:link,
417div.dokuwiki a.toc:visited {
418  color: __extern__;
419}
420
421div.dokuwiki a.toc:hover,
422div.dokuwiki a.toc:active {
423  color: __text__;
424}
425
426/* ---------------------------- Diff rendering --------------------------*/
427div.dokuwiki table.diff {
428  background-color: __background__;
429  width: 100%;
430}
431div.dokuwiki td.diff-blockheader {
432  font-weight: bold;
433}
434div.dokuwiki table.diff th {
435  border-bottom: 1px solid __border__;
436  font-size: 110%;
437  width: 50%;
438  font-weight: normal;
439  text-align: left;
440}
441div.dokuwiki table.diff th a {
442    font-weight: bold;
443}
444div.dokuwiki table.diff th span.user {
445    color: __text__;
446    font-size: 80%;
447}
448div.dokuwiki table.diff th span.sum {
449    font-size: 80%;
450    font-weight: bold;
451}
452div.dokuwiki table.diff th.minor {
453  font-style: italic;
454}
455div.dokuwiki table.diff td {
456  font-family: monospace;
457  font-size: 100%;
458}
459div.dokuwiki td.diff-addedline {
460  background-color: #ddffdd;
461}
462div.dokuwiki td.diff-deletedline {
463    background-color: #ffffbb;
464}
465div.dokuwiki td.diff-context {
466    background-color: __background_neu__;
467}
468div.dokuwiki table.diff td.diff-addedline strong,
469div.dokuwiki table.diff td.diff-deletedline strong {
470    color: red;
471}
472
473/* --------------------- footnotes -------------------------------- */
474
475div.dokuwiki div.footnotes {
476  clear: both;
477  border-top: 1px solid __border__;
478  padding-left: 1em;
479  margin-top: 1em;
480}
481
482div.dokuwiki div.fn {
483  font-size: 90%;
484}
485
486div.dokuwiki a.fn_bot {
487  font-weight: bold;
488}
489
490/* insitu-footnotes */
491div.insitu-footnote {
492  font-size: 80%;
493  line-height: 1.2em;
494  border: 1px solid __border__;
495  background-color: __background_other__;
496  text-align: left;
497  padding: 4px;
498  max-width: 40%;    /* IE's width is handled in javascript */
499  min-width: 5em;
500}
501
502/* overcome IE issue with one line code or file boxes which require h. scrolling */
503* html .insitu-footnote pre.code,
504* html .insitu-footnote pre.file {
505  padding-bottom: 18px;
506}
507
508/* --------------- search result formating --------------- */
509div.dokuwiki .search_result {
510  margin-bottom: 6px;
511  padding: 0 10px 0 30px;
512}
513
514div.dokuwiki .search_snippet {
515  color: __text_other__;
516  font-size: 12px;
517  margin-left: 20px;
518}
519
520div.dokuwiki .search_sep {
521  color: __text__;
522}
523
524div.dokuwiki .search_hit {
525  color: __text__;
526  background-color: __highlight__;
527}
528div.dokuwiki strong.search_hit {
529  font-weight: normal;
530}
531
532div.dokuwiki div.search_quickresult {
533  margin: 0 0 15px 30px;
534  padding: 0 10px 10px 0;
535  border-bottom: 1px dashed __border__;
536}
537div.dokuwiki div.search_quickresult h3 {
538  margin: 0 0 1.0em 0;
539  font-size: 1em;
540  font-weight: bold;
541}
542
543div.dokuwiki ul.search_quickhits {
544  margin: 0 0 0.5em 1.0em;
545}
546
547div.dokuwiki ul.search_quickhits li {
548  margin: 0 1.0em 0 1.0em;
549  float: left;
550  width: 30%;
551}
552
553div.dokuwiki .section_highlight {
554  background-color: __background_alt__ !important;
555}
556
557
558h1 span.faq {
559 font-size:0.6em;
560}
561
562.h6e-entry-title, .h6e-entry-title a, .h6e-entry-title a:visited, .do-page h1, .content-page h4, .content-page h3, .content-page h2, .content-page h1 {
563    border-bottom: 1px solid #AAAAAA;
564    color: #009DFF;
565    padding: 0.5em 0;
566}
567