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