xref: /template/wikiweko/static/css/screen.css (revision 173bfd241a3575b533472bce53723adfb840f9d4)
1/******************************************************************************
2 ********************************  ATTENTION  *********************************
3         DO NOT MODIFY THIS FILE, IT WILL NOT BE PRESERVED ON UPDATES!
4 ******************************************************************************
5  If you want to add some own screen CSS, have a look at the README of this
6  template and "/user/screen.css". You have been warned!
7 *****************************************************************************/
8
9/* Notes about how the template CSS works:
10
11   - This template includes 3rd party CSS files:
12     1) CSS from the "starter" DokuWiki template by Anika Henke (brings
13        important and basic styling for syntax and core features)
14     2) CSS from the original "vector" skin for MediaWiki (brings the basic
15        layout and overwrites some "default" styling)
16     These files will be included BEFORE this specific CSS file. In this file,
17     I just overwrite non fitting MediaWiki "vector" and DokuWiki "starter"
18     CSS + add some CSS for some exclusive objects of this template
19   - Why I am doing this? Well, read <http://j.mp/eq8zSo>. I followed the main
20     principle described there and simply apply it to the two sources ("starter"
21     template and "vector" skin).
22   - This way also ensures a painless update, if there are new versions of
23     MediaWiki vector or DokuWiki CSS files. Cause these 3rd party components
24     were not edited or partially copied, I do not have to track their changes
25     in detail.
26
27   Explanation of the different sections in here:
28   - "Styles/corrections for the template itself"
29     General CSS targeting the template structure. This section overwrites non
30     fitting CSS of the "vector" MediaWiki skin and "starter" DokuWiki
31     template. Read the notes above and <http://j.mp/eq8zSo> if you do not know
32     why I am doing it this way.
33   - "Browser Hacks and corrections"
34     Section containing bigger hacks for browser specific problems.
35*/
36
37
38/******************************************************************************
39 ************** Styles/corrections for the template itself ********************
40 ******************************************************************************/
41/* --------------- general styling --------------- */
42/* general tags */
43html {
44  background-color: #f3f3f3;
45}
46div.dokuwiki p,
47div.dokuwiki blockquote,
48div.dokuwiki table,
49div.dokuwiki pre {
50  margin: 0 0 1.0em 0;
51}
52div.dokuwiki caption {
53  font-family: sans-serif;
54}
55
56/* forms */
57div.dokuwiki textarea.edit {
58  font-family: monospace, serif;
59  /* second generic font fixes problem with font-size, see
60http://meyerweb.com/eric/thoughts/2010/02/12/fixed-monospace-sizing/ */
61  font-size: 14px;
62  color: __text__;
63  background-color: __background__;
64  border: 1px solid __border__;
65  padding: 0.3em 0 0 0.3em;
66  width: 100%;
67  line-height: 17px;
68}
69div.dokuwiki legend {
70  font-family: sans-serif;
71  font-weight: normal;
72  background-color: transparent;
73  text-align: left; /* needed for webkit browsers */
74}
75
76/* nice alphatransparency background except for IE <7 */
77html>body div.dokuwiki textarea.edit {
78  background: __background__ url(static/3rd/dokuwiki/inputshadow.png) repeat-x top;
79}
80
81div.dokuwiki input.edit,
82div.dokuwiki select.edit {
83  font-size: 100%;
84  border: 1px solid __border__;
85  color: __text__;
86  background-color: __background__;
87  vertical-align: middle;
88  margin: 1px;
89  padding: 0.20em 0.3em;
90  display: inline;
91  font-weight: normal;
92}
93
94/* nice alphatransparency background except for IE <7 */
95html>body div.dokuwiki input.edit,
96html>body div.dokuwiki select.edit {
97  background: __background__ url(static/3rd/dokuwiki/inputshadow.png) repeat-x top;
98}
99
100div.dokuwiki select.edit {
101  padding: 0.1em 0;
102}
103
104div.dokuwiki input.missing {
105  font-size: 100%;
106  border: 1px solid __border__;
107  color: __text__;
108  background-color: #ffcccc;
109  vertical-align: middle;
110  margin: 1px;
111  padding: 0.20em 0.3em;
112  display: inline;
113}
114
115/* disabled style - not understood by IE */
116div.dokuwiki textarea.edit[disabled],
117div.dokuwiki textarea.edit[readonly],
118div.dokuwiki input.edit[disabled],
119div.dokuwiki input.edit[readonly],
120div.dokuwiki input.button[disabled],
121div.dokuwiki select.edit[disabled] {
122  background-color: __background_neu__!important;
123  color: __text_neu__!important;
124  font-weight: normal;
125}
126
127/* edit form */
128div.dokuwiki div.toolbar,
129div.dokuwiki div#wiki__editbar {
130   margin: 2px 0;
131   text-align: left;
132}
133div.dokuwiki div#size__ctl {
134   float: right;
135   width: 60px;
136   height: 2.7em;
137}
138div.dokuwiki #size__ctl img {
139   cursor: pointer;
140}
141div.dokuwiki div#wiki__editbar div.editButtons {
142   float: left;
143   padding: 0 1.0em 0.7em 0;
144}
145div.dokuwiki div#wiki__editbar div.summary {
146   float: left;
147}
148div.dokuwiki .nowrap {
149   white-space: nowrap;
150}
151div.dokuwiki div#draft__status {
152  float: right;
153  color: __text_alt__;
154}
155
156div.dokuwiki div.license {
157  padding: 0.5em;
158  font-size: 90%;
159  text-align: center;
160}
161
162div.dokuwiki form#dw__editform div.license {
163  clear: left;
164  font-size: 90%;
165}
166
167/* buttons */
168div.dokuwiki input.button,
169div.dokuwiki button.button {
170  border: 1px solid __border__;
171  color: __text__;
172  background-color: __background__;
173  vertical-align: middle;
174  text-decoration: none;
175  font-size: 100%;
176  cursor: pointer;
177  margin: 1px;
178  padding: 0.125em 0.4em;
179  font-weight: normal;
180  line-height: 1.333em;
181  #line-height: 1em; /* fix MSIE 6, 7 */
182}
183div.dokuwiki button.toolbutton {
184  height: 20px;
185  width: 24px;
186  padding: 1px 3px;
187  line-height: 16px;
188  text-align: center;
189  height: 22px\9; /* fix MSIE 6, 7, 8 */
190}
191div.dokuwiki button.toolbutton img {
192  vertical-align: top;
193}
194/* nice alphatransparency background except for IE <7 */
195html>body div.dokuwiki input.button,
196html>body div.dokuwiki button.button {
197  background: __background__ url(static/3rd/dokuwiki/buttonshadow.png) repeat-x bottom;
198}
199
200* html div.dokuwiki input.button,
201* html div.dokuwiki button.button {
202  height: 1.8em;
203}
204
205/* links */
206div.dokuwiki a:link,
207div.dokuwiki a:visited {
208  color: #436976;
209  text-decoration: none;
210}
211div.dokuwiki a:hover,
212div.dokuwiki a:active {
213  color: __text__;
214  text-decoration: underline;
215}
216
217/* missing page links outside rendered articles */
218a.wikilink2,
219a.wikilink2:link,
220a.wikilink2:visited,
221a.wikilink2:hover {
222  color: __missing__ !important;
223  text-decoration: none;
224}
225a.wikilink2:hover {
226  border-bottom: 0 none !important;
227  text-decoration: none !important;
228}
229
230/* link to current page */
231.dokuwiki span.curid a {
232  font-weight: normal;
233}
234
235/* internal link */
236.dokuwiki a.wikilink1,
237.dokuwiki a.wikilink1:visited {
238  color: __existing__ !important;
239}
240
241/* external links */
242div#bodyContent a.urlextern {
243  background: url(static/3rd/vector/external-link-ltr-icon.png) center right no-repeat;
244  padding: 0 13px 0 0;
245}
246div.dokuwiki a.urlextern:visited {
247  color: purple;
248}
249
250/* email link */
251div#bodyContent a.mail {
252  background: transparent url(static/3rd/vector/mail-icon.png) center right no-repeat;
253  padding: 0 13px 0 0;
254}
255
256/* windows share */
257div.dokuwiki a.windows {
258  background: transparent url(static/3rd/dokuwiki/windows.gif) center right no-repeat;
259  padding: 0 18px 1px 0;
260}
261
262/* interwiki link */
263div.dokuwiki a.interwiki {
264  background-position: center right;
265  padding: 0 17px 0 0;
266}
267div.dokuwiki a.interwiki:visited {
268  color: purple;
269}
270
271/* headlines */
272h1,
273h2,
274h3,
275h4,
276h5,
277h6 {
278  font-family: sans-serif;
279}
280div#content .dokuwiki h1,
281div#content .dokuwiki h2,
282div#content .dokuwiki h3,
283div#content .dokuwiki h4,
284div#content .dokuwiki h5,
285div#content .dokuwiki h6 {
286  border-bottom: 1px solid #aaa;
287  color: __text__;
288  margin: 0;
289  padding-bottom: 0.17em;
290  padding-top: 0.5em;
291}
292div#content .dokuwiki h1 a,
293div#content .dokuwiki h2 a,
294div#content .dokuwiki h3 a,
295div#content .dokuwiki h4 a,
296div#content .dokuwiki h5 a,
297div#content .dokuwiki h6 a {
298  color: __text__;
299}
300div#content .dokuwiki h1 a:hover,
301div#content .dokuwiki h2 a:hover,
302div#content .dokuwiki h3 a:hover,
303div#content .dokuwiki h4 a:hover,
304div#content .dokuwiki h5 a:hover,
305div#content .dokuwiki h6 a:hover {
306  text-decoration: none;
307}
308div#content .dokuwiki h1 {
309  font-size: 160%;
310}
311div#content .dokuwiki h1,
312div#content .dokuwiki h2 {
313  margin-bottom: 0.6em;
314  font-weight: normal;
315}
316div#content .dokuwiki h3,
317div#content .dokuwiki h4,
318div#content .dokuwiki h5,
319div#content .dokuwiki h6 {
320  font-weight: bold;
321  border-bottom: none;
322  margin-bottom: 0.3em;
323}
324div#content .dokuwiki h3 {
325  font-size: 132%;
326}
327div#content .dokuwiki h4 {
328  font-size: 116%;
329}
330div#content .dokuwiki h5 {
331  font-size: 100%;
332}
333div#content .dokuwiki h6 {
334  font-size: 80%;
335}
336
337/* remove indent from different sections */
338div#content .dokuwiki div.level1,
339div#content .dokuwiki div.level2,
340div#content .dokuwiki div.level3,
341div#content .dokuwiki div.level4,
342div#content .dokuwiki div.level5 {
343  margin-left: 0;
344}
345
346/* lists */
347div.dokuwiki ul {
348  line-height: 1.5em;
349  padding: 0;
350  list-style-type: square;
351  list-style-image: url(static/3rd/vector/bullet-icon.png) !important;
352  margin: 0.3em 0 1em 1.5em;
353  color: __text_alt__;
354}
355
356div.dokuwiki ol {
357  line-height: 1.5em;
358  padding: 0;
359  list-style-image: none;
360  margin: 0.3em 0 1em 3.2em;
361  color: __text_alt__;
362  font-weight: bold;
363}
364
365div.dokuwiki li ul,
366div.dokuwiki li ol {
367  margin: 0 0 0 1.5em; /* no bottom gap in between and smaller left margin for nested lists */
368}
369
370div.dokuwiki .li {
371  color: __text__;  /* the list items overriding the ul/ol definition */
372  font-weight: normal;
373}
374
375div.dokuwiki ol { list-style-type: decimal; }
376div.dokuwiki ol ol { list-style-type: upper-roman; }
377div.dokuwiki ol ol ol { list-style-type: lower-alpha; }
378div.dokuwiki ol ol ol ol { list-style-type: lower-greek; }
379
380div.dokuwiki li.open {
381  list-style-image: url(static/3rd/dokuwiki/images/open.gif);
382}
383
384div.dokuwiki li.closed {
385  list-style-image: url(static/3rd/dokuwiki/closed.gif);
386}
387
388div.dokuwiki li {
389  margin-left: 0;
390}
391
392/* quotes */
393div#content .dokuwiki blockquote {
394  border-left: 2px solid __border__;
395  padding-left: 3px;
396  padding-right: 0;
397  margin-left: 0.2em;
398}
399
400/* preformatted stuff, source code */
401div#content .dokuwiki code,
402div#content .dokuwiki pre,
403div#content .dokuwiki pre.code,
404div#content .dokuwiki pre.file {
405  font-size: 100%;
406  background-color: #f9f9f9;
407}
408div#content .dokuwiki pre,
409div#content .dokuwiki pre.code,
410div#content .dokuwiki pre.file {
411  line-height: 1.2em;
412  padding: 0.5em;
413  border-style: dashed;
414}
415div#content .dokuwiki dl.file,
416div#content .dokuwiki dl.file dd {
417  margin-left: 0;
418}
419div#content .dokuwiki dl.file dt,
420div#content .dokuwiki dl.code dt {
421  background-color: #f9f9f9;
422  border-bottom: 2px solid #f9f9f9;
423  border-top: 1px dashed __border__;
424  border-left: 1px dashed __border__;
425  border-right: 1px dashed __border__;
426  display: inline;
427  margin-left: 2em;
428  padding: 0.1em 1em;
429}
430div#content .dokuwiki dl.file dt a,
431div#content .dokuwiki dl.code dt a {
432  color: __text__;
433}
434
435/* "you are here" and "breadcrumbs" */
436.catlinks {
437  font-size: 80%;
438  margin-bottom: 1em;
439}
440.catlinks p,
441.catlinks div {
442  margin: 0.3em 0;
443}
444
445/* tables */
446th,
447td {
448  border: 0;
449}
450td[align="right"],
451th[align="right"] {
452  text-align: right;
453}
454div.dokuwiki table.inline {
455  background-color: __background__;
456  min-width: 0;
457}
458div.dokuwiki table.inline th,
459div.dokuwiki table.inline td {
460  border: 1px solid __border__;
461}
462div.dokuwiki table.inline th {
463  background-color: __background_alt__;
464}
465div.dokuwiki table.inline tr:hover th,
466div.dokuwiki table.inline th:hover {
467  background-color: __background_alt__;
468}
469
470/* section edit buttons */
471.dokuwiki .secedit {
472  margin-top: 0;
473}
474div#content .dokuwiki div.secedit input.button {
475  border: 0 none;
476  text-transform: lowercase;
477  color: __existing__;
478  margin: 0;
479  padding: 0;
480  cursor: pointer;
481  background: transparent none;
482}
483
484/* footnotes */
485div.dokuwiki div.fn {
486  font-size: 90%;
487}
488
489/* link to footnote inside the text */
490.dokuwiki sup a.fn_top {
491  font-size: 95%;
492}
493
494/* insitu-footnotes */
495div.insitu-footnote {
496  font-size: 85%;
497  padding: 4px;
498}
499div.insitu-footnote code,
500div.insitu-footnote pre {
501  font-size: 90%;
502}
503
504/* Toolbar */
505button.toolbutton {
506  background-color: __background__;
507  padding: 0px;
508  margin: 0 1px 0 0;
509  border: 1px solid __border__;
510  cursor: pointer;
511}
512
513/* nice alphatransparency background except for IE <7 */
514html>body button.toolbutton {
515  background: __background__ url(static/3rd/dokuwiki/buttonshadow.png) repeat-x bottom;
516}
517
518div.picker {
519  width: 250px;
520  border: 1px solid __border__;
521  background-color: __background_alt__;
522}
523
524div.pk_hl {
525  width: 125px;
526}
527
528button.pickerbutton {
529  padding: 0px;
530  margin: 0 1px 1px 0;
531  border: 0;
532  background-color: transparent;
533  font-size: 80%;
534  cursor: pointer;
535}
536
537/* gallery plugin compatibilty */
538div.dokuwiki .gallery table,
539div.dokuwiki .gallery td {
540  border: 0 none;
541}
542
543/* bureaucracy plugin compatibilty */
544div.dokuwiki form.bureaucracy__plugin fieldset {
545  text-align: center;
546}
547div.dokuwiki form.bureaucracy__plugin label {
548  width: 95% !important;
549  margin-left: auto;
550  margin-right: auto;
551}
552div.dokuwiki form.bureaucracy__plugin label span,
553div.dokuwiki form.bureaucracy__plugin input.edit,
554div.dokuwiki form.bureaucracy__plugin textarea.edit,
555div.dokuwiki form.bureaucracy__plugin fieldset textarea.edit {
556   text-align: left;
557   margin: auto 5px;
558   float: none !important;
559   width: 97% !important;
560   min-width: 97% !important;
561   max-width: 97% !important;
562}
563
564
565/* --------------- sidebar --------------- */
566div#panel {
567  line-height: 15px;
568}
569div#panel .dokuwiki {
570  font-size: 0.75em;
571}
572div#panel a.wikilink1,
573div#panel a.wikilink2,
574div#panel a.urlextern {
575  padding-left: 0;
576  background: transparent none;
577  color: __existing__;
578}
579div#panel .body {
580  margin-right: 0.45em !important;
581  padding-top: 0.25em !important;
582}
583div#panel .body .dokuwiki p {
584  margin: 0;
585}
586div#panel .body .dokuwiki ul li {
587  font-size: 1em !important;
588  padding: 0.25em 0 !important;
589}
590div#panel .body .dokuwiki li ul {
591  font-size: 95% !important;
592  margin: 0.25em 0 0 1em !important;
593}
594div#panel .body .dokuwiki ol {
595  margin: 0 0 0 1.65em;
596}
597/* translation plugin by Anreas Gohr */
598div#panel .body .dokuwiki .plugin_translation span {
599  display: none;
600}
601div#panel .body .dokuwiki .plugin_translation {
602  padding-right: 0 !important;
603  text-align: left;
604}
605div#panel .body .dokuwiki .plugin_translation,
606div#panel .body .dokuwiki .plugin_translation ul,
607div#panel .body .dokuwiki .plugin_translation li {
608  float: none;
609  margin: 0;
610  padding-right: 0;
611  line-height: 1.125em;
612  font-size: 100%;
613}
614div#panel .body .dokuwiki .plugin_translation ul li a.wikilink1:link,
615div#panel .body .dokuwiki .plugin_translation ul li a.wikilink1:hover,
616div#panel .body .dokuwiki .plugin_translation ul li a.wikilink1:active,
617div#panel .body .dokuwiki .plugin_translation ul li a.wikilink1:visited,
618div#panel .body .dokuwiki .plugin_translation ul li a.wikilink2:link,
619div#panel .body .dokuwiki .plugin_translation ul li a.wikilink2:hover,
620div#panel .body .dokuwiki .plugin_translation ul li a.wikilink2:active,
621div#panel .body .dokuwiki .plugin_translation ul li a.wikilink2:visited {
622  background-color: transparent;
623  margin: 0;
624  padding: 0;
625}
626div#panel .body .dokuwiki .plugin_translation ul li a.wikilink1:before,
627div#panel .body .dokuwiki .plugin_translation ul li a.wikilink2:before {
628  content: attr(title) " (";
629}
630div#panel .body .dokuwiki .plugin_translation ul li a.wikilink1:after,
631div#panel .body .dokuwiki .plugin_translation ul li a.wikilink2:after {
632  content: ") ";
633}
634div#panel .body .dokuwiki .plugin_translation ul li a.wikilink1 {
635  color: __existing__ !important;
636}
637div#panel .body .dokuwiki .plugin_translation ul li a.wikilink2 {
638  color: __missing__ !important;
639}
640div#panel .body .dokuwiki .plugin_translation ul li a.wikilink1:hover {
641  text-decoration: underline;
642}
643div#panel .body .dokuwiki .plugin_translation ul li a.wikilink2:hover {
644  text-decoration: underline !important;
645}
646div#panel .body .dokuwiki .plugin_translation select {
647  width: 90%;
648  margin: auto !important;
649  text-align: left;
650}
651div#panel .body .dokuwiki .plugin_translation option,
652div#panel .body .dokuwiki .plugin_translation option.wikilink1,
653div#panel .body .dokuwiki .plugin_translation option.wikilink2 {
654  padding: auto 5px !important;
655  text-align: left;
656}
657
658
659/* --------------- search --------------- */
660/* copy of the original vector id="searchInput" styles cause we have to use
661   another id for DokuWiki */
662div#simpleSearch input#qsearch__in {
663  margin: 0;
664  border-width: 0;
665  padding: 0.25em;
666  line-height: 1em;
667  font-size: 0.8em;
668  width: 14em;
669  background-color: transparent;
670}
671/* Ajax quicksearch */
672#qsearch__out {
673  top: 72px;
674  display: none;
675  left: auto;
676  right: 7.93335px;
677  bottom: auto;
678  height: auto;
679  font-family: sans-serif;
680  font-size: 0.8em;
681  background-color: window;
682  border: 1px solid #aaa;
683  padding: 0;
684  position: static;
685}
686#qsearch__out ul {
687  padding: 0;
688  margin: 0;
689  list-style: none;
690}
691#qsearch__out li {
692  color: windowtext;
693  margin: 0;
694  width: 100%;
695  padding: 1px;
696}
697#qsearch__out li a {
698  width: 97%; /* leave some space for browser rounding errors */
699  display: block;
700}
701#qsearch__out li:hover {
702  background-color: #bbb;
703}
704#qsearch__out li a,
705#qsearch__out li a:link,
706#qsearch__out li a:visited,
707#qsearch__out li a:hover {
708  color: windowtext;
709  text-decoration: none;
710}
711
712
713/* --------------- footer --------------- */
714div#footer a.wikilink1,
715div#footer a.wikilink2,
716div#footer a.urlextern {
717  padding-left: 0;
718  background: transparent none;
719  color: __existing__;
720}
721/* default copyright notice layout */
722div#footer #footer-info li#footer-info-copyright .license {
723  font-size: 100%;
724  text-align: left;
725  padding: 0;
726}
727div#footer #footer-info li#footer-info-copyright .license a.urlextern {
728  margin-left: 0.4em;
729}
730
731
732/* --------------- Table of contents (TOC) ---------------  */
733div.dokuwiki div.toc {
734  margin: 1.2em 0 0 2em;
735  float: right;
736  width: 200px;
737  font-size: 80%;
738  clear: both;
739}
740
741div.dokuwiki div.tocheader {
742  border: 1px solid __border__;
743  background-color: __background_alt__;
744  text-align: left;
745  font-weight: bold;
746  padding: 3px;
747  margin-bottom: 2px;
748  line-height: 1.45em;
749}
750
751div.dokuwiki span.toc_open,
752div.dokuwiki span.toc_close {
753  border: 0.4em solid __background_alt__;
754  float: right;
755  display: block;
756  margin: 0.4em 3px 0 0;
757}
758
759div.dokuwiki span.toc_open span,
760div.dokuwiki span.toc_close span {
761  display: none;
762}
763
764div.dokuwiki span.toc_open {
765  margin-top: 0.4em;
766  border-top: 0.4em solid __text__;
767}
768
769div.dokuwiki span.toc_close {
770  margin-top: 0;
771  border-bottom: 0.4em solid __text__;
772}
773
774div.dokuwiki #toc__inside {
775  border: 1px solid __border__;
776  background-color: __background__;
777  text-align: left;
778  padding: 0.5em 0 0.7em 0;
779}
780
781div.dokuwiki ul.toc {
782  list-style-type: none;
783  list-style-image: none;
784  line-height: 1.2em;
785  padding: 0 !important;
786  margin: 0.3em 0 0 1.5em !important;
787}
788
789div.dokuwiki ul.toc li {
790  list-style-image: none;
791  list-style-type: none;
792  background: transparent url(static/3rd/dokuwiki/tocdot2.gif) 0 0.6em no-repeat;
793  padding-left: 0.4em !important;
794  margin-bottom: 0.1em !important;
795}
796
797div.dokuwiki ul.toc li.clear {
798  background-image: none;
799  padding-left: 0.4em;
800}
801
802div.dokuwiki a.toc:link,
803div.dokuwiki a.toc:visited {
804  color: #436976;
805}
806
807div.dokuwiki a.toc:hover,
808div.dokuwiki a.toc:active {
809  color: __text__;
810}
811
812div.toc,
813div.dokuwiki a.toc,
814div.dokuwiki ul.toc {
815  border: 0 none;
816  background: transparent none;
817  font-size: 100%;
818}
819
820div.dokuwiki ul.toc {
821  padding-top: 0;
822  padding-bottom: 0;
823  padding-left: 1em !important;
824  list-style-type: none !important;
825  list-style-image: none !important;
826  margin: 0 !important;
827}
828
829div.dokuwiki a.toc {
830  padding: 0;
831}
832
833
834/* --------------- generic content classes --------------- */
835div.error,
836div.info,
837div.success,
838div.notify {
839  font-size: 80%;
840  line-height: 1.25em;
841}
842
843
844/* --------------- admin menu --------------- */
845/* editing preview */
846div#content .dokuwiki div.preview {
847  margin-left: 0;
848}
849/* "remeber me" checkbox, login */
850div.dokuwiki form#dw__login label.simple {
851  text-align: center;
852  padding-bottom: 0.4em;
853}
854/* main menu */
855.dokuwiki ul.admin_tasks li {
856  list-style-type: none;
857  list-style-image: none;
858}
859.dokuwiki ul.admin_tasks li a {
860  font-weight: bold;
861}
862/* acl tree */
863#acl__tree li {
864  list-style-image: none;
865  list-style-type: none;
866}
867
868
869/* --------------- media manager --------------- */
870#media__manager {
871  min-height: 550px;
872}
873* html #media__manager {
874  height: 550px; /* fix MSIE 6 */
875}
876#media__manager h1,
877#media__manager h2,
878#media__popup h1,
879#media__popup h2 {
880  font-size: 1em !important;
881  line-height: 1em !important;
882  font-weight: bold !important;
883}
884/* make a "non-embedded"/fullpage manager possible trough hiding some stuff */
885body.mmanagernotembedded .noprint,
886body.mmanagernotembedded #siteNotice,
887body.mmanagernotembedded #footer {
888  display: none !important;
889}
890body.mmanagernotembedded #content {
891  margin: 0 !important;
892}
893
894
895/* --------------- search result formating --------------- */
896div.dokuwiki .search_result {
897  margin-bottom: 6px;
898  padding: 0 10px 0 30px;
899}
900
901div.dokuwiki .search_snippet {
902  color: __text_other__;
903  font-size: 12px;
904  margin-left: 20px;
905}
906
907div.dokuwiki .search_sep {
908  color: __text__;
909}
910
911div.dokuwiki .search_hit {
912  color: __text__;
913  background-color: __highlight__;
914}
915div.dokuwiki strong.search_hit {
916  font-weight: normal;
917}
918
919div.dokuwiki div.search_quickresult {
920  margin: 0 0 15px 30px;
921  padding: 0 10px 10px 0;
922  border-bottom: 1px dashed __border__;
923}
924div.dokuwiki div.search_quickresult h3 {
925  margin: 0 0 1.0em 0;
926  font-size: 1em;
927  font-weight: bold;
928}
929
930div.dokuwiki ul.search_quickhits {
931  margin: 0 0 0.5em 1.0em;
932}
933
934div.dokuwiki ul.search_quickhits li {
935  margin: 0 1.0em 0 1.0em;
936  float: left;
937  width: 30%;
938}
939
940div.dokuwiki .section_highlight {
941  background-color: __background_alt__ !important;
942}
943
944/* --------------- image details ----------------- */
945div.dokuwiki div.img_big {
946  float: left;
947  margin-right: 0.5em;
948}
949
950div.dokuwiki dl.img_tags dt {
951  font-weight: bold;
952  background-color: __background_alt__;
953}
954div.dokuwiki dl.img_tags dd {
955  background-color: __background_neu__;
956}
957
958div.dokuwiki div.imagemeta {
959  color: __text_neu__;
960  font-size: 70%;
961  line-height: 95%;
962}
963
964div.dokuwiki div.imagemeta img.thumb {
965  float: left;
966  margin-right: 0.1em;
967}
968
969
970
971/******************************************************************************
972 ********************* Browser Hacks and corrections **************************
973 ******************************************************************************/
974/* MSIE: fix textarea in admin menu (incl. jumping bug MSIE8) */
975textarea,
976.dokuwiki #dw__editform textarea.edit {
977  /* fix scrollbar flickers in IE8 standards mode, see
978     http://j.mp/bHExde and http://j.mp/ad7Abj for details */
979  width: 450px\9;
980  max-width: 100%\9;
981  min-width: 100%\9;
982  /* overwrite original vector with fixes for IE6/7 */
983  #width: 100% !important;
984  border: auto;
985}
986/* ajax quicksearch: MSIE 6/7 */
987* html #qsearch__out {
988  width: 206px;
989}
990#qsearch__out ul {
991  #list-style: none !important;
992  #list-style-image: none !important;
993}
994#qsearch__out li {
995  #width: 206px;
996}
997/* admin menu icons: MSIE 6/7 */
998.dokuwiki ul.admin_tasks li div.li {
999  #border-left: 1px dashed __background__; /* invisible border triggers IE to render the stuff */
1000}
1001/* list style: MSIE 6/7 */
1002div#panel div.portal div.body ul {
1003  #list-style: none outside none !important;
1004}
1005form#page__revisions ul,
1006form#dw__recent ul {
1007  #list-style: none outside none !important;
1008}
1009
1010