Merge "move page_restrictions.pr_id to top in tables.sql"
[mediawiki.git] / skins / common / shared.css
blobac7265a8afbfcaec09a8b13083d1430d58fef3ca
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 */
7 /* GENERAL CLASSES FOR DIRECTIONALITY SUPPORT */
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.
13 .mw-content-ltr {
14 /* @noflip */
15 direction: ltr;
17 .mw-content-rtl {
18 /* @noflip */
19 direction: rtl;
22 /* Most input fields should be in site direction */
23 .sitedir-ltr textarea,
24 .sitedir-ltr input {
25 /* @noflip */
26 direction: ltr;
28 .sitedir-rtl textarea,
29 .sitedir-rtl input {
30 /* @noflip */
31 direction: rtl;
34 /* User-Agent styles for new HTML5 elements */
35 mark {
36 background-color: yellow;
37 color: black;
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;
49 /* Override default values */
50 textarea[dir="ltr"],
51 input[dir="ltr"] {
52 /* @noflip */
53 direction: ltr;
55 textarea[dir="rtl"],
56 input[dir="rtl"] {
57 /* @noflip */
58 direction: rtl;
61 /* Default style for semantic tags */
62 abbr[title],
63 .explain[title] {
64 border-bottom: 1px dotted;
65 cursor: help;
68 /* Colored watchlist and recent changes numbers */
69 .mw-plusminus-pos {
70 color: #006400; /* dark green */
72 .mw-plusminus-neg {
73 color: #8b0000; /* dark red */
75 .mw-plusminus-null {
76 color: #aaa; /* gray */
79 /**
80 * Links to redirects appear italicized on [[Special:AllPages]], [[Special:PrefixIndex]],
81 * [[Special:Watchlist/edit]] and in category listings.
83 .allpagesredirect,
84 .redirect-in-category,
85 .watchlistredir {
86 font-style: italic;
89 /* Comment and username portions of RC entries */
90 span.comment {
91 font-style: italic;
94 span.changedby {
95 font-size: 95%;
98 /* Math */
99 .texvc {
100 direction: ltr;
101 unicode-bidi: embed;
103 img.tex {
104 vertical-align: middle;
106 span.texhtml {
107 font-family: serif;
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
114 #wikiPreview.ontop {
115 margin-bottom: 1em;
118 /* Stop floats from intruding into edit area in previews */
119 #editform,
120 #toolbar,
121 #wpTextbox1 {
122 clear: both;
125 #toolbar img {
126 cursor: pointer;
130 * File description page
133 div.mw-filepage-resolutioninfo {
134 font-size: smaller;
138 * File histories
140 h2#filehistory {
141 clear: both;
144 table.filehistory th,
145 table.filehistory td {
146 vertical-align: top;
148 table.filehistory th {
149 text-align: left;
151 table.filehistory td.mw-imagepage-filesize,
152 table.filehistory th.mw-imagepage-filesize {
153 white-space: nowrap;
156 table.filehistory td.filehistory-selected {
157 font-weight: bold;
161 * Add a checkered background image on hover for file
162 * description pages. (bug 26470)
164 .filehistory a img,
165 #file img:hover {
166 /* @embed */
167 background: white url(images/Checker-16x16.png) repeat;
171 * rev_deleted stuff
173 li span.deleted,
174 span.history-deleted {
175 text-decoration: line-through;
176 color: #888;
177 font-style: italic;
181 * Patrol stuff
183 .not-patrolled {
184 background-color: #ffa;
187 .unpatrolled {
188 font-weight: bold;
189 color: red;
192 div.patrollink {
193 font-size: 75%;
194 text-align: right;
198 * Forms
200 td.mw-label {
201 text-align: right;
203 td.mw-input {
204 text-align: left;
206 td.mw-submit {
207 text-align: left;
210 td.mw-label {
211 vertical-align: top;
213 .prefsection td.mw-label {
214 width: 20%;
216 .prefsection table {
217 width: 100%;
219 .prefsection table.mw-htmlform-matrix {
220 width: auto;
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;
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);
248 td.mw-submit {
249 white-space: nowrap;
252 table.mw-htmlform-nolabel td.mw-label {
253 width: 1px;
256 tr.mw-htmlform-vertical-label td.mw-label {
257 text-align: left !important;
260 .mw-htmlform-invalid-input td.mw-input input {
261 border-color: red;
264 .mw-htmlform-flatlist div.mw-htmlform-flatlist-item {
265 display: inline;
266 margin-right: 1em;
267 white-space: nowrap;
270 .mw-htmlform-matrix td {
271 padding-left: 0.5em;
272 padding-right: 0.5em;
275 input#wpSummary {
276 width: 80%;
277 margin-bottom: 1em;
281 * Image captions
283 /* @noflip */
284 .mw-content-ltr .thumbcaption {
285 text-align: left;
287 /* @noflip */
288 .mw-content-rtl .thumbcaption {
289 text-align: right;
291 /* @noflip */
292 .mw-content-ltr .magnify {
293 float: right;
295 /* @noflip */
296 .mw-content-rtl .magnify {
297 float: left;
301 * Categories
303 #catlinks {
305 * Overrides text justification (user preference)
306 * See bug 31990
308 text-align: left;
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;
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;
330 .catlinks li:first-child {
331 padding-left: 0.25em;
332 border-left: none;
335 /* (bug 5346) make category redirects italic */
336 .catlinks li a.mw-redirect {
337 font-style: italic;
340 * Hidden categories
342 .mw-hidden-cats-hidden {
343 display: none;
345 .catlinks-allhidden {
346 display: none;
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;
360 * OpenSearch ajax suggestions
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%;
377 table.os-suggest-results {
378 font-size: 95%;
379 cursor: pointer;
380 border: 0;
381 border-collapse: collapse;
382 width: 100%;
385 .os-suggest-result,
386 .os-suggest-result-hl {
387 white-space: nowrap;
388 background-color: white;
389 color: black;
390 padding: 2px;
392 .os-suggest-result-hl,
393 .os-suggest-result-hl-webkit {
394 background-color: #4C59A6;
395 color: white;
398 .os-suggest-toggle {
399 position: relative;
400 left: 1ex;
401 font-size: 65%;
403 .os-suggest-toggle-def {
404 position: absolute;
405 top: 0;
406 left: 0;
407 font-size: 65%;
408 visibility: hidden;
411 /* Page history styling */
413 /* The auto-generated edit comments */
414 .autocomment {
415 color: gray;
417 #pagehistory .history-user {
418 margin-left: 0.4em;
419 margin-right: 0.2em;
421 #pagehistory span.minor {
422 font-weight: bold;
424 #pagehistory li {
425 border: 1px solid white;
427 #pagehistory li.selected {
428 background-color: #f9f9f9;
429 border: 1px dashed #aaa;
432 .mw-history-revisiondelete-button, #mw-fileduplicatesearch-icon {
433 float: right;
436 /** Generic minor/bot/newpage styling (recent changes) */
437 .newpage,
438 .minoredit,
439 .botedit {
440 font-weight: bold;
443 #shared-image-dup,
444 #shared-image-conflict {
445 font-style: italic;
449 * Recreating deleted page warning
450 * Reupload file warning
451 * Page protection warning
452 * incl. log entries for these warnings
454 div.mw-warning-with-logexcerpt {
455 padding: 3px;
456 margin-bottom: 3px;
457 border: 2px solid #2F6FAB;
458 clear: both;
460 div.mw-warning-with-logexcerpt ul li {
461 font-size: 90%;
464 /* (show/hide) revision deletion links */
465 span.mw-revdelundel-link,
466 strong.mw-revdelundel-link {
467 font-size: 90%;
469 span.mw-revdelundel-hidden,
470 input.mw-revdelundel-hidden {
471 visibility: hidden;
474 td.mw-revdel-checkbox,
475 th.mw-revdel-checkbox {
476 padding-right: 10px;
477 text-align: center;
480 /* red links; see bug 36276 */
481 a.new {
482 color: #BA0000;
485 /* feed links */
486 a.feedlink {
487 /* @embed */
488 background: url(images/feed-icon.png) center left no-repeat;
489 padding-left: 16px;
492 /* Plainlinks - this can be used to switch
493 * off special external link styling */
494 .plainlinks a {
495 background: none !important;
496 padding: 0 !important;
498 /* External URLs should always be treated as LTR (bug 4330) */
499 /* @noflip */ .rtl a.external.free,
500 .rtl a.external.autonumber {
501 direction: ltr;
502 unicode-bidi: embed;
506 * wikitable class for skinning normal tables
507 * keep in sync with commonPrint.css
509 table.wikitable {
510 margin: 1em 0;
511 background-color: #f9f9f9;
512 border: 1px #aaa solid;
513 border-collapse: collapse;
514 color: black;
516 table.wikitable > tr > th,
517 table.wikitable > tr > td,
518 table.wikitable > * > tr > th,
519 table.wikitable > * > tr > td {
520 border: 1px #aaa solid;
521 padding: 0.2em;
523 table.wikitable > tr > th,
524 table.wikitable > * > tr > th {
525 background-color: #f2f2f2;
526 text-align: center;
528 table.wikitable > caption {
529 font-weight: bold;
532 /* hide initially collapsed collapsable tables */
533 table.collapsed tr.collapsable {
534 display: none;
537 /* success and error messages */
538 .error,
539 .warning,
540 .success {
541 font-size: larger;
543 .error {
544 color: #cc0000;
546 .warning {
547 color: #705000;
549 .success {
550 color: #009000;
553 .errorbox,
554 .warningbox,
555 .successbox {
556 border: 1px solid;
557 padding: .5em 1em;
558 margin-bottom: 1em;
559 display: -moz-inline-block;
560 display: inline-block;
561 zoom: 1;
562 *display: inline;
564 .errorbox h2,
565 .warningbox h2,
566 .successbox h2 {
567 font-size: 1em;
568 color: inherit;
569 font-weight: bold;
570 display: inline;
571 margin: 0 .5em 0 0;
572 border: none;
574 .errorbox {
575 color: #cc0000;
576 border-color: #fac5c5;
577 background-color: #fae3e3;
579 .warningbox {
580 color: #705000;
581 border-color: #fde29b;
582 background-color: #fdf1d1;
584 .successbox {
585 color: #009000;
586 border-color: #b7fdb5;
587 background-color: #e1fddf;
590 /* general info/warning box for SP */
591 .mw-infobox {
592 border: 2px solid #ff7f00;
593 margin: 0.5em;
594 clear: left;
595 overflow: hidden;
598 .mw-infobox-left {
599 margin: 7px;
600 float: left;
601 width: 35px;
604 .mw-infobox-right {
605 margin: 0.5em 0.5em 0.5em 49px;
608 /* Note on preview page */
609 .previewnote {
610 color: #c00;
611 margin-bottom: 1em;
614 .previewnote p {
615 text-indent: 3em;
616 margin: 0.8em 0;
619 .visualClear {
620 clear: both;
623 #mw_trackbacks {
624 border: solid 1px #bbbbff;
625 background-color: #eeeeff;
626 padding: 0.2em;
630 * Data table style
632 * Transparent table with suddle borders
633 * and blue row-highlighting.
635 .mw-datatable {
636 border-collapse: collapse;
638 .mw-datatable,
639 .mw-datatable td,
640 .mw-datatable th {
641 border: 1px solid #aaaaaa;
642 padding: 0 0.15em 0 0.15em;
644 .mw-datatable th {
645 background-color: #ddddff;
647 .mw-datatable td {
648 background-color: #ffffff;
650 .mw-datatable tr:hover td {
651 background-color: #eeeeff;
656 * TablePager tables generated by the TablePager PHP class
657 * in MediaWiki (e.g. Special:ListFiles).
659 .TablePager {
660 min-width: 80%;
662 .TablePager_nav {
663 margin: 0 auto;
665 .TablePager_nav td {
666 padding: 3px;
667 text-align: center;
669 .TablePager_nav a {
670 text-decoration: none;
673 .imagelist td,
674 .imagelist th {
675 white-space: nowrap;
677 .imagelist .TablePager_col_links {
678 background-color: #eeeeff;
680 .imagelist .TablePager_col_img_description {
681 white-space: normal;
683 .imagelist th.TablePager_sort {
684 background-color: #ccccff;
687 /* filetoc */
688 ul#filetoc {
689 text-align: center;
690 border: 1px solid #aaaaaa;
691 background-color: #f9f9f9;
692 padding: 5px;
693 font-size: 95%;
694 margin-bottom: 0.5em;
695 margin-left: 0;
696 margin-right: 0;
699 #filetoc li {
700 display: inline;
701 list-style-type: none;
702 padding-right: 2em;
705 /* Classes for Exif data display */
706 table.mw_metadata {
707 font-size: 0.8em;
708 margin-left: 0.5em;
709 margin-bottom: 0.5em;
710 width: 400px;
713 table.mw_metadata caption {
714 font-weight: bold;
717 table.mw_metadata th {
718 font-weight: normal;
721 table.mw_metadata td {
722 padding: 0.1em;
725 table.mw_metadata {
726 border: none;
727 border-collapse: collapse;
730 table.mw_metadata td,
731 table.mw_metadata th {
732 text-align: center;
733 border: 1px solid #aaaaaa;
734 padding-left: 5px;
735 padding-right: 5px;
738 table.mw_metadata th {
739 background-color: #f9f9f9;
742 table.mw_metadata td {
743 background-color: #fcfcfc;
746 table.mw_metadata ul.metadata-langlist {
747 list-style-type: none;
748 list-style-image: none;
749 padding-right: 5px;
750 padding-left: 5px;
751 margin: 0;
754 /* Correct directionality when page dir is different from site/user dir */
755 .mw-content-ltr ul,
756 .mw-content-rtl .mw-content-ltr ul {
757 /* @noflip */
758 margin: 0.3em 0 0 1.6em;
759 padding: 0;
761 .mw-content-rtl ul,
762 .mw-content-ltr .mw-content-rtl ul {
763 /* @noflip */
764 margin: 0.3em 1.6em 0 0;
765 padding: 0;
767 .mw-content-ltr ol,
768 .mw-content-rtl .mw-content-ltr ol {
769 /* @noflip */
770 margin: 0.3em 0 0 3.2em;
771 padding: 0;
773 .mw-content-rtl ol,
774 .mw-content-ltr .mw-content-rtl ol {
775 /* @noflip */
776 margin: 0.3em 3.2em 0 0;
777 padding: 0;
779 /* @noflip */
780 .mw-content-ltr dd,
781 .mw-content-rtl .mw-content-ltr dd {
782 margin-left: 1.6em;
783 margin-right: 0;
785 /* @noflip */
786 .mw-content-rtl dd,
787 .mw-content-ltr .mw-content-rtl dd {
788 margin-right: 1.6em;
789 margin-left: 0;
792 /* Galleries */
793 /* These display attributes look nonsensical, but are needed to support IE and FF2 */
794 /* Don't forget to update commonPrint.css */
795 li.gallerybox {
796 vertical-align: top;
797 display: -moz-inline-box;
798 display: inline-block;
801 ul.gallery,
802 li.gallerybox {
803 zoom: 1;
804 *display: inline;
807 ul.gallery {
808 margin: 2px;
809 padding: 2px;
810 display: block;
813 li.gallerycaption {
814 font-weight: bold;
815 text-align: center;
816 display: block;
817 word-wrap: break-word;
820 li.gallerybox div.thumb {
821 text-align: center;
822 border: 1px solid #ccc;
823 background-color: #f9f9f9;
824 margin: 2px;
827 li.gallerybox div.thumb img {
828 display: block;
829 margin: 0 auto;
832 div.gallerytext {
833 overflow: hidden;
834 font-size: 94%;
835 padding: 2px 4px;
836 word-wrap: break-word;
839 /* new gallery stuff */
840 ul.mw-gallery-nolines li.gallerybox div.thumb {
841 background-color: transparent;
842 border: none;
845 ul.mw-gallery-nolines li.gallerybox div.gallerytext {
846 text-align: center;
849 /* height constrained gallery */
851 ul.mw-gallery-packed li.gallerybox div.thumb,
852 ul.mw-gallery-packed-overlay li.gallerybox div.thumb,
853 ul.mw-gallery-packed-hover li.gallerybox div.thumb {
854 background-color: transparent;
855 border: none;
857 ul.mw-gallery-packed li.gallerybox div.thumb img,
858 ul.mw-gallery-packed-overlay li.gallerybox div.thumb img,
859 ul.mw-gallery-packed-hover li.gallerybox div.thumb img {
860 margin: 0 auto;
863 ul.mw-gallery-packed-hover li.gallerybox,
864 ul.mw-gallery-packed-overlay li.gallerybox {
865 position:relative;
868 ul.mw-gallery-packed-hover div.gallerytextwrapper {
869 overflow: hidden;
870 height: 0;
873 ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper,
874 ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper,
875 ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper {
876 position:absolute;
877 opacity:.8;
878 filter:alpha(opacity=80);
879 zoom: 1;
880 background-color:white;
881 padding: 5px 10px;
882 bottom: 0;
883 left: 0; /* Needed for IE */
884 height: auto;
885 font-weight: bold;
886 margin: 2px; /* correspond to style on div.thumb */
889 ul.mw-gallery-packed-hover,
890 ul.mw-gallery-packed-overlay,
891 ul.mw-gallery-packed {
892 text-align: center;
895 ul.mw-gallery-packed-hover div.gallerytext,
896 ul.mw-gallery-packed-overlay div.gallerytext {
897 opacity: 1;
898 position: relative; /* Resets opacity in old IE */
902 .mw-ajax-loader {
903 /* @embed */
904 background-image: url(images/ajax-loader.gif);
905 background-position: center center;
906 background-repeat: no-repeat;
907 padding: 16px;
908 position: relative;
909 top: -16px;
912 .mw-small-spinner {
913 padding: 10px !important;
914 margin-right: 0.6em;
915 /* @embed */
916 background-image: url(images/spinner.gif);
917 background-position: center center;
918 background-repeat: no-repeat;
921 /* Language specific height correction for titles. Ref Bug 29405 and Bug 30809 */
922 /* Languages like hi or ml require slightly more vertical space to show diacritics properly */
923 h1:lang(anp),
924 h1:lang(as),
925 h1:lang(bh), /* Macrolanguage, used on bh.wikipedia.org, should be removed one day */
926 h1:lang(bho),
927 h1:lang(bn),
928 h1:lang(gu),
929 h1:lang(hi),
930 h1:lang(kn),
931 h1:lang(ks),
932 h1:lang(ml),
933 h1:lang(mr),
934 h1:lang(my),
935 h1:lang(mai),
936 h1:lang(ne),
937 h1:lang(new),
938 h1:lang(or),
939 h1:lang(pa),
940 h1:lang(pi),
941 h1:lang(sa),
942 h1:lang(ta),
943 h1:lang(te) {
944 line-height: 1.6em !important;
946 h2:lang(anp), h3:lang(anp), h4:lang(anp), h5:lang(anp), h6:lang(anp),
947 h2:lang(as), h3:lang(as), h4:lang(as), h5:lang(as), h6:lang(as),
948 h2:lang(bho), h3:lang(bho), h4:lang(bho), h5:lang(bho), h6:lang(bho),
949 h2:lang(bh), h3:lang(bh), h4:lang(bh), h5:lang(bh), h6:lang(bh),
950 h2:lang(bn), h3:lang(bn), h4:lang(bn), h5:lang(bn), h6:lang(bn),
951 h2:lang(gu), h3:lang(gu), h4:lang(gu), h5:lang(gu), h6:lang(gu),
952 h2:lang(hi), h3:lang(hi), h4:lang(hi), h5:lang(hi), h6:lang(hi),
953 h2:lang(kn), h3:lang(kn), h4:lang(kn), h5:lang(kn), h6:lang(kn),
954 h2:lang(ks), h3:lang(ks), h4:lang(ks), h5:lang(ks), h6:lang(ks),
955 h2:lang(ml), h3:lang(ml), h4:lang(ml), h5:lang(ml), h6:lang(ml),
956 h2:lang(mr), h3:lang(mr), h4:lang(mr), h5:lang(mr), h6:lang(mr),
957 h2:lang(my), h3:lang(my), h4:lang(my), h5:lang(my), h6:lang(my),
958 h2:lang(mai), h3:lang(mai), h4:lang(mai), h5:lang(mai), h6:lang(mai),
959 h2:lang(ne), h3:lang(ne), h4:lang(ne), h5:lang(ne), h6:lang(ne),
960 h2:lang(new), h3:lang(new), h4:lang(new), h5:lang(new), h6:lang(new),
961 h2:lang(or), h3:lang(or), h4:lang(or), h5:lang(or), h6:lang(or),
962 h2:lang(pa), h3:lang(pa), h4:lang(pa), h5:lang(pa), h6:lang(pa),
963 h2:lang(pi), h3:lang(pi), h4:lang(pi), h5:lang(pi), h6:lang(pi),
964 h2:lang(sa), h3:lang(sa), h4:lang(sa), h5:lang(sa), h6:lang(sa),
965 h2:lang(ta), h3:lang(ta), h4:lang(ta), h5:lang(ta), h6:lang(ta),
966 h2:lang(te), h3:lang(te), h4:lang(te), h5:lang(te), h6:lang(te) {
967 line-height: 1.2em;
970 /* Localised ordered list numbering for some languages */
971 ol:lang(bcc) li,
972 ol:lang(bqi) li,
973 ol:lang(fa) li,
974 ol:lang(glk) li,
975 ol:lang(kk-arab) li,
976 ol:lang(mzn) li {
977 list-style-type: -moz-persian;
978 list-style-type: persian;
981 ol:lang(ckb) li {
982 list-style-type: -moz-arabic-indic;
983 list-style-type: arabic-indic;
986 ol:lang(hi) li,
987 ol:lang(mr) li {
988 list-style-type: -moz-devanagari;
989 list-style-type: devanagari;
992 ol:lang(as) li,
993 ol:lang(bn) li {
994 list-style-type: -moz-bengali;
995 list-style-type: bengali;
998 ol:lang(or) li {
999 list-style-type: -moz-oriya;
1000 list-style-type: oriya;
1003 #toc ul, .toc ul {
1004 margin: .3em 0;
1007 /* Correct directionality when page dir is different from site/user dir */
1008 /* @noflip */ .mw-content-ltr .toc ul,
1009 .mw-content-ltr #toc ul,
1010 .mw-content-rtl .mw-content-ltr .toc ul,
1011 .mw-content-rtl .mw-content-ltr #toc ul {
1012 text-align: left;
1014 /* @noflip */ .mw-content-rtl .toc ul,
1015 .mw-content-rtl #toc ul,
1016 .mw-content-ltr .mw-content-rtl .toc ul,
1017 .mw-content-ltr .mw-content-rtl #toc ul {
1018 text-align: right;
1020 /* @noflip */ .mw-content-ltr .toc ul ul,
1021 .mw-content-ltr #toc ul ul,
1022 .mw-content-rtl .mw-content-ltr .toc ul ul,
1023 .mw-content-rtl .mw-content-ltr #toc ul ul {
1024 margin: 0 0 0 2em;
1026 /* @noflip */ .mw-content-rtl .toc ul ul,
1027 .mw-content-rtl #toc ul ul,
1028 .mw-content-ltr .mw-content-rtl .toc ul ul,
1029 .mw-content-ltr .mw-content-rtl #toc ul ul {
1030 margin: 0 2em 0 0;
1033 #toc #toctitle,
1034 .toc #toctitle,
1035 #toc .toctitle,
1036 .toc .toctitle {
1037 direction: ltr;
1040 /* tooltip styles */
1041 .mw-help-field-hint {
1042 display: none;
1043 margin-left: 2px;
1044 margin-bottom: -8px;
1045 padding: 0 0 0 15px;
1046 /* @embed */
1047 background-image: url('images/help-question.gif');
1048 background-position: left center;
1049 background-repeat: no-repeat;
1050 cursor: pointer;
1051 font-size: .8em;
1052 text-decoration: underline;
1053 color: #0645ad;
1055 .mw-help-field-hint:hover {
1056 /* @embed */
1057 background-image: url('images/help-question-hover.gif');
1059 .mw-help-field-data {
1060 display: block;
1061 background-color: #d6f3ff;
1062 padding:5px 8px 4px 8px;
1063 border: 1px solid #5dc9f4;
1064 margin-left: 20px;
1066 .tipsy {
1067 padding: 5px 5px 10px;
1068 font-size: 12px;
1069 position: absolute;
1070 z-index: 100000;
1071 overflow: visible;
1073 .tipsy-inner {
1074 padding: 5px 8px 4px 8px;
1075 background-color: #d6f3ff;
1076 color: black;
1077 border: 1px solid #5dc9f4;
1078 max-width: 300px;
1079 text-align: left;
1081 .tipsy-arrow {
1082 position: absolute;
1083 /* @embed */
1084 background: url(images/tipsy-arrow.gif) no-repeat top left;
1085 width: 13px;
1086 height: 13px;
1088 .tipsy-se .tipsy-arrow {
1089 bottom: -2px;
1090 right: 10px;
1091 background-position: 0% 100%;
1094 #mw-clearyourcache,
1095 #mw-sitecsspreview,
1096 #mw-sitejspreview,
1097 #mw-usercsspreview,
1098 #mw-userjspreview {
1099 direction: ltr;
1100 unicode-bidi: embed;
1103 /* Correct user & content directionality when viewing a diff */
1104 .diff-currentversion-title,
1105 .diff {
1106 direction: ltr;
1107 unicode-bidi: embed;
1109 /* @noflip */ .diff-contentalign-right td {
1110 direction: rtl;
1111 unicode-bidi: embed;
1113 /* @noflip */ .diff-contentalign-left td {
1114 direction: ltr;
1115 unicode-bidi: embed;
1117 .diff-multi,
1118 .diff-otitle,
1119 .diff-ntitle,
1120 .diff-lineno {
1121 direction: ltr !important;
1122 unicode-bidi: embed;
1125 #mw-revision-info,
1126 #mw-revision-info-current,
1127 #mw-revision-nav {
1128 direction: ltr;
1129 display: inline;
1132 /* Images */
1134 /* @noflip */ div.tright,
1135 div.floatright,
1136 table.floatright {
1137 clear: right;
1138 float: right;
1140 /* @noflip */ div.tleft,
1141 div.floatleft,
1142 table.floatleft {
1143 float: left;
1144 clear: left;
1146 div.floatright,
1147 table.floatright,
1148 div.floatleft,
1149 table.floatleft {
1150 position: relative;
1153 /* bug 12205 */
1154 #mw-credits a {
1155 unicode-bidi: embed;
1158 /* Accessibility */
1159 .mw-jump,
1160 #jump-to-nav {
1161 overflow: hidden;
1162 height: 0;
1163 zoom: 1; /* http://webaim.org/techniques/skipnav/#iequirk */
1166 /* Print footer should be hidden by default in screen. */
1167 .printfooter {
1168 display: none;
1171 /* For developpers */
1172 .xdebug-error {
1173 position: absolute;
1174 z-index: 99;
1177 .mw-editsection,
1178 .toctoggle {
1179 -moz-user-select: none;
1180 -webkit-user-select: none;
1181 -ms-user-select: none;
1182 user-select: none;
1185 /* Display editsection links smaller and next to headings */
1186 .mw-editsection {
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;
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;
1206 /* @noflip */
1207 .mw-content-rtl .mw-editsection,
1208 .mw-content-ltr .mw-content-rtl .mw-editsection {
1209 margin-right: 1em;