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