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.
6 * NOTE: The images which are referenced in this file are no longer in use in
7 * essential interface components. They should NOT be embedded, because that
8 * optimizes for the uncommon case at the cost of bloating the size of render-
9 * blocking CSS common to all pages.
12 /* GENERAL CLASSES FOR DIRECTIONALITY SUPPORT */
15 * These classes should be used for text depending on the content direction.
16 * Content stuff like editsection, ul/ol and TOC depend on this.
28 /* Most input fields should be in site direction */
29 .sitedir-ltr textarea
,
35 .sitedir-rtl textarea
,
45 /* User-Agent styles for new HTML5 elements */
47 background-color: #ff0;
51 /* Helper for wbr element on IE 8+; in HTML5, but not supported by default as of IE 11. */
52 /* Note canonical HTML5 styles recommend "content: \u200B", but this doesn't work as of IE 11. */
54 display: inline-block
;
57 /* Input types that should follow user direction, like buttons */
58 /* TODO: What about buttons in wikipage content ? */
66 /* Override default values */
79 /* Default style for semantic tags */
82 border-bottom: 1px dotted
;
86 @supports (text-decoration: underline dotted
) {
90 text-decoration: underline dotted
;
94 /* Comment portions of RC entries */
97 unicode-bidi: -moz-isolate
;
98 unicode-bidi: isolate
;
101 /* Stop floats from intruding into edit area in previews */
108 /* Edit font preference */
109 /* TODO: for 'default' on non-textareas we could compute the default font of textarea in the client */
110 .mw-editfont-default:not( textarea ) {
111 font-family: monospace
;
114 /* Keep this rule separate from the :not rule above so it still works in older browsers */
115 .mw-editfont-monospace {
116 font-family: monospace
;
119 .mw-editfont-sans-serif {
120 font-family: sans-serif
;
127 /* Underline preference */
129 .mw-underline-always a {
130 text-decoration: underline
;
133 .mw-underline-never a {
134 text-decoration: none
;
141 span
.history-deleted
{
142 text-decoration: line-through
;
151 background-color: #ffa;
180 vertical-align: middle
;
192 .mw-input-with-label {
194 display: inline-block
;
200 * This is only meant to provide the most basic of styles, visual settings shouldn't be added here.
204 .mw-content-ltr .thumbcaption {
209 .mw-content-ltr .magnify {
214 .mw-content-rtl .thumbcaption {
219 .mw-content-rtl .magnify {
228 * Overrides text justification (user preference)
239 list-style-type: none
;
240 list-style-image: none
;
241 vertical-align: middle
!ie
;
245 display: inline-block
;
247 border-left: 1px solid
#a2a9b1;
254 .catlinks li:first-child {
255 padding-left: 0.25em;
259 /* (bug 5346) make category redirects italic */
260 .catlinks li a.mw-redirect {
267 .mw-hidden-cats-hidden {
271 .catlinks-allhidden {
276 * Convenience links to edit delete and protect reasons
278 p
.mw-protect-editreasons
,
279 p
.mw-filedelete-editreasons
,
280 p
.mw-delete-editreasons
{
285 /* The auto-generated edit comments */
290 /** Generic minor/bot/newpage styling (recent changes) */
298 * Recreating deleted page warning
299 * Reupload file warning
300 * Page protection warning
301 * incl. log entries for these warnings
303 div
.mw-warning-with-logexcerpt
{
306 border: 2px solid
#2a4b8d;
310 div
.mw-warning-with-logexcerpt ul li
{
314 /* (show/hide) revision deletion links */
315 span
.mw-revdelundel-link
,
316 strong
.mw-revdelundel-link
{
320 span
.mw-revdelundel-hidden
,
321 input
.mw-revdelundel-hidden
{
325 td
.mw-revdel-checkbox
,
326 th
.mw-revdel-checkbox
{
331 /* red links; see bug 36276 */
336 /* Plainlinks - this can be used to switch
337 * off special external link styling */
338 .plainlinks a.external {
339 background: none
!important
;
340 padding: 0 !important
;
343 /* External URLs should always be treated as LTR (bug 4330) */
344 /* @noflip */ .rtl a
.external
.free
,
345 .rtl a.external.autonumber {
351 * wikitable class for skinning normal tables
352 * keep in sync with commonPrint.css
356 background-color: #f8f9fa;
357 border: 1px solid
#a2a9b1;
358 border-collapse: collapse
;
362 table
.wikitable
> tr
> th
,
363 table
.wikitable
> tr
> td
,
364 table
.wikitable
> * > tr
> th
,
365 table
.wikitable
> * > tr
> td
{
366 border: 1px solid
#a2a9b1;
367 padding: 0.2em 0.4em;
370 table
.wikitable
> tr
> th
,
371 table
.wikitable
> * > tr
> th
{
372 background-color: #eaecf0;
376 table
.wikitable
> caption
{
380 /* success and error messages */
405 display: inline-block
;
423 border-color: #fac5c5;
424 background-color: #fae3e3;
429 border-color: #fde29b;
430 background-color: #fdf1d1;
435 border-color: #b7fdb5;
436 background-color: #e1fddf;
439 /* general info/warning box for SP */
441 border: 2px solid
#ff7f00;
454 margin: 0.5em 0.5em 0.5em 49px;
457 /* Note on preview page */
475 * Transparent table with suddle borders
476 * and blue row-highlighting.
479 border-collapse: collapse
;
485 border: 1px solid
#a2a9b1;
486 padding: 0 0.15em 0 0.15em;
490 background-color: #ddf;
494 background-color: #fff;
497 .mw-datatable tr:hover td {
498 background-color: #eaf3ff;
501 /* Correct directionality when page dir is different from site/user dir */
503 .mw-content-rtl .mw-content-ltr ul {
505 margin: 0.3em 0 0 1.6em;
510 .mw-content-ltr .mw-content-rtl ul {
512 margin: 0.3em 1.6em 0 0;
517 .mw-content-rtl .mw-content-ltr ol {
519 margin: 0.3em 0 0 3.2em;
524 .mw-content-ltr .mw-content-rtl ol {
526 margin: 0.3em 3.2em 0 0;
532 .mw-content-rtl .mw-content-ltr dd {
539 .mw-content-ltr .mw-content-rtl dd {
545 background-image: url
( images
/ajax-loader
.gif
);
546 background-position: center center
;
547 background-repeat: no-repeat
;
554 padding: 10px !important
;
556 background-image: url
( images
/spinner
.gif
);
557 background-position: center center
;
558 background-repeat: no-repeat
;
561 /* Language specific height correction for titles. Ref Bug 29405 and Bug 30809 */
562 /* Languages like hi or ml require slightly more vertical space to show diacritics properly */
565 h1:lang
(bh
), /* Macrolanguage, used on bh.wikipedia.org, should be removed one day */
584 line-height: 1.6em !important
;
587 h2:lang
(anp
), h3:lang
(anp
), h4:lang
(anp
), h5:lang
(anp
), h6:lang
(anp
),
588 h2:lang
(as
), h3:lang
(as
), h4:lang
(as
), h5:lang
(as
), h6:lang
(as
),
589 h2:lang
(bho
), h3:lang
(bho
), h4:lang
(bho
), h5:lang
(bho
), h6:lang
(bho
),
590 h2:lang
(bh
), h3:lang
(bh
), h4:lang
(bh
), h5:lang
(bh
), h6:lang
(bh
),
591 h2:lang
(bn
), h3:lang
(bn
), h4:lang
(bn
), h5:lang
(bn
), h6:lang
(bn
),
592 h2:lang
(gu
), h3:lang
(gu
), h4:lang
(gu
), h5:lang
(gu
), h6:lang
(gu
),
593 h2:lang
(hi
), h3:lang
(hi
), h4:lang
(hi
), h5:lang
(hi
), h6:lang
(hi
),
594 h2:lang
(kn
), h3:lang
(kn
), h4:lang
(kn
), h5:lang
(kn
), h6:lang
(kn
),
595 h2:lang
(ks
), h3:lang
(ks
), h4:lang
(ks
), h5:lang
(ks
), h6:lang
(ks
),
596 h2:lang
(ml
), h3:lang
(ml
), h4:lang
(ml
), h5:lang
(ml
), h6:lang
(ml
),
597 h2:lang
(mr
), h3:lang
(mr
), h4:lang
(mr
), h5:lang
(mr
), h6:lang
(mr
),
598 h2:lang
(my
), h3:lang
(my
), h4:lang
(my
), h5:lang
(my
), h6:lang
(my
),
599 h2:lang
(mai
), h3:lang
(mai
), h4:lang
(mai
), h5:lang
(mai
), h6:lang
(mai
),
600 h2:lang
(ne
), h3:lang
(ne
), h4:lang
(ne
), h5:lang
(ne
), h6:lang
(ne
),
601 h2:lang
(new
), h3:lang
(new
), h4:lang
(new
), h5:lang
(new
), h6:lang
(new
),
602 h2:lang
(or
), h3:lang
(or
), h4:lang
(or
), h5:lang
(or
), h6:lang
(or
),
603 h2:lang
(pa
), h3:lang
(pa
), h4:lang
(pa
), h5:lang
(pa
), h6:lang
(pa
),
604 h2:lang
(pi
), h3:lang
(pi
), h4:lang
(pi
), h5:lang
(pi
), h6:lang
(pi
),
605 h2:lang
(sa
), h3:lang
(sa
), h4:lang
(sa
), h5:lang
(sa
), h6:lang
(sa
),
606 h2:lang
(ta
), h3:lang
(ta
), h4:lang
(ta
), h5:lang
(ta
), h6:lang
(ta
),
607 h2:lang
(te
), h3:lang
(te
), h4:lang
(te
), h5:lang
(te
), h6:lang
(te
) {
611 /* Localised ordered list numbering for some languages */
622 list-style-type: -moz-persian
;
623 list-style-type: persian
;
628 list-style-type: -moz-arabic-indic
;
629 list-style-type: arabic-indic
;
634 list-style-type: -moz-devanagari
;
635 list-style-type: devanagari
;
640 list-style-type: -moz-bengali
;
641 list-style-type: bengali
;
645 list-style-type: -moz-oriya
;
646 list-style-type: oriya
;
653 /* Correct directionality when page dir is different from site/user dir */
654 /* @noflip */ .mw-content-ltr
.toc ul
,
655 .mw-content-ltr #toc ul
,
656 .mw-content-rtl
.mw-content-ltr
.toc ul
,
657 .mw-content-rtl .mw-content-ltr #toc ul {
661 /* @noflip */ .mw-content-rtl
.toc ul
,
662 .mw-content-rtl #toc ul
,
663 .mw-content-ltr
.mw-content-rtl
.toc ul
,
664 .mw-content-ltr .mw-content-rtl #toc ul {
668 /* @noflip */ .mw-content-ltr
.toc ul ul
,
669 .mw-content-ltr #toc ul ul
,
670 .mw-content-rtl
.mw-content-ltr
.toc ul ul
,
671 .mw-content-rtl .mw-content-ltr #toc ul ul {
675 /* @noflip */ .mw-content-rtl
.toc ul ul
,
676 .mw-content-rtl #toc ul ul
,
677 .mw-content-ltr
.mw-content-rtl
.toc ul ul
,
678 .mw-content-ltr .mw-content-rtl #toc ul ul {
699 #mw-revision-info-current,
706 /* @noflip */ div
.tright
,
713 /* @noflip */ div
.tleft
,
737 zoom: 1; /* http://webaim.org/techniques/skipnav/#iequirk */
740 /* Print footer should be hidden by default in screen. */
753 -moz-user-select: none
;
754 -webkit-user-select: none
;
755 -ms-user-select: none
;
759 /* Display editsection links smaller and next to headings */
761 .mw-editsection-like {
765 vertical-align: baseline
;
766 /* Reset line-height; headings tend to have it set to larger values */
768 /* As .mw-editsection is a <span> (inline element), it is treated as part */
769 /* of the heading content when selecting text by multiple clicks and thus */
770 /* selected together with heading content, despite the user-select: none; */
771 /* rule set above. This enforces non-selection without changing the look. */
772 display: inline-block
;
775 /* Correct directionality when page dir is different from site/user dir */
777 .mw-content-ltr
.mw-editsection
,
778 .mw-content-rtl .mw-content-ltr .mw-editsection {
783 .mw-content-rtl
.mw-editsection
,
784 .mw-content-ltr .mw-content-rtl .mw-editsection {
788 /* Prevent citations and subscripts from interfering with the line-height */