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;
169 vertical-align: middle
;
181 .mw-input-with-label {
183 display: inline-block
;
189 * This is only meant to provide the most basic of styles, visual settings shouldn't be added here.
193 .mw-content-ltr .thumbcaption {
198 .mw-content-ltr .magnify {
203 .mw-content-rtl .thumbcaption {
208 .mw-content-rtl .magnify {
217 * Overrides text justification (user preference)
228 list-style-type: none
;
229 list-style-image: none
;
230 vertical-align: middle
!ie
;
234 display: inline-block
;
236 border-left: 1px solid
#a2a9b1;
240 display: inline
!ie
; /* stylelint-disable-line declaration-block-no-duplicate-properties */
243 .catlinks li:first-child {
244 padding-left: 0.25em;
248 /* (T7346) make category redirects italic */
249 .catlinks li a.mw-redirect {
256 .mw-hidden-cats-hidden {
260 .catlinks-allhidden {
265 * Convenience links to edit delete and protect reasons
267 p
.mw-protect-editreasons
,
268 p
.mw-filedelete-editreasons
,
269 p
.mw-delete-editreasons
{
274 /* The auto-generated edit comments */
279 /** Generic minor/bot/newpage styling (recent changes) */
287 * Recreating deleted page warning
288 * Reupload file warning
289 * Page protection warning
290 * incl. log entries for these warnings
292 div
.mw-warning-with-logexcerpt
{
295 border: 2px solid
#2a4b8d;
299 div
.mw-warning-with-logexcerpt ul li
{
303 /* (show/hide) revision deletion links */
304 span
.mw-revdelundel-link
,
305 strong
.mw-revdelundel-link
{
309 span
.mw-revdelundel-hidden
,
310 input
.mw-revdelundel-hidden
{
314 td
.mw-revdel-checkbox
,
315 th
.mw-revdel-checkbox
{
320 /* red links; see T38276 */
325 /* Plainlinks - this can be used to switch
326 * off special external link styling */
327 .plainlinks a.external {
328 background: none
!important
; /* stylelint-disable-line declaration-no-important */
329 padding: 0 !important
; /* stylelint-disable-line declaration-no-important */
332 /* External URLs should always be treated as LTR (T6330) */
333 /* @noflip */ .rtl a
.external
.free
,
334 .rtl a.external.autonumber {
340 * wikitable class for skinning normal tables
341 * keep in sync with commonPrint.css
345 background-color: #f8f9fa;
346 border: 1px solid
#a2a9b1;
347 border-collapse: collapse
;
351 table
.wikitable
> tr
> th
,
352 table
.wikitable
> tr
> td
,
353 table
.wikitable
> * > tr
> th
,
354 table
.wikitable
> * > tr
> td
{
355 border: 1px solid
#a2a9b1;
356 padding: 0.2em 0.4em;
359 table
.wikitable
> tr
> th
,
360 table
.wikitable
> * > tr
> th
{
361 background-color: #eaecf0;
365 table
.wikitable
> caption
{
369 /* success and error messages */
394 display: inline-block
;
396 *display: inline
; /* stylelint-disable-line declaration-block-no-duplicate-properties */
412 border-color: #fac5c5;
413 background-color: #fae3e3;
418 border-color: #fde29b;
419 background-color: #fdf1d1;
424 border-color: #b7fdb5;
425 background-color: #e1fddf;
428 /* general info/warning box for SP */
430 border: 2px solid
#ff7f00;
443 margin: 0.5em 0.5em 0.5em 49px;
446 /* Note on preview page */
464 * Transparent table with suddle borders
465 * and blue row-highlighting.
468 border-collapse: collapse
;
474 border: 1px solid
#a2a9b1;
475 padding: 0 0.15em 0 0.15em;
479 background-color: #ddf;
483 background-color: #fff;
486 .mw-datatable tr:hover td {
487 background-color: #eaf3ff;
490 /* Correct directionality when page dir is different from site/user dir */
492 .mw-content-rtl .mw-content-ltr ul {
494 margin: 0.3em 0 0 1.6em;
499 .mw-content-ltr .mw-content-rtl ul {
501 margin: 0.3em 1.6em 0 0;
506 .mw-content-rtl .mw-content-ltr ol {
508 margin: 0.3em 0 0 3.2em;
513 .mw-content-ltr .mw-content-rtl ol {
515 margin: 0.3em 3.2em 0 0;
521 .mw-content-rtl .mw-content-ltr dd {
528 .mw-content-ltr .mw-content-rtl dd {
534 background-image: url
( images
/ajax-loader
.gif
);
535 background-position: center center
;
536 background-repeat: no-repeat
;
543 padding: 10px !important
; /* stylelint-disable-line declaration-no-important */
545 background-image: url
( images
/spinner
.gif
);
546 background-position: center center
;
547 background-repeat: no-repeat
;
550 /* Language specific height correction for titles. Ref T31405 and T32809 */
551 /* Languages like hi or ml require slightly more vertical space to show diacritics properly */
554 h1:lang
( bh
), /* Macrolanguage, used on bh.wikipedia.org, should be removed one day */
573 line-height: 1.6em !important
; /* stylelint-disable-line declaration-no-important */
576 /* stylelint-disable selector-list-comma-newline-after */
577 h2:lang
( anp
), h3:lang
( anp
), h4:lang
( anp
), h5:lang
( anp
), h6:lang
( anp
),
578 h2:lang
( as
), h3:lang
( as
), h4:lang
( as
), h5:lang
( as
), h6:lang
( as
),
579 h2:lang
( bho
), h3:lang
( bho
), h4:lang
( bho
), h5:lang
( bho
), h6:lang
( bho
),
580 h2:lang
( bh
), h3:lang
( bh
), h4:lang
( bh
), h5:lang
( bh
), h6:lang
( bh
),
581 h2:lang
( bn
), h3:lang
( bn
), h4:lang
( bn
), h5:lang
( bn
), h6:lang
( bn
),
582 h2:lang
( gu
), h3:lang
( gu
), h4:lang
( gu
), h5:lang
( gu
), h6:lang
( gu
),
583 h2:lang
( hi
), h3:lang
( hi
), h4:lang
( hi
), h5:lang
( hi
), h6:lang
( hi
),
584 h2:lang
( kn
), h3:lang
( kn
), h4:lang
( kn
), h5:lang
( kn
), h6:lang
( kn
),
585 h2:lang
( ks
), h3:lang
( ks
), h4:lang
( ks
), h5:lang
( ks
), h6:lang
( ks
),
586 h2:lang
( ml
), h3:lang
( ml
), h4:lang
( ml
), h5:lang
( ml
), h6:lang
( ml
),
587 h2:lang
( mr
), h3:lang
( mr
), h4:lang
( mr
), h5:lang
( mr
), h6:lang
( mr
),
588 h2:lang
( my
), h3:lang
( my
), h4:lang
( my
), h5:lang
( my
), h6:lang
( my
),
589 h2:lang
( mai
), h3:lang
( mai
), h4:lang
( mai
), h5:lang
( mai
), h6:lang
( mai
),
590 h2:lang
( ne
), h3:lang
( ne
), h4:lang
( ne
), h5:lang
( ne
), h6:lang
( ne
),
591 h2:lang
( new
), h3:lang
( new
), h4:lang
( new
), h5:lang
( new
), h6:lang
( new
),
592 h2:lang
( or
), h3:lang
( or
), h4:lang
( or
), h5:lang
( or
), h6:lang
( or
),
593 h2:lang
( pa
), h3:lang
( pa
), h4:lang
( pa
), h5:lang
( pa
), h6:lang
( pa
),
594 h2:lang
( pi
), h3:lang
( pi
), h4:lang
( pi
), h5:lang
( pi
), h6:lang
( pi
),
595 h2:lang
( sa
), h3:lang
( sa
), h4:lang
( sa
), h5:lang
( sa
), h6:lang
( sa
),
596 h2:lang
( ta
), h3:lang
( ta
), h4:lang
( ta
), h5:lang
( ta
), h6:lang
( ta
),
597 h2:lang
( te
), h3:lang
( te
), h4:lang
( te
), h5:lang
( te
), h6:lang
( te
) {
600 /* stylelint-enable selector-list-comma-newline-after */
602 /* Localised ordered list numbering for some languages */
609 ol:lang
( kk-arab
) li
,
613 list-style-type: -moz-persian
;
614 list-style-type: persian
;
619 list-style-type: -moz-arabic-indic
;
620 list-style-type: arabic-indic
;
625 list-style-type: -moz-devanagari
;
626 list-style-type: devanagari
;
631 list-style-type: -moz-bengali
;
632 list-style-type: bengali
;
636 list-style-type: -moz-oriya
;
637 list-style-type: oriya
;
645 /* Correct directionality when page dir is different from site/user dir */
646 /* @noflip */ .mw-content-ltr
.toc ul
,
647 .mw-content-ltr #toc ul
,
648 .mw-content-rtl
.mw-content-ltr
.toc ul
,
649 .mw-content-rtl .mw-content-ltr #toc ul {
653 /* @noflip */ .mw-content-rtl
.toc ul
,
654 .mw-content-rtl #toc ul
,
655 .mw-content-ltr
.mw-content-rtl
.toc ul
,
656 .mw-content-ltr .mw-content-rtl #toc ul {
660 /* @noflip */ .mw-content-ltr
.toc ul ul
,
661 .mw-content-ltr #toc ul ul
,
662 .mw-content-rtl
.mw-content-ltr
.toc ul ul
,
663 .mw-content-rtl .mw-content-ltr #toc ul ul {
667 /* @noflip */ .mw-content-rtl
.toc ul ul
,
668 .mw-content-rtl #toc ul ul
,
669 .mw-content-ltr
.mw-content-rtl
.toc ul ul
,
670 .mw-content-ltr .mw-content-rtl #toc ul ul {
691 #mw-revision-info-current,
698 /* @noflip */ div
.tright
,
705 /* @noflip */ div
.tleft
,
729 zoom: 1; /* http://webaim.org/techniques/skipnav/#iequirk */
732 /* Print footer should be hidden by default in screen. */
745 -moz-user-select: none
;
746 -webkit-user-select: none
;
747 -ms-user-select: none
;
751 /* Display editsection links smaller and next to headings */
753 .mw-editsection-like {
757 vertical-align: baseline
;
758 /* Reset line-height; headings tend to have it set to larger values */
760 /* As .mw-editsection is a <span> (inline element), it is treated as part */
761 /* of the heading content when selecting text by multiple clicks and thus */
762 /* selected together with heading content, despite the user-select: none; */
763 /* rule set above. This enforces non-selection without changing the look. */
764 display: inline-block
;
767 /* Correct directionality when page dir is different from site/user dir */
769 .mw-content-ltr
.mw-editsection
,
770 .mw-content-rtl .mw-content-ltr .mw-editsection {
775 .mw-content-rtl
.mw-editsection
,
776 .mw-content-ltr .mw-content-rtl .mw-editsection {
780 /* Prevent citations and subscripts from interfering with the line-height */