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/*
10   This template includes CSS from the "starter" DokuWiki template by
11   Anika Henke (brings important and basic styling for syntax and core
12   features). These files will be included BEFORE this specific CSS file. In
13   this file, I just overwrite non fitting DokuWiki "starter" CSS + add some
14   CSS for some exclusive objects of this template.
15
16   Why I am doing this? Well, read <http://j.mp/eq8zSo>.
17*/
18
19
20
21/******************************************************************************
22 ******** Most basic styles                                        ************
23 ******** Originally based on starter template's basic.css         ************
24 ******** Have a look at http://j.mp/eq8zSo for more information   ************
25 ******************************************************************************/
26html,
27body {
28    padding: 0;
29    color: __text__;
30}
31html {
32    margin: 0;
33    overflow-x: auto;
34    overflow-y: scroll;
35    background-color: transparent;
36}
37body {
38    margin: 0 auto;
39    background-color: #efeded;
40    font: normal 100%/1.4em Arial,Helvetica,'Liberation Sans',sans-serif;
41    /* same font stack should be used for ".dokuwiki div.toc" */
42}
43h1, h1 a,
44h2, h2 a,
45h3, h3 a,
46h4, h4 a,
47h5, h5 a,
48h6, h6 a {
49    font-family: Arial,Helvetica,'Liberation Sans',sans-serif;
50    /* same font stack should be used for ".dokuwiki div.toc div.tocheader" */
51    font-weight: normal;
52    color: __text__;
53    background-color: inherit;
54    line-height: 1.4em;
55    text-align: left;
56    border: none;
57    padding: 0;
58    clear: left; /* ideally 'both', but problems with toc */
59}
60h1,
61h2,
62h3,
63h4,
64h5,
65h6 {
66    padding: 0.5em 0 0 5px;
67    margin: 1.3em auto 0.1em 0 !important;
68    /* padding-left should be geared to margin-left of div.level1-5,
69       .dokuwiki div.diffoptions and .dokuwiki table.diff */
70}
71h1 {
72    font-size: 1.571em; /* 22px, base 14px (see ".dokuwiki") */
73    margin: 0 0 0.444em;
74}
75h2 {
76    font-size: 1.429em; /* 20px, base 14px (see ".dokuwiki") */
77    margin: 0 0 0.666em;
78}
79h3 {
80    font-size: 1.286em; /* 18px, base 14px (see ".dokuwiki") */
81    margin: 0 0 0.888em;
82}
83h4 {
84    font-size: 1.143em; /* 16px, base 14px (see ".dokuwiki") */
85    margin: 0 0 1.0em;
86}
87h5,
88h6 {
89    font-size: 1em; /* 14px, base 14px (see ".dokuwiki") */
90    margin: 0 0 1.1428em;
91}
92.dokuwiki div.page h1:first-child, /* remove top margin from headlines when there is no text above */
93.dokuwiki div.page h2:first-child,
94.dokuwiki div.page h3:first-child {
95    margin-top: 0 !important;
96}
97
98/* blog posting and sidebar block headlines */
99.dokuwiki .hspec {
100    background: transparent url(images/headline_bg.gif) repeat-y scroll left center;
101    padding: 0.4em 0.5em 0.4em 20px !important;
102    color: __text__;
103}
104.dokuwiki .hspec a,
105.dokuwiki .hspec a:visited,
106.dokuwiki .hspec a:hover {
107    color: __text__;
108}
109caption,
110legend {
111    background-color: inherit;
112    padding: 0;
113    line-height: 1.2em;
114    font-family: inherit;
115    font-weight: normal;
116    color: __text__;
117    clear: none;
118}
119legend {
120    text-align: left; /* needed for webkit browsers */
121}
122
123/* basic margins and paddings */
124p,
125ul,
126ol,
127dl,
128pre,
129table,
130hr,
131blockquote,
132fieldset,
133address {
134    margin: 0 0 1.4em 0;
135    padding: 0;
136}
137div {
138    margin: 0;
139    padding: 0;
140}
141
142/* lists */
143ul,
144ol {
145    padding: 0 0 0 1.5em;
146}
147li,
148dd {
149    padding: 0;
150    margin: 0 0 0 1.5em;
151}
152dt {
153    font-weight: bold;
154    margin: 0;
155    padding: 0;
156}
157li ul,
158li ol,
159li dl,
160dl ul,
161dl ol,
162dl dl {
163    margin-bottom: 0;
164    padding: 0;
165}
166li li {
167    font-size: 100%;
168}
169ul             { list-style: disc outside; }
170ol             { list-style: decimal outside; }
171ol ol          { list-style-type: lower-alpha; }
172ol ol ol       { list-style-type: upper-roman; }
173ol ol ol ol    { list-style-type: upper-alpha; }
174ol ol ol ol ol { list-style-type: lower-roman; }
175
176/* tables */
177table {
178    border-collapse: collapse;
179    empty-cells: show;
180    border-spacing: 0;
181    border: 1px solid __border__;
182}
183caption {
184    caption-side: top;
185    text-align: left;
186    margin: 0 0 .3em;
187}
188th,
189td {
190    padding: .3em .5em;
191    margin: 0;
192    vertical-align: top;
193    border: 1px solid __border__;
194    text-align: left;
195}
196th {
197    font-weight: bold;
198    background-color: __background_alt__;
199}
200
201/* links */
202a:link,
203a:link:active,
204a:visited,
205a:visited:active {
206    text-decoration: none;
207    color: __existing__;
208}
209a:link:hover,
210a:link:focus,
211a:link:active,
212a:visited:hover,
213a:visited:focus,
214a:visited:active {
215    text-decoration: none;
216    border-bottom: none;
217}
218a:link:focus,
219a:visited:focus {
220    outline: 1px dotted;
221}
222
223/* misc */
224img {
225    border-width: 0;
226    vertical-align: middle;
227    color: #666;
228    background-color: transparent;
229    font-style: italic;
230}
231hr {
232    border-style: solid;
233    border-width: 1px 0 0;
234    text-align: center;
235    height: 0;
236    width: 100%;
237    clear: both;
238}
239acronym,
240abbr {
241    cursor: help;
242    border-bottom: 1px dotted;
243    font-style: normal;
244}
245em acronym,
246em abbr,
247i acronym,
248i abbr {
249    font-style: italic;
250}
251pre,
252code,
253samp,
254kbd {
255    font-family: Consolas,monospace;
256    /* same font stack should be used for ".dokuwiki table.diff td" and
257       ".dokuwiki textarea.edit" */
258    font-size: 1em;
259    direction: ltr;
260    text-align: left;
261}
262pre {
263    overflow: auto;
264}
265pre,
266code {
267    background-color: transparent !important;
268    font-size: 0.857em; /* 12px (base 14px) */
269}
270blockquote {
271    padding: 0 0.75em;
272    border: solid __border__;
273    border-width: 0 0 0 .25em;
274}
275q:before,
276q:after {
277    content: '';
278}
279sub,
280sup {
281    font-size: .8em;
282    line-height: 1;
283}
284sub {
285    vertical-align: sub;
286}
287sup {
288    vertical-align: super;
289}
290
291/* forms */
292form {
293    display: inline;
294    margin: 0;
295    padding: 0;
296}
297fieldset {
298    padding: 1em 1em 0;
299    border: 1px solid __text_alt__;
300}
301legend {
302    margin: 0;
303    padding: 0 .1em;
304}
305label {
306    vertical-align: middle;
307    cursor: pointer;
308}
309input,
310textarea,
311button,
312select,
313optgroup,
314option {
315    font: inherit;
316    color: inherit;
317    /* background-color destroys button look */
318    line-height: 1;
319    margin: 0;
320    vertical-align: middle;
321}
322input[type=text],
323input[type=password],
324textarea {
325    padding: .1em;
326}
327input[type=radio],
328input[type=checkbox],
329input.check {
330    padding: 0;
331}
332input[type=submit],
333input.button,
334button {
335    cursor: pointer;
336}
337input[disabled],
338button[disabled],
339input[readonly],
340button[readonly] {
341    cursor: auto;
342}
343optgroup {
344    font-style: italic;
345    font-weight: bold;
346}
347option {
348    font-style: normal;
349    font-weight: normal;
350}
351
352/* general classes */
353div.clearer {
354    /* additional to what's already in DokuWiki's lib/styles/all.css: */
355    font-size: 1px;
356    visibility: hidden;
357}
358.a11y {
359    position: absolute;
360    left: -9000px;
361    top: -4000px;
362    width: 0;
363    height: 0;
364    overflow: hidden;
365    display: inline;
366}
367
368
369
370/******************************************************************************
371 ******** Main design styles for the page content                  ************
372 ******** Originally based on starter template's content.css       ************
373 ******** Have a look at http://j.mp/eq8zSo for more information   ************
374 ******************************************************************************/
375.dokuwiki {
376    font-size: 0.875em !important; /* 14px (base: 16px from browser) */
377    line-height: 1.8em !important;
378}
379.dokuwiki .page div.level1,
380.dokuwiki .page div.level2,
381.dokuwiki .page div.level3,
382.dokuwiki .page div.level4,
383.dokuwiki .page div.level5 {
384    margin-right: 0.2em;
385    margin-left: 5px; /* should be geared to margin/padding-left for headlines,
386                         .dokuwiki div.diffoptions, .dokuwiki table.diff and
387                         div.search_result */
388}
389.dokuwiki .page,
390.dokuwiki .page ul,
391.dokuwiki .page ol {
392    text-align: justify;
393}
394.dokuwiki .page p + ul,
395.dokuwiki .page p + ol {
396    margin-top: -0.8em;
397}
398.dokuwiki ul,
399.dokuwiki ol {
400    padding-left: 0;
401    margin: 0 0 1.4em 2em;
402}
403.dokuwiki ul {
404    list-style-type: square;
405}
406.dokuwiki ul li,
407.dokuwiki ol li {
408    margin: 0.5em 0;
409}
410.dokuwiki dl,
411.dokuwiki hr,
412.dokuwiki blockquote,
413.dokuwiki address {
414    margin: 0 0 1em; /* 14px (base 25px = 1.8em line-height) */
415}
416.dokuwiki fieldset {
417    margin: 0 auto 1em; /* 14px (base 25px = 1.8em line-height) */
418}
419.dokuwiki blockquote {
420    border-left-color: __border__;
421}
422
423/* code */
424.dokuwiki pre,
425.dokuwiki tt,
426.dokuwiki code,
427.dokuwiki samp,
428.dokuwiki kbd {
429    background-color: __background_alt__;
430    color: __text__;
431}
432.dokuwiki pre {
433    padding: 0.5em;
434    border: 1px dashed __border__;
435    line-height: 1.3em;
436}
437.dokuwiki ul ul,
438.dokuwiki ul ol,
439.dokuwiki ol ul,
440.dokuwiki ol ol {
441    margin-bottom: 0;
442}
443.dokuwiki pre.file,
444.dokuwiki pre.code {
445    font-size: 0.857em; /* 12px (base 14px) */
446    line-height: 1.417em; /* 17px */
447    background-color: __background_alt__ !important;
448}
449.dokuwiki dl.file dt,
450.dokuwiki dl.code dt {
451    background-color: __background_alt__;
452    border: solid __border__;
453    border-width: 1px 1px 0;
454    color: inherit;
455    display: inline;
456    padding: 2px .5em;
457    margin-left: 1em;
458    font-size: 0.857em; /* 12px (base 14px) */
459    line-height: 1.25em; /* 15px */
460    font-weight: normal;
461    font-family: Consolas,monospace;
462}
463.dokuwiki dl.code dt a,
464.dokuwiki dl.file dt a {
465    color: __text__;
466    border-bottom: 0;
467    padding: 3px 0 2px 18px;
468}
469.dokuwiki dl.code dt a:hover,
470.dokuwiki dl.code dt a:active,
471.dokuwiki dl.file dt a:hover,
472.dokuwiki dl.file dt a:active {
473    text-decoration: underline;
474}
475.dokuwiki dl.code dd,
476.dokuwiki dl.file dd {
477    margin: 0;
478}
479
480/* tables */
481th,
482td {
483    border: 0;
484}
485td[align="right"],
486th[align="right"] {
487    text-align: right;
488}
489.dokuwiki table.inline th,
490.dokuwiki table.inline tr {
491    border: 1px solid #606060;
492}
493.dokuwiki table.inline td {
494    border: 1px solid __text_alt__;
495}
496.dokuwiki table.inline th {
497    color: inherit;
498    background-color: __background_neu__;
499}
500.dokuwiki table.inline tr {
501    background-color: #fff;
502}
503.dokuwiki table.inline tr:hover th,
504.dokuwiki table.inline th:hover {
505    background-color: __background_alt__;
506}
507.dokuwiki table.inline tr:hover td {
508    background-color: __background_alt__;
509}
510
511/* embedded images (styles are already partly set in DokuWiki's lib/styles/all.css) */
512.dokuwiki img.medialeft {
513    margin: .5em 1.5em .5em 0;
514}
515.dokuwiki img.mediaright {
516    margin: .5em 0 .5em 1.5em;
517}
518.dokuwiki img.mediacenter {
519    margin: .5em auto;
520}
521
522/* messages with msg() / message are */
523div.error,
524div.info,
525div.success,
526div.notify {
527    background-position: .5em 4px;
528}
529
530
531
532/******************************************************************************
533 **************** Styles for the template itself, structure *******************
534 ******************************************************************************/
535div#pagewrap {
536    margin: 15px auto;
537    background: __background__;
538    padding: 0 30px;
539    min-width: 890px; /* = min width of 950px cause of 2*30px padding */
540    max-width: 1000px; /* = max width of 1060px cause of 2*30px padding */
541}
542
543#tmpl_header {
544    width: 100%;
545    border-bottom: 1px solid __border__;
546    padding: 0;
547    margin: 0 0 3em 0;
548}
549
550/* header: dynamic text logo */
551#tmpl_header a.tmpl_header_logo_txt,
552#tmpl_header a.tmpl_header_logo_txt:visited,
553#tmpl_header a.tmpl_header_logo_txt:hover,
554#tmpl_header a.tmpl_header_logo_txt:focus,
555#tmpl_header a.tmpl_header_logo_txt:active {
556    display: block;
557    padding: 0.7em 0 0.5em 0;
558    font-family: Arial,Helvetica,'Liberation Sans',sans-serif;
559    font-size: 3em; /* 48px (base: 16px) */
560    line-height: 1em;
561    text-transform: uppercase;
562    font-weight: normal;
563    text-decoration: none;
564    color: __text__;
565}
566/* header: image base logo (-> mnml-blog/user/logo.[png|gif|jpeg]) */
567#tmpl_header #tmpl_header_logo_img,
568#tmpl_header #tmpl_header_logo_img:visited,
569#tmpl_header #tmpl_header_logo_img:hover,
570#tmpl_header #tmpl_header_logo_img:focus,
571#tmpl_header #tmpl_header_logo_img:active {
572    text-decoration: none;
573    border: none !important;
574    margin: 0;
575    padding: 0;
576}
577/* header navigation (optional) */
578#tmpl_header #tmpl_header_nav {
579    font-family: Arial,Helvetica,'Liberation Sans',sans-serif;
580    font-size: 0.85em; /* 14px (base: 16px) */
581    line-height: 1.4em; /* 19px (base: 14px) */
582    background-color: #000;
583}
584#tmpl_header #tmpl_header_nav ul {
585    margin: 0;
586    padding: 0;
587}
588#tmpl_header #tmpl_header_nav ul li.level1 {
589    float: left;
590    border-right: 1px solid #333;
591    list-style: none;
592    margin: 0;
593}
594#tmpl_header #tmpl_header_nav ul li.level1 div {
595    display: inline;
596}
597
598#tmpl_header #tmpl_header_nav ul li.level1 a,
599#tmpl_header #tmpl_header_nav ul li.level1 a:visited {
600    color: #ccc;
601    text-decoration: none;
602    text-transform: uppercase;
603    display: block;
604    padding: 15px 25px;
605    background: 0 none;
606}
607#tmpl_header #tmpl_header_nav ul li.level1 a:hover {
608    color: #fff;
609}
610/* headernav: search (optional) */
611#tmpl_header #tmpl_header_nav #tmpl_header_nav_search {
612    float: right;
613    padding-top: 10px;
614}
615#tmpl_header #tmpl_header_nav #tmpl_header_nav_search input.edit {
616    padding: 1px 2px;
617    width: 85px;
618}
619#tmpl_header #tmpl_header_nav #tmpl_header_nav_search input.button {
620    background-color: #000 !important;
621    border-color: #000 !important;
622    color: #ccc;
623    font-weight: bold;
624    font-size: 10px;
625    padding: 6px 15px 6px 7px;
626    height: 100%;
627}
628
629/* content (->left) column */
630.dokuwiki div#content {
631    width: 75%;
632    min-height: 1000px;
633    float: left;
634    background: __background__;
635    padding: 0;
636}
637.dokuwiki .page {
638    padding: 0 1.5em 2em 0;
639    margin: 0;
640}
641
642/* sidebar (->right) column */
643.dokuwiki div#tmpl_sidebar {
644    float: right;
645    overflow: hidden;
646    width: 23%; /* leave 4% = 9px padding + 36-40px space for browser rounding errors */
647    padding: 0 0 0 5px;
648    font-size: 0.857em; /* 14px (base: 14px) */
649    line-height: 1.4em;
650}
651.dokuwiki div#tmpl_sidebar ul,
652.dokuwiki div#tmpl_sidebar ol {
653    line-height: 1.8em;
654}
655.dokuwiki div#tmpl_sidebar a:hover {
656    color: __existing__;
657}
658.dokuwiki div#tmpl_sidebar div.level1,
659.dokuwiki div#tmpl_sidebar div.level2,
660.dokuwiki div#tmpl_sidebar div.level3,
661.dokuwiki div#tmpl_sidebar div.level4,
662.dokuwiki div#tmpl_sidebar div.level5 {
663    margin-right: 5px;
664    margin-left: 9px;
665}
666/* common sidebar boxes */
667.dokuwiki div#tmpl_sidebar h5 {
668    font-size: 1.167em; /* 14px (base: 12px) */
669    margin: 0 0 0.5em 0 !important;
670}
671.dokuwiki div#tmpl_sidebar div.sidebarbox {
672    padding: 0;
673    margin-bottom: 3em;
674}
675.dokuwiki div#tmpl_sidebar div.sidebarbox ul {
676    margin: 0 0 0 1.3em;
677}
678.dokuwiki div#tmpl_sidebar div.sidebarbox a,
679.dokuwiki div#tmpl_sidebar div.sidebarbox a:visited {
680    color: __existing__;
681    border-bottom: dotted 1px __existing__;
682    text-decoration: none;
683}
684.dokuwiki div#tmpl_sidebar div.sidebarbox a:hover {
685    border-bottom: none !important;
686}
687/* sidebar search (optional) */
688.dokuwiki div#tmpl_sidebar #search {
689    margin-bottom: 3em;
690    text-align: center;
691}
692.dokuwiki div#tmpl_sidebar #search input#qsearch__in {
693    margin-bottom: 0.7em;
694    width: 90%;
695    height: 15px;
696}
697/* sidebar license/copyright information (optional) */
698.dokuwiki div#tmpl_sidebar div#licenseinfo {
699    margin-bottom: 3em;
700    text-align: center;
701    border-top: 1px dotted __border__;
702    border-bottom: 1px dotted __border__;
703    padding: 1em;
704}
705.dokuwiki div#tmpl_sidebar div#licenseinfo a {
706    margin-left: 0.3em;
707}
708/* sidebar navigation (optional) */
709.dokuwiki div#tmpl_sidebar div.sidebarnav {
710    margin: 0 0 3em 0;
711    padding: 0;
712    text-align: left;
713    width: 100%;
714}
715.dokuwiki div#tmpl_sidebar div.sidebarnav ul {
716    margin: 0;
717    width: 100%;
718    border-bottom: 1px dotted #606060;
719}
720.dokuwiki div#tmpl_sidebar div.sidebarnav li {
721    list-style: none;
722    margin: 0;
723    padding: 0;
724}
725.dokuwiki div#tmpl_sidebar div.sidebarnav div.li {
726    margin: 0;
727    padding: 0;
728    border-top: 1px dotted #606060;
729    display: block;
730    padding-left: 1em;
731}
732.dokuwiki div#tmpl_sidebar div.sidebarnav div.li:hover {
733    background: __background_alt__;
734}
735.dokuwiki div#tmpl_sidebar div.sidebarnav div.li a {
736    color: __text__;
737    font-size: 1.583em; /* 19px (base: 12px) */
738    line-height: 1.2em; /* 21px (base: 17.5px) */
739    text-decoration: none;
740    border-bottom: none !important;
741    display: block;
742    padding: 0.2em;
743}
744.dokuwiki div#tmpl_sidebar div.sidebarnav div.li a:visited {
745    color: __text__;
746}
747.dokuwiki div#tmpl_sidebar div.sidebarnav div.li a:hover,
748.dokuwiki div#tmpl_sidebar div.sidebarnav div.li a.active {
749    text-decoration: none;
750    border-bottom: none;
751}
752/* sidebar QR Code */
753.dokuwiki div#tmpl_sidebar #qrcode {
754    text-align: center;
755}
756.dokuwiki div#tmpl_sidebar #qrcode span.qrcode img {
757    border: 0 none;
758}
759.dokuwiki div#tmpl_sidebar #qrcode span.qrcode a,
760.dokuwiki div#tmpl_sidebar #qrcode span.qrcode a:link,
761.dokuwiki div#tmpl_sidebar #qrcode span.qrcode a:active,
762.dokuwiki div#tmpl_sidebar #qrcode span.qrcode a:hover,
763.dokuwiki div#tmpl_sidebar #qrcode span.qrcode a:visited {
764    border: 0 none;
765    cursor: default;
766    text-decoration: none;
767}
768
769/* footer */
770#tmpl_footer {
771    border-top: 1px solid #606060;
772    margin: 1em 0;
773    padding: 0.2em 0;
774    font-size: 70%;
775    color: __text_neu__;
776    text-align: center;
777}
778#tmpl_footer #tmpl_footer_actlinksleft {
779    float: left;
780    margin-right: 1.5em;
781}
782#tmpl_footer #tmpl_footer_actlinksright {
783    float: right;
784}
785#tmpl_footer a,
786#tmpl_footer a:visited {
787    color: __text_neu__;
788    text-decoration: none;
789    /* border-bottom: none !important; */
790}
791#tmpl_footer #tmpl_footer_metainfo {
792    margin-top: 1em;
793}
794
795/* more width for all admin and edit actions */
796div#pagewrap.admin {
797    width: 95%;
798    max-width: 1100px !important;
799    padding: auto 15px;
800}
801div#pagewrap.admin .page {
802    padding-right: 0;
803}
804div#pagewrap.admin div#content {
805    width: 100%;
806}
807div#pagewrap.admin div#tmpl_sidebar {
808    display: none;
809}
810/* admin menu: config manager */
811.dokuwiki #config__manager fieldset {
812   margin-left: 0;
813   margin-right: 0;
814   background-color: transparent;
815   border: 1px solid #606060;
816}
817/* admin menu: acl manager tree */
818.dokuwiki div#acl_manager div#acl__tree {
819    background-color: __background_alt__;
820}
821/* admin menu: plugin manager */
822.dokuwiki div#plugin__manager form.plugins input[type=checkbox] {
823    margin-top: 0.5em;
824}
825/* admin menu: plugin manager - more space for plugin info */
826.dokuwiki div#plugin__manager dl {
827    font-size: 0.857em; /* 12px, base 14px (see ".dokuwiki") */
828}
829.dokuwiki div#plugin__manager dt {
830    width: 11em;
831    font-weight: bold;
832}
833.dokuwiki div#plugin__manager dd {
834    margin-left: 11em;
835}
836/* "remeber me" checkbox, login */
837.dokuwiki form#dw__login input.edit {
838    font-weight: normal;
839    margin-left: 0.4em;
840    margin-right: 0.4em;
841}
842.dokuwiki form#dw__login label.simple {
843    text-align: center;
844    padding-bottom: 0.4em;
845}
846.dokuwiki form#dw__register input.edit {
847    font-weight: normal;
848    margin-left: 0.4em;
849}
850.dokuwiki form#dw__register fieldset {
851   width: 455px;
852}
853
854/* taken from starter template's design.css:
855   license note in footer and under edit window */
856.dokuwiki div.license {
857    font-size: 93.75%;
858}
859
860/* taken from starter template's design.css: JS popup */
861.JSpopup {
862    background-color: __background__;
863    color: __text__;
864    border: 1px solid __border__;
865    line-height: 1.2;
866    padding: 0 .2em;
867}
868.JSpopup ul,
869.JSpopup ol {
870    padding-left: 0;
871}
872
873
874
875/******************************************************************************
876 ******** Adjust the starter template styles: _diff.css            ************
877 ******** Have a look at http://j.mp/eq8zSo for more information   ************
878 ******************************************************************************/
879.dokuwiki table.diff td {
880    font-family: Consolas,monospace;
881    /* same font stack should be used for "pre, code, samp, kbd" and
882       ".dokuwiki textarea.edit" */
883    font-size: 0.857em; /* 12px (base: 14px) */
884}
885.dokuwiki table.diff th {
886    font-size: 0.779em; /* 12px (base: 15.4px) */
887}
888.dokuwiki div.diffoptions,
889.dokuwiki table.diff {
890    margin-left: 5px; /* should be geared to margin/padding-left for headlines
891                         and div.level1-5 */
892}
893.dokuwiki table.diff td.diff-addedline,
894.dokuwiki table.diff td.diff-deletedline,
895.dokuwiki table.diff td.diff-context {
896    padding-left: 2px;
897    padding-right: 2px;
898}
899
900
901
902/******************************************************************************
903 ******** Adjust the starter template styles: _links.css           ************
904 ******** Have a look at http://j.mp/eq8zSo for more information   ************
905 ******************************************************************************/
906/* wikilink1 = existing wikipage
907   wikilink2 = not existing wikipage */
908.dokuwiki a.wikilink1,
909.dokuwiki a.wikilink1:link,
910.dokuwiki a.wikilink1:visited {
911    color: __existing__;
912    border-bottom: 1px dashed __existing__;
913}
914.dokuwiki a.wikilink2,
915.dokuwiki a.wikilink2:link,
916.dokuwiki a.wikilink2:visited {
917    color: __missing__;
918    border-bottom: 1px dashed __missing__;
919}
920.dokuwiki a.wikilink1:hover,
921.dokuwiki a.wikilink1:focus,
922.dokuwiki a.wikilink1:active,
923.dokuwiki a.wikilink2:hover,
924.dokuwiki a.wikilink2:focus,
925.dokuwiki a.wikilink2:active {
926    border-bottom: 0 none !important;
927}
928/* external link */
929.dokuwiki a.urlextern {
930    padding-left: 0;
931    background: 0 none;
932    border-bottom: 1px dashed __existing__ !important;
933}
934.dokuwiki a.urlextern:active,
935.dokuwiki a.urlextern:hover {
936    border-bottom: 0 none !important;
937}
938/* special links */
939.dokuwiki a.windows,
940.dokuwiki a.mail,
941.dokuwiki a.mediafile,
942.dokuwiki a.interwiki {
943    border-bottom: 1px dashed __existing__;
944}
945.dokuwiki a.windows:hover,
946.dokuwiki a.windows:active,
947.dokuwiki a.mail:hover,
948.dokuwiki a.mail:active,
949.dokuwiki a.mediafile:hover,
950.dokuwiki a.mediafile:active,
951.dokuwiki a.interwiki:hover,
952.dokuwiki a.interwiki:active {
953    border-bottom: 0 none;
954}
955/* any link to current page */
956.dokuwiki span.curid a {
957    font-weight: normal;
958}
959
960
961
962/******************************************************************************
963 ******** Adjust the starter template styles: _toc.css             ************
964 ******** Old Table of contents (TOC), until DokuWiki 2012-01-25   ************
965 ******** Have a look at http://j.mp/eq8zSo for more information   ************
966 ******************************************************************************/
967.dokuwiki div.toc {
968    float: left;
969    font-family: Arial,Helvetica,'Liberation Sans',sans-serif;
970    margin: 0 0 1.5em;
971    padding: 0;
972    width: 100%;
973    background-color: inherit;
974}
975.dokuwiki div.toc div.tocheader {
976    font-family: Arial,Helvetica,'Liberation Sans',sans-serif;
977    font-size: 1.429em; /* 20px, base 14px (see ".dokuwiki") */
978    font-weight: normal;
979}
980.dokuwiki div.toc #toc__header {
981    background-color: transparent;
982    border: 1px solid #606060;
983    padding: 0.5em;
984    margin-bottom: 0;
985}
986/* see http://jonrohan.me/guide/css/creating-triangles-in-css/ for info about
987   css arrows */
988.dokuwiki div.toc span.toc_open,
989.dokuwiki div.toc span.toc_close {
990    border-color: transparent;
991}
992.dokuwiki div.toc span.toc_open {
993    border-top-color: __text__ !important;
994}
995.dokuwiki div.toc span.toc_close {
996    border-bottom-color: __text__ !important;
997}
998.dokuwiki div.toc #toc__inside {
999    background-color: transparent;
1000    border-right: 1px dotted #606060;
1001    border-left: 1px dotted #606060;
1002    border-bottom: 1px dotted #606060;
1003    color: __text__;
1004    padding-bottom: 7px !important;
1005    clear: both;
1006}
1007.dokuwiki div.toc #toc__inside ul,
1008.dokuwiki div.toc #toc__inside ul ul {
1009    padding-left: 1.7em;
1010}
1011.dokuwiki div.toc #toc__inside ul li {
1012    list-style: circle;
1013    line-height: 1.8em;
1014}
1015.dokuwiki div.toc #toc__inside ul li div.li {
1016    padding-top: 0;
1017    padding-bottom: 0;
1018}
1019.dokuwiki div.toc #toc__inside a,
1020.dokuwiki div.toc #toc__inside a:visited {
1021    color: __text__;
1022}
1023.dokuwiki div.toc #toc__inside a,
1024.dokuwiki div.toc #toc__inside a:visited {
1025    color: __text__;
1026}
1027.dokuwiki div.toc #toc__inside a:hover,
1028.dokuwiki div.toc #toc__inside a:active {
1029    border-bottom: 1px dashed __text__;
1030}
1031
1032
1033
1034/******************************************************************************
1035 ******** Adjust the starter template styles: _toc.css             ************
1036 ******** New Table of contents (TOC), since DokuWiki 2012-09-10   ************
1037 ******** Have a look at http://j.mp/eq8zSo for more information   ************
1038 ******************************************************************************/
1039div.dokuwiki #dw__toc {
1040    margin: 3.9em 0 0 2em !important;
1041    float: right;
1042    width: 200px;
1043    font-family: Arial,Helvetica,'Liberation Sans',sans-serif;
1044    font-size: 90%;
1045    background-color: transparent;
1046}
1047
1048div.dokuwiki #dw__toc h3 {
1049    font-family: Arial,Helvetica,'Liberation Sans',sans-serif;
1050    font-size: 1em;
1051    font-weight: bold;
1052    background-color: transparent;
1053    border: 1px solid #606060;
1054    padding: 0.2em 0.5em;
1055    margin-bottom: 0;
1056}
1057
1058div.dokuwiki #dw__toc h3 strong {
1059    margin-top: 0.2em;
1060}
1061
1062div.dokuwiki #dw__toc h3 ~ div {
1063    background-color: transparent;
1064    border-right: 1px dotted #606060;
1065    border-left: 1px dotted #606060;
1066    border-bottom: 1px dotted #606060;
1067    color: __text__;
1068    padding-bottom: 7px !important;
1069    padding-left: 10px;
1070    padding-right: 7px;
1071}
1072
1073.dokuwiki #dw__toc ul,
1074.dokuwiki #dw__toc ul ul {
1075    padding-left: 1em;
1076    text-align: left;
1077}
1078.dokuwiki #dw__toc ul li {
1079    list-style: circle;
1080}
1081.dokuwiki #dw__toc a,
1082.dokuwiki #dw__toc a:visited {
1083    color: __text__;
1084}
1085.dokuwiki #dw__toc a,
1086.dokuwiki #dw__toc a:visited {
1087    color: __text__;
1088}
1089.dokuwiki #dw__toc a:hover,
1090.dokuwiki #dw__toc a:active {
1091    border-bottom: 1px dashed __text__;
1092}
1093
1094
1095
1096/******************************************************************************
1097 ******** Adjust the starter template styles: _footnotes.css         **********
1098 ******** Have a look at http://j.mp/eq8zSo for more information     **********
1099 ******************************************************************************/
1100/* JSpopup */
1101div.insitu-footnote {
1102    background-color: #f7f9fa;
1103    border: 1px solid __border__;
1104    padding: 2px 7px 2px 10px;
1105    font-size: 0.857em; /* 12px, base 14px (see ".dokuwiki") */
1106}
1107.dokuwiki div.footnotes {
1108    font-size: 0.857em; /* 12px, base 14px (see ".dokuwiki") */
1109    border-top: 1px dotted #606060;
1110}
1111/* link to text from footnote at bottom */
1112.dokuwiki div.footnotes div.fn sup a.fn_bot {
1113    font-weight: normal;
1114}
1115
1116
1117
1118/******************************************************************************
1119 ******** Adjust the starter template styles: _forms.css             **********
1120 ******** Have a look at http://j.mp/eq8zSo for more information     **********
1121 ******************************************************************************/
1122/* normal buttons */
1123.dokuwiki input.button,
1124.dokuwiki button.button {
1125    background: __text__ none !important;
1126    border: 1px solid __text__;
1127    color: #fff;
1128    font-weight: bold;
1129    font-size: 10px !important;
1130    padding: 5px 6px;
1131    line-height: 1.333em;
1132}
1133.dokuwiki input.button[type=image],
1134.dokuwiki button.button[type=image] {
1135    background: none;
1136    background-color: transparent !important;
1137    border: 0;
1138    padding: 0;
1139}
1140
1141
1142
1143/******************************************************************************
1144 ******** Adjust the starter template styles: _edit.css            ************
1145 ******** Have a look at http://j.mp/eq8zSo for more information   ************
1146 ******************************************************************************/
1147/* nice alphatransparency background for toolbar except for IE <7 */
1148html>body button.toolbutton {
1149    background:  __background__ url(images/buttonshadow.png) repeat-x bottom;
1150}
1151/* buttons: section edit at wiki page */
1152.dokuwiki div.secedit input.button {
1153    color: __background_neu__ !important;
1154    background: none !important;
1155    border: none;
1156}
1157.dokuwiki div.secedit input.button:hover {
1158    color: __existing__ !important;
1159}
1160.dokuwiki textarea.edit,
1161.dokuwiki input.edit,
1162.dokuwiki select.edit {
1163    border: 1px solid #606060;
1164    background-color: #fff;
1165}
1166.dokuwiki input.edit,
1167.dokuwiki select.edit {
1168    line-height: 1.4em;
1169    padding: 3px 4px;
1170}
1171.dokuwiki textarea.edit {
1172   padding: 4px 0 4px 4px;
1173}
1174.dokuwiki div.preview {
1175    border-color: #606060;
1176}
1177.dokuwiki textarea.edit {
1178    line-height: 1.214em; /* 17px, base 14px (see ".dokuwiki") */
1179    font-family: Consolas,monospace;
1180    /* same font stack should be used for "pre, code, samp, kbd" and
1181       ".dokuwiki table.diff td" */
1182}
1183div.picker {
1184    background-color: #ebebeb;
1185    font-size: 0.813em; /* 13px, base 16px */
1186    line-height: 0.875em; /* 14px, base 16px */
1187}
1188/* buttons inside of picker */
1189div.picker button.pickerbutton {
1190    border: 0;
1191    background-color: #ebebeb;
1192}
1193
1194
1195
1196/******************************************************************************
1197 ******** Adjust the starter template styles: _imgdetail.css       ************
1198 ******** Have a look at http://j.mp/eq8zSo for more information   ************
1199 ******************************************************************************/
1200#dokuwiki__detail {
1201    padding-left: 2.5em;
1202}
1203#dokuwiki__detail h1 {
1204    margin-bottom: 20px !important;
1205    padding: 0;
1206    line-height: 1em;
1207}
1208
1209
1210
1211/******************************************************************************
1212 ******** Adjust the starter template styles: _media_popup.css       **********
1213 ******** Have a look at http://j.mp/eq8zSo for more information     **********
1214 ******************************************************************************/
1215html.popup {
1216    background-image: none;
1217    background-color: #fff;
1218    font-size: 14px;
1219}
1220html.popup body {
1221    background-image: none;
1222    background-color: #fff;
1223}
1224html.popup #media__content a.select {
1225    text-decoration: none;
1226    border-bottom: 0 none;
1227}
1228html.popup #media__content a.select:hover {
1229    text-decoration: underline;
1230}
1231html.popup #media__manager button {
1232    /* nice alphatransparency background for toolbar except for IE <7 */
1233    background: #fff url(images/buttonshadow.png) repeat-x bottom  !important;
1234    border: 2px;
1235    border-color: #ebebeb;
1236    padding: 0 6px;
1237}
1238html.popup #media__popup {
1239    background-color: __background_neu__;
1240    width: 310px;
1241}
1242html.popup #media__manager h1,
1243html.popup #media__manager h2,
1244html.popup #media__popup h1,
1245html.popup #media__popup h2 {
1246    line-height: 1em;
1247    margin-top: 0 !important;
1248    padding-top: 2px;
1249}
1250html.popup html.popup #media__opts {
1251    padding-left: 1em;
1252    margin-bottom: 0.5em;
1253}
1254html.popup #media__opts input {
1255    float: left;
1256    display: block;
1257    margin-top: 4px;
1258    position: absolute;
1259}
1260*+html.popup #media__opts input,
1261* html.popup #media__opts input {
1262    position: static;
1263}
1264html.popup #media__opts label {
1265    display: block;
1266    float: left;
1267    margin-left: 20px;
1268    margin-bottom: 4px;
1269}
1270*+html.popup #media__opts label,
1271* html.popup #media__opts label {
1272    margin-left: 10px;
1273}
1274html.popup #media__opts br {
1275    clear: left;
1276}
1277html.popup #mediamgr__aside ul.idx {
1278    margin-left: 1em;
1279}
1280
1281
1282
1283/******************************************************************************
1284 ******** Adjust the starter template styles: _media_fullscreen.css  **********
1285 ******** Have a look at http://j.mp/eq8zSo for more information     **********
1286 ******************************************************************************/
1287#mediamanager__page h2,
1288#mediamanager__page h3 {
1289    font-size: 12px !important;
1290    font-family: Arial,Helvetica,'Liberation Sans',sans-serif;
1291    line-height: 1.5em !important;
1292    font-weight: normal !important;
1293    padding: 3px 10px !important;
1294}
1295#mediamanager__page div.namespaces h2 {
1296    margin-bottom: 0 !important;
1297    border-bottom: 0;
1298}
1299#mediamanager__page div.namespaces div.panelHeader {
1300    font-size: 12px !important;
1301    line-height: 18px;
1302    padding-top: 11px;
1303}
1304#mediamanager__page h3,
1305#mediamanager__page ul.tabs li {
1306    margin: 0 !important;
1307    padding: 0 !important;
1308    font-size: 12px !important;
1309    line-height: 18px;
1310}
1311#mediamanager__page .panelHeader ul {
1312    list-style-image: none !important;
1313}
1314#mediamanager__page .panelHeader ul .ui-buttonset {
1315    font-size: 12px ;
1316}
1317#mediamanager__page .panelHeader ul li.ui-buttonset {
1318    background-position: 3px 0;
1319    padding-bottom: 3px;
1320}
1321#mediamanager__page .panelHeader div.no input.button {
1322    padding: 1px;
1323    line-height: 1em;
1324}
1325#mediamanager__page .panelHeader form.options {
1326    height: 24px;
1327}
1328/* The ".mediamanagerfix" class gets assigned in main.php for the full screen
1329   media manager only. */
1330.dokuwiki div#content.mediamanagerfix {
1331    min-height: 0; /* the automatic resize (JS) has many problems if a parent container got a min-height */
1332}
1333.dokuwiki div#content.mediamanagerfix h1 {
1334    line-height: 1em;
1335    margin-top: -10px !important;
1336    margin-bottom: 15px !important;
1337    padding-left: 0;
1338}
1339
1340
1341
1342/******************************************************************************
1343 ******** Adjust the starter template styles: _modal.css             **********
1344 ******** Have a look at http://j.mp/eq8zSo for more information     **********
1345 ******************************************************************************/
1346#link__wiz {
1347    width: 350px;
1348    height: 290px;
1349    line-height: 1.357em; /* 19px, base 14px (see ".dokuwiki") */
1350    text-align: center;
1351}
1352#link__wiz_header {
1353    line-height: 1em;
1354}
1355#link__wiz_result {
1356    width: 343px;
1357    height: 233px;
1358}
1359#link__wiz_result a:link,
1360#link__wiz_result a:link:active,
1361#link__wiz_result a:visited,
1362#link__wiz_result a:visited:active {
1363    text-decoration: none;
1364    border-bottom: 0 none;
1365}
1366#link__wiz_result a:hover {
1367    text-decoration: underline;
1368}
1369
1370
1371
1372/******************************************************************************
1373 ******** Adjust the starter template styles: _search.css          ************
1374 ******** Have a look at http://j.mp/eq8zSo for more information   ************
1375 ******************************************************************************/
1376.dokuwiki #tmpl_sidebar form.search #qsearch__out {
1377    left: 0;
1378    top: 5em;
1379    width: 97%;
1380    min-width: 170px; /* needed for IE, Webkit and Opera. Gecko is doing fine. */
1381    line-height: 1.5em; /* needed for long titles to prevent scrollbars in Opera */
1382}
1383#tmpl_header form.search #qsearch__out {
1384    width: 20em;
1385    left: -23.5em;
1386    overflow: auto; /* for Chrome and Safari */
1387}
1388.dokuwiki form.search div.ajax_qsearch ul li {
1389    margin-top: 4px;
1390    margin-bottom: 4px;
1391    width: 99%;
1392}
1393/* container for one search result */
1394.dokuwiki div.search_result {
1395    margin-right: 0.2em;
1396    margin-left: 5px; /* should be geared to margin/padding-left for headlines
1397                         and div.level1-5 */
1398    margin-top: 1em;
1399}
1400.dokuwiki div.search_result a.wikilink1:first-child {
1401    font-weight: bold;
1402}
1403
1404
1405
1406/******************************************************************************
1407 ************ Adjust default BlogTNG styles (/blogtng/style.css) **************
1408 ******************************************************************************/
1409/* headlines: we need some space betweeen blog posting and headline */
1410.dokuwiki div.blogtng_list h1,
1411.dokuwiki div.blogtng_entry h1 {
1412    text-align: left;
1413    margin-bottom: 0.8em !important; /* important needed for Firefox */
1414}
1415/* colorize date */
1416.dokuwiki div.blogtng_list h1 .postdate,
1417.dokuwiki div.blogtng_entry h1 .postdate,
1418.dokuwiki div.blogtng_list h1 a.postdate,
1419.dokuwiki div.blogtng_entry h1 a.postdate,
1420.dokuwiki div.blogtng_list h1 a.postdate:visited,
1421.dokuwiki div.blogtng_entry h1 a.postdate:visited,
1422.dokuwiki div.blogtng_list h1 a.postdate:hover,
1423.dokuwiki div.blogtng_entry h1 a.postdate:hover {
1424    color: __existing__ !important;
1425}
1426/* give listing some space... */
1427.dokuwiki div.blogtng_list {
1428    margin-bottom: 6em;
1429}
1430.dokuwiki div.blogtng_list div.footnotes,
1431.dokuwiki div.blogtng_entry div.footnotes {
1432    margin-bottom: 1em;
1433    margin-bottom: 0.7em;
1434    padding-left: 1em;
1435}
1436/* hide edit links */
1437.dokuwiki div.blogtng_list .secedit,
1438.dokuwiki div.blogtng_entry .secedit {
1439    display: none;
1440}
1441/* footer */
1442.dokuwiki div.blogtng_list div.blogtng_footer,
1443.dokuwiki div.blogtng_entry div.blogtng_footer {
1444    border-top: 1px solid __border__;
1445    border-right: 0 !important;
1446    border-bottom: 1px solid __border__;
1447    border-left: 0  !important;
1448    padding: 0.2em 0 !important;
1449    font-size: 0.857em; /* 12px, base 14px (see ".dokuwiki") */
1450    text-align: center;
1451    background: __background__ !important;
1452}
1453.dokuwiki div.blogtng_list div.blogtng_footer a,
1454.dokuwiki div.blogtng_entry div.blogtng_footer a,
1455.dokuwiki div.blogtng_list div.blogtng_footer a.blogtng_commentlink,
1456.dokuwiki div.blogtng_entry div.blogtng_footer a.blogtng_commentlink,
1457.dokuwiki div.blogtng_list div.blogtng_footer ul.blogtng_tags a.tag,
1458.dokuwiki div.blogtng_entry div.blogtng_footer ul.blogtng_tags a.tag {
1459    font-style: italic;
1460    border-bottom: 0;
1461    text-decoration: none;
1462    font-family: Georgia,Palatino,'Palatino Linotype',serif;
1463}
1464.dokuwiki div.blogtng_list div.blogtng_footer ul.blogtng_tags li,
1465.dokuwiki div.blogtng_entry div.blogtng_footer ul.blogtng_tags li {
1466    margin-left: 2px;
1467}
1468.dokuwiki div.blogtng_entry div.blogtng_footer {
1469    margin-bottom: 4em; /* we need some space to the comments */
1470}
1471/* comments */
1472.dokuwiki div.blogtng_entry div.blogtng_comment_status_visible {
1473    border: 1px dotted __border__;
1474    margin: 1em 0;
1475    padding: 0.5em;
1476}
1477.dokuwiki div.blogtng_entry div.blogtng_comment_status_visible div.replytocomment a {
1478    border-bottom: dashed 1px __existing__;
1479}
1480.dokuwiki div.blogtng_entry div.blogtng_comment_status_visible div.replytocomment a:hover,
1481.dokuwiki div.blogtng_entry div.blogtng_comment_status_visible div.replytocomment a:active {
1482    text-decoration: none;
1483    border-bottom: 0;
1484}
1485/* comment form */
1486.dokuwiki div.blogtng_entry div#blogtng__comment_form_wrap {
1487    border: 1px dotted __border__;
1488    margin-top: 1em;
1489    padding: 2em 1em;
1490}
1491.dokuwiki div.blogtng_entry form#blogtng__comment_form {
1492    width: 95% !important;
1493    margin: 0 auto;
1494    padding: 0;
1495}
1496.dokuwiki div.blogtng_entry form#blogtng__comment_form input.edit,
1497.dokuwiki div.blogtng_entry form#blogtng__comment_form textarea.edit {
1498    border: 1px solid __border__;
1499}
1500.dokuwiki div.blogtng_entry form#blogtng__comment_form input.edit {
1501    margin-left: 0.2em;
1502    font-weight: normal;
1503}
1504/* main_entry.php only */
1505.dokuwiki div.blogtng_entry div#commentform_notes {
1506    font-size: 75%;
1507    margin-top: 0.7em;
1508    line-height: 1.714em; /* 18px (base 10.5px) */
1509    color: __text_alt__;
1510}
1511.dokuwiki div.blogtng_entry ul#commentform_notes_left {
1512    float: left;
1513}
1514.dokuwiki div.blogtng_entry ul#commentform_notes_right {
1515    float: right;
1516    margin-right: 1em;
1517}
1518/* page navigation */
1519.blogtng_pagination .blogtng_pages .cur,
1520.blogtng_pagination .blogtng_pages a,
1521.blogtng_pagination .blogtng_pages a:visited {
1522    border: 1px solid #606060;
1523    margin: 0 3px;
1524    padding: 1px 2px 0 1px;
1525    width: 21px;
1526    display: -moz-inline-stack; /* Gecko fallback to prevent really ugly layout if "inline-block" is not supported, e.g. FF 2.x */
1527    display: inline-block;
1528    text-align: center;
1529}
1530.blogtng_pagination .blogtng_pages .cur,
1531.blogtng_pagination .blogtng_pages a:hover,
1532.blogtng_pagination .blogtng_pages a:active {
1533    background-color: __background_alt__;
1534    text-decoration: none;
1535}
1536/* edit */
1537div#pagewrap.admin #blogtng__edit {
1538    width: 98%;
1539    border-left: 0;
1540    border-right: 0;
1541    margin: 1em 0 2em 0;
1542    padding: 10px 10px 20px 10px;
1543}
1544div#pagewrap.admin #blogtng__edit label.edit {
1545    margin-right: 0.6em;
1546    padding-left: 0.3em;
1547}
1548div#pagewrap.admin #blogtng__edit #blogtng__date_hh {
1549    margin-left: 1.2em;
1550}
1551div#pagewrap.admin #blogtng__tags {
1552    width: 275px !important;
1553}
1554
1555
1556
1557/******************************************************************************
1558 ************************* Additional Plugin CSS ******************************
1559 ******************************************************************************/
1560/* bureaucracy */
1561.dokuwiki form.bureaucracy__plugin fieldset {
1562    border: 1px dotted #606060;
1563}
1564.dokuwiki form.bureaucracy__plugin label span,
1565.dokuwiki form.bureaucracy__plugin input.edit,
1566.dokuwiki form.bureaucracy__plugin textarea.edit {
1567    text-align: left !important;
1568    margin: auto 5px;
1569    float: none !important;
1570    width: 96% !important;
1571    min-width: 96%;
1572    max-width: 96%;
1573}
1574/* gallery plugin */
1575.dokuwiki .gallery table,
1576.dokuwiki .gallery td {
1577    border: 0 none;
1578}
1579
1580