source: documentation/trunk/packages/templates/greenstone-monobook/static/css/screen.css@ 30114

Last change on this file since 30114 was 30114, checked in by jmt12, 9 years ago

Updated Greenstone customizations for Detritus, but rearranged to move into separate plugin. Initial checkin of plugins, template, special wiki pages.

File size: 30.0 KB
Line 
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 "monobook" 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 "monobook" 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 "monobook" skin).
22 - This way also ensures a painless update, if there are new versions of
23 MediaWiki monobook 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 "monobook" 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 --------------- */
42html {
43 background-color: #f9f9f9;
44 color: __text__;
45 margin: 0;
46 padding: 0;
47 overflow-x: auto;
48 overflow-y: auto;
49}
50hr {
51 border: 0 none;
52 text-align: center;
53 width: 100%;
54 clear: both;
55}
56pre,
57code,
58samp,
59kbd {
60 font-family: monospace,sans-serif;
61}
62pre {
63 overflow: auto;
64}
65img {
66 border-width: 0;
67 background-color: transparent;
68}
69blockquote {
70 padding: 0 1.25em;
71 border: solid __border__;
72 border-width: 0 0 0 .25em;
73}
74q:before,
75q:after {
76 content: '';
77}
78sub,
79sup {
80 font-size: .8em;
81 line-height: 1;
82}
83sub {
84 vertical-align: sub;
85}
86sup {
87 vertical-align: super;
88}
89
90/* forms */
91form {
92 display: inline;
93 padding: 0;
94}
95label {
96 vertical-align: middle;
97 cursor: pointer;
98}
99input,
100textarea,
101button,
102select,
103optgroup,
104option {
105 font: inherit;
106 color: inherit;
107 /* background-color destroys button look */
108 line-height: 1;
109 margin: 0;
110 vertical-align: middle;
111}
112input[type=text],
113input[type=password],
114textarea {
115 padding: .1em;
116}
117input[type=radio],
118input[type=checkbox],
119input.check {
120 padding: 0;
121}
122input[type=submit],
123input.button,
124button {
125 cursor: pointer;
126}
127input[disabled],
128button[disabled],
129input[readonly],
130button[readonly] {
131 cursor: auto;
132}
133optgroup {
134 font-style: italic;
135 font-weight: bold;
136}
137option {
138 font-style: normal;
139 font-weight: normal;
140}
141
142/* tables */
143table {
144 border-collapse: collapse;
145 empty-cells: show;
146 border-spacing: 0;
147 border: 1px solid __border__;
148}
149caption {
150 caption-side: top;
151 text-align: left;
152 margin: 0 0 .3em;
153}
154th,
155td {
156 padding: .3em .5em;
157 margin: 0;
158 vertical-align: top;
159 border: 1px solid __border__;
160 text-align: left;
161}
162th {
163 font-weight: bold;
164 background-color: __background_alt__;
165}
166
167/* basic margins and paddings */
168p,
169pre,
170table,
171blockquote,
172fieldset,
173address {
174 margin: 0 0 1.4em 0; /* bottom margin = line-height */
175 padding: 0;
176}
177div {
178 margin: 0;
179 padding: 0;
180}
181
182/* lists */
183li,
184dd {
185 padding: 0;
186 margin: 0 0 0 1.5em;
187}
188dt {
189 font-weight: bold;
190 margin: 0;
191 padding: 0;
192}
193li ul,
194li ol,
195li dl,
196dl ul,
197dl ol,
198dl dl {
199 margin-bottom: 0;
200 padding: 0;
201}
202li li {
203 font-size: 100%;
204}
205ul { list-style: square outside; }
206ol { list-style: decimal outside; }
207ol ol { list-style-type: lower-alpha; }
208ol ol ol { list-style-type: upper-roman; }
209ol ol ol ol { list-style-type: upper-alpha; }
210ol ol ol ol ol { list-style-type: lower-roman; }
211
212/* general classes */
213div.clearer {
214 /* additional to what's already in DokuWiki's lib/styles/all.css: */
215 font-size: 1px;
216 visibility: hidden;
217}
218.a11y {
219 position: absolute;
220 left: -9000px;
221 top: -4000px;
222 width: 0;
223 height: 0;
224 overflow: hidden;
225 display: inline;
226}
227
228/* special pages background: discussion */
229.ns-1 #content,
230.ns-1 #p-cactions li,
231.ns-1 #p-cactions li a {
232 background: #f8fcff;
233}
234
235/* special pages background: media/cite etc. */
236.ns-2 #content,
237.ns-2 #p-cactions li,
238.ns-2 #p-cactions li a,
239.ns-2 #media__manager_table {
240 background: #f3f3ff;
241}
242
243/* bold tabs */
244#p-cactions .selected,
245#ca-edit { /* edit tab should be always bold */
246 font-weight: bold;
247}
248
249/* take care about hiding the bottom border when tab is selected */
250#p-cactions .selected,
251#p-cactions .selected a,
252#p-cactions .selected span {
253 z-index: 3;
254 padding-bottom: 0.17em; /* fix for <= IE7 */
255}
256.ns-0 #p-cactions .selected,
257.ns-0 #p-cactions .selected a,
258.ns-0 #p-cactions .selected span {
259 background-color: __background__;
260}
261
262/* link to current page */
263.dokuwiki span.curid a {
264 /*font-weight: normal;*/
265}
266
267/* internal link, existing */
268.dokuwiki a.wikilink1,
269.dokuwiki a.wikilink1:visited {
270 color: __existing__ !important;
271}
272
273/* missing page red: common */
274a.wikilink2:link,
275a.wikilink2:visited,
276a.wikilink2:hover {
277 color: __missing__ !important;
278}
279
280/* missing page red: tabs */
281#p-cactions li a.wikilink2 {
282 color: __missing__;
283}
284
285
286/* --------------- content styling --------------- */
287
288/* embedded images (styles are already partly set in DokuWiki's lib/styles/all.css) */
289.dokuwiki img.media { }
290.dokuwiki img.medialeft { margin: .5em 1.5em .5em 0; }
291.dokuwiki img.mediaright { margin: .5em 0 .5em 1.5em; }
292.dokuwiki img.mediacenter { margin: .5em auto; }
293
294/* general tags */
295div.dokuwiki p,
296div.dokuwiki blockquote,
297div.dokuwiki table,
298div.dokuwiki pre {
299 margin: 0 0 1.0em 0;
300}
301div.dokuwiki caption {
302 font-family: sans-serif;
303}
304
305/* forms */
306div.dokuwiki textarea.edit {
307 font-family: monospace, serif;
308 /* second generic font fixes problem with font-size, see
309http://meyerweb.com/eric/thoughts/2010/02/12/fixed-monospace-sizing/ */
310 font-size: 14px;
311 color: __text__;
312 background-color: __background__;
313 border: 1px solid __border__;
314 padding: 0.3em 0 0 0.3em;
315 width: 100%;
316 line-height: 17px;
317}
318
319div.dokuwiki legend {
320 font-family: sans-serif;
321 font-weight: normal;
322 background-color: transparent;
323 text-align: left; /* needed for webkit browsers */
324}
325
326/* nice alphatransparency background except for IE <7 */
327html>body div.dokuwiki textarea.edit {
328 background: __background__ url(static/3rd/dokuwiki/inputshadow.png) repeat-x top;
329}
330
331div.dokuwiki input.edit,
332div.dokuwiki select.edit {
333 font-size: 100%;
334 border: 1px solid __border__;
335 color: __text__;
336 background-color: __background__;
337 vertical-align: middle;
338 margin: 1px;
339 padding: 0.20em 0.3em;
340 display: inline;
341 font-weight: normal;
342}
343
344/* nice alphatransparency background except for IE <7 */
345html>body div.dokuwiki input.edit,
346html>body div.dokuwiki select.edit {
347 background: __background__ url(static/3rd/dokuwiki/inputshadow.png) repeat-x top;
348}
349
350div.dokuwiki select.edit {
351 padding: 0.1em 0;
352}
353
354div.dokuwiki input.missing {
355 font-size: 100%;
356 border: 1px solid __border__;
357 color: __text__;
358 background-color: #ffcccc;
359 vertical-align: middle;
360 margin: 1px;
361 padding: 0.20em 0.3em;
362 display: inline;
363}
364
365/* disabled style - not understood by IE */
366div.dokuwiki textarea.edit[disabled],
367div.dokuwiki textarea.edit[readonly],
368div.dokuwiki input.edit[disabled],
369div.dokuwiki input.edit[readonly],
370div.dokuwiki input.button[disabled],
371div.dokuwiki select.edit[disabled] {
372 background-color: __background_neu__!important;
373 color: __text_neu__!important;
374 font-weight: normal;
375}
376
377/* edit form */
378div.dokuwiki div.toolbar,
379div.dokuwiki div#wiki__editbar {
380 margin: 2px 0;
381 text-align: left;
382}
383div.dokuwiki div#size__ctl {
384 float: right;
385 width: 60px;
386 height: 2.7em;
387}
388div.dokuwiki #size__ctl img {
389 cursor: pointer;
390}
391div.dokuwiki div#wiki__editbar div.editButtons {
392 float: left;
393 padding: 0 1.0em 0.7em 0;
394}
395div.dokuwiki div#wiki__editbar div.summary {
396 float: left;
397}
398div.dokuwiki .nowrap {
399 white-space: nowrap;
400}
401div.dokuwiki div#draft__status {
402 float: right;
403 color: __text_alt__;
404}
405
406div.dokuwiki div.license {
407 padding: 0.5em;
408 font-size: 90%;
409 text-align: center;
410}
411
412div.dokuwiki form#dw__editform div.license {
413 clear: left;
414 font-size: 90%;
415}
416
417/* buttons */
418div.dokuwiki input.button,
419div.dokuwiki button.button {
420 border: 1px solid __border__;
421 color: __text__;
422 background-color: __background__;
423 vertical-align: middle;
424 text-decoration: none;
425 font-size: 100%;
426 cursor: pointer;
427 margin: 1px;
428 padding: 0.125em 0.4em;
429 font-weight: normal;
430 line-height: 1.333em;
431 /* line-height: 1em; *//* fix MSIE 6, 7 */
432}
433div.dokuwiki button.toolbutton {
434 height: 20px;
435 width: 24px;
436 padding: 1px 3px;
437 line-height: 16px;
438 text-align: center;
439 height: 22px\9; /* fix MSIE 6, 7, 8 */
440}
441/* nice alphatransparency background except for IE <7 */
442html>body div.dokuwiki input.button,
443html>body div.dokuwiki button.button {
444 background: __background__ url(static/3rd/dokuwiki/buttonshadow.png) repeat-x bottom;
445}
446
447* html div.dokuwiki input.button,
448* html div.dokuwiki button.button {
449 height: 1.8em;
450}
451
452div.dokuwiki div.secedit input.button {
453 border: 1px solid __border__;
454 color: __text__;
455 background-color: __background__;
456 vertical-align: middle;
457 text-decoration: none;
458 margin: 0;
459 padding: 0;
460 font-size: 10px;
461 cursor: pointer;
462 float: right;
463 display: inline;
464}
465
466
467/* links */
468div.dokuwiki a:link,
469div.dokuwiki a:visited {
470 color: #436976;
471 text-decoration: none;
472}
473div.dokuwiki a:hover,
474div.dokuwiki a:active {
475 color: __text__;
476 text-decoration: underline;
477}
478
479/* external link */
480div.dokuwiki a.urlextern {
481 background: transparent url(static/3rd/monobook/external.png) center right no-repeat;
482 padding: 1px 13px 1px 0px;
483 color: #436976;
484 text-decoration: none;
485}
486div.dokuwiki a.urlextern:visited {
487 color: purple;
488}
489
490/* interwiki link */
491div.dokuwiki a.interwiki {
492 color: #436976;
493}
494div.dokuwiki a.interwiki:visited {
495 color: purple;
496}
497
498/* windows share */
499div.dokuwiki a.windows {
500 background: transparent url(static/3rd/dokuwiki/windows.gif) center left no-repeat;
501 color: #436976;
502}
503
504/* email link */
505div.dokuwiki a.mail {
506 background: transparent url(static/3rd/dokuwiki/mail_icon.gif) center left no-repeat;
507 color: #436976;
508}
509
510/* headlines */
511h1,
512h2,
513h3,
514h4,
515h5,
516h6 {
517 font-family: sans-serif;
518 background-color: inherit;
519 padding: 0;
520 clear: left; /* ideally 'both', but problems with toc */
521}
522div#content .dokuwiki h1,
523div#content .dokuwiki h2,
524div#content .dokuwiki h3,
525div#content .dokuwiki h4,
526div#content .dokuwiki h5,
527div#content .dokuwiki h6 {
528 border-bottom: 1px solid #aaa;
529 color: __text__;
530 margin: 0;
531 padding-bottom: 0.17em;
532 padding-top: 0.5em;
533}
534div#content .dokuwiki h1 a,
535div#content .dokuwiki h2 a,
536div#content .dokuwiki h3 a,
537div#content .dokuwiki h4 a,
538div#content .dokuwiki h6 a {
539 color: __text__;
540}
541div#content .dokuwiki h5 a {
542 color: __background__;
543}
544div#content .dokuwiki h1 a:hover,
545div#content .dokuwiki h2 a:hover,
546div#content .dokuwiki h3 a:hover,
547div#content .dokuwiki h4 a:hover,
548div#content .dokuwiki h5 a:hover,
549div#content .dokuwiki h6 a:hover {
550 text-decoration: none;
551}
552div#content .dokuwiki h1 {
553 font-size: 160%;
554}
555div#content .dokuwiki h1,
556div#content .dokuwiki h2 {
557 margin-bottom: 0.6em;
558 font-weight: normal;
559}
560div#content .dokuwiki h3,
561div#content .dokuwiki h4,
562div#content .dokuwiki h5,
563div#content .dokuwiki h6 {
564 font-weight: bold;
565 border-bottom: none;
566 margin-bottom: 0.3em;
567}
568div#content .dokuwiki h3 {
569 font-size: 132%;
570}
571div#content .dokuwiki h4 {
572 font-size: 116%;
573}
574div#content .dokuwiki h5 {
575 font-size: 100%;
576 color: __background__;
577}
578div#content .dokuwiki h6 {
579 font-size: 80%;
580}
581
582/* remove indent from different sections */
583div#content .dokuwiki div.level1,
584div#content .dokuwiki div.level2,
585div#content .dokuwiki div.level3,
586div#content .dokuwiki div.level4,
587div#content .dokuwiki div.level5 {
588 margin-left: 0;
589}
590
591/* lists */
592div.dokuwiki ul {
593 line-height: 1.5em;
594 padding: 0;
595 list-style-type: square;
596 list-style-image: url(static/3rd/monobook/bullet.gif) !important;
597 margin: 0.3em 0 1em 1.5em;
598 color: __text_alt__;
599}
600
601div.dokuwiki ol {
602 line-height: 1.5em;
603 padding: 0;
604 list-style-image: none;
605 margin: 0.3em 0 1em 3.2em;
606 color: __text_alt__;
607 font-weight: bold;
608}
609
610div.dokuwiki li ul,
611div.dokuwiki li ol {
612 margin: 0 0 0 1.5em; /* no bottom gap in between and smaller left margin for nested lists */
613}
614
615div.dokuwiki .li {
616 color: __text__; /* the list items overriding the ul/ol definition */
617 font-weight: normal;
618}
619
620div.dokuwiki ol { list-style-type: decimal; }
621div.dokuwiki ol ol { list-style-type: upper-roman; }
622div.dokuwiki ol ol ol { list-style-type: lower-alpha; }
623div.dokuwiki ol ol ol ol { list-style-type: lower-greek; }
624
625div.dokuwiki li.open {
626 list-style-image: url(static/3rd/dokuwiki/images/open.gif);
627}
628
629div.dokuwiki li.closed {
630 list-style-image: url(static/3rd/dokuwiki/closed.gif);
631}
632
633div#content div.dokuwiki li {
634 margin-left: 0;
635 margin-bottom: 0;
636}
637
638/* quotes */
639div#content .dokuwiki blockquote {
640 border-left: 2px solid __border__;
641 padding-left: 3px;
642 padding-right: 0;
643 margin-left: 0.2em;
644}
645
646/* preformatted stuff, source code */
647.dokuwiki dl.code dt,
648.dokuwiki dl.file dt {
649 background-color: __background_alt__;
650 border: solid __border__;
651 border-width: 1px 1px 0;
652 color: inherit;
653 display: inline;
654 padding: 0 .5em;
655 margin-left: 1em;
656}
657.dokuwiki dl.code dd,
658.dokuwiki dl.file dd {
659 margin: 0;
660}
661div#content .dokuwiki code,
662div#content .dokuwiki pre,
663div#content .dokuwiki pre.code,
664div#content .dokuwiki pre.file,
665div#content .dokuwiki samp,
666div#content .dokuwiki kbd,
667div#content .dokuwiki tt {
668 font-size: 110%;
669 line-height: 1.4em;
670 font-family: monospace;
671 background-color: #f9f9f9;
672 direction: ltr;
673 text-align: left;
674}
675div#content .dokuwiki em.u code { /* fix if background-color hides underlining */
676 text-decoration: underline;
677}
678div#content .dokuwiki pre,
679div#content .dokuwiki pre.code,
680div#content .dokuwiki pre.file {
681 line-height: 1.2em;
682 padding: 0.5em;
683 border-style: dashed;
684 overflow: scroll;
685 width: 800px;
686}
687div#content .dokuwiki dl.file,
688div#content .dokuwiki dl.file dd {
689 margin-left: 0;
690}
691div#content .dokuwiki dl.file dt,
692div#content .dokuwiki dl.code dt {
693 background-color: #f9f9f9;
694 border-bottom: 2px solid #f9f9f9;
695 border-top: 1px dashed __border__;
696 border-left: 1px dashed __border__;
697 border-right: 1px dashed __border__;
698 display: inline;
699 margin-left: 2em;
700 padding: 0.1em 1em;
701}
702div#content .dokuwiki dl.file dt a,
703div#content .dokuwiki dl.code dt a {
704 color: __text__;
705}
706div#content .dokuwiki dl.file dt a.mediafile {
707 padding-top: 1px;
708}
709
710/* "you are here" and "breadcrumbs" */
711.catlinks {
712 margin-bottom: 0.5em;
713}
714.catlinks p {
715 margin: 0.3em 0 !important;
716}
717
718/* tables */
719th,
720td {
721 border: 0;
722}
723td[align="right"],
724th[align="right"] {
725 text-align: right;
726}
727div.dokuwiki table.inline {
728 background-color: __background__;
729}
730div.dokuwiki table.inline th,
731div.dokuwiki table.inline td {
732 border: 1px solid __border__;
733}
734div.dokuwiki table.inline th {
735 background-color: __background_alt__;
736}
737div.dokuwiki table.inline tr:hover td,
738div.dokuwiki table.inline tr:hover th,
739div.dokuwiki table.inline th:hover {
740 background-color: __background_alt__;
741}
742
743/* different stuff */
744#p-cactions #ca-addsection a {
745 padding-left: .4em;
746 padding-right: .4em;
747}
748
749/* customize ajax "matching pagename" searchbox */
750#qsearch__in {
751 width: 10.9em;
752 margin: 0;
753 font-size: 95%;
754}
755#qsearch__out {
756 background-color: #f9f9f9;
757 border: 1px solid __border__;
758 display: none;
759 font-size: 80%;
760 line-height: 1.2em;
761 opacity: 0.9;
762 padding: 4px;
763 text-align: left;
764 position: absolute;
765 left: 150px;
766 z-index: 30000;
767 margin-top: -60px;
768}
769div.dokuwiki div.ajax_qsearch {
770 position: absolute;
771 width: 200px;
772 opacity: 0.9;
773 display: none;
774 font-size: 80%;
775 line-height: 1.2em;
776 border: 1px solid #8cacbb;
777 background-color: #f7f9fa;
778 text-align: left;
779 padding: 4px;
780}
781
782/* offsets to distinguish the tab groups */
783li#ca-talk {
784 margin-right: 1.6em;
785}
786li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print {
787 margin-left: 1.6em;
788}
789
790/* section edit buttons */
791.dokuwiki .secedit {
792 margin-top: 0;
793}
794div.secedit input.button{
795 border: 0 none !important;
796 text-transform: lowercase;
797 color: blue !important;
798 background: none 0 !important;
799 vertical-align: middle;
800 text-decoration: none;
801 margin: 0px;
802 padding: 0px;
803 font-size: 10px;
804 cursor: pointer;
805 height: 15px !important;
806 max-height: 15px !important;
807 min-height: 15px !important;
808 float:right;
809}
810div.secedit2 {
811 text-align: right;
812}
813div.secedit2 a {
814 border: 0px;
815 text-transform: lowercase;
816 color: blue;
817 background-color: transparent;
818 vertical-align: middle;
819 text-decoration: none;
820 font-size: 10px;
821 cursor: pointer;
822}
823
824/* personal tools */
825div#column-one #p-personal.portlet .pBody ul {
826 background: transparent none 0 0;
827 line-height: 1.4em !important;
828 list-style-image: none !important;
829 list-style-position: outside;
830 list-style-type: none !important;
831 margin: 0 !important;
832 padding: 0 2em 0 3em !important;
833 text-align: right;
834}
835
836/* footnotes */
837div.dokuwiki div.fn {
838 font-size: 90%;
839}
840
841/* link to footnote inside the text */
842.dokuwiki sup a.fn_top {
843 color: #436976;
844}
845
846/* link to text from footnote */
847.dokuwiki sup a.fn_bot {
848 color: #436976;
849}
850
851/* insitu-footnotes */
852div.insitu-footnote {
853 font-size: 100% !important;
854 padding: 4px 7px;
855 z-index: 3 !important; /* z-index needed, otherwise the footnotes will be rendered below
856 the main content area of monobook */
857}
858
859/* Toolbar */
860button.toolbutton {
861 background-color: __background__;
862 padding: 0px;
863 margin: 0 1px 0 0;
864 border: 1px solid __border__;
865 cursor: pointer;
866}
867
868/* nice alphatransparency background except for IE <7 */
869html>body button.toolbutton {
870 background: __background__ url(static/3rd/dokuwiki/buttonshadow.png) repeat-x bottom;
871}
872
873div.picker {
874 width: 250px;
875 border: 1px solid __border__;
876 background-color: __background_alt__;
877 font-size: 11px;
878 line-height: 13px;
879}
880
881div.pk_hl {
882 width: 125px;
883}
884
885button.pickerbutton {
886 padding: 0px;
887 margin: 0 1px 1px 0;
888 border: 0;
889 background-color: transparent;
890 font-size: 80%;
891 cursor: pointer;
892}
893
894/* gallery plugin compatibilty */
895div.dokuwiki .gallery table,
896div.dokuwiki .gallery td {
897 border: 0 none;
898}
899
900/* bureaucracy plugin compatibilty */
901div.dokuwiki form.bureaucracy__plugin fieldset {
902 text-align: center;
903}
904div.dokuwiki form.bureaucracy__plugin label {
905 width: 95% !important;
906 margin-left: auto;
907 margin-right: auto;
908}
909div.dokuwiki form.bureaucracy__plugin label span,
910div.dokuwiki form.bureaucracy__plugin input.edit,
911div.dokuwiki form.bureaucracy__plugin textarea.edit,
912div.dokuwiki form.bureaucracy__plugin fieldset textarea.edit {
913 text-align: left;
914 margin: auto 5px;
915 float: none !important;
916 width: 97% !important;
917 min-width: 97% !important;
918 max-width: 97% !important;
919}
920
921
922/* --------------- sidebar --------------- */
923div#column-one .portlet .pBody ul {
924 font-size: 95%;
925 line-height: 1.5em;
926 list-style-image: url(static/3rd/monobook/bullet.gif);
927 list-style-type: square;
928 margin: 0.3em 0 0 1.5em;
929 padding: 0;
930}
931div#column-one .portlet .pBody a {
932 background: transparent none no-repeat scroll 0 0;
933 color: #002bb8;
934 text-decoration: none;
935 border-bottom: 0 none !important;
936}
937div#column-one .portlet .pBody a:visited {
938 color: #002bb8;
939}
940div#column-one .portlet .pBody a:hover {
941 text-decoration: underline !important;
942}
943/* translation plugin by Anreas Gohr */
944div#column-one .pBody .dokuwiki .plugin_translation span {
945 display: none;
946}
947div#column-one .pBody .dokuwiki .plugin_translation {
948 padding-right: 0 !important;
949 text-align: left;
950}
951div#column-one .pBody .dokuwiki .plugin_translation,
952div#column-one .pBody .dokuwiki .plugin_translation ul,
953div#column-one .pBody .dokuwiki .plugin_translation li {
954 float: none;
955 margin: 0;
956 padding-right: 0;
957 line-height: 1.5em;
958 font-size: 100%;
959}
960div#column-one .pBody .dokuwiki .plugin_translation ul {
961 list-style-image: url(static/3rd/monobook/bullet.gif);
962 list-style-type: square !important;
963 margin: 0.3em 0 0 1.5em;
964 padding: 0;
965}
966div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink1:link,
967div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink1:hover,
968div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink1:active,
969div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink1:visited,
970div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink2:link,
971div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink2:hover,
972div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink2:active,
973div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink2:visited {
974 background-color: transparent;
975 margin: 0;
976 padding: 0;
977}
978div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink1:before,
979div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink2:before {
980 content: attr(title) " (";
981}
982div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink1:after,
983div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink2:after {
984 content: ") ";
985}
986div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink1 {
987 color: __existing__ !important;
988}
989div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink2 {
990 color: __missing__ !important;
991}
992div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink1:hover {
993 text-decoration: underline;
994}
995div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink2:hover {
996 text-decoration: underline !important;
997}
998div#column-one .pBody .dokuwiki .plugin_translation select {
999 width: 90%;
1000 margin: auto !important;
1001 text-align: left;
1002}
1003div#column-one .pBody .dokuwiki .plugin_translation option,
1004div#column-one .pBody .dokuwiki .plugin_translation option.wikilink1,
1005div#column-one .pBody .dokuwiki .plugin_translation option.wikilink2 {
1006 padding: auto 5px !important;
1007 text-align: left;
1008}
1009
1010
1011/* --------------- Table of contents (TOC) --------------- */
1012div.dokuwiki div.toc {
1013 margin: 1.2em 0 0 2em;
1014 float: right;
1015 width: 200px;
1016 font-size: 80%;
1017 clear: both;
1018}
1019
1020div.dokuwiki div.tocheader {
1021 border: 1px solid __border__;
1022 background-color: __background_alt__;
1023 text-align: left;
1024 font-weight: bold;
1025 padding: 3px;
1026 margin-bottom: 2px;
1027}
1028
1029div.dokuwiki span.toc_open,
1030div.dokuwiki span.toc_close {
1031 border: 0.4em solid __background_alt__;
1032 float: right;
1033 display: block;
1034 margin: 0.4em 3px 0 0;
1035}
1036
1037div.dokuwiki span.toc_open span,
1038div.dokuwiki span.toc_close span {
1039 display: none;
1040}
1041
1042div.dokuwiki span.toc_open {
1043 margin-top: 0.4em;
1044 border-top: 0.4em solid __text__;
1045}
1046
1047div.dokuwiki span.toc_close {
1048 margin-top: 0;
1049 border-bottom: 0.4em solid __text__;
1050}
1051
1052div.dokuwiki #toc__inside {
1053 border: 1px solid __border__;
1054 background-color: __background__;
1055 text-align: left;
1056 padding: 0.5em 0 0.7em 0;
1057}
1058
1059div.dokuwiki ul.toc {
1060 list-style-type: none;
1061 list-style-image: none;
1062 line-height: 1.2em;
1063 padding: 0 !important;
1064 margin: 0.3em 0 0 1.5em !important;
1065}
1066
1067div.dokuwiki ul.toc li {
1068 list-style-image: none;
1069 list-style-type: none;
1070 background: transparent url(static/3rd/dokuwiki/tocdot2.gif) 0 0.6em no-repeat;
1071 padding-left: 0.4em !important;
1072 margin-bottom: 0.1em !important;
1073}
1074
1075div.dokuwiki ul.toc li.clear {
1076 background-image: none;
1077 padding-left: 0.4em;
1078}
1079
1080div.dokuwiki a.toc:link,
1081div.dokuwiki a.toc:visited {
1082 color: #436976;
1083}
1084
1085div.dokuwiki a.toc:hover,
1086div.dokuwiki a.toc:active {
1087 color: __text__;
1088}
1089
1090
1091/* --------------- admin menu --------------- */
1092/* "remember me" checkbox, login */
1093div.dokuwiki form#dw__login label.simple {
1094 text-align: center;
1095 padding-bottom: 0.4em;
1096}
1097/* main menu */
1098.dokuwiki ul.admin_tasks li {
1099 background: transparent none no-repeat scroll 0 0;
1100 list-style-type: none;
1101 list-style-image: none;
1102 margin-bottom: 1em !important;
1103}
1104.dokuwiki ul.admin_tasks li a {
1105 font-weight: bold;
1106}
1107.picker {
1108 z-index: 3; /* z-index needed, otherwise the pull-down menus will be rendered
1109 below the main content area of monobook */
1110}
1111/* acl tree */
1112#acl__tree li {
1113 list-style-image: none;
1114 list-style-type: none;
1115}
1116
1117
1118/* --------------- media manager popup --------------- */
1119html.popup {
1120 background-color: #fff;
1121}
1122html.popup body {
1123 font: 13px/17px sans-serif;
1124 background-image: none;
1125 background-color: #fff;
1126}
1127html.popup #media__manager {
1128 min-height: 465px;
1129}
1130* html.popup #media__manager {
1131 height: 465px; /* fix MSIE 6 */
1132}
1133html.popup #media__manager h1,
1134html.popup #media__manager h2,
1135html.popup #media__popup h1,
1136html.popup #media__popup h2 {
1137 font-size: 1em !important;
1138 line-height: 1em !important;
1139 font-weight: bold !important;
1140}
1141html.popup #media__opts {
1142 padding-left: 1em;
1143 margin-bottom: 0.5em;
1144}
1145html.popup #media__opts input {
1146 float: left;
1147 display: block;
1148 margin-top: 4px;
1149 position: absolute;
1150}
1151*+html.popup #media__opts input,
1152* html.popup #media__opts input {
1153 position: static;
1154}
1155html.popup #media__opts label {
1156 display: block;
1157 float: left;
1158 margin-left: 20px;
1159 margin-bottom: 4px;
1160}
1161*+html.popup #media__opts label,
1162* html.popup #media__opts label {
1163 margin-left: 10px;
1164}
1165html.popup #media__opts br {
1166 clear: left;
1167}
1168
1169
1170/* --------------- media manager page --------------- */
1171#mediamanager__page h2,
1172#mediamanager__page h3 {
1173 font-size: 1em !important;
1174 line-height: 1.5em !important;
1175 font-weight: normal !important;
1176 padding: 3px 10px !important;
1177}
1178#mediamanager__page div.namespaces h2 {
1179 margin-bottom: 0;
1180 border-bottom: 0;
1181}
1182#mediamanager__page div.namespaces div.panelHeader {
1183 padding-top: 11px;
1184}
1185#mediamanager__page h3,
1186#mediamanager__page ul.tabs li {
1187 margin: 0 !important;
1188 padding: 0 !important;
1189}
1190#mediamanager__page .panelHeader ul {
1191 list-style-image: none !important;
1192}
1193#mediamanager__page .panelHeader ul .ui-buttonset {
1194 font-size: 12px;
1195}
1196#mediamanager__page .panelHeader ul li.ui-buttonset {
1197 background-position: 3px 0;
1198 padding-bottom: 3px;
1199}
1200#mediamanager__page .panelHeader div.no input.button {
1201 padding: 1px;
1202 line-height: 1em;
1203}
1204
1205
1206/* --------------- link wizard --------------- */
1207#link__wiz {
1208 text-align: center;
1209}
1210#link__wiz_result div.even {
1211 background-color: #f5f5f5;
1212}
1213
1214
1215/* --------------- footer --------------- */
1216/* default copyright notice layout */
1217div#footer li#copyright .license {
1218 font-size: 100%;
1219 padding: 0;
1220}
1221div#footer li#copyright .license a.urlextern {
1222 margin-left: 0.4em;
1223}
1224
1225
1226/* --------------- search result formating --------------- */
1227div.dokuwiki .search_result {
1228 margin-bottom: 6px;
1229 padding: 0 10px 0 30px;
1230}
1231
1232div.dokuwiki .search_snippet {
1233 font-size: 12px;
1234 margin-left: 20px;
1235}
1236
1237div.dokuwiki .search_sep {
1238 color: __text__;
1239}
1240
1241div.dokuwiki .search_hit {
1242 color: __text__;
1243 background-color: __highlight__;
1244}
1245div.dokuwiki strong.search_hit {
1246 font-weight: normal;
1247}
1248
1249div.dokuwiki div.search_quickresult {
1250 margin: 0 0 15px 30px;
1251 padding: 0 10px 10px 0;
1252 border-bottom: 1px dashed __border__;
1253}
1254div.dokuwiki div.search_quickresult h3 {
1255 margin: 0 0 1.0em 0;
1256 font-size: 1em;
1257 font-weight: bold;
1258}
1259
1260div.dokuwiki ul.search_quickhits {
1261 margin: 0 0 0.5em 1.0em;
1262}
1263
1264div.dokuwiki ul.search_quickhits li {
1265 margin: 0 1.0em 0 1.0em;
1266 float: left;
1267 width: 30%;
1268}
1269
1270div.dokuwiki .section_highlight {
1271 background-color: __background_alt__ !important;
1272}
1273
1274
1275/* --------------- JS popup ----------------- */
1276.JSpopup {
1277 background-color: __background__;
1278 color: __text__;
1279 border: 1px solid __border__;
1280 line-height: 1.2;
1281 padding: 0 .2em;
1282}
1283.JSpopup ul,
1284.JSpopup ol {
1285 padding-left: 0;
1286}
1287
1288
1289/* --------------- diff view ----------------- */
1290.dokuwiki table.diff td {
1291 font-size: 12px;
1292 line-height: 17px;
1293}
1294.dokuwiki table.diff th {
1295 font-size: 12px;
1296}
1297.dokuwiki table.diff td.diff-addedline,
1298.dokuwiki table.diff td.diff-deletedline,
1299.dokuwiki table.diff td.diff-context {
1300 padding-left: 2px;
1301 padding-right: 2px;
1302}
1303
1304
1305/******************************************************************************
1306 ********************* Browser Hacks and corrections **************************
1307 ******************************************************************************/
1308/* MSIE 7: renders the anchor in headlines in two lines?! */
1309*:first-child+html div#content .dokuwiki h1 a,
1310*:first-child+html div#content .dokuwiki h2 a,
1311*:first-child+html div#content .dokuwiki h3 a {
1312 display: inline-block;
1313}
1314*:first-child+html div#content .dokuwiki h1 a {
1315 padding-bottom: 2px;
1316}
1317*:first-child+html div#content .dokuwiki h2 a,
1318*:first-child+html div#content .dokuwiki h3 a {
1319 padding-bottom: 1px;
1320}
1321/* MSIE 7: media manager */
1322*:first-child+html #mediamanager__page .panelContent li {
1323 list-style: none !important;
1324 list-style-image: none !important;
1325}
1326*:first-child+html #mediamanager__page .panelContent ul.thumbs dl {
1327 margin-left: 0;
1328}
1329/* MSIE: fix textarea in admin menu (incl. jumping bug MSIE8) */
1330textarea,
1331.dokuwiki #dw__editform textarea.edit {
1332 /* fix scrollbar flickers in IE8 standards mode, see
1333 http://j.mp/bHExde and http://j.mp/ad7Abj for details */
1334 width: 450px\9;
1335 max-width: 100%\9;
1336 min-width: 100%\9;
1337 /* overwrite original monobook with fixes for IE6/7 */
1338 /*width: 100% !important;*/
1339 border: auto;
1340}
1341/* admin menu icons: MSIE 6/7 */
1342.dokuwiki ul.admin_tasks li div.li {
1343 /*font-weight: bold;*/
1344 /*border-left: 1px dashed __background__;*/ /* invisible border triggers IE to render the stuff */
1345}
1346
1347div.tab {
1348 margin-top:-1px;
1349}
Note: See TracBrowser for help on using the repository browser.