Per wikitech-l, remove premature wfDeprecated()
[lhc/web/wiklou.git] / skins / common / shared.css
1 /**
2 * CSS in this file is used by *all* skins (that have any CSS at all). Be
3 * careful what you put in here, since what looks good in one skin may not in
4 * another, but don't ignore the poor pre-Monobook users either.
5 */
6
7 /* GENERAL CLASSES FOR DIRECTIONALITY SUPPORT */
8
9 /**
10 * These classes should be used for text depending on the content direction.
11 * Content stuff like editsection, ul/ol and TOC depend on this.
12 */
13 .mw-content-ltr {
14 /* @noflip */
15 direction: ltr;
16 }
17 .mw-content-rtl {
18 /* @noflip */
19 direction: rtl;
20 }
21
22 /* Most input fields should be in site direction */
23 .sitedir-ltr textarea,
24 .sitedir-ltr input {
25 /* @noflip */
26 direction: ltr;
27 }
28 .sitedir-rtl textarea,
29 .sitedir-rtl input {
30 /* @noflip */
31 direction: rtl;
32 }
33
34 /* User-Agent styles for new HTML5 elements */
35 mark {
36 background-color: yellow;
37 color: black;
38 }
39
40 /* Input types that should follow user direction, like buttons */
41 /* TODO: What about buttons in wikipage content ? */
42 input[type="submit"],
43 input[type="button"],
44 input[type="reset"],
45 input[type="file"] {
46 direction: ltr;
47 }
48
49 /* Override default values */
50 textarea[dir="ltr"],
51 input[dir="ltr"] {
52 /* @noflip */
53 direction: ltr;
54 }
55 textarea[dir="rtl"],
56 input[dir="rtl"] {
57 /* @noflip */
58 direction: rtl;
59 }
60
61 /* Default style for semantic tags */
62 abbr[title],
63 .explain[title] {
64 border-bottom: 1px dotted;
65 cursor: help;
66 }
67
68 /* Colored watchlist and recent changes numbers */
69 .mw-plusminus-pos {
70 color: #006400; /* dark green */
71 }
72 .mw-plusminus-neg {
73 color: #8b0000; /* dark red */
74 }
75 .mw-plusminus-null {
76 color: #aaa; /* gray */
77 }
78
79 /**
80 * Links to redirects appear italicized on [[Special:AllPages]], [[Special:PrefixIndex]],
81 * [[Special:Watchlist/edit]] and in category listings.
82 */
83 .allpagesredirect,
84 .redirect-in-category,
85 .watchlistredir {
86 font-style: italic;
87 }
88
89 /* Comment and username portions of RC entries */
90 span.comment {
91 font-style: italic;
92 }
93
94 span.changedby {
95 font-size: 95%;
96 }
97
98 /* Math */
99 .texvc {
100 direction: ltr;
101 unicode-bidi: embed;
102 }
103 img.tex {
104 vertical-align: middle;
105 }
106 span.texhtml {
107 font-family: serif;
108 }
109
110 /**
111 * Add a bit of margin space between the preview and the toolbar.
112 * This replaces the ugly <p><br /></p> we used to insert into the page source
113 */
114 #wikiPreview.ontop {
115 margin-bottom: 1em;
116 }
117
118 /* Stop floats from intruding into edit area in previews */
119 #editform,
120 #toolbar,
121 #wpTextbox1 {
122 clear: both;
123 }
124
125 #toolbar img {
126 cursor: pointer;
127 }
128
129 /**
130 * File description page
131 */
132
133 div.mw-filepage-resolutioninfo {
134 font-size: smaller;
135 }
136
137 /**
138 * File histories
139 */
140 h2#filehistory {
141 clear: both;
142 }
143
144 table.filehistory th,
145 table.filehistory td {
146 vertical-align: top;
147 }
148 table.filehistory th {
149 text-align: left;
150 }
151 table.filehistory td.mw-imagepage-filesize,
152 table.filehistory th.mw-imagepage-filesize {
153 white-space: nowrap;
154 }
155
156 table.filehistory td.filehistory-selected {
157 font-weight: bold;
158 }
159
160 /**
161 * Add a checkered background image on hover for file
162 * description pages. (bug 26470)
163 */
164 .filehistory a img,
165 #file img:hover {
166 /* @embed */
167 background: white url(images/Checker-16x16.png) repeat;
168 }
169
170 /**
171 * rev_deleted stuff
172 */
173 li span.deleted,
174 span.history-deleted {
175 text-decoration: line-through;
176 color: #888;
177 font-style: italic;
178 }
179
180 /**
181 * Patrol stuff
182 */
183 .not-patrolled {
184 background-color: #ffa;
185 }
186
187 .unpatrolled {
188 font-weight: bold;
189 color: red;
190 }
191
192 div.patrollink {
193 font-size: 75%;
194 text-align: right;
195 }
196
197 /**
198 * Forms
199 */
200 td.mw-label {
201 text-align: right;
202 }
203 td.mw-input {
204 text-align: left;
205 }
206 td.mw-submit {
207 text-align: left;
208 }
209
210 td.mw-label {
211 vertical-align: top;
212 }
213 .prefsection td.mw-label {
214 width: 20%;
215 }
216 .prefsection table {
217 width: 100%;
218 }
219 .prefsection table.mw-htmlform-matrix {
220 width: auto;
221 }
222
223 .mw-icon-question {
224 /* SVG support using a transparent gradient to guarantee cross-browser
225 * compatibility (browsers able to understand gradient syntax support also SVG).
226 * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique */
227 background-image: url(images/question-small.png);
228 /* @embed */
229 background-image: -webkit-linear-gradient(transparent, transparent), url(images/question.svg);
230 /* @embed */
231 background-image: linear-gradient(transparent, transparent), url(images/question.svg);
232 background-repeat: no-repeat;
233 background-size: 13px 13px;
234 display: inline-block;
235 height: 13px;
236 width: 13px;
237 margin-left: 4px;
238 }
239
240 .mw-icon-question:lang(ar),
241 .mw-icon-question:lang(fa),
242 .mw-icon-question:lang(ur) {
243 -webkit-transform: scaleX(-1);
244 -ms-transform: scaleX(-1);
245 transform: scaleX(-1);
246 }
247
248 td.mw-submit {
249 white-space: nowrap;
250 }
251
252 table.mw-htmlform-nolabel td.mw-label {
253 width: 1px;
254 }
255
256 tr.mw-htmlform-vertical-label td.mw-label {
257 text-align: left !important;
258 }
259
260 .mw-htmlform-invalid-input td.mw-input input {
261 border-color: red;
262 }
263
264 .mw-htmlform-flatlist div.mw-htmlform-flatlist-item {
265 display: inline;
266 margin-right: 1em;
267 white-space: nowrap;
268 }
269
270 .mw-htmlform-matrix td {
271 padding-left: 0.5em;
272 padding-right: 0.5em;
273 }
274
275 input#wpSummary {
276 width: 80%;
277 margin-bottom: 1em;
278 }
279
280 /**
281 * Image captions
282 */
283 /* @noflip */
284 .mw-content-ltr .thumbcaption {
285 text-align: left;
286 }
287 /* @noflip */
288 .mw-content-rtl .thumbcaption {
289 text-align: right;
290 }
291 /* @noflip */
292 .mw-content-ltr .magnify {
293 float: right;
294 }
295 /* @noflip */
296 .mw-content-rtl .magnify {
297 float: left;
298 }
299
300 /**
301 * Categories
302 */
303 #catlinks {
304 /**
305 * Overrides text justification (user preference)
306 * See bug 31990
307 */
308 text-align: left;
309 }
310 .catlinks ul {
311 display: inline;
312 margin: 0;
313 padding: 0;
314 list-style: none;
315 list-style-type: none;
316 list-style-image: none;
317 vertical-align: middle !ie;
318 }
319
320 .catlinks li {
321 display: inline-block;
322 line-height: 1.25em;
323 border-left: 1px solid #AAA;
324 margin: 0.125em 0;
325 padding: 0 0.5em;
326 zoom: 1;
327 display: inline !ie;
328 }
329
330 .catlinks li:first-child {
331 padding-left: 0.25em;
332 border-left: none;
333 }
334
335 /* (bug 5346) make category redirects italic */
336 .catlinks li a.mw-redirect {
337 font-style: italic;
338 }
339 /**
340 * Hidden categories
341 */
342 .mw-hidden-cats-hidden {
343 display: none;
344 }
345 .catlinks-allhidden {
346 display: none;
347 }
348
349 /* Convenience links to edit block, delete and protect reasons */
350 p.mw-ipb-conveniencelinks,
351 p.mw-protect-editreasons,
352 p.mw-filedelete-editreasons,
353 p.mw-delete-editreasons,
354 p.mw-revdel-editreasons {
355 font-size: 90%;
356 text-align: right;
357 }
358
359 /**
360 * OpenSearch ajax suggestions
361 */
362 .os-suggest {
363 overflow: auto;
364 overflow-x: hidden;
365 position: absolute;
366 top: 0;
367 left: 0;
368 width: 0;
369 background-color: white;
370 border-style: solid;
371 border-color: #AAAAAA;
372 border-width: 1px;
373 z-index:99;
374 font-size:95%;
375 }
376
377 table.os-suggest-results {
378 font-size: 95%;
379 cursor: pointer;
380 border: 0;
381 border-collapse: collapse;
382 width: 100%;
383 }
384
385 .os-suggest-result,
386 .os-suggest-result-hl {
387 white-space: nowrap;
388 background-color: white;
389 color: black;
390 padding: 2px;
391 }
392 .os-suggest-result-hl,
393 .os-suggest-result-hl-webkit {
394 background-color: #4C59A6;
395 color: white;
396 }
397
398 .os-suggest-toggle {
399 position: relative;
400 left: 1ex;
401 font-size: 65%;
402 }
403 .os-suggest-toggle-def {
404 position: absolute;
405 top: 0;
406 left: 0;
407 font-size: 65%;
408 visibility: hidden;
409 }
410
411 /* Page history styling */
412
413 /* The auto-generated edit comments */
414 .autocomment {
415 color: gray;
416 }
417 #pagehistory .history-user {
418 margin-left: 0.4em;
419 margin-right: 0.2em;
420 }
421 #pagehistory span.minor {
422 font-weight: bold;
423 }
424 #pagehistory li {
425 border: 1px solid white;
426 }
427 #pagehistory li.selected {
428 background-color: #f9f9f9;
429 border: 1px dashed #aaa;
430 }
431
432 .mw-history-revisiondelete-button, #mw-fileduplicatesearch-icon {
433 float: right;
434 }
435
436 /** Generic minor/bot/newpage styling (recent changes) */
437 .newpage,
438 .minoredit,
439 .botedit {
440 font-weight: bold;
441 }
442
443 #shared-image-dup,
444 #shared-image-conflict {
445 font-style: italic;
446 }
447
448 /**
449 * Recreating deleted page warning
450 * Reupload file warning
451 * Page protection warning
452 * incl. log entries for these warnings
453 */
454 div.mw-warning-with-logexcerpt {
455 padding: 3px;
456 margin-bottom: 3px;
457 border: 2px solid #2F6FAB;
458 clear: both;
459 }
460 div.mw-warning-with-logexcerpt ul li {
461 font-size: 90%;
462 }
463
464 /* (show/hide) revision deletion links */
465 span.mw-revdelundel-link,
466 strong.mw-revdelundel-link {
467 font-size: 90%;
468 }
469 span.mw-revdelundel-hidden,
470 input.mw-revdelundel-hidden {
471 visibility: hidden;
472 }
473
474 td.mw-revdel-checkbox,
475 th.mw-revdel-checkbox {
476 padding-right: 10px;
477 text-align: center;
478 }
479
480 /* red links; see bug 36276 */
481 a.new {
482 color: #BA0000;
483 }
484
485 /* feed links */
486 a.feedlink {
487 /* SVG support using a transparent gradient to guarantee cross-browser
488 * compatibility (browsers able to understand gradient syntax support also SVG).
489 * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique */
490 background-image: url(images/feed-icon.png);
491 /* @embed */
492 background-image: -webkit-linear-gradient(transparent, transparent), url(images/feed-icon.svg);
493 /* @embed */
494 background-image: linear-gradient(transparent, transparent), url(images/feed-icon.svg);
495 background-position: center left;
496 background-repeat: no-repeat;
497 background-size: 12px 12px;
498 padding-left: 16px;
499 }
500
501 /* Plainlinks - this can be used to switch
502 * off special external link styling */
503 .plainlinks a {
504 background: none !important;
505 padding: 0 !important;
506 }
507 /* External URLs should always be treated as LTR (bug 4330) */
508 /* @noflip */ .rtl a.external.free,
509 .rtl a.external.autonumber {
510 direction: ltr;
511 unicode-bidi: embed;
512 }
513
514 /**
515 * wikitable class for skinning normal tables
516 * keep in sync with commonPrint.css
517 */
518 table.wikitable {
519 margin: 1em 0;
520 background-color: #f9f9f9;
521 border: 1px #aaa solid;
522 border-collapse: collapse;
523 color: black;
524 }
525 table.wikitable > tr > th,
526 table.wikitable > tr > td,
527 table.wikitable > * > tr > th,
528 table.wikitable > * > tr > td {
529 border: 1px #aaa solid;
530 padding: 0.2em;
531 }
532 table.wikitable > tr > th,
533 table.wikitable > * > tr > th {
534 background-color: #f2f2f2;
535 text-align: center;
536 }
537 table.wikitable > caption {
538 font-weight: bold;
539 }
540
541 /**
542 * Hide collapsable rows in a collapsed table.
543 *
544 * Used by ImagePage and the mediawiki.action.view.metadata module.
545 */
546 table.collapsed tr.collapsable {
547 display: none;
548 }
549
550 /* success and error messages */
551 .error,
552 .warning,
553 .success {
554 font-size: larger;
555 }
556 .error {
557 color: #cc0000;
558 }
559 .warning {
560 color: #705000;
561 }
562 .success {
563 color: #009000;
564 }
565
566 .errorbox,
567 .warningbox,
568 .successbox {
569 border: 1px solid;
570 padding: .5em 1em;
571 margin-bottom: 1em;
572 display: -moz-inline-block;
573 display: inline-block;
574 zoom: 1;
575 *display: inline;
576 }
577 .errorbox h2,
578 .warningbox h2,
579 .successbox h2 {
580 font-size: 1em;
581 color: inherit;
582 font-weight: bold;
583 display: inline;
584 margin: 0 .5em 0 0;
585 border: none;
586 }
587 .errorbox {
588 color: #cc0000;
589 border-color: #fac5c5;
590 background-color: #fae3e3;
591 }
592 .warningbox {
593 color: #705000;
594 border-color: #fde29b;
595 background-color: #fdf1d1;
596 }
597 .successbox {
598 color: #009000;
599 border-color: #b7fdb5;
600 background-color: #e1fddf;
601 }
602
603 /* general info/warning box for SP */
604 .mw-infobox {
605 border: 2px solid #ff7f00;
606 margin: 0.5em;
607 clear: left;
608 overflow: hidden;
609 }
610
611 .mw-infobox-left {
612 margin: 7px;
613 float: left;
614 width: 35px;
615 }
616
617 .mw-infobox-right {
618 margin: 0.5em 0.5em 0.5em 49px;
619 }
620
621 /* Note on preview page */
622 .previewnote {
623 color: #c00;
624 margin-bottom: 1em;
625 }
626
627 .previewnote p {
628 text-indent: 3em;
629 margin: 0.8em 0;
630 }
631
632 .visualClear {
633 clear: both;
634 }
635
636 /**
637 * Data table style
638 *
639 * Transparent table with suddle borders
640 * and blue row-highlighting.
641 */
642 .mw-datatable {
643 border-collapse: collapse;
644 }
645 .mw-datatable,
646 .mw-datatable td,
647 .mw-datatable th {
648 border: 1px solid #aaaaaa;
649 padding: 0 0.15em 0 0.15em;
650 }
651 .mw-datatable th {
652 background-color: #ddddff;
653 }
654 .mw-datatable td {
655 background-color: #ffffff;
656 }
657 .mw-datatable tr:hover td {
658 background-color: #eeeeff;
659 }
660
661
662 /**
663 * TablePager tables generated by the TablePager PHP class
664 * in MediaWiki (e.g. Special:ListFiles).
665 */
666 .TablePager {
667 min-width: 80%;
668 }
669 .TablePager_nav {
670 margin: 0 auto;
671 }
672 .TablePager_nav td {
673 padding: 3px;
674 text-align: center;
675 }
676 .TablePager_nav a {
677 text-decoration: none;
678 }
679
680 .imagelist td,
681 .imagelist th {
682 white-space: nowrap;
683 }
684 .imagelist .TablePager_col_links {
685 background-color: #eeeeff;
686 }
687 .imagelist .TablePager_col_img_description {
688 white-space: normal;
689 }
690 .imagelist th.TablePager_sort {
691 background-color: #ccccff;
692 }
693
694 /* filetoc */
695 ul#filetoc {
696 text-align: center;
697 border: 1px solid #aaaaaa;
698 background-color: #f9f9f9;
699 padding: 5px;
700 font-size: 95%;
701 margin-bottom: 0.5em;
702 margin-left: 0;
703 margin-right: 0;
704 }
705
706 #filetoc li {
707 display: inline;
708 list-style-type: none;
709 padding-right: 2em;
710 }
711
712 /* Classes for Exif data display */
713 table.mw_metadata {
714 font-size: 0.8em;
715 margin-left: 0.5em;
716 margin-bottom: 0.5em;
717 width: 400px;
718 }
719
720 table.mw_metadata caption {
721 font-weight: bold;
722 }
723
724 table.mw_metadata th {
725 font-weight: normal;
726 }
727
728 table.mw_metadata td {
729 padding: 0.1em;
730 }
731
732 table.mw_metadata {
733 border: none;
734 border-collapse: collapse;
735 }
736
737 table.mw_metadata td,
738 table.mw_metadata th {
739 text-align: center;
740 border: 1px solid #aaaaaa;
741 padding-left: 5px;
742 padding-right: 5px;
743 }
744
745 table.mw_metadata th {
746 background-color: #f9f9f9;
747 }
748
749 table.mw_metadata td {
750 background-color: #fcfcfc;
751 }
752
753 table.mw_metadata ul.metadata-langlist {
754 list-style-type: none;
755 list-style-image: none;
756 padding-right: 5px;
757 padding-left: 5px;
758 margin: 0;
759 }
760
761 /* Correct directionality when page dir is different from site/user dir */
762 .mw-content-ltr ul,
763 .mw-content-rtl .mw-content-ltr ul {
764 /* @noflip */
765 margin: 0.3em 0 0 1.6em;
766 padding: 0;
767 }
768 .mw-content-rtl ul,
769 .mw-content-ltr .mw-content-rtl ul {
770 /* @noflip */
771 margin: 0.3em 1.6em 0 0;
772 padding: 0;
773 }
774 .mw-content-ltr ol,
775 .mw-content-rtl .mw-content-ltr ol {
776 /* @noflip */
777 margin: 0.3em 0 0 3.2em;
778 padding: 0;
779 }
780 .mw-content-rtl ol,
781 .mw-content-ltr .mw-content-rtl ol {
782 /* @noflip */
783 margin: 0.3em 3.2em 0 0;
784 padding: 0;
785 }
786 /* @noflip */
787 .mw-content-ltr dd,
788 .mw-content-rtl .mw-content-ltr dd {
789 margin-left: 1.6em;
790 margin-right: 0;
791 }
792 /* @noflip */
793 .mw-content-rtl dd,
794 .mw-content-ltr .mw-content-rtl dd {
795 margin-right: 1.6em;
796 margin-left: 0;
797 }
798
799 /* Galleries */
800 /* These display attributes look nonsensical, but are needed to support IE and FF2 */
801 /* Don't forget to update commonPrint.css */
802 li.gallerybox {
803 vertical-align: top;
804 display: -moz-inline-box;
805 display: inline-block;
806 }
807
808 ul.gallery,
809 li.gallerybox {
810 zoom: 1;
811 *display: inline;
812 }
813
814 ul.gallery {
815 margin: 2px;
816 padding: 2px;
817 display: block;
818 }
819
820 li.gallerycaption {
821 font-weight: bold;
822 text-align: center;
823 display: block;
824 word-wrap: break-word;
825 }
826
827 li.gallerybox div.thumb {
828 text-align: center;
829 border: 1px solid #ccc;
830 background-color: #f9f9f9;
831 margin: 2px;
832 }
833
834 li.gallerybox div.thumb img {
835 display: block;
836 margin: 0 auto;
837 }
838
839 div.gallerytext {
840 overflow: hidden;
841 font-size: 94%;
842 padding: 2px 4px;
843 word-wrap: break-word;
844 }
845
846 /* new gallery stuff */
847 ul.mw-gallery-nolines li.gallerybox div.thumb {
848 background-color: transparent;
849 border: none;
850 }
851
852 ul.mw-gallery-nolines li.gallerybox div.gallerytext {
853 text-align: center;
854 }
855
856 /* height constrained gallery */
857
858 ul.mw-gallery-packed li.gallerybox div.thumb,
859 ul.mw-gallery-packed-overlay li.gallerybox div.thumb,
860 ul.mw-gallery-packed-hover li.gallerybox div.thumb {
861 background-color: transparent;
862 border: none;
863 }
864 ul.mw-gallery-packed li.gallerybox div.thumb img,
865 ul.mw-gallery-packed-overlay li.gallerybox div.thumb img,
866 ul.mw-gallery-packed-hover li.gallerybox div.thumb img {
867 margin: 0 auto;
868 }
869
870 ul.mw-gallery-packed-hover li.gallerybox,
871 ul.mw-gallery-packed-overlay li.gallerybox {
872 position:relative;
873 }
874
875 ul.mw-gallery-packed-hover div.gallerytextwrapper {
876 overflow: hidden;
877 height: 0;
878 }
879
880 ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper,
881 ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper,
882 ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper {
883 position:absolute;
884 background: white;
885 background: rgba(255, 255, 255, 0.8);
886 padding: 5px 10px;
887 bottom: 0;
888 left: 0; /* Needed for IE */
889 height: auto;
890 font-weight: bold;
891 margin: 2px; /* correspond to style on div.thumb */
892 }
893
894 ul.mw-gallery-packed-hover,
895 ul.mw-gallery-packed-overlay,
896 ul.mw-gallery-packed {
897 text-align: center;
898 }
899
900 .mw-ajax-loader {
901 /* @embed */
902 background-image: url(images/ajax-loader.gif);
903 background-position: center center;
904 background-repeat: no-repeat;
905 padding: 16px;
906 position: relative;
907 top: -16px;
908 }
909
910 .mw-small-spinner {
911 padding: 10px !important;
912 margin-right: 0.6em;
913 /* @embed */
914 background-image: url(images/spinner.gif);
915 background-position: center center;
916 background-repeat: no-repeat;
917 }
918
919 /* Language specific height correction for titles. Ref Bug 29405 and Bug 30809 */
920 /* Languages like hi or ml require slightly more vertical space to show diacritics properly */
921 h1:lang(anp),
922 h1:lang(as),
923 h1:lang(bh), /* Macrolanguage, used on bh.wikipedia.org, should be removed one day */
924 h1:lang(bho),
925 h1:lang(bn),
926 h1:lang(gu),
927 h1:lang(hi),
928 h1:lang(kn),
929 h1:lang(ks),
930 h1:lang(ml),
931 h1:lang(mr),
932 h1:lang(my),
933 h1:lang(mai),
934 h1:lang(ne),
935 h1:lang(new),
936 h1:lang(or),
937 h1:lang(pa),
938 h1:lang(pi),
939 h1:lang(sa),
940 h1:lang(ta),
941 h1:lang(te) {
942 line-height: 1.6em !important;
943 }
944 h2:lang(anp), h3:lang(anp), h4:lang(anp), h5:lang(anp), h6:lang(anp),
945 h2:lang(as), h3:lang(as), h4:lang(as), h5:lang(as), h6:lang(as),
946 h2:lang(bho), h3:lang(bho), h4:lang(bho), h5:lang(bho), h6:lang(bho),
947 h2:lang(bh), h3:lang(bh), h4:lang(bh), h5:lang(bh), h6:lang(bh),
948 h2:lang(bn), h3:lang(bn), h4:lang(bn), h5:lang(bn), h6:lang(bn),
949 h2:lang(gu), h3:lang(gu), h4:lang(gu), h5:lang(gu), h6:lang(gu),
950 h2:lang(hi), h3:lang(hi), h4:lang(hi), h5:lang(hi), h6:lang(hi),
951 h2:lang(kn), h3:lang(kn), h4:lang(kn), h5:lang(kn), h6:lang(kn),
952 h2:lang(ks), h3:lang(ks), h4:lang(ks), h5:lang(ks), h6:lang(ks),
953 h2:lang(ml), h3:lang(ml), h4:lang(ml), h5:lang(ml), h6:lang(ml),
954 h2:lang(mr), h3:lang(mr), h4:lang(mr), h5:lang(mr), h6:lang(mr),
955 h2:lang(my), h3:lang(my), h4:lang(my), h5:lang(my), h6:lang(my),
956 h2:lang(mai), h3:lang(mai), h4:lang(mai), h5:lang(mai), h6:lang(mai),
957 h2:lang(ne), h3:lang(ne), h4:lang(ne), h5:lang(ne), h6:lang(ne),
958 h2:lang(new), h3:lang(new), h4:lang(new), h5:lang(new), h6:lang(new),
959 h2:lang(or), h3:lang(or), h4:lang(or), h5:lang(or), h6:lang(or),
960 h2:lang(pa), h3:lang(pa), h4:lang(pa), h5:lang(pa), h6:lang(pa),
961 h2:lang(pi), h3:lang(pi), h4:lang(pi), h5:lang(pi), h6:lang(pi),
962 h2:lang(sa), h3:lang(sa), h4:lang(sa), h5:lang(sa), h6:lang(sa),
963 h2:lang(ta), h3:lang(ta), h4:lang(ta), h5:lang(ta), h6:lang(ta),
964 h2:lang(te), h3:lang(te), h4:lang(te), h5:lang(te), h6:lang(te) {
965 line-height: 1.2em;
966 }
967
968 /* Localised ordered list numbering for some languages */
969 ol:lang(bcc) li,
970 ol:lang(bqi) li,
971 ol:lang(fa) li,
972 ol:lang(glk) li,
973 ol:lang(kk-arab) li,
974 ol:lang(mzn) li {
975 list-style-type: -moz-persian;
976 list-style-type: persian;
977 }
978
979 ol:lang(ckb) li {
980 list-style-type: -moz-arabic-indic;
981 list-style-type: arabic-indic;
982 }
983
984 ol:lang(hi) li,
985 ol:lang(mr) li {
986 list-style-type: -moz-devanagari;
987 list-style-type: devanagari;
988 }
989
990 ol:lang(as) li,
991 ol:lang(bn) li {
992 list-style-type: -moz-bengali;
993 list-style-type: bengali;
994 }
995
996 ol:lang(or) li {
997 list-style-type: -moz-oriya;
998 list-style-type: oriya;
999 }
1000
1001 #toc ul, .toc ul {
1002 margin: .3em 0;
1003 }
1004
1005 /* Correct directionality when page dir is different from site/user dir */
1006 /* @noflip */ .mw-content-ltr .toc ul,
1007 .mw-content-ltr #toc ul,
1008 .mw-content-rtl .mw-content-ltr .toc ul,
1009 .mw-content-rtl .mw-content-ltr #toc ul {
1010 text-align: left;
1011 }
1012 /* @noflip */ .mw-content-rtl .toc ul,
1013 .mw-content-rtl #toc ul,
1014 .mw-content-ltr .mw-content-rtl .toc ul,
1015 .mw-content-ltr .mw-content-rtl #toc ul {
1016 text-align: right;
1017 }
1018 /* @noflip */ .mw-content-ltr .toc ul ul,
1019 .mw-content-ltr #toc ul ul,
1020 .mw-content-rtl .mw-content-ltr .toc ul ul,
1021 .mw-content-rtl .mw-content-ltr #toc ul ul {
1022 margin: 0 0 0 2em;
1023 }
1024 /* @noflip */ .mw-content-rtl .toc ul ul,
1025 .mw-content-rtl #toc ul ul,
1026 .mw-content-ltr .mw-content-rtl .toc ul ul,
1027 .mw-content-ltr .mw-content-rtl #toc ul ul {
1028 margin: 0 2em 0 0;
1029 }
1030
1031 #toc #toctitle,
1032 .toc #toctitle,
1033 #toc .toctitle,
1034 .toc .toctitle {
1035 direction: ltr;
1036 }
1037
1038 /* tooltip styles */
1039 .mw-help-field-hint {
1040 display: none;
1041 margin-left: 2px;
1042 margin-bottom: -8px;
1043 padding: 0 0 0 15px;
1044 /* @embed */
1045 background-image: url(images/help-question.gif);
1046 background-position: left center;
1047 background-repeat: no-repeat;
1048 cursor: pointer;
1049 font-size: .8em;
1050 text-decoration: underline;
1051 color: #0645ad;
1052 }
1053 .mw-help-field-hint:hover {
1054 /* @embed */
1055 background-image: url(images/help-question-hover.gif);
1056 }
1057 .mw-help-field-data {
1058 display: block;
1059 background-color: #d6f3ff;
1060 padding:5px 8px 4px 8px;
1061 border: 1px solid #5dc9f4;
1062 margin-left: 20px;
1063 }
1064 .tipsy {
1065 padding: 5px 5px 10px;
1066 font-size: 12px;
1067 position: absolute;
1068 z-index: 100000;
1069 overflow: visible;
1070 }
1071 .tipsy-inner {
1072 padding: 5px 8px 4px 8px;
1073 background-color: #d6f3ff;
1074 color: black;
1075 border: 1px solid #5dc9f4;
1076 max-width: 300px;
1077 text-align: left;
1078 }
1079 .tipsy-arrow {
1080 position: absolute;
1081 /* @embed */
1082 background: url(images/tipsy-arrow.gif) no-repeat top left;
1083 width: 13px;
1084 height: 13px;
1085 }
1086 .tipsy-se .tipsy-arrow {
1087 bottom: -2px;
1088 right: 10px;
1089 background-position: 0% 100%;
1090 }
1091
1092 #mw-clearyourcache,
1093 #mw-sitecsspreview,
1094 #mw-sitejspreview,
1095 #mw-usercsspreview,
1096 #mw-userjspreview {
1097 direction: ltr;
1098 unicode-bidi: embed;
1099 }
1100
1101 /* Correct user & content directionality when viewing a diff */
1102 .diff-currentversion-title,
1103 .diff {
1104 direction: ltr;
1105 unicode-bidi: embed;
1106 }
1107 /* @noflip */ .diff-contentalign-right td {
1108 direction: rtl;
1109 unicode-bidi: embed;
1110 }
1111 /* @noflip */ .diff-contentalign-left td {
1112 direction: ltr;
1113 unicode-bidi: embed;
1114 }
1115 .diff-multi,
1116 .diff-otitle,
1117 .diff-ntitle,
1118 .diff-lineno {
1119 direction: ltr !important;
1120 unicode-bidi: embed;
1121 }
1122
1123 #mw-revision-info,
1124 #mw-revision-info-current,
1125 #mw-revision-nav {
1126 direction: ltr;
1127 display: inline;
1128 }
1129
1130 /* Images */
1131
1132 /* @noflip */ div.tright,
1133 div.floatright,
1134 table.floatright {
1135 clear: right;
1136 float: right;
1137 }
1138 /* @noflip */ div.tleft,
1139 div.floatleft,
1140 table.floatleft {
1141 float: left;
1142 clear: left;
1143 }
1144 div.floatright,
1145 table.floatright,
1146 div.floatleft,
1147 table.floatleft {
1148 position: relative;
1149 }
1150
1151 /* bug 12205 */
1152 #mw-credits a {
1153 unicode-bidi: embed;
1154 }
1155
1156 /* Accessibility */
1157 .mw-jump,
1158 #jump-to-nav {
1159 overflow: hidden;
1160 height: 0;
1161 zoom: 1; /* http://webaim.org/techniques/skipnav/#iequirk */
1162 }
1163
1164 /* Print footer should be hidden by default in screen. */
1165 .printfooter {
1166 display: none;
1167 }
1168
1169 /* For developers */
1170 .xdebug-error {
1171 position: absolute;
1172 z-index: 99;
1173 }
1174
1175 .mw-editsection,
1176 .toctoggle,
1177 #jump-to-nav {
1178 -moz-user-select: none;
1179 -webkit-user-select: none;
1180 -ms-user-select: none;
1181 user-select: none;
1182 }
1183
1184 /* Display editsection links smaller and next to headings */
1185 .mw-editsection,
1186 .mw-editsection-like {
1187 font-size: small;
1188 font-weight: normal;
1189 margin-left: 1em;
1190 vertical-align: baseline;
1191 /* Reset line-height; headings tend to have it set to larger values */
1192 line-height: 1em;
1193 /* As .mw-editsection is a <span> (inline element), it is treated as part */
1194 /* of the heading content when selecting text by multiple clicks and thus */
1195 /* selected together with heading content, despite the user-select: none; */
1196 /* rule set above. This enforces non-selection without changing the look. */
1197 display: inline-block;
1198 }
1199
1200 /* Correct directionality when page dir is different from site/user dir */
1201 /* @noflip */
1202 .mw-content-ltr .mw-editsection,
1203 .mw-content-rtl .mw-content-ltr .mw-editsection {
1204 margin-left: 1em;
1205 }
1206 /* @noflip */
1207 .mw-content-rtl .mw-editsection,
1208 .mw-content-ltr .mw-content-rtl .mw-editsection {
1209 margin-right: 1em;
1210 }