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