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