Merge "Add .mw-editsection-like class, behavior same as .mw-editsection"
[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 /* @embed */
225 background: url('images/question-small.png') no-repeat;
226 /* SVG support using a transparent gradient to guarantee cross-browser
227 * compatibility (browsers able to understand gradient syntax support also SVG)
228 * lifted from #pt-login css rule in skins/vector/screen.css */
229 /* @embed */
230 background: -webkit-linear-gradient(transparent, transparent), url('images/question.svg') no-repeat;
231 /* @embed */
232 background: linear-gradient(transparent, transparent), url('images/question.svg') 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 /* @embed */
488 background-image: url(images/feed-icon.png);
489 background-image: linear-gradient(transparent, transparent), url(images/feed-icon.svg);
490 background-position: center left;
491 background-repeat: no-repeat;
492 background-size: 12px 12px;
493 padding-left: 16px;
494 }
495
496 /* Plainlinks - this can be used to switch
497 * off special external link styling */
498 .plainlinks a {
499 background: none !important;
500 padding: 0 !important;
501 }
502 /* External URLs should always be treated as LTR (bug 4330) */
503 /* @noflip */ .rtl a.external.free,
504 .rtl a.external.autonumber {
505 direction: ltr;
506 unicode-bidi: embed;
507 }
508
509 /**
510 * wikitable class for skinning normal tables
511 * keep in sync with commonPrint.css
512 */
513 table.wikitable {
514 margin: 1em 0;
515 background-color: #f9f9f9;
516 border: 1px #aaa solid;
517 border-collapse: collapse;
518 color: black;
519 }
520 table.wikitable > tr > th,
521 table.wikitable > tr > td,
522 table.wikitable > * > tr > th,
523 table.wikitable > * > tr > td {
524 border: 1px #aaa solid;
525 padding: 0.2em;
526 }
527 table.wikitable > tr > th,
528 table.wikitable > * > tr > th {
529 background-color: #f2f2f2;
530 text-align: center;
531 }
532 table.wikitable > caption {
533 font-weight: bold;
534 }
535
536 /* hide initially collapsed collapsable tables */
537 table.collapsed tr.collapsable {
538 display: none;
539 }
540
541 /* success and error messages */
542 .error,
543 .warning,
544 .success {
545 font-size: larger;
546 }
547 .error {
548 color: #cc0000;
549 }
550 .warning {
551 color: #705000;
552 }
553 .success {
554 color: #009000;
555 }
556
557 .errorbox,
558 .warningbox,
559 .successbox {
560 border: 1px solid;
561 padding: .5em 1em;
562 margin-bottom: 1em;
563 display: -moz-inline-block;
564 display: inline-block;
565 zoom: 1;
566 *display: inline;
567 }
568 .errorbox h2,
569 .warningbox h2,
570 .successbox h2 {
571 font-size: 1em;
572 color: inherit;
573 font-weight: bold;
574 display: inline;
575 margin: 0 .5em 0 0;
576 border: none;
577 }
578 .errorbox {
579 color: #cc0000;
580 border-color: #fac5c5;
581 background-color: #fae3e3;
582 }
583 .warningbox {
584 color: #705000;
585 border-color: #fde29b;
586 background-color: #fdf1d1;
587 }
588 .successbox {
589 color: #009000;
590 border-color: #b7fdb5;
591 background-color: #e1fddf;
592 }
593
594 /* general info/warning box for SP */
595 .mw-infobox {
596 border: 2px solid #ff7f00;
597 margin: 0.5em;
598 clear: left;
599 overflow: hidden;
600 }
601
602 .mw-infobox-left {
603 margin: 7px;
604 float: left;
605 width: 35px;
606 }
607
608 .mw-infobox-right {
609 margin: 0.5em 0.5em 0.5em 49px;
610 }
611
612 /* Note on preview page */
613 .previewnote {
614 color: #c00;
615 margin-bottom: 1em;
616 }
617
618 .previewnote p {
619 text-indent: 3em;
620 margin: 0.8em 0;
621 }
622
623 .visualClear {
624 clear: both;
625 }
626
627 #mw_trackbacks {
628 border: solid 1px #bbbbff;
629 background-color: #eeeeff;
630 padding: 0.2em;
631 }
632
633 /**
634 * Data table style
635 *
636 * Transparent table with suddle borders
637 * and blue row-highlighting.
638 */
639 .mw-datatable {
640 border-collapse: collapse;
641 }
642 .mw-datatable,
643 .mw-datatable td,
644 .mw-datatable th {
645 border: 1px solid #aaaaaa;
646 padding: 0 0.15em 0 0.15em;
647 }
648 .mw-datatable th {
649 background-color: #ddddff;
650 }
651 .mw-datatable td {
652 background-color: #ffffff;
653 }
654 .mw-datatable tr:hover td {
655 background-color: #eeeeff;
656 }
657
658
659 /**
660 * TablePager tables generated by the TablePager PHP class
661 * in MediaWiki (e.g. Special:ListFiles).
662 */
663 .TablePager {
664 min-width: 80%;
665 }
666 .TablePager_nav {
667 margin: 0 auto;
668 }
669 .TablePager_nav td {
670 padding: 3px;
671 text-align: center;
672 }
673 .TablePager_nav a {
674 text-decoration: none;
675 }
676
677 .imagelist td,
678 .imagelist th {
679 white-space: nowrap;
680 }
681 .imagelist .TablePager_col_links {
682 background-color: #eeeeff;
683 }
684 .imagelist .TablePager_col_img_description {
685 white-space: normal;
686 }
687 .imagelist th.TablePager_sort {
688 background-color: #ccccff;
689 }
690
691 /* filetoc */
692 ul#filetoc {
693 text-align: center;
694 border: 1px solid #aaaaaa;
695 background-color: #f9f9f9;
696 padding: 5px;
697 font-size: 95%;
698 margin-bottom: 0.5em;
699 margin-left: 0;
700 margin-right: 0;
701 }
702
703 #filetoc li {
704 display: inline;
705 list-style-type: none;
706 padding-right: 2em;
707 }
708
709 /* Classes for Exif data display */
710 table.mw_metadata {
711 font-size: 0.8em;
712 margin-left: 0.5em;
713 margin-bottom: 0.5em;
714 width: 400px;
715 }
716
717 table.mw_metadata caption {
718 font-weight: bold;
719 }
720
721 table.mw_metadata th {
722 font-weight: normal;
723 }
724
725 table.mw_metadata td {
726 padding: 0.1em;
727 }
728
729 table.mw_metadata {
730 border: none;
731 border-collapse: collapse;
732 }
733
734 table.mw_metadata td,
735 table.mw_metadata th {
736 text-align: center;
737 border: 1px solid #aaaaaa;
738 padding-left: 5px;
739 padding-right: 5px;
740 }
741
742 table.mw_metadata th {
743 background-color: #f9f9f9;
744 }
745
746 table.mw_metadata td {
747 background-color: #fcfcfc;
748 }
749
750 table.mw_metadata ul.metadata-langlist {
751 list-style-type: none;
752 list-style-image: none;
753 padding-right: 5px;
754 padding-left: 5px;
755 margin: 0;
756 }
757
758 /* Correct directionality when page dir is different from site/user dir */
759 .mw-content-ltr ul,
760 .mw-content-rtl .mw-content-ltr ul {
761 /* @noflip */
762 margin: 0.3em 0 0 1.6em;
763 padding: 0;
764 }
765 .mw-content-rtl ul,
766 .mw-content-ltr .mw-content-rtl ul {
767 /* @noflip */
768 margin: 0.3em 1.6em 0 0;
769 padding: 0;
770 }
771 .mw-content-ltr ol,
772 .mw-content-rtl .mw-content-ltr ol {
773 /* @noflip */
774 margin: 0.3em 0 0 3.2em;
775 padding: 0;
776 }
777 .mw-content-rtl ol,
778 .mw-content-ltr .mw-content-rtl ol {
779 /* @noflip */
780 margin: 0.3em 3.2em 0 0;
781 padding: 0;
782 }
783 /* @noflip */
784 .mw-content-ltr dd,
785 .mw-content-rtl .mw-content-ltr dd {
786 margin-left: 1.6em;
787 margin-right: 0;
788 }
789 /* @noflip */
790 .mw-content-rtl dd,
791 .mw-content-ltr .mw-content-rtl dd {
792 margin-right: 1.6em;
793 margin-left: 0;
794 }
795
796 /* Galleries */
797 /* These display attributes look nonsensical, but are needed to support IE and FF2 */
798 /* Don't forget to update commonPrint.css */
799 li.gallerybox {
800 vertical-align: top;
801 display: -moz-inline-box;
802 display: inline-block;
803 }
804
805 ul.gallery,
806 li.gallerybox {
807 zoom: 1;
808 *display: inline;
809 }
810
811 ul.gallery {
812 margin: 2px;
813 padding: 2px;
814 display: block;
815 }
816
817 li.gallerycaption {
818 font-weight: bold;
819 text-align: center;
820 display: block;
821 word-wrap: break-word;
822 }
823
824 li.gallerybox div.thumb {
825 text-align: center;
826 border: 1px solid #ccc;
827 background-color: #f9f9f9;
828 margin: 2px;
829 }
830
831 li.gallerybox div.thumb img {
832 display: block;
833 margin: 0 auto;
834 }
835
836 div.gallerytext {
837 overflow: hidden;
838 font-size: 94%;
839 padding: 2px 4px;
840 word-wrap: break-word;
841 }
842
843 /* new gallery stuff */
844 ul.mw-gallery-nolines li.gallerybox div.thumb {
845 background-color: transparent;
846 border: none;
847 }
848
849 ul.mw-gallery-nolines li.gallerybox div.gallerytext {
850 text-align: center;
851 }
852
853 /* height constrained gallery */
854
855 ul.mw-gallery-packed li.gallerybox div.thumb,
856 ul.mw-gallery-packed-overlay li.gallerybox div.thumb,
857 ul.mw-gallery-packed-hover li.gallerybox div.thumb {
858 background-color: transparent;
859 border: none;
860 }
861 ul.mw-gallery-packed li.gallerybox div.thumb img,
862 ul.mw-gallery-packed-overlay li.gallerybox div.thumb img,
863 ul.mw-gallery-packed-hover li.gallerybox div.thumb img {
864 margin: 0 auto;
865 }
866
867 ul.mw-gallery-packed-hover li.gallerybox,
868 ul.mw-gallery-packed-overlay li.gallerybox {
869 position:relative;
870 }
871
872 ul.mw-gallery-packed-hover div.gallerytextwrapper {
873 overflow: hidden;
874 height: 0;
875 }
876
877 ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper,
878 ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper,
879 ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper {
880 position:absolute;
881 opacity:.8;
882 filter:alpha(opacity=80);
883 zoom: 1;
884 background-color:white;
885 padding: 5px 10px;
886 bottom: 0;
887 left: 0; /* Needed for IE */
888 height: auto;
889 font-weight: bold;
890 margin: 2px; /* correspond to style on div.thumb */
891 }
892
893 ul.mw-gallery-packed-hover,
894 ul.mw-gallery-packed-overlay,
895 ul.mw-gallery-packed {
896 text-align: center;
897 }
898
899 ul.mw-gallery-packed-hover div.gallerytext,
900 ul.mw-gallery-packed-overlay div.gallerytext {
901 opacity: 1;
902 position: relative; /* Resets opacity in old IE */
903 }
904
905
906 .mw-ajax-loader {
907 /* @embed */
908 background-image: url(images/ajax-loader.gif);
909 background-position: center center;
910 background-repeat: no-repeat;
911 padding: 16px;
912 position: relative;
913 top: -16px;
914 }
915
916 .mw-small-spinner {
917 padding: 10px !important;
918 margin-right: 0.6em;
919 /* @embed */
920 background-image: url(images/spinner.gif);
921 background-position: center center;
922 background-repeat: no-repeat;
923 }
924
925 /* Language specific height correction for titles. Ref Bug 29405 and Bug 30809 */
926 /* Languages like hi or ml require slightly more vertical space to show diacritics properly */
927 h1:lang(anp),
928 h1:lang(as),
929 h1:lang(bh), /* Macrolanguage, used on bh.wikipedia.org, should be removed one day */
930 h1:lang(bho),
931 h1:lang(bn),
932 h1:lang(gu),
933 h1:lang(hi),
934 h1:lang(kn),
935 h1:lang(ks),
936 h1:lang(ml),
937 h1:lang(mr),
938 h1:lang(my),
939 h1:lang(mai),
940 h1:lang(ne),
941 h1:lang(new),
942 h1:lang(or),
943 h1:lang(pa),
944 h1:lang(pi),
945 h1:lang(sa),
946 h1:lang(ta),
947 h1:lang(te) {
948 line-height: 1.6em !important;
949 }
950 h2:lang(anp), h3:lang(anp), h4:lang(anp), h5:lang(anp), h6:lang(anp),
951 h2:lang(as), h3:lang(as), h4:lang(as), h5:lang(as), h6:lang(as),
952 h2:lang(bho), h3:lang(bho), h4:lang(bho), h5:lang(bho), h6:lang(bho),
953 h2:lang(bh), h3:lang(bh), h4:lang(bh), h5:lang(bh), h6:lang(bh),
954 h2:lang(bn), h3:lang(bn), h4:lang(bn), h5:lang(bn), h6:lang(bn),
955 h2:lang(gu), h3:lang(gu), h4:lang(gu), h5:lang(gu), h6:lang(gu),
956 h2:lang(hi), h3:lang(hi), h4:lang(hi), h5:lang(hi), h6:lang(hi),
957 h2:lang(kn), h3:lang(kn), h4:lang(kn), h5:lang(kn), h6:lang(kn),
958 h2:lang(ks), h3:lang(ks), h4:lang(ks), h5:lang(ks), h6:lang(ks),
959 h2:lang(ml), h3:lang(ml), h4:lang(ml), h5:lang(ml), h6:lang(ml),
960 h2:lang(mr), h3:lang(mr), h4:lang(mr), h5:lang(mr), h6:lang(mr),
961 h2:lang(my), h3:lang(my), h4:lang(my), h5:lang(my), h6:lang(my),
962 h2:lang(mai), h3:lang(mai), h4:lang(mai), h5:lang(mai), h6:lang(mai),
963 h2:lang(ne), h3:lang(ne), h4:lang(ne), h5:lang(ne), h6:lang(ne),
964 h2:lang(new), h3:lang(new), h4:lang(new), h5:lang(new), h6:lang(new),
965 h2:lang(or), h3:lang(or), h4:lang(or), h5:lang(or), h6:lang(or),
966 h2:lang(pa), h3:lang(pa), h4:lang(pa), h5:lang(pa), h6:lang(pa),
967 h2:lang(pi), h3:lang(pi), h4:lang(pi), h5:lang(pi), h6:lang(pi),
968 h2:lang(sa), h3:lang(sa), h4:lang(sa), h5:lang(sa), h6:lang(sa),
969 h2:lang(ta), h3:lang(ta), h4:lang(ta), h5:lang(ta), h6:lang(ta),
970 h2:lang(te), h3:lang(te), h4:lang(te), h5:lang(te), h6:lang(te) {
971 line-height: 1.2em;
972 }
973
974 /* Localised ordered list numbering for some languages */
975 ol:lang(bcc) li,
976 ol:lang(bqi) li,
977 ol:lang(fa) li,
978 ol:lang(glk) li,
979 ol:lang(kk-arab) li,
980 ol:lang(mzn) li {
981 list-style-type: -moz-persian;
982 list-style-type: persian;
983 }
984
985 ol:lang(ckb) li {
986 list-style-type: -moz-arabic-indic;
987 list-style-type: arabic-indic;
988 }
989
990 ol:lang(hi) li,
991 ol:lang(mr) li {
992 list-style-type: -moz-devanagari;
993 list-style-type: devanagari;
994 }
995
996 ol:lang(as) li,
997 ol:lang(bn) li {
998 list-style-type: -moz-bengali;
999 list-style-type: bengali;
1000 }
1001
1002 ol:lang(or) li {
1003 list-style-type: -moz-oriya;
1004 list-style-type: oriya;
1005 }
1006
1007 #toc ul, .toc ul {
1008 margin: .3em 0;
1009 }
1010
1011 /* Correct directionality when page dir is different from site/user dir */
1012 /* @noflip */ .mw-content-ltr .toc ul,
1013 .mw-content-ltr #toc ul,
1014 .mw-content-rtl .mw-content-ltr .toc ul,
1015 .mw-content-rtl .mw-content-ltr #toc ul {
1016 text-align: left;
1017 }
1018 /* @noflip */ .mw-content-rtl .toc ul,
1019 .mw-content-rtl #toc ul,
1020 .mw-content-ltr .mw-content-rtl .toc ul,
1021 .mw-content-ltr .mw-content-rtl #toc ul {
1022 text-align: right;
1023 }
1024 /* @noflip */ .mw-content-ltr .toc ul ul,
1025 .mw-content-ltr #toc ul ul,
1026 .mw-content-rtl .mw-content-ltr .toc ul ul,
1027 .mw-content-rtl .mw-content-ltr #toc ul ul {
1028 margin: 0 0 0 2em;
1029 }
1030 /* @noflip */ .mw-content-rtl .toc ul ul,
1031 .mw-content-rtl #toc ul ul,
1032 .mw-content-ltr .mw-content-rtl .toc ul ul,
1033 .mw-content-ltr .mw-content-rtl #toc ul ul {
1034 margin: 0 2em 0 0;
1035 }
1036
1037 #toc #toctitle,
1038 .toc #toctitle,
1039 #toc .toctitle,
1040 .toc .toctitle {
1041 direction: ltr;
1042 }
1043
1044 /* tooltip styles */
1045 .mw-help-field-hint {
1046 display: none;
1047 margin-left: 2px;
1048 margin-bottom: -8px;
1049 padding: 0 0 0 15px;
1050 /* @embed */
1051 background-image: url('images/help-question.gif');
1052 background-position: left center;
1053 background-repeat: no-repeat;
1054 cursor: pointer;
1055 font-size: .8em;
1056 text-decoration: underline;
1057 color: #0645ad;
1058 }
1059 .mw-help-field-hint:hover {
1060 /* @embed */
1061 background-image: url('images/help-question-hover.gif');
1062 }
1063 .mw-help-field-data {
1064 display: block;
1065 background-color: #d6f3ff;
1066 padding:5px 8px 4px 8px;
1067 border: 1px solid #5dc9f4;
1068 margin-left: 20px;
1069 }
1070 .tipsy {
1071 padding: 5px 5px 10px;
1072 font-size: 12px;
1073 position: absolute;
1074 z-index: 100000;
1075 overflow: visible;
1076 }
1077 .tipsy-inner {
1078 padding: 5px 8px 4px 8px;
1079 background-color: #d6f3ff;
1080 color: black;
1081 border: 1px solid #5dc9f4;
1082 max-width: 300px;
1083 text-align: left;
1084 }
1085 .tipsy-arrow {
1086 position: absolute;
1087 /* @embed */
1088 background: url(images/tipsy-arrow.gif) no-repeat top left;
1089 width: 13px;
1090 height: 13px;
1091 }
1092 .tipsy-se .tipsy-arrow {
1093 bottom: -2px;
1094 right: 10px;
1095 background-position: 0% 100%;
1096 }
1097
1098 #mw-clearyourcache,
1099 #mw-sitecsspreview,
1100 #mw-sitejspreview,
1101 #mw-usercsspreview,
1102 #mw-userjspreview {
1103 direction: ltr;
1104 unicode-bidi: embed;
1105 }
1106
1107 /* Correct user & content directionality when viewing a diff */
1108 .diff-currentversion-title,
1109 .diff {
1110 direction: ltr;
1111 unicode-bidi: embed;
1112 }
1113 /* @noflip */ .diff-contentalign-right td {
1114 direction: rtl;
1115 unicode-bidi: embed;
1116 }
1117 /* @noflip */ .diff-contentalign-left td {
1118 direction: ltr;
1119 unicode-bidi: embed;
1120 }
1121 .diff-multi,
1122 .diff-otitle,
1123 .diff-ntitle,
1124 .diff-lineno {
1125 direction: ltr !important;
1126 unicode-bidi: embed;
1127 }
1128
1129 #mw-revision-info,
1130 #mw-revision-info-current,
1131 #mw-revision-nav {
1132 direction: ltr;
1133 display: inline;
1134 }
1135
1136 /* Images */
1137
1138 /* @noflip */ div.tright,
1139 div.floatright,
1140 table.floatright {
1141 clear: right;
1142 float: right;
1143 }
1144 /* @noflip */ div.tleft,
1145 div.floatleft,
1146 table.floatleft {
1147 float: left;
1148 clear: left;
1149 }
1150 div.floatright,
1151 table.floatright,
1152 div.floatleft,
1153 table.floatleft {
1154 position: relative;
1155 }
1156
1157 /* bug 12205 */
1158 #mw-credits a {
1159 unicode-bidi: embed;
1160 }
1161
1162 /* Accessibility */
1163 .mw-jump,
1164 #jump-to-nav {
1165 overflow: hidden;
1166 height: 0;
1167 zoom: 1; /* http://webaim.org/techniques/skipnav/#iequirk */
1168 }
1169
1170 /* Print footer should be hidden by default in screen. */
1171 .printfooter {
1172 display: none;
1173 }
1174
1175 /* For developpers */
1176 .xdebug-error {
1177 position: absolute;
1178 z-index: 99;
1179 }
1180
1181 .mw-editsection,
1182 .toctoggle {
1183 -moz-user-select: none;
1184 -webkit-user-select: none;
1185 -ms-user-select: none;
1186 user-select: none;
1187 }
1188
1189 /* Display editsection links smaller and next to headings */
1190 .mw-editsection,
1191 .mw-editsection-like {
1192 font-size: small;
1193 font-weight: normal;
1194 margin-left: 1em;
1195 vertical-align: baseline;
1196 /* Reset line-height; headings tend to have it set to larger values */
1197 line-height: 1em;
1198 /* As .mw-editsection is a <span> (inline element), it is treated as part */
1199 /* of the heading content when selecting text by multiple clicks and thus */
1200 /* selected together with heading content, despite the user-select: none; */
1201 /* rule set above. This enforces non-selection without changing the look. */
1202 display: inline-block;
1203 }
1204
1205 /* Correct directionality when page dir is different from site/user dir */
1206 /* @noflip */
1207 .mw-content-ltr .mw-editsection,
1208 .mw-content-rtl .mw-content-ltr .mw-editsection {
1209 margin-left: 1em;
1210 }
1211 /* @noflip */
1212 .mw-content-rtl .mw-editsection,
1213 .mw-content-ltr .mw-content-rtl .mw-editsection {
1214 margin-right: 1em;
1215 }