source: documentation/trunk/packages/templates/greenstone-monobook/static/3rd/monobook/main.css.bak@ 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: 23.4 KB
Line 
1/* ATTENTION: This file was edited for the "monobook template for DokuWiki".
2 - All url() rules where changed.
3 - "#catlinks" was replaced with ".catlinks"
4 See README for details. */
5
6
7/*
8** MediaWiki 'monobook' style sheet for CSS2-capable browsers.
9** Copyright Gabriel Wicke - http://wikidev.net/
10** License: GPL (http://www.gnu.org/copyleft/gpl.html)
11**
12** Loosely based on http://www.positioniseverything.net/ordered-floats.html by Big John
13** and the Plone 2.0 styles, see http://plone.org/ (Alexander Limi,Joe Geldart & Tom Croucher,
14** Michael Zeltner and Geir BÊkholt)
15** All you guys rock :)
16*/
17
18#column-content {
19 width: 100%;
20 float: right;
21 margin: 0 0 .6em -12.2em;
22 padding: 0;
23}
24#content {
25 margin: 2.8em 0 0 12.2em;
26 padding: 0 1em 1.5em 1em;
27 background: white;
28 color: black;
29 border: 1px solid #aaa;
30 border-right: none;
31 line-height: 1.5em;
32 position: relative;
33 z-index: 2;
34}
35#column-one {
36 padding-top: 160px;
37}
38/* the left column width is specified in class .portlet */
39
40/* Font size:
41** We take advantage of keyword scaling- browsers won't go below 9px
42** More at http://www.w3.org/2003/07/30-font-size
43** http://style.cleverchimp.com/font_size_intervals/altintervals.html
44*/
45
46body {
47 font: x-small sans-serif;
48 background: #f9f9f9 url(static/3rd/monobook/headbg.jpg) 0 0 no-repeat;
49 color: black;
50 margin: 0;
51 padding: 0;
52}
53
54/* scale back up to a sane default */
55#globalWrapper {
56 font-size: 127%;
57 padding: 0;
58}
59.visualClear {
60 clear: both;
61}
62
63/* general styles */
64
65table {
66 background: white;
67 font-size: 100%;
68 color: black;
69}
70a {
71 text-decoration: none;
72 color: #002bb8;
73 background: none no-repeat;
74}
75a:visited {
76 color: #5a3696;
77}
78a:active {
79 color: #faa700;
80}
81a:hover {
82 text-decoration: underline;
83}
84a.stub {
85 color: #772233;
86}
87a.new, #p-personal a.new {
88 color: #ba0000;
89}
90a.new:visited, #p-personal a.new:visited {
91 color: #a55858;
92}
93
94img {
95 border: none;
96 vertical-align: middle;
97}
98p {
99 margin: .4em 0 .5em 0;
100 line-height: 1.5em;
101}
102p img {
103 margin: 0;
104}
105
106hr {
107 height: 1px;
108 color: #aaa;
109 background-color: #aaa;
110 border: 0;
111 margin: .2em 0 .2em 0;
112}
113
114h1, h2, h3, h4, h5, h6 {
115 color: black;
116 background: none;
117 font-weight: normal;
118 margin: 0;
119 padding-top: .5em;
120 padding-bottom: .17em;
121 border-bottom: 1px solid #aaa;
122}
123h1 { font-size: 188%; }
124h2 { font-size: 150%; }
125h3, h4, h5, h6 {
126 border-bottom: none;
127 font-weight: bold;
128}
129h3 { font-size: 132%; }
130h4 { font-size: 116%; }
131h5 { font-size: 100%; }
132h6 { font-size: 80%; }
133
134ul {
135 line-height: 1.5em;
136 list-style-type: square;
137 margin: .3em 0 0 1.5em;
138 padding: 0;
139 list-style-image: url(static/3rd/monobook/bullet.gif);
140}
141ol {
142 line-height: 1.5em;
143 margin: .3em 0 0 3.2em;
144 padding: 0;
145 list-style-image: none;
146}
147li {
148 margin-bottom: .1em;
149}
150dt {
151 font-weight: bold;
152 margin-bottom: .1em;
153}
154dl {
155 margin-top: .2em;
156 margin-bottom: .5em;
157}
158dd {
159 line-height: 1.5em;
160 margin-left: 2em;
161 margin-bottom: .1em;
162}
163
164fieldset {
165 border: 1px solid #2f6fab;
166 margin: 1em 0 1em 0;
167 padding: 0 1em 1em;
168 line-height: 1.5em;
169}
170legend {
171 background: white;
172 padding: .5em;
173 font-size: 95%;
174}
175form {
176 border: none;
177 margin: 0;
178}
179
180textarea {
181 width: 100%;
182 padding: .1em;
183}
184
185input.historysubmit {
186 padding: 0 .3em .3em .3em !important;
187 font-size: 94%;
188 cursor: pointer;
189 height: 1.7em !important;
190 margin-left: 1.6em;
191}
192select {
193 vertical-align: top;
194}
195abbr, acronym, .explain {
196 border-bottom: 1px dotted black;
197 color: black;
198 background: none;
199 cursor: help;
200}
201q {
202 font-family: Times, "Times New Roman", serif;
203 font-style: italic;
204}
205/* disabled for now
206blockquote {
207 font-family: Times, "Times New Roman", serif;
208 font-style: italic;
209}*/
210code {
211 background-color: #f9f9f9;
212}
213pre {
214 padding: 1em;
215 border: 1px dashed #2f6fab;
216 color: black;
217 background-color: #f9f9f9;
218 line-height: 1.1em;
219}
220
221/*
222** the main content area
223*/
224
225#siteSub {
226 display: none;
227}
228
229#jump-to-nav {
230 display: none;
231}
232
233#contentSub, #contentSub2 {
234 font-size: 84%;
235 line-height: 1.2em;
236 margin: 0 0 1.4em 1em;
237 color: #7d7d7d;
238 width: auto;
239}
240span.subpages {
241 display: block;
242}
243
244/* Some space under the headers in the content area */
245#bodyContent h1, #bodyContent h2 {
246 margin-bottom: .6em;
247}
248#bodyContent h3, #bodyContent h4, #bodyContent h5 {
249 margin-bottom: .3em;
250}
251.firstHeading {
252 margin-bottom: .1em;
253}
254
255/* user notification thing */
256.usermessage {
257 background-color: #ffce7b;
258 border: 1px solid #ffa500;
259 color: black;
260 font-weight: bold;
261 margin: 2em 0 1em;
262 padding: .5em 1em;
263 vertical-align: middle;
264}
265#siteNotice {
266 text-align: center;
267 font-size: 95%;
268 padding: 0 .9em;
269}
270#siteNotice p {
271 margin: 0;
272 padding: 0;
273}
274.error {
275 color: red;
276 font-size: larger;
277}
278.errorbox, .successbox {
279 font-size: larger;
280 border: 2px solid;
281 padding: .5em 1em;
282 float: left;
283 margin-bottom: 2em;
284 color: #000;
285}
286.errorbox {
287 border-color: red;
288 background-color: #fff2f2;
289}
290.successbox {
291 border-color: green;
292 background-color: #dfd;
293}
294.errorbox h2, .successbox h2 {
295 font-size: 1em;
296 font-weight: bold;
297 display: inline;
298 margin: 0 .5em 0 0;
299 border: none;
300}
301
302.catlinks {
303 border: 1px solid #aaa;
304 background-color: #f9f9f9;
305 padding: 5px;
306 margin-top: 1em;
307 clear: both;
308}
309/* currently unused, intended to be used by a metadata box
310in the bottom-right corner of the content area */
311.documentDescription {
312 /* The summary text describing the document */
313 font-weight: bold;
314 display: block;
315 margin: 1em 0;
316 line-height: 1.5em;
317}
318.documentByLine {
319 text-align: right;
320 font-size: 90%;
321 clear: both;
322 font-weight: normal;
323 color: #76797c;
324}
325
326/* emulate center */
327.center {
328 width: 100%;
329 text-align: center;
330}
331*.center * {
332 margin-left: auto;
333 margin-right: auto;
334}
335/* small for tables and similar */
336.small, .small * {
337 font-size: 94%;
338}
339table.small {
340 font-size: 100%;
341}
342
343/*
344** content styles
345*/
346
347/*
348#toc,
349.toc,
350.mw-warning {
351 border: 1px solid #aaa;
352 background-color: #f9f9f9;
353 padding: 5px;
354 font-size: 95%;
355}
356#toc h2,
357.toc h2 {
358 display: inline;
359 border: none;
360 padding: 0;
361 font-size: 100%;
362 font-weight: bold;
363}
364#toc #toctitle,
365.toc #toctitle,
366#toc .toctitle,
367.toc .toctitle {
368 text-align: center;
369}
370#toc ul,
371.toc ul {
372 list-style-type: none;
373 list-style-image: none;
374 margin-left: 0;
375 padding-left: 0;
376 text-align: left;
377}
378#toc ul ul,
379.toc ul ul {
380 margin: 0 0 0 2em;
381}
382#toc .toctoggle,
383.toc .toctoggle {
384 font-size: 94%;
385}
386*/
387
388.mw-warning {
389 margin-left: 50px;
390 margin-right: 50px;
391 text-align: center;
392}
393
394/* images */
395div.floatright, table.floatright {
396 clear: right;
397 float: right;
398 position: relative;
399 margin: 0 0 .5em .5em;
400 border: 0;
401/*
402 border: .5em solid white;
403 border-width: .5em 0 .8em 1.4em;
404*/
405}
406div.floatright p { font-style: italic; }
407div.floatleft, table.floatleft {
408 float: left;
409 position: relative;
410 margin: 0 .5em .5em 0;
411 border: 0;
412/*
413 margin: .3em .5em .5em 0;
414 border: .5em solid white;
415 border-width: .5em 1.4em .8em 0;
416*/
417}
418div.floatleft p { font-style: italic; }
419/* thumbnails */
420div.thumb {
421 margin-bottom: .5em;
422 border-style: solid;
423 border-color: white;
424 width: auto;
425}
426div.thumb div {
427 border: 1px solid #ccc;
428 padding: 3px !important;
429 background-color: #f9f9f9;
430 font-size: 94%;
431 text-align: center;
432 overflow: hidden;
433}
434div.thumb div a img {
435 border: 1px solid #ccc;
436}
437div.thumb div div.thumbcaption {
438 border: none;
439 text-align: left;
440 line-height: 1.4em;
441 padding: .3em 0 .1em 0;
442}
443div.magnify {
444 float: right;
445 border: none !important;
446 background: none !important;
447}
448div.magnify a, div.magnify img {
449 display: block;
450 border: none !important;
451 background: none !important;
452}
453div.tright {
454 clear: right;
455 float: right;
456 border-width: .5em 0 .8em 1.4em;
457}
458div.tleft {
459 float: left;
460 margin-right: .5em;
461 border-width: .5em 1.4em .8em 0;
462}
463
464.hiddenStructure {
465 display: none;
466 speak: none;
467}
468img.tex {
469 vertical-align: middle;
470}
471span.texhtml {
472 font-family: serif;
473}
474
475/*
476** classes for special content elements like town boxes
477** intended to be referenced directly from the wiki src
478*/
479
480/*
481** User styles
482*/
483/* table standards */
484table.rimage {
485 float: right;
486 position: relative;
487 margin-left: 1em;
488 margin-bottom: 1em;
489 text-align: center;
490}
491.toccolours {
492 border: 1px solid #aaa;
493 background-color: #f9f9f9;
494 padding: 5px;
495 font-size: 95%;
496}
497div.townBox {
498 position: relative;
499 float: right;
500 background: white;
501 margin-left: 1em;
502 border: 1px solid gray;
503 padding: .3em;
504 width: 200px;
505 overflow: hidden;
506 clear: right;
507}
508div.townBox dl {
509 padding: 0;
510 margin: 0 0 .3em;
511 font-size: 96%;
512}
513div.townBox dl dt {
514 background: none;
515 margin: .4em 0 0;
516}
517div.townBox dl dd {
518 margin: .1em 0 0 1.1em;
519 background-color: #f3f3f3;
520}
521
522/*
523** edit views etc
524*/
525.special li {
526 line-height: 1.4em;
527 margin: 0;
528 padding: 0;
529}
530
531/* Page history styling */
532/* the auto-generated edit comments */
533.autocomment {
534 color: gray;
535}
536#pagehistory span.user {
537 margin-left: 1.4em;
538 margin-right: .4em;
539}
540#pagehistory span.minor {
541 font-weight: bold;
542}
543#pagehistory li {
544 border: 1px solid white;
545}
546#pagehistory li.selected {
547 background-color: #f9f9f9;
548 border: 1px dashed #aaa;
549}
550
551/*
552** Diff rendering
553*/
554table.diff, td.diff-otitle, td.diff-ntitle {
555 background-color: white;
556}
557td.diff-addedline {
558 background: #cfc;
559 font-size: smaller;
560}
561td.diff-deletedline {
562 background: #ffa;
563 font-size: smaller;
564}
565td.diff-context {
566 background: #eee;
567 font-size: smaller;
568}
569span.diffchange {
570 color: red;
571 font-weight: bold;
572}
573
574/*
575** keep the whitespace in front of the ^=, hides rule from konqueror
576** this is css3, the validator doesn't like it when validating as css2
577*/
578/*
579#bodyContent a.external,
580#bodyContent a[href ^="gopher://"] {
581 background: url(static/3rd/monobook/external.png) center right no-repeat;
582 padding-right: 13px;
583}
584#bodyContent a[href ^="https://"],
585.link-https {
586 background: url(static/3rd/monobook/lock_icon.gif) center right no-repeat;
587 padding-right: 16px;
588}
589#bodyContent a[href ^="mailto:"],
590.link-mailto {
591 background: url(static/3rd/monobook/mail_icon.gif) center right no-repeat;
592 padding-right: 18px;
593}
594#bodyContent a[href ^="news://"] {
595 background: url(static/3rd/monobook/news_icon.png) center right no-repeat;
596 padding-right: 18px;
597}
598#bodyContent a[href ^="ftp://"],
599.link-ftp {
600 background: url(static/3rd/monobook/file_icon.gif) center right no-repeat;
601 padding-right: 18px;
602}
603#bodyContent a[href ^="irc://"],
604.link-irc {
605 background: url(static/3rd/monobook/discussionitem_icon.gif) center right no-repeat;
606 padding-right: 18px;
607}
608*/
609/* disable interwiki styling */
610#bodyContent a.extiw,
611#bodyContent a.extiw:active {
612 color: #36b;
613 background: none;
614 padding: 0;
615}
616#bodyContent a.external {
617 color: #36b;
618}
619
620/* this can be used in the content area to switch off
621special external link styling */
622/*
623#bodyContent .plainlinks a {
624 background: none !important;
625 padding: 0 !important;
626}
627*/
628
629/*
630** Structural Elements
631*/
632
633/*
634** general portlet styles (elements in the quickbar)
635*/
636.portlet {
637 border: none;
638 margin: 0 0 .5em;
639 padding: 0;
640 float: none;
641 width: 11.6em;
642 overflow: hidden;
643}
644.portlet h4 {
645 font-size: 95%;
646 font-weight: normal;
647 white-space: nowrap;
648}
649.portlet h5 {
650 background: transparent;
651 padding: 0 1em 0 .5em;
652 display: inline;
653 height: 1em;
654 text-transform: lowercase;
655 font-size: 91%;
656 font-weight: normal;
657 white-space: nowrap;
658}
659.portlet h6 {
660 background: #ffae2e;
661 border: 1px solid #2f6fab;
662 border-style: solid solid none solid;
663 padding: 0 1em 0 1em;
664 text-transform: lowercase;
665 display: block;
666 font-size: 1em;
667 height: 1.2em;
668 font-weight: normal;
669 white-space: nowrap;
670}
671.pBody {
672 font-size: 95%;
673 background-color: white;
674 color: black;
675 border-collapse: collapse;
676 border: 1px solid #aaa;
677 padding: 0 .8em .3em .5em;
678}
679.portlet h1,
680.portlet h2,
681.portlet h3,
682.portlet h4 {
683 margin: 0;
684 padding: 0;
685}
686.portlet ul {
687 line-height: 1.5em;
688 list-style-type: square;
689 list-style-image: url(static/3rd/monobook/bullet.gif);
690 font-size: 95%;
691}
692.portlet li {
693 padding: 0;
694 margin: 0;
695}
696
697/*
698** Logo properties
699*/
700
701#p-logo {
702 z-index: 3;
703 position: absolute; /*needed to use z-index */
704 top: 0;
705 left: 0;
706 height: 155px;
707 width: 12em;
708 overflow: visible;
709}
710#p-logo h5 {
711 display: none;
712}
713#p-logo a,
714#p-logo a:hover {
715 display: block;
716 height: 155px;
717 width: 12.2em;
718 background-repeat: no-repeat;
719 background-position: 35% 50% !important;
720 text-decoration: none;
721}
722
723/*
724** the navigation portlet
725*/
726
727#p-navigation {
728 position: relative;
729 z-index: 3;
730}
731
732#p-navigation .pBody {
733 padding-right: 0;
734}
735
736#p-navigation a {
737 display: block;
738}
739
740#p-navigation li.active a, #p-navigation li.active a:hover {
741 text-decoration: none;
742 display: inline;
743 font-weight: bold;
744}
745
746
747/*
748** Search portlet
749*/
750#p-search {
751 position: relative;
752 z-index: 3;
753}
754input.searchButton {
755 margin-top: 1px;
756 font-size: 95%;
757}
758#searchGoButton {
759 padding-left: .5em;
760 padding-right: .5em;
761 font-weight: bold;
762}
763#searchInput {
764 width: 10.9em;
765 margin: 0;
766 font-size: 95%;
767}
768#p-search .pBody {
769 padding: .5em .4em .4em .4em;
770 text-align: center;
771}
772
773/*
774** the personal toolbar
775*/
776
777#p-personal {
778 width: 100%;
779 white-space: nowrap;
780 padding: 0;
781 margin: 0;
782 position: absolute;
783 left: 0;
784 top: 0;
785 z-index: 0;
786 border: none;
787 background: none;
788 overflow: visible;
789 line-height: 1.2em;
790}
791
792#p-personal h5 {
793 display: none;
794}
795#p-personal .portlet,
796#p-personal .pBody {
797 padding: 0;
798 margin: 0;
799 border: none;
800 z-index: 0;
801 overflow: visible;
802 background: none;
803}
804/* this is the ul contained in the portlet */
805#p-personal ul {
806 border: none;
807 line-height: 1.4em;
808 color: #2f6fab;
809 padding: 0 2em 0 3em;
810 margin: 0;
811 text-align: right;
812 text-transform: lowercase;
813 list-style: none;
814 z-index: 0;
815 background: none;
816 cursor: default;
817}
818#p-personal li {
819 z-index: 0;
820 border: none;
821 padding: 0;
822 display: inline;
823 color: #2f6fab;
824 margin-left: 1em;
825 line-height: 1.2em;
826 background: none;
827}
828#p-personal li.active {
829 font-weight: bold;
830}
831#p-personal li a {
832 text-decoration: none;
833 color: #005896;
834 padding-bottom: .2em;
835 background: none;
836}
837#p-personal li a:hover {
838 background-color: white;
839 padding-bottom: .2em;
840 text-decoration: none;
841}
842#p-personal li.active a:hover {
843 background-color: transparent;
844}
845/* the icon in front of the user name, single quotes
846in bg url to hide it from iemac */
847li#pt-userpage,
848li#pt-anonuserpage,
849li#pt-login {
850 background: url(static/3rd/monobook/user.gif) top left no-repeat;
851 padding-left: 20px;
852 text-transform: none;
853}
854
855/*
856** the page-related actions- page/talk, edit etc
857*/
858#p-cactions {
859 position: absolute;
860 top: 1.3em;
861 left: 11.5em;
862 margin: 0;
863 white-space: nowrap;
864 line-height: 1.1em;
865 overflow: visible;
866 background: none;
867 border-collapse: collapse;
868 padding-left: 154px;
869 margin: 0 auto;
870 list-style: none;
871 font-size: 95%;
872 font-weight: normal;
873}
874#p-cactions .hiddenStructure {
875 display: none;
876}
877#p-cactions ul {
878 list-style: none;
879}
880#p-cactions li {
881 display: inline;
882 border: 1px solid #aaa;
883 border-bottom: none;
884 padding: 0 0 .1em 0;
885 margin: 0 .3em 0 0;
886 overflow: visible;
887 background: white;
888}
889#p-cactions li.selected {
890 border-color: #fabd23;
891 padding: 0 0 .2em 0;
892 font-weight: bold;
893}
894#p-cactions li a {
895 background-color: #fbfbfb;
896 color: #002bb8;
897 border: none;
898 padding: 0 .8em .3em;
899 text-decoration: none;
900 text-transform: lowercase;
901 position: relative;
902 z-index: 0;
903 margin: 0;
904}
905#p-cactions li.selected a {
906 z-index: 3;
907 background-color: #fff;
908 padding: 0 1em .2em!important;
909}
910#p-cactions .new a {
911 color: #ba0000;
912}
913#p-cactions li a:hover {
914 z-index: 3;
915 text-decoration: none;
916 background-color: #fff;
917}
918#p-cactions h5 {
919 display: none;
920}
921#p-cactions li.istalk {
922 margin-right: 0;
923}
924#p-cactions li.istalk a {
925 padding-right: .5em;
926}
927#p-cactions #ca-addsection a {
928 padding-left: .4em;
929 padding-right: .4em;
930}
931/* offsets to distinguish the tab groups */
932li#ca-talk {
933 margin-right: 1.6em;
934}
935li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print {
936 margin-left: 1.6em;
937}
938
939/*
940** the remaining portlets
941*/
942#p-tbx,
943#p-lang {
944 position: relative;
945 z-index: 3;
946}
947
948/* TODO: #t-iscite is only used by the Cite extension, come up with some
949 * system which allows extensions to add to this file on the fly
950 */
951#t-ispermalink, #t-iscite {
952 color: #999;
953}
954/*
955** footer
956*/
957#footer {
958 background-color: white;
959 border-top: 1px solid #fabd23;
960 border-bottom: 1px solid #fabd23;
961 margin: .6em 0 1em 0;
962 padding: .4em 0 1.2em 0;
963 text-align: center;
964 font-size: 90%;
965}
966#footer li {
967 display: inline;
968 margin: 0 1.3em;
969}
970/* hide from incapable browsers */
971head:first-child+body #footer li { white-space: nowrap; }
972#f-poweredbyico, #f-copyrightico {
973 margin: 0 8px;
974 position: relative;
975 top: -2px; /* Bump it up just a tad */
976}
977#f-poweredbyico {
978 float: right;
979 height: 1%;
980}
981#f-copyrightico {
982 float: left;
983 height: 1%;
984}
985
986/* js pref toc */
987#preftoc {
988 margin: 0;
989 padding: 0;
990 width: 100%;
991 clear: both;
992}
993#preftoc li {
994 margin: 1px -2px 1px 2px;
995 float: left;
996 padding: 2px 0 3px 0;
997 background-color: #f0f0f0;
998 color: #000;
999 border: 1px solid #fff;
1000 border-right-color: #716f64;
1001 border-bottom: 0;
1002 position: relative;
1003 white-space: nowrap;
1004 list-style-type: none;
1005 list-style-image: none;
1006 z-index: 3;
1007}
1008#preftoc li.selected {
1009 font-weight: bold;
1010 background-color: #f9f9f9;
1011 border: 1px solid #aaa;
1012 border-bottom: none;
1013 cursor: default;
1014 top: 1px;
1015 padding-top: 2px;
1016 margin-right: -3px;
1017}
1018#preftoc > li.selected {
1019 top: 2px;
1020}
1021#preftoc a,
1022#preftoc a:active {
1023 display: block;
1024 color: #000;
1025 padding: 0 .7em;
1026 position: relative;
1027 text-decoration: none;
1028}
1029#preftoc li.selected a {
1030 cursor: default;
1031 text-decoration: none;
1032}
1033#prefcontrol {
1034 padding-top: 2em;
1035 clear: both;
1036}
1037#preferences {
1038 margin: 0;
1039 border: 1px solid #aaa;
1040 clear: both;
1041 padding: 1.5em;
1042 background-color: #F9F9F9;
1043}
1044.prefsection {
1045 border: none;
1046 padding: 0;
1047 margin: 0;
1048}
1049.prefsection fieldset {
1050 border: 1px solid #aaa;
1051 float: left;
1052 margin-right: 2em;
1053}
1054.prefsection legend {
1055 font-weight: bold;
1056}
1057.prefsection table, .prefsection legend {
1058 background-color: #F9F9F9;
1059}
1060.mainLegend {
1061 display: none;
1062}
1063div.prefsectiontip {
1064 font-size: 95%;
1065 margin-top: 0;
1066 background-color: #FFC1C1;
1067 padding: .2em .7em;
1068 clear: both;
1069}
1070.btnSavePrefs {
1071 font-weight: bold;
1072 padding-left: .3em;
1073 padding-right: .3em;
1074}
1075
1076.preferences-login {
1077 clear: both;
1078 margin-bottom: 1.5em;
1079}
1080
1081.prefcache {
1082 font-size: 90%;
1083 margin-top: 2em;
1084}
1085
1086div#userloginForm form,
1087div#userlogin form#userlogin2 {
1088 margin: 0 3em 1em 0;
1089 border: 1px solid #aaa;
1090 clear: both;
1091 padding: 1.5em 2em;
1092 background-color: #f9f9f9;
1093 float: left;
1094}
1095
1096div#userloginForm table,
1097div#userlogin form#userlogin2 table {
1098 background-color: #f9f9f9;
1099}
1100
1101div#userloginForm h2,
1102div#userlogin form#userlogin2 h2 {
1103 padding-top: 0;
1104}
1105
1106div#userlogin .captcha {
1107 border: 1px solid #bbb;
1108 padding: 1.5em 2em;
1109 width: 400px;
1110 background-color: white;
1111}
1112
1113
1114#userloginprompt, #languagelinks {
1115 font-size: 85%;
1116}
1117
1118#login-sectiontip {
1119 font-size: 85%;
1120 line-height: 1.2;
1121 padding-top: 2em;
1122}
1123
1124#userlogin .loginText, #userlogin .loginPassword {
1125 width: 12em;
1126}
1127
1128#userloginlink a, #wpLoginattempt, #wpCreateaccount {
1129 font-weight: bold;
1130}
1131
1132/*
1133** IE/Mac fixes, hope to find a validating way to move this
1134** to a separate stylesheet. This would work but doesn't validate:
1135** @import("IEMacFixes.css");
1136*/
1137/* tabs: border on the a, not the div */
1138* > html #p-cactions li { border: none; }
1139* > html #p-cactions li a {
1140 border: 1px solid #aaa;
1141 border-bottom: none;
1142}
1143* > html #p-cactions li.selected a { border-color: #fabd23; }
1144/* footer icons need a fixed width */
1145* > html #f-poweredbyico,
1146* > html #f-copyrightico { width: 88px; }
1147* > html #bodyContent,
1148* > html #bodyContent pre {
1149 overflow-x: auto;
1150 width: 100%;
1151 padding-bottom: 25px;
1152}
1153
1154/* more IE fixes */
1155/* float/negative margin brokenness */
1156* html #footer {margin-top: 0;}
1157* html #column-content {
1158 display: inline;
1159 margin-bottom: 0;
1160}
1161* html div.editsection { font-size: smaller; }
1162#pagehistory li.selected { position: relative; }
1163
1164/* Mac IE 5.0 fix; floated content turns invisible */
1165* > html #column-content {
1166 float: none;
1167}
1168* > html #column-one {
1169 position: absolute;
1170 left: 0;
1171 top: 0;
1172}
1173* > html #footer {
1174 margin-left: 13.2em;
1175}
1176.redirectText {
1177 font-size: 150%;
1178 margin: 5px;
1179}
1180
1181.printfooter {
1182 display: none;
1183}
1184
1185.not-patrolled {
1186 background-color: #ffa;
1187}
1188div.patrollink {
1189 font-size: 75%;
1190 text-align: right;
1191}
1192span.newpage, span.minor, span.searchmatch, span.bot {
1193 font-weight: bold;
1194}
1195span.unpatrolled {
1196 font-weight: bold;
1197 color: red;
1198}
1199
1200span.searchmatch {
1201 color: red;
1202}
1203.sharedUploadNotice {
1204 font-style: italic;
1205}
1206
1207span.updatedmarker {
1208 color: black;
1209 background-color: #0f0;
1210}
1211span.newpageletter {
1212 font-weight: bold;
1213 color: black;
1214 background-color: yellow;
1215}
1216span.minoreditletter {
1217 color: black;
1218 background-color: #c5ffe6;
1219}
1220
1221table.gallery {
1222 border: 1px solid #ccc;
1223 margin: 2px;
1224 padding: 2px;
1225 background-color: white;
1226}
1227
1228table.gallery tr {
1229 vertical-align: top;
1230}
1231
1232table.gallery td {
1233 vertical-align: top;
1234 background-color: #f9f9f9;
1235 border: solid 2px white;
1236}
1237
1238table.gallery td.galleryheader {
1239 text-align: center;
1240 font-weight: bold;
1241}
1242
1243div.gallerybox {
1244 margin: 2px;
1245 width: 150px;
1246}
1247
1248div.gallerybox div.thumb {
1249 text-align: center;
1250 border: 1px solid #ccc;
1251 margin: 2px;
1252}
1253
1254div.gallerytext {
1255 font-size: 94%;
1256 padding: 2px 4px;
1257}
1258
1259span.comment {
1260 font-style: italic;
1261}
1262
1263span.changedby {
1264 font-size: 95%;
1265}
1266
1267.previewnote {
1268 text-indent: 3em;
1269 color: #c00;
1270 border-bottom: 1px solid #aaa;
1271 padding-bottom: 1em;
1272 margin-bottom: 1em;
1273}
1274
1275.previewnote p {
1276 margin: 0;
1277 padding: 0;
1278}
1279
1280.editExternally {
1281 border: 1px solid gray;
1282 background-color: #ffffff;
1283 padding: 3px;
1284 margin-top: 0.5em;
1285 float: left;
1286 font-size: small;
1287 text-align: center;
1288}
1289.editExternallyHelp {
1290 font-style: italic;
1291 color: gray;
1292}
1293
1294li span.deleted, span.history-deleted {
1295 text-decoration: line-through;
1296 color: #888;
1297 font-style: italic;
1298}
1299
1300.toggle {
1301 margin-left: 2em;
1302 text-indent: -2em;
1303}
1304
1305/* Classes for EXIF data display */
1306table.mw_metadata {
1307 font-size: 0.8em;
1308 margin-left: 0.5em;
1309 margin-bottom: 0.5em;
1310 width: 300px;
1311}
1312
1313table.mw_metadata caption {
1314 font-weight: bold;
1315}
1316
1317table.mw_metadata th {
1318 font-weight: normal;
1319}
1320
1321table.mw_metadata td {
1322 padding: 0.1em;
1323}
1324
1325table.mw_metadata {
1326 border: none;
1327 border-collapse: collapse;
1328}
1329
1330table.mw_metadata td, table.mw_metadata th {
1331 text-align: center;
1332 border: 1px solid #aaaaaa;
1333 padding-left: 0.1em;
1334 padding-right: 0.1em;
1335}
1336
1337table.mw_metadata th {
1338 background-color: #f9f9f9;
1339}
1340
1341table.mw_metadata td {
1342 background-color: #fcfcfc;
1343}
1344
1345table.collapsed tr.collapsable {
1346 display: none;
1347}
1348
1349
1350/* filetoc */
1351ul#filetoc {
1352 text-align: center;
1353 border: 1px solid #aaaaaa;
1354 background-color: #f9f9f9;
1355 padding: 5px;
1356 font-size: 95%;
1357 margin-bottom: 0.5em;
1358 margin-left: 0;
1359 margin-right: 0;
1360}
1361
1362#filetoc li {
1363 display: inline;
1364 list-style-type: none;
1365 padding-right: 2em;
1366}
1367
1368/* @bug 1714 */
1369input#wpSave, input#wpDiff {
1370 margin-right: 0.33em;
1371}
1372
1373#editform .editOptions {
1374 display: inline;
1375}
1376
1377#wpSave {
1378 font-weight: bold;
1379}
1380
1381/* Classes for article validation */
1382
1383table.revisionform_default {
1384 border: 1px solid #000000;
1385}
1386
1387table.revisionform_focus {
1388 border: 1px solid #000000;
1389 background-color:#00BBFF;
1390}
1391
1392tr.revision_tr_default {
1393 background-color:#EEEEEE;
1394}
1395
1396tr.revision_tr_first {
1397 background-color:#DDDDDD;
1398}
1399
1400p.revision_saved {
1401 color: green;
1402 font-weight:bold;
1403}
1404
1405#mw_trackbacks {
1406 border: solid 1px #bbbbff;
1407 background-color: #eeeeff;
1408 padding: 0.2em;
1409}
1410
1411
1412/* Allmessages table */
1413
1414#allmessagestable th {
1415 background-color: #b2b2ff;
1416}
1417
1418#allmessagestable tr.orig {
1419 background-color: #ffe2e2;
1420}
1421
1422#allmessagestable tr.new {
1423 background-color: #e2ffe2;
1424}
1425
1426#allmessagestable tr.def {
1427 background-color: #f0f0ff;
1428}
1429
1430
1431/* noarticletext */
1432div.noarticletext {
1433 border: 1px solid #ccc;
1434 background: #fff;
1435 padding: .2em 1em;
1436 color: #000;
1437}
1438
1439div#searchTargetContainer {
1440 left: 10px;
1441 top: 10px;
1442 width: 90%;
1443 background: white;
1444}
1445
1446div#searchTarget {
1447 padding: 3px;
1448 margin: 5px;
1449 background: #F0F0F0;
1450 border: solid 1px blue;
1451}
1452
1453div#searchTarget ul li {
1454 list-style: none;
1455}
1456
1457div#searchTarget ul li:before {
1458 color: orange;
1459 content: "\00BB \0020";
1460}
1461
Note: See TracBrowser for help on using the repository browser.