1* { padding: 0; margin: 0; }
2
3body {
4  font: 80% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
5  background-color: __background__;
6  color: __text__;
7}
8
9/* the document */
10div.dokuwiki div.page {
11  margin: 4px 2em 0 1em;
12  text-align: justify;
13}
14
15div.dokuwiki table {
16  font-size: 100%;
17}
18
19div.dokuwiki tr,
20div.dokuwiki td,
21div.dokuwiki th {
22}
23
24div.dokuwiki img {
25  border: 0;
26}
27
28div.dokuwiki p,
29div.dokuwiki blockquote,
30div.dokuwiki table,
31div.dokuwiki pre {
32  margin: 0 0 1.0em 0;
33}
34
35div.dokuwiki hr {
36  border: 0px;
37  border-top: 1px solid __border__;
38  text-align: center;
39  height: 0px;
40}
41
42div.dokuwiki div.nothing {
43  text-align: center;
44  margin: 2em;
45}
46
47/* ---------------- forms ------------------------ */
48
49div.dokuwiki form {
50  border: none;
51  display: inline;
52}
53
54div.dokuwiki label.block {
55  display: block;
56  text-align: right;
57  font-weight: bold;
58}
59
60div.dokuwiki label.simple {
61  display: block;
62  text-align: left;
63  font-weight: normal;
64}
65
66div.dokuwiki label.block input.edit {
67  width: 50%;
68}
69
70div.dokuwiki fieldset {
71  width: 300px;
72  text-align: center;
73  border: 1px solid __border__;
74  padding: 0.5em;
75  margin: auto;
76}
77
78div.dokuwiki textarea.edit {
79  font-family: monospace;
80  font-size: 14px;
81  color: __text__;
82  background-color: __background__;
83  border: 1px solid __border__;
84  padding: 0.3em 0 0 0.3em;
85  /* should just be "width: 100%", but IE8 doesn't like it, see FS#1910 + FS#1667 */
86  width: 700px;
87  min-width: 100%;
88  max-width: 100%;
89}
90
91/* nice alphatransparency background except for IE <7 */
92html>body div.dokuwiki textarea.edit {
93  background:  __background__ url(images/inputshadow.png) repeat-x top;
94}
95
96div.dokuwiki input.edit,
97div.dokuwiki select.edit {
98  font-size: 100%;
99  border: 1px solid __border__;
100  color: __text__;
101  background-color: __background__;
102  vertical-align: middle;
103  margin: 1px;
104  padding: 0.20em 0.3em;
105  display: inline;
106}
107
108/* nice alphatransparency background except for IE <7 */
109html>body div.dokuwiki input.edit,
110html>body div.dokuwiki select.edit {
111  background:  __background__ url(images/inputshadow.png) repeat-x top;
112}
113
114div.dokuwiki select.edit {
115  padding: 0.1em 0;
116}
117
118div.dokuwiki input.missing {
119  font-size: 100%;
120  border: 1px solid __border__;
121  color: __text__;
122  background-color: #ffcccc;
123  vertical-align: middle;
124  margin: 1px;
125  padding: 0.20em 0.3em;
126  display: inline;
127}
128
129/* disabled style - not understood by IE */
130div.dokuwiki textarea.edit[disabled],
131div.dokuwiki textarea.edit[readonly],
132div.dokuwiki input.edit[disabled],
133div.dokuwiki input.edit[readonly],
134div.dokuwiki input.button[disabled],
135div.dokuwiki select.edit[disabled] {
136  background-color: __background_neu__!important;
137  color: __text_neu__!important;
138}
139
140/* edit form */
141div.dokuwiki div.toolbar,
142div.dokuwiki div#wiki__editbar {
143   margin: 2px 0;
144   text-align: left;
145}
146div.dokuwiki div#size__ctl {
147   float: right;
148   width: 60px;
149   height: 2.7em;
150}
151div.dokuwiki #size__ctl img {
152   cursor: pointer;
153}
154div.dokuwiki div#wiki__editbar div.editButtons {
155   float: left;
156   padding: 0 1.0em 0.7em 0;
157}
158div.dokuwiki div#wiki__editbar div.summary {
159   float: left;
160}
161div.dokuwiki .nowrap {
162   white-space: nowrap;
163}
164div.dokuwiki div#draft__status {
165  float: right;
166  color: __text_alt__;
167}
168
169div.dokuwiki div.license {
170  padding: 0.5em;
171  font-size: 90%;
172  text-align: center;
173}
174
175div.dokuwiki form#dw__editform div.license {
176  clear: left;
177  font-size: 90%;
178}
179
180/* --------- buttons ------------------- */
181
182div.dokuwiki input.button,
183div.dokuwiki button.button {
184  border: 1px solid __border__;
185  color: __text__;
186  background-color: __background__;
187  vertical-align: middle;
188  text-decoration: none;
189  font-size: 100%;
190  cursor: pointer;
191  margin: 1px;
192  padding: 0.125em 0.4em;
193}
194
195/* nice alphatransparency background except for IE <7 */
196html>body div.dokuwiki input.button,
197html>body div.dokuwiki button.button {
198  background:  __background__ url(images/buttonshadow.png) repeat-x bottom;
199}
200
201* html div.dokuwiki input.button,
202* html div.dokuwiki button.button {
203  height: 1.8em;
204}
205
206div.dokuwiki div.secedit input.button {
207  border: 1px solid __border__;
208  color: __text__;
209  background-color: __background__;
210  vertical-align: middle;
211  text-decoration: none;
212  margin: 0;
213  padding: 0;
214  font-size: 10px;
215  cursor: pointer;
216  float: right;
217  display: inline;
218}
219
220/* ----------- page navigator ------------- */
221
222div.dokuwiki div.pagenav {
223    margin: 1em 0 0 0;
224}
225
226div.dokuwiki div.pagenav-prev {
227    text-align: right;
228    float: left;
229    width: 49%
230}
231
232div.dokuwiki div.pagenav-next {
233    text-align: left;
234    float: right;
235    width: 49%
236}
237
238/* --------------- Links ------------------ */
239
240div.dokuwiki a:link,
241div.dokuwiki a:visited {
242  color: __extern__;
243  text-decoration: none;
244}
245div.dokuwiki a:hover,
246div.dokuwiki a:active {
247  color: __text__;
248  text-decoration: underline;
249}
250
251div.dokuwiki h1 a,
252div.dokuwiki h2 a,
253div.dokuwiki h3 a,
254div.dokuwiki h4 a,
255div.dokuwiki h5 a,
256div.dokuwiki a.nolink {
257  color: __text__ !important;
258  text-decoration: none !important;
259}
260
261/* external link */
262div.dokuwiki a.urlextern {
263  background: transparent url(images/link_icon.gif) 0px 1px no-repeat;
264  padding: 1px 0px 1px 16px;
265}
266
267/* windows share */
268div.dokuwiki a.windows {
269  background: transparent url(images/windows.gif) 0px 1px no-repeat;
270  padding: 1px 0px 1px 16px;
271}
272
273/* interwiki link (icon are set by dokuwiki) */
274div.dokuwiki a.interwiki {
275}
276
277/* link to some embedded media */
278div.dokuwiki a.media {
279}
280
281div.dokuwiki a.urlextern:link,
282div.dokuwiki a.windows:link,
283div.dokuwiki a.interwiki:link {
284  color: __extern__;
285}
286
287div.dokuwiki a.urlextern:visited,
288div.dokuwiki a.windows:visited,
289div.dokuwiki a.interwiki:visited {
290  color: purple;
291}
292div.dokuwiki a.urlextern:hover,
293div.dokuwiki a.urlextern:active,
294div.dokuwiki a.windows:hover,
295div.dokuwiki a.windows:active,
296div.dokuwiki a.interwiki:hover,
297div.dokuwiki a.interwiki:active {
298  color: __text__;
299}
300
301/* email link */
302div.dokuwiki a.mail {
303  background: transparent url(images/mail_icon.gif) 0px 1px no-repeat;
304  padding: 1px 0px 1px 16px;
305}
306
307/* existing wikipage */
308div.dokuwiki a.wikilink1 {
309  color: __existing__ !important;
310}
311
312/* not existing wikipage */
313div.dokuwiki a.wikilink2 {
314  color: __missing__ !important;
315  text-decoration: none !important;
316  border-bottom: dashed 1px __missing__ !important;
317}
318
319/* ------------- Page elements ----------------- */
320
321div.dokuwiki div.preview {
322  background-color: __background_neu__;
323  margin: 0 0 0 2em;
324  padding: 4px;
325  border: 1px dashed __text__;
326}
327
328div.dokuwiki div.breadcrumbs {
329  background-color: __background_neu__;
330  color: __text_neu__;
331  font-size: 80%;
332  padding: 0 0 0 4px;
333}
334
335div.dokuwiki span.user {
336  color: __text_other__;
337  font-size: 90%;
338}
339
340div.dokuwiki li.minor {
341  color: __text_neu__;
342  font-style: italic;
343}
344
345/* embedded images */
346div.dokuwiki img.media {
347  margin: 3px;
348}
349
350div.dokuwiki img.medialeft {
351  border: 0;
352  float: left;
353  margin: 0 1.5em 0 0;
354}
355
356div.dokuwiki img.mediaright {
357  border: 0;
358  float: right;
359  margin: 0 0 0 1.5em;
360}
361
362div.dokuwiki img.mediacenter {
363  border: 0;
364  display: block;
365  margin: 0 auto;
366}
367
368/* smileys */
369div.dokuwiki img.middle {
370  vertical-align: middle;
371}
372
373div.dokuwiki acronym {
374  cursor: help;
375  border-bottom: 1px dotted __text__;
376}
377
378/* general headline setup */
379div.dokuwiki h1,
380div.dokuwiki h2,
381div.dokuwiki h3,
382div.dokuwiki h4,
383div.dokuwiki h5 {
384    color: __text__;
385    background-color: inherit;
386    font-size: 100%;
387    font-weight: normal;
388    margin: 0 0 1em 0;
389    padding: 0.5em 0 0 0;
390    border-bottom: 1px solid __border__;
391    clear: left;
392}
393
394/* special headlines */
395div.dokuwiki h1 {font-size: 160%; margin-left: 0px; font-weight: bold;}
396div.dokuwiki h2 {font-size: 150%; margin-left: 20px;}
397div.dokuwiki h3 {font-size: 140%; margin-left: 40px; border-bottom: none; font-weight: bold;}
398div.dokuwiki h4 {font-size: 120%; margin-left: 60px; border-bottom: none; font-weight: bold;}
399div.dokuwiki h5 {font-size: 100%; margin-left: 80px; border-bottom: none; font-weight: bold;}
400
401/* indent different sections */
402div.dokuwiki div.level1 { margin-left: 3px; }
403div.dokuwiki div.level2 { margin-left: 23px; }
404div.dokuwiki div.level3 { margin-left: 43px; }
405div.dokuwiki div.level4 { margin-left: 63px; }
406div.dokuwiki div.level5 { margin-left: 83px; }
407
408/* unordered lists */
409div.dokuwiki ul {
410  line-height: 1.5em;
411  list-style-type: square;
412  list-style-image: none;
413  margin: 0 0 1em 3.5em;
414  color: __text_alt__;
415}
416
417/* ordered lists */
418div.dokuwiki ol {
419  line-height: 1.5em;
420  list-style-image: none;
421  margin: 0 0 1em 3.5em;
422  color: __text_alt__;
423  font-weight: bold;
424}
425
426/* no bottom gap in between and smaller left margin for nested lists */
427div.dokuwiki li ul,
428div.dokuwiki li ol {
429  margin: 0 0 0 1.5em;
430}
431
432/* the list items overriding the ul/ol definition */
433div.dokuwiki .li {
434  color: __text__;
435  font-weight: normal;
436}
437
438div.dokuwiki ol { list-style-type: decimal; }
439div.dokuwiki ol ol { list-style-type: upper-roman; }
440div.dokuwiki ol ol ol { list-style-type: lower-alpha; }
441div.dokuwiki ol ol ol ol { list-style-type: lower-greek; }
442
443div.dokuwiki li.open {
444  list-style-image: url(images/open.gif);
445    /*list-style-type: circle;*/
446}
447
448div.dokuwiki li.closed {
449  list-style-image: url(images/closed.gif);
450    /*list-style-type: disc;*/
451}
452
453div.dokuwiki blockquote {
454  border-left: 2px solid __border__;
455  padding-left: 3px;
456}
457
458div.dokuwiki pre {
459  font-family: monospace;
460  font-size: 120%;
461  padding: 0.5em;
462  border: 1px dashed __border__;
463  color: __text__;
464  overflow: auto;
465}
466
467/* code blocks by indention */
468div.dokuwiki pre.pre {
469  background-color: __background_other__;
470}
471
472/* code blocks by code tag */
473div.dokuwiki pre.code {
474  background-color: __background_other__;
475}
476
477/* code blocks by file tag */
478div.dokuwiki pre.file {
479  background-color: __background_alt__;
480}
481
482/* filenames for file and code blocks */
483div.dokuwiki dl.file,
484div.dokuwiki dl.code {
485    margin-top: 2em;
486    margin-bottom: 2.5em;
487}
488
489div.dokuwiki dl.file dt,
490div.dokuwiki dl.code dt {
491    border: 1px dashed __border__;
492    display: inline;
493    padding: 0.1em 1em;
494    margin-left: 2em;
495}
496
497div.dokuwiki dl.code dt a,
498div.dokuwiki dl.file dt a {
499    color: __text__;
500}
501
502div.dokuwiki dl.code dt {
503    background-color: __background_other__;
504    border-bottom: 1px solid __background_other__;
505}
506
507div.dokuwiki dl.file dt {
508    background-color: __background_alt__;
509    border-bottom: 1px solid __background_alt__;
510}
511
512
513/* inline code words */
514div.dokuwiki code {
515  font-size: 120%;
516}
517
518/* inline tables */
519div.dokuwiki table.inline {
520  background-color: __background__;
521  border-spacing: 0px;
522  border-collapse: collapse;
523}
524
525div.dokuwiki table.inline th {
526  padding: 3px;
527  border: 1px solid __border__;
528  background-color: __background_alt__;
529}
530
531div.dokuwiki table.inline td {
532  padding: 3px;
533  border: 1px solid __border__;
534}
535
536/* ---------- table of contents ------------------- */
537
538div.dokuwiki div.toc {
539  margin: 1.2em 0 0 2em;
540  float: right;
541  width: 200px;
542  font-size: 80%;
543  clear: both;
544}
545
546div.dokuwiki div.tocheader {
547  border: 1px solid __border__;
548  background-color: __background_alt__;
549  text-align: left;
550  font-weight: bold;
551  padding: 3px;
552  margin-bottom: 2px;
553}
554
555div.dokuwiki span.toc_open,
556div.dokuwiki span.toc_close {
557    border: 0.4em solid __background_alt__;
558    float: right;
559    display: block;
560    margin: 0.4em 3px 0 0;
561}
562
563div.dokuwiki span.toc_open span,
564div.dokuwiki span.toc_close span {
565    display: none;
566}
567
568div.dokuwiki span.toc_open {
569    margin-top: 0.4em;
570    border-top: 0.4em solid __text__;
571}
572
573div.dokuwiki span.toc_close {
574    margin-top: 0;
575    border-bottom: 0.4em solid __text__;
576}
577
578div.dokuwiki #toc__inside {
579  border: 1px solid __border__;
580  background-color: __background__;
581  text-align: left;
582  padding: 0.5em 0 0.7em 0;
583}
584
585div.dokuwiki ul.toc {
586  list-style-type: none;
587  list-style-image: none;
588  line-height: 1.2em;
589  padding-left: 1em;
590  margin: 0;
591}
592
593div.dokuwiki ul.toc li {
594  background: transparent url(images/tocdot2.gif) 0 0.6em no-repeat;
595  padding-left: 0.4em;
596}
597
598div.dokuwiki ul.toc li.clear {
599  background-image: none;
600  padding-left: 0.4em;
601}
602
603div.dokuwiki a.toc:link,
604div.dokuwiki a.toc:visited {
605  color: __extern__;
606}
607
608div.dokuwiki a.toc:hover,
609div.dokuwiki a.toc:active {
610  color: __text__;
611}
612
613/* ---------------------------- Diff rendering --------------------------*/
614div.dokuwiki table.diff {
615  background-color: __background__;
616  width: 100%;
617}
618div.dokuwiki td.diff-blockheader {
619  font-weight: bold;
620}
621div.dokuwiki table.diff th {
622  border-bottom: 1px solid __border__;
623  font-size: 110%;
624  width: 50%;
625  font-weight: normal;
626  text-align: left;
627}
628div.dokuwiki table.diff th a {
629    font-weight: bold;
630}
631div.dokuwiki table.diff th span.user {
632    color: __text__;
633    font-size: 80%;
634}
635div.dokuwiki table.diff th span.sum {
636    font-size: 80%;
637    font-weight: bold;
638}
639div.dokuwiki table.diff th.minor {
640  font-style: italic;
641}
642div.dokuwiki table.diff td {
643  font-family: monospace;
644  font-size: 100%;
645}
646div.dokuwiki td.diff-addedline {
647  background-color: #ddffdd;
648}
649div.dokuwiki td.diff-deletedline {
650    background-color: #ffffbb;
651}
652div.dokuwiki td.diff-context {
653    background-color: __background_neu__;
654}
655div.dokuwiki table.diff td.diff-addedline strong,
656div.dokuwiki table.diff td.diff-deletedline strong {
657    color: red;
658}
659
660/* --------------------- footnotes -------------------------------- */
661
662div.dokuwiki div.footnotes {
663  clear: both;
664  border-top: 1px solid __border__;
665  padding-left: 1em;
666  margin-top: 1em;
667}
668
669div.dokuwiki div.fn {
670  font-size: 90%;
671}
672
673div.dokuwiki a.fn_bot {
674  font-weight: bold;
675}
676
677/* insitu-footnotes */
678div.insitu-footnote {
679  font-size: 80%;
680  line-height: 1.2em;
681  border: 1px solid __border__;
682  background-color: __background_other__;
683  text-align: left;
684  padding: 4px;
685  max-width: 40%;    /* IE's width is handled in javascript */
686  min-width: 5em;
687}
688
689/* overcome IE issue with one line code or file boxes which require h. scrolling */
690* html .insitu-footnote pre.code,
691* html .insitu-footnote pre.file {
692  padding-bottom: 18px;
693}
694
695/* --------------- search result formating --------------- */
696div.dokuwiki .search_result {
697  margin-bottom: 6px;
698  padding: 0 10px 0 30px;
699}
700
701div.dokuwiki .search_snippet {
702  color: __text_other__;
703  font-size: 12px;
704  margin-left: 20px;
705}
706
707div.dokuwiki .search_sep {
708  color: __text__;
709}
710
711div.dokuwiki .search_hit {
712  color: __text__;
713  background-color: __highlight__;
714}
715div.dokuwiki strong.search_hit {
716  font-weight: normal;
717}
718
719div.dokuwiki div.search_quickresult {
720  margin: 0 0 15px 30px;
721  padding: 0 10px 10px 0;
722  border-bottom: 1px dashed __border__;
723}
724div.dokuwiki div.search_quickresult h3 {
725  margin: 0 0 1.0em 0;
726  font-size: 1em;
727  font-weight: bold;
728}
729
730div.dokuwiki ul.search_quickhits {
731  margin: 0 0 0.5em 1.0em;
732}
733
734div.dokuwiki ul.search_quickhits li {
735  margin: 0 1.0em 0 1.0em;
736  float: left;
737  width: 30%;
738}
739
740div.dokuwiki .section_highlight {
741  background-color: __background_alt__ !important;
742}
743
744/* ------------------ Additional ---------------------- */
745
746div.footerinc {
747    text-align: center;
748}
749.footerinc a img {
750    opacity: 0.5;
751    border: 0;
752}
753
754.footerinc a:hover img {
755    opacity: 1;
756}
757
758/* ---------- AJAX quicksearch ----------- */
759
760div.dokuwiki div.ajax_qsearch {
761  position: absolute;
762  right: 237px;;
763  width: 200px;
764  opacity: 0.9;
765  display: none;
766  font-size: 80%;
767  line-height: 1.2em;
768  border: 1px solid __border__;
769  background-color: __background_other__;
770  text-align: left;
771  padding: 4px;
772}
773
774/* --------- Toolbar -------------------- */
775button.toolbutton {
776  background-color: __background__;
777  padding: 0px;
778  margin: 0 1px 0 0;
779  border: 1px solid __border__;
780  cursor: pointer;
781}
782
783/* nice alphatransparency background except for IE <7 */
784html>body button.toolbutton {
785  background:  __background__ url(images/buttonshadow.png) repeat-x bottom;
786}
787
788div.picker {
789  width: 250px;
790  border: 1px solid __border__;
791  background-color: __background_alt__;
792}
793
794div.pk_hl {
795  width: 125px;
796}
797
798button.pickerbutton {
799  padding: 0px;
800  margin: 0 1px 1px 0;
801  border: 0;
802  background-color: transparent;
803  font-size: 80%;
804  cursor: pointer;
805}
806
807/* ---------------  Image Details  ----------------- */
808
809div.dokuwiki div.img_big {
810  float: left;
811  margin-right: 0.5em;
812}
813
814div.dokuwiki dl.img_tags dt {
815  font-weight: bold;
816  background-color: __background_alt__;
817}
818div.dokuwiki dl.img_tags dd {
819  background-color: __background_neu__;
820}
821
822div.dokuwiki div.imagemeta {
823  color: __text_neu__;
824  font-size: 70%;
825  line-height: 95%;
826}
827
828div.dokuwiki div.imagemeta img.thumb {
829  float: left;
830  margin-right: 0.1em;
831}
832
833