1,051
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* additions by JK | /* old additions by JK | ||
 | |||
table.toc { | table.toc { | ||
  clear: both; |   clear: both; | ||
Line 13: | Line 13: | ||
} | } | ||
*/ | */ | ||
/* Copied from http://en.wikipedia.org/w/index.php?title=MediaWiki:Common.css&action=edit on 8/ | Â | ||
/* Copied from http://en.wikipedia.org/w/index.php?title=MediaWiki:Common.css&action=edit on 8/2/2019 */ | |||
/* Reset italic styling set by user agent */ | /* Reset italic styling set by user agent */ | ||
cite, dfn { | cite, | ||
dfn { | |||
font-style: inherit; | font-style: inherit; | ||
} | } | ||
Line 29: | Line 31: | ||
margin: 1em 0; | margin: 1em 0; | ||
padding: 0 40px; | padding: 0 40px; | ||
} | } | ||
Line 42: | Line 37: | ||
font-size: 85%; | font-size: 85%; | ||
} | } | ||
.mw-body-content sub, | .mw-body-content sub, | ||
.mw-body-content sup, | .mw-body-content sup, | ||
Line 61: | Line 57: | ||
/* Reduce page jumps by hiding collapsed/dismissed content */ | /* Reduce page jumps by hiding collapsed/dismissed content */ | ||
.client-js .mw-special-Watchlist #watchlist-message, | .client-js .mw-special-Watchlist #watchlist-message, | ||
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child), | |||
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child) { | Â | ||
/* Hide charinsert base for those not using the gadget */ | |||
#editpage-specialchars { | |||
display: none; | display: none; | ||
} | } | ||
Line 69: | Line 67: | ||
.mw-rcfilters-enabled .mw-specialpage-summary { | .mw-rcfilters-enabled .mw-specialpage-summary { | ||
margin-top: 1em; | margin-top: 1em; | ||
} | } | ||
/* Highlight linked elements (such as clicked references) in blue */ | /* Highlight linked elements (such as clicked references) in blue */ | ||
.citation:target { | .citation:target { | ||
background-color: rgba(0, 127, 255, 0.133); | background-color: rgba(0, 127, 255, 0.133); | ||
} | } | ||
Line 88: | Line 79: | ||
} | } | ||
/* Make the list of references smaller | |||
* Keep in sync with Template:Refbegin/styles.css | |||
* And Template:Reflist/styles.css | |||
*/ | |||
ol.references { | |||
font-size: 90%; | |||
 | |||
/* Make the list of references smaller | |||
ol.references | |||
font-size: 90%; | |||
margin-bottom: 0.5em; | margin-bottom: 0.5em; | ||
} | } | ||
Line 145: | Line 99: | ||
padding: 0; | padding: 0; | ||
} | } | ||
/* Display list items inline */ | /* Display list items inline */ | ||
.hlist dd, | .hlist dd, | ||
.hlist dt, | .hlist dt, | ||
.hlist li { | .hlist li { | ||
margin: 0; | margin: 0; /* don't trust the note that says margin doesn't work with inline | ||
* removing margin: 0 makes dds have margins again */ | |||
display: inline; | display: inline; | ||
} | } | ||
/* Display nested lists inline */ | /* Display nested lists inline */ | ||
.hlist.inline, | .hlist.inline, | ||
Line 157: | Line 114: | ||
.hlist.inline ol, | .hlist.inline ol, | ||
.hlist.inline ul, | .hlist.inline ul, | ||
.hlist dl dl, .hlist dl ol, .hlist dl ul, | .hlist dl dl, | ||
.hlist ol dl, .hlist ol ol, .hlist ol ul, | .hlist dl ol, | ||
.hlist ul dl, .hlist ul ol, .hlist ul ul { | .hlist dl ul, | ||
.hlist ol dl, | |||
.hlist ol ol, | |||
.hlist ol ul, | |||
.hlist ul dl, | |||
.hlist ul ol, | |||
.hlist ul ul { | |||
display: inline; | display: inline; | ||
} | } | ||
/* Hide empty list items */ | /* Hide empty list items */ | ||
.hlist .mw-empty-li { | .hlist .mw-empty-li { | ||
display: none; | display: none; | ||
} | } | ||
/* Generate interpuncts */ | /* Generate interpuncts */ | ||
.hlist dt:after { | .hlist dt:after { | ||
content: ": "; | content: ": "; | ||
} | } | ||
/** | /** | ||
 * Note hlist style usage |  * Note hlist style usage differs in Minerva and is defined in core as well! | ||
* Please check Minerva desktop (and Minerva.css) when changing | |||
 * See https://phabricator.wikimedia.org/T213239 |  * See https://phabricator.wikimedia.org/T213239 | ||
 */ |  */ | ||
Line 180: | Line 146: | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
.hlist dd:last-child:after, | .hlist dd:last-child:after, | ||
.hlist dt:last-child:after, | .hlist dt:last-child:after, | ||
Line 185: | Line 152: | ||
content: none; | content: none; | ||
} | } | ||
/* Add parentheses around nested lists */ | /* Add parentheses around nested lists */ | ||
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before, | .hlist dd dd:first-child:before, | ||
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before, | .hlist dd dt:first-child:before, | ||
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before { | .hlist dd li:first-child:before, | ||
.hlist dt dd:first-child:before, | |||
.hlist dt dt:first-child:before, | |||
.hlist dt li:first-child:before, | |||
.hlist li dd:first-child:before, | |||
.hlist li dt:first-child:before, | |||
.hlist li li:first-child:before { | |||
content: " ("; | content: " ("; | ||
font-weight: normal; | font-weight: normal; | ||
} | } | ||
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after, | Â | ||
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after, | .hlist dd dd:last-child:after, | ||
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after { | .hlist dd dt:last-child:after, | ||
.hlist dd li:last-child:after, | |||
.hlist dt dd:last-child:after, | |||
.hlist dt dt:last-child:after, | |||
.hlist dt li:last-child:after, | |||
.hlist li dd:last-child:after, | |||
.hlist li dt:last-child:after, | |||
.hlist li li:last-child:after { | |||
content: ")"; | content: ")"; | ||
font-weight: normal; | font-weight: normal; | ||
} | } | ||
/* Put ordinals in front of ordered list items */ | /* Put ordinals in front of ordered list items */ | ||
.hlist ol { | .hlist ol { | ||
counter-reset: listitem; | counter-reset: listitem; | ||
} | } | ||
.hlist ol > li { | .hlist ol > li { | ||
counter-increment: listitem; | counter-increment: listitem; | ||
} | } | ||
.hlist ol > li:before { | .hlist ol > li:before { | ||
content: " " counter(listitem) "\a0"; | content: " " counter(listitem) "\a0"; | ||
} | } | ||
.hlist dd ol > li:first-child:before, | .hlist dd ol > li:first-child:before, | ||
.hlist dt ol > li:first-child:before, | .hlist dt ol > li:first-child:before, | ||
Line 221: | Line 206: | ||
margin: 0; | margin: 0; | ||
} | } | ||
.plainlist ol li, | .plainlist ol li, | ||
.plainlist ul li { | .plainlist ul li { | ||
Line 237: | Line 223: | ||
margin: 1em auto 0;Â Â Â /* Prevent preceding content from clinging to navboxes */ | margin: 1em auto 0;Â Â Â /* Prevent preceding content from clinging to navboxes */ | ||
} | } | ||
.navbox .navbox { | .navbox .navbox { | ||
margin-top: 0;Â Â Â Â Â Â /* No top margin for nested navboxes */ | margin-top: 0;Â Â Â Â Â Â /* No top margin for nested navboxes */ | ||
} | } | ||
.navbox + .navbox { | .navbox + .navbox { | ||
margin-top: -1px;Â Â Â Â /* Single pixel border between adjacent navboxes */ | margin-top: -1px;Â Â Â Â /* Single pixel border between adjacent navboxes */ | ||
} | } | ||
.navbox-inner, | .navbox-inner, | ||
.navbox-subgroup { | .navbox-subgroup { | ||
width: 100%; | width: 100%; | ||
} | } | ||
.navbox-group, | .navbox-group, | ||
.navbox-title, | .navbox-title, | ||
Line 254: | Line 244: | ||
text-align: center; | text-align: center; | ||
} | } | ||
th.navbox-group {Â Â Â Â Â Â /* Group style */ | th.navbox-group {Â Â Â Â Â Â /* Group style */ | ||
white-space: nowrap; | white-space: nowrap; | ||
Line 259: | Line 250: | ||
text-align: right; | text-align: right; | ||
} | } | ||
.navbox, | .navbox, | ||
.navbox-subgroup { | .navbox-subgroup { | ||
background-color: #fdfdfd; /* Background color */ | background-color: #fdfdfd; /* Background color */ | ||
} | } | ||
.navbox-list { | .navbox-list { | ||
line-height: 1.5em; | line-height: 1.5em; | ||
border-color: #fdfdfd;Â Â /* Must match background color */ | border-color: #fdfdfd;Â Â /* Must match background color */ | ||
} | } | ||
/* cell spacing for navbox cells */ | /* cell spacing for navbox cells */ | ||
tr + tr > .navbox-abovebelow, | tr + tr > .navbox-abovebelow, | ||
Line 274: | Line 268: | ||
border-top: 2px solid #fdfdfd; /* Must match background color */ | border-top: 2px solid #fdfdfd; /* Must match background color */ | ||
} | } | ||
.navbox th, | .navbox th, | ||
.navbox-title { | .navbox-title { | ||
background-color: #ccccff;Â Â Â /* Level 1 color */ | background-color: #ccccff;Â Â Â /* Level 1 color */ | ||
} | } | ||
.navbox-abovebelow, | .navbox-abovebelow, | ||
th.navbox-group, | th.navbox-group, | ||
Line 283: | Line 279: | ||
background-color: #ddddff;Â Â Â /* Level 2 color */ | background-color: #ddddff;Â Â Â /* Level 2 color */ | ||
} | } | ||
.navbox-subgroup .navbox-group, | .navbox-subgroup .navbox-group, | ||
.navbox-subgroup .navbox-abovebelow { | .navbox-subgroup .navbox-abovebelow { | ||
background-color: #e6e6ff;Â Â Â /* Level 3 color */ | background-color: #e6e6ff;Â Â Â /* Level 3 color */ | ||
} | } | ||
.navbox-even { | .navbox-even { | ||
background-color: #f7f7f7;Â Â Â /* Even row striping */ | background-color: #f7f7f7;Â Â Â /* Even row striping */ | ||
} | } | ||
.navbox-odd { | .navbox-odd { | ||
background-color: transparent;Â /* Odd row striping */ | background-color: transparent;Â /* Odd row striping */ | ||
} | } | ||
.navbox .hlist td dl, | .navbox .hlist td dl, | ||
.navbox .hlist td ol, | .navbox .hlist td ol, | ||
Line 300: | Line 300: | ||
.navbox td.hlist ul { | .navbox td.hlist ul { | ||
padding: 0.125em 0;Â Â Â /* Adjust hlist padding in navboxes */ | padding: 0.125em 0;Â Â Â /* Adjust hlist padding in navboxes */ | ||
} | } | ||
Line 349: | Line 310: | ||
padding-left: 0.2em; | padding-left: 0.2em; | ||
} | } | ||
.mw-collapsible-leftside-toggle .mw-collapsible-toggle { | .mw-collapsible-leftside-toggle .mw-collapsible-toggle { | ||
/* @noflip */ | /* @noflip */ | ||
Line 371: | Line 333: | ||
font-size: 88%; | font-size: 88%; | ||
line-height: 1.5em; | line-height: 1.5em; | ||
width: 22em; | |||
} | } | ||
.infobox | Â | ||
.infobox-header, | |||
.infobox-label, | |||
.infobox-above, | |||
.infobox-full-data, | |||
.infobox-data, | |||
.infobox-below, | |||
.infobox-subheader, | |||
.infobox-image, | |||
.infobox-navbar, | |||
/* Remove element selector when every .infobox thing is using the standard module/templates */ | |||
.infobox th, | |||
.infobox td { | |||
vertical-align: top; | |||
} | } | ||
.infobox | Â | ||
.infobox th { | .infobox-label, | ||
.infobox-data, | |||
/* Remove element selector when every .infobox thing is using the standard module/templates */ | |||
.infobox th, | |||
.infobox td { | |||
/* @noflip */ | /* @noflip */ | ||
text-align: left; | text-align: left; | ||
} | } | ||
.infobox. | /* Remove .infobox when element selectors above are removed */ | ||
.infobox .infobox-above, | |||
font- | .infobox .infobox-title, | ||
/* Remove element selector when every .infobox thing is using the standard module/templates */ | |||
.infobox caption { | |||
font-size: 125%; | |||
font-weight: bold; | |||
text-align: center; | |||
} | } | ||
.infobox | .infobox-title, | ||
/* Remove element selector when every .infobox thing is using the standard module/templates */ | |||
.infobox caption { | |||
padding: 0.2em; | |||
.infobox | |||
.infobox | |||
} | } | ||
/* | /* Remove .infobox when element selectors above are removed */ | ||
.infobox. | .infobox .infobox-header, | ||
.infobox. | .infobox .infobox-subheader, | ||
.infobox .infobox-image, | |||
.infobox .infobox-full-data, | |||
.infobox .infobox-below { | |||
text-align: center; | |||
} | } | ||
.infobox | /* Remove .infobox when element selectors above are removed */ | ||
.infobox. | .infobox .infobox-navbar { | ||
/* @noflip */ | /* @noflip */ | ||
text-align: right; | |||
 | |||
 | |||
 | |||
 | |||
 | |||
} | } | ||
Line 477: | Line 404: | ||
/* @noflip */ | /* @noflip */ | ||
text-align: left; | text-align: left; | ||
} | } | ||
Line 522: | Line 431: | ||
padding: .2em; | padding: .2em; | ||
} | } | ||
.messagebox.merge { | .messagebox.merge { | ||
border: 1px solid #c0b8cc; | border: 1px solid #c0b8cc; | ||
Line 527: | Line 437: | ||
text-align: center; | text-align: center; | ||
} | } | ||
.messagebox.cleanup { | .messagebox.cleanup { | ||
border: 1px solid #9f9fff; | border: 1px solid #9f9fff; | ||
Line 532: | Line 443: | ||
text-align: center; | text-align: center; | ||
} | } | ||
.messagebox.standard-talk { | .messagebox.standard-talk { | ||
border: 1px solid #c0c090; | border: 1px solid #c0c090; | ||
Line 537: | Line 449: | ||
margin: 4px auto; | margin: 4px auto; | ||
} | } | ||
/* For old WikiProject banners inside banner shells. */ | /* For old WikiProject banners inside banner shells. */ | ||
.mbox-inside .standard | .mbox-inside .standard-talk { | ||
border: 1px solid #c0c090; | border: 1px solid #c0c090; | ||
background-color: #f8eaba; | background-color: #f8eaba; | ||
Line 546: | Line 458: | ||
padding: 2px; | padding: 2px; | ||
} | } | ||
.messagebox.small { | .messagebox.small { | ||
width: 238px; | width: 238px; | ||
Line 556: | Line 469: | ||
line-height: 1.25em; | line-height: 1.25em; | ||
} | } | ||
.messagebox.small-talk { | .messagebox.small-talk { | ||
width: 238px; | width: 238px; | ||
Line 575: | Line 489: | ||
width: 100%;Â Â Â Â Â Â Â /* Make all mboxes the same width regardless of text length */ | width: 100%;Â Â Â Â Â Â Â /* Make all mboxes the same width regardless of text length */ | ||
} | } | ||
td.mbox-image {Â Â Â Â Â Â Â Â /* The left image cell */ | td.mbox-image {Â Â Â Â Â Â Â Â /* The left image cell */ | ||
border: none; | border: none; | ||
Line 581: | Line 496: | ||
text-align: center; | text-align: center; | ||
} | } | ||
td.mbox-imageright {Â Â Â Â Â /* The right image cell */ | td.mbox-imageright {Â Â Â Â Â /* The right image cell */ | ||
border: none; | border: none; | ||
Line 587: | Line 503: | ||
text-align: center; | text-align: center; | ||
} | } | ||
td.mbox-empty-cell {Â Â Â Â Â /* An empty narrow cell */ | td.mbox-empty-cell {Â Â Â Â Â /* An empty narrow cell */ | ||
border: none; | border: none; | ||
Line 602: | Line 519: | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
 | |||
/* Single border between stacked boxes. */ | |||
table.ambox + table.ambox, | |||
table.ambox + .mw-empty-elt + table.ambox { | |||
margin-top: -1px; | margin-top: -1px; | ||
} | } | ||
.ambox th.mbox-text, | .ambox th.mbox-text, | ||
.ambox td.mbox-text {Â Â Â Â Â Â /* The message body cell(s) */ | .ambox td.mbox-text {Â Â Â Â Â Â /* The message body cell(s) */ | ||
padding: 0.25em 0.5em;Â Â Â /* 0.5em left/right */ | padding: 0.25em 0.5em;Â Â Â /* 0.5em left/right */ | ||
} | } | ||
.ambox td.mbox-image {Â Â Â Â Â /* The left image cell */ | .ambox td.mbox-image {Â Â Â Â Â /* The left image cell */ | ||
/* @noflip */ | /* @noflip */ | ||
padding: 2px 0 2px 0.5em;Â Â /* 0.5em left, 0px right */ | padding: 2px 0 2px 0.5em;Â Â /* 0.5em left, 0px right */ | ||
} | } | ||
.ambox td.mbox-imageright {Â Â Â /* The right image cell */ | .ambox td.mbox-imageright {Â Â Â /* The right image cell */ | ||
/* @noflip */ | /* @noflip */ | ||
Line 622: | Line 545: | ||
border-left: 10px solid #36c;Â Â Â /* Blue */ | border-left: 10px solid #36c;Â Â Â /* Blue */ | ||
} | } | ||
table.ambox-speedy { | table.ambox-speedy { | ||
/* @noflip */ | /* @noflip */ | ||
Line 627: | Line 551: | ||
background-color: #fee7e6;Â Â Â Â Â /* Pink */ | background-color: #fee7e6;Â Â Â Â Â /* Pink */ | ||
} | } | ||
table.ambox-delete { | table.ambox-delete { | ||
/* @noflip */ | /* @noflip */ | ||
border-left: 10px solid #b32424;Â Â /* Red */ | border-left: 10px solid #b32424;Â Â /* Red */ | ||
} | } | ||
table.ambox-content { | table.ambox-content { | ||
/* @noflip */ | /* @noflip */ | ||
border-left: 10px solid #f28500;Â Â /* Orange */ | border-left: 10px solid #f28500;Â Â /* Orange */ | ||
} | } | ||
table.ambox-style { | table.ambox-style { | ||
/* @noflip */ | /* @noflip */ | ||
border-left: 10px solid #fc3;Â Â Â /* Yellow */ | border-left: 10px solid #fc3;Â Â Â /* Yellow */ | ||
} | } | ||
table.ambox-move { | table.ambox-move { | ||
/* @noflip */ | /* @noflip */ | ||
border-left: 10px solid #9932cc;Â Â /* Purple */ | border-left: 10px solid #9932cc;Â Â /* Purple */ | ||
} | } | ||
table.ambox-protection { | table.ambox-protection { | ||
/* @noflip */ | /* @noflip */ | ||
Line 656: | Line 585: | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
.imbox .mbox-text .imbox {Â /* For imboxes inside imbox-text cells. */ | .imbox .mbox-text .imbox {Â /* For imboxes inside imbox-text cells. */ | ||
margin: 0 -0.5em;   /* 0.9 - 0.5 = 0.4em left/right.    */ | margin: 0 -0.5em;   /* 0.9 - 0.5 = 0.4em left/right.    */ | ||
display: block;    /* Fix for webkit to force 100% width. */ | display: block;    /* Fix for webkit to force 100% width. */ | ||
} | } | ||
.mbox-inside .imbox {   /* For imboxes inside other templates. */ | .mbox-inside .imbox {   /* For imboxes inside other templates. */ | ||
margin: 4px; | margin: 4px; | ||
Line 667: | Line 598: | ||
border: 3px solid #36c;Â Â Â /* Blue */ | border: 3px solid #36c;Â Â Â /* Blue */ | ||
} | } | ||
table.imbox-speedy { | table.imbox-speedy { | ||
border: 3px solid #b32424;Â Â /* Red */ | border: 3px solid #b32424;Â Â /* Red */ | ||
background-color: #fee7e6;Â Â /* Pink */ | background-color: #fee7e6;Â Â /* Pink */ | ||
} | } | ||
table.imbox-delete { | table.imbox-delete { | ||
border: 3px solid #b32424;Â Â /* Red */ | border: 3px solid #b32424;Â Â /* Red */ | ||
} | } | ||
table.imbox-content { | table.imbox-content { | ||
border: 3px solid #f28500;Â Â /* Orange */ | border: 3px solid #f28500;Â Â /* Orange */ | ||
} | } | ||
table.imbox-style { | table.imbox-style { | ||
border: 3px solid #fc3;Â Â Â /* Yellow */ | border: 3px solid #fc3;Â Â Â /* Yellow */ | ||
} | } | ||
table.imbox-move { | table.imbox-move { | ||
border: 3px solid #9932cc;Â Â /* Purple */ | border: 3px solid #9932cc;Â Â /* Purple */ | ||
} | } | ||
table.imbox-protection { | table.imbox-protection { | ||
border: 3px solid #a2a9b1;Â Â /* Gray-gold */ | border: 3px solid #a2a9b1;Â Â /* Gray-gold */ | ||
} | } | ||
table.imbox-license { | table.imbox-license { | ||
border: 3px solid #88a;Â Â Â /* Dark gray */ | border: 3px solid #88a;Â Â Â /* Dark gray */ | ||
background-color: #f7f8ff;Â Â /* Light gray */ | background-color: #f7f8ff;Â Â /* Light gray */ | ||
} | } | ||
table.imbox-featured { | table.imbox-featured { | ||
border: 3px solid #cba135;Â Â /* Brown-gold */ | border: 3px solid #cba135;Â Â /* Brown-gold */ | ||
Line 706: | Line 645: | ||
background-color: #d8e8ff;Â Â /* Blue */ | background-color: #d8e8ff;Â Â /* Blue */ | ||
} | } | ||
table.cmbox-speedy { | table.cmbox-speedy { | ||
margin-top: 4px; | margin-top: 4px; | ||
Line 712: | Line 652: | ||
background-color: #ffdbdb;Â Â /* Pink */ | background-color: #ffdbdb;Â Â /* Pink */ | ||
} | } | ||
table.cmbox-delete { | table.cmbox-delete { | ||
background-color: #ffdbdb;Â Â /* Pink */ | background-color: #ffdbdb;Â Â /* Pink */ | ||
} | } | ||
table.cmbox-content { | table.cmbox-content { | ||
background-color: #ffe7ce;Â Â /* Orange */ | background-color: #ffe7ce;Â Â /* Orange */ | ||
} | } | ||
table.cmbox-style { | table.cmbox-style { | ||
background-color: #fff9db;Â Â /* Yellow */ | background-color: #fff9db;Â Â /* Yellow */ | ||
} | } | ||
table.cmbox-move { | table.cmbox-move { | ||
background-color: #e4d8ff;Â Â /* Purple */ | background-color: #e4d8ff;Â Â /* Purple */ | ||
} | } | ||
table.cmbox-protection { | table.cmbox-protection { | ||
background-color: #efefe1;Â Â /* Gray-gold */ | background-color: #efefe1;Â Â /* Gray-gold */ | ||
Line 740: | Line 685: | ||
border: 1px solid #a2a9b1;Â Â /* Gray */ | border: 1px solid #a2a9b1;Â Â /* Gray */ | ||
} | } | ||
table.ombox-speedy { | table.ombox-speedy { | ||
border: 2px solid #b32424;Â Â /* Red */ | border: 2px solid #b32424;Â Â /* Red */ | ||
background-color: #fee7e6;Â Â /* Pink */ | background-color: #fee7e6;Â Â /* Pink */ | ||
} | } | ||
table.ombox-delete { | table.ombox-delete { | ||
border: 2px solid #b32424;Â Â /* Red */ | border: 2px solid #b32424;Â Â /* Red */ | ||
} | } | ||
table.ombox-content { | table.ombox-content { | ||
border: 1px solid #f28500;Â Â /* Orange */ | border: 1px solid #f28500;Â Â /* Orange */ | ||
} | } | ||
table.ombox-style { | table.ombox-style { | ||
border: 1px solid #fc3;Â Â Â /* Yellow */ | border: 1px solid #fc3;Â Â Â /* Yellow */ | ||
} | } | ||
table.ombox-move { | table.ombox-move { | ||
border: 1px solid #9932cc;Â Â /* Purple */ | border: 1px solid #9932cc;Â Â /* Purple */ | ||
} | } | ||
table.ombox-protection { | table.ombox-protection { | ||
border: 2px solid #a2a9b1;Â Â /* Gray-gold */ | border: 2px solid #a2a9b1;Â Â /* Gray-gold */ | ||
Line 769: | Line 720: | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
.tmbox.mbox-small { | .tmbox.mbox-small { | ||
min-width: 0;        /* reset the min-width of tmbox above    */ | min-width: 0;        /* reset the min-width of tmbox above    */ | ||
} | } | ||
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */ | .mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */ | ||
margin: 2px 0;Â Â Â Â Â Â Â /* this declaration overrides other styles (including mbox-small above)Â */ | margin: 2px 0;Â Â Â Â Â Â Â /* this declaration overrides other styles (including mbox-small above)Â */ | ||
width: 100%;Â Â Â Â Â Â Â Â /* For Safari and Opera */ | width: 100%;Â Â Â Â Â Â Â Â /* For Safari and Opera */ | ||
} | } | ||
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when */ | .mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when */ | ||
line-height: 1.5em;     /* also "nested", so reset styles that are */ | line-height: 1.5em;     /* also "nested", so reset styles that are */ | ||
Line 785: | Line 739: | ||
background-color: #fee7e6;Â Â /* Pink */ | background-color: #fee7e6;Â Â /* Pink */ | ||
} | } | ||
table.tmbox-delete { | table.tmbox-delete { | ||
border: 2px solid #b32424;Â Â /* Red */ | border: 2px solid #b32424;Â Â /* Red */ | ||
} | } | ||
table.tmbox-content { | table.tmbox-content { | ||
border: 2px solid #f28500;Â Â /* Orange */ | border: 2px solid #f28500;Â Â /* Orange */ | ||
} | } | ||
table.tmbox-style { | table.tmbox-style { | ||
border: 2px solid #fc3;Â Â Â /* Yellow */ | border: 2px solid #fc3;Â Â Â /* Yellow */ | ||
} | } | ||
table.tmbox-move { | table.tmbox-move { | ||
border: 2px solid #9932cc;Â Â /* Purple */ | border: 2px solid #9932cc;Â Â /* Purple */ | ||
} | } | ||
table.tmbox-protection, | table.tmbox-protection, | ||
table.tmbox-notice { | table.tmbox-notice { | ||
Line 811: | Line 770: | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
table.fmbox-system { | table.fmbox-system { | ||
background-color: #f8f9fa; | background-color: #f8f9fa; | ||
} | } | ||
table.fmbox-warning { | table.fmbox-warning { | ||
border: 1px solid #bb7070;Â /* Dark pink */ | border: 1px solid #bb7070;Â /* Dark pink */ | ||
background-color: #ffdbdb;Â /* Pink */ | background-color: #ffdbdb;Â /* Pink */ | ||
} | } | ||
table.fmbox-editnotice { | table.fmbox-editnotice { | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
/* Div based "warning" style fmbox messages. */ | /* Div based "warning" style fmbox messages. */ | ||
div.mw-warning-with-logexcerpt, | div.mw-warning-with-logexcerpt, | ||
Line 826: | Line 789: | ||
div.mw-cascadeprotectedwarning, | div.mw-cascadeprotectedwarning, | ||
div#mw-protect-cascadeon, | div#mw-protect-cascadeon, | ||
div.titleblacklist | div.titleblacklist-warning { | ||
clear: both; | clear: both; | ||
margin: 0.2em 0; | margin: 0.2em 0; | ||
Line 834: | Line 796: | ||
padding: 0.25em 0.9em; | padding: 0.25em 0.9em; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | |||
/* Use default color for partial block fmbox banner per [[Special:PermaLink/1028105567#pblock-style]] */ | |||
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt { | |||
border-color: #fc3; | |||
background-color: #fef6e7; | |||
} | } | ||
Line 851: | Line 819: | ||
line-height: 1.25em; | line-height: 1.25em; | ||
} | } | ||
html body.mediawiki .mbox-small-left {Â /* For the "small=left" option. */ | html body.mediawiki .mbox-small-left {Â /* For the "small=left" option. */ | ||
/* @noflip */ | /* @noflip */ | ||
Line 869: | Line 838: | ||
display: none; | display: none; | ||
} | } | ||
/* Remove borders, backgrounds, padding, etc. */ | /* Remove borders, backgrounds, padding, etc. */ | ||
.compact-ambox table.ambox { | .compact-ambox table.ambox { | ||
Line 879: | Line 849: | ||
display: block; | display: block; | ||
} | } | ||
body.mediawiki .compact-ambox table.mbox-small-left { | body.mediawiki .compact-ambox table.mbox-small-left { | ||
font-size: 100%; | font-size: 100%; | ||
Line 884: | Line 855: | ||
margin: 0; | margin: 0; | ||
} | } | ||
/* Style the text cell as a list item and remove its padding */ | /* Style the text cell as a list item and remove its padding */ | ||
.compact-ambox table .mbox-text { | .compact-ambox table .mbox-text { | ||
Line 889: | Line 861: | ||
margin: 0 !important; | margin: 0 !important; | ||
} | } | ||
.compact-ambox table .mbox-text-span { | .compact-ambox table .mbox-text-span { | ||
display: list-item; | display: list-item; | ||
Line 895: | Line 868: | ||
list-style-image: url(/w/skins/MonoBook/resources/images/bullet.svg); | list-style-image: url(/w/skins/MonoBook/resources/images/bullet.svg); | ||
} | } | ||
 | |||
/* Allow for hiding text in compact form */ | /* Allow for hiding text in compact form */ | ||
.compact-ambox .hide-when-compact { | .compact-ambox .hide-when-compact { | ||
display: none; | display: none; | ||
} | } | ||
/* Remove underlines from certain links */ | /* Remove underlines from certain links */ | ||
.nounderlines a, | .nounderlines a, | ||
.IPA a:link, .IPA a:visited { | .IPA a:link, | ||
.IPA a:visited { | |||
text-decoration: none !important; | text-decoration: none !important; | ||
} | } | ||
/* | /* Prevent line breaks in silly places where desired (nowrap) | ||
  |   and links when we don't want them to (nowraplinks a) */ | ||
.nowrap, | |||
.nowraplinks a { | |||
 | |||
 | |||
 | |||
white-space: nowrap; | white-space: nowrap; | ||
} | } | ||
/* But allow wrapping where desired: */ | /* But allow wrapping where desired: */ | ||
.wrap, | .wrap, | ||
.wraplinks a { | .wraplinks a { | ||
white-space: normal; | white-space: normal; | ||
} | } | ||
Line 1,051: | Line 906: | ||
/* Prevent floating boxes from overlapping any category listings, | /* Prevent floating boxes from overlapping any category listings, | ||
  file histories, edit previews, and edit [Show changes] views. */ |   file histories, edit previews, and edit [Show changes] views. */ | ||
#mw-subcategories, #mw-pages, #mw-category-media, | #mw-subcategories, | ||
#filehistory, #wikiPreview, #wikiDiff { | #mw-pages, | ||
#mw-category-media, | |||
#filehistory, | |||
#wikiPreview, | |||
#wikiDiff { | |||
clear: both; | clear: both; | ||
} | } | ||
Line 1,061: | Line 920: | ||
display: none; | display: none; | ||
} | } | ||
.wpbs-inner .wpb .wpb-header { | .wpbs-inner .wpb .wpb-header { | ||
display: table-row; | |||
display: table-row; | |||
} | } | ||
.wpbs-inner .wpb-outside { | .wpbs-inner .wpb-outside { | ||
display: none;Â Â Â Â Â Â /* hide things that should only display outside shells */ | display: none;Â Â Â Â Â Â /* hide things that should only display outside shells */ | ||
Line 1,078: | Line 936: | ||
/* Hide stuff meant for accounts with special permissions. Made visible again in | /* Hide stuff meant for accounts with special permissions. Made visible again in | ||
  [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-patroller.css]], |   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]], | ||
 [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]], | |||
  [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]], |   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]], | ||
  [[MediaWiki:Group-extendedconfirmed.css]], and [[Mediawiki:Group-autoconfirmed.css]]. */ |   [[MediaWiki:Group-extendedconfirmed.css]], and [[Mediawiki:Group-autoconfirmed.css]]. */ | ||
.checkuser-show, | .checkuser-show, | ||
.sysop-show, | .sysop-show, | ||
.abusefilter-show, | |||
.abusefilter-helper-show, | |||
.patroller-show, | .patroller-show, | ||
.templateeditor-show, | .templateeditor-show, | ||
Line 1,108: | Line 969: | ||
list-style: none none; | list-style: none none; | ||
} | } | ||
ul.permissions-errors { | ul.permissions-errors { | ||
margin: 0; | margin: 0; | ||
} | } | ||
/* | /* texhtml class for inline math (based on generic times-serif class) */ | ||
span.texhtml { | span.texhtml { | ||
font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif; | font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif; | ||
font-size: 118%; | font-size: 118%; | ||
line-height: 1; | line-height: 1; | ||
white-space: nowrap; | white-space: nowrap; | ||
/* Force tabular and lining display for texhtml */ | |||
-moz-font-feature-settings: "lnum", "tnum", "kern" 0; | |||
-webkit-font-feature-settings: "lnum", "tnum", "kern" 0; | |||
font-feature-settings: "lnum", "tnum", "kern" 0; | |||
font-variant-numeric: lining-nums tabular-nums; | |||
font-kerning: none; | |||
} | } | ||
span.texhtml span.texhtml { | span.texhtml span.texhtml { | ||
font-size: 100%; | font-size: 100%; | ||
} | } | ||
span.mwe-math-mathml-inline { | span.mwe-math-mathml-inline { | ||
font-size: 118%; | font-size: 118%; | ||
} | } | ||
/* Make <math display="block"> be left aligned with one space indent for  | |||
* compatibility with style conventions | |||
*/ | |||
 | |||
/* Make <math display="block"> be left aligned with one space indent for compatibility with style conventions */ | |||
.mwe-math-fallback-image-display, | .mwe-math-fallback-image-display, | ||
.mwe-math-mathml-display { | .mwe-math-mathml-display { | ||
Line 1,146: | Line 1,005: | ||
margin-bottom: 0.6em; | margin-bottom: 0.6em; | ||
} | } | ||
.mwe-math-mathml-display math { | .mwe-math-mathml-display math { | ||
display: inline; | display: inline; | ||
} | } | ||
Line 1,176: | Line 1,024: | ||
} | } | ||
@media screen { | @media screen { | ||
/* Gallery styles background changes are restricted to screen view. | |||
 In printing we should avoid applying backgrounds. */ | |||
/* The backgrounds for galleries. */ | /* The backgrounds for galleries. */ | ||
#content .gallerybox div.thumb { | #content .gallerybox div.thumb { | ||
Line 1,194: | Line 1,032: | ||
background-color: #f8f9fa; | background-color: #f8f9fa; | ||
} | } | ||
/* Put a chequered background behind images, only visible if they have transparency. | /* Put a chequered background behind images, only visible if they have transparency. | ||
 '.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */ | |||
.gallerybox .thumb img { | .gallerybox .thumb img { | ||
background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat; | background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat; | ||
Line 1,208: | Line 1,045: | ||
} | } | ||
/* Display "From Wikipedia, the free encyclopedia" in skins that support it, | |||
 |  do not apply to print mode */ | ||
/* Display "From Wikipedia, the free encyclopedia" in skins that support it, do not apply to print mode */ | |||
#siteSub { | #siteSub { | ||
display: block; | display: block; | ||
} | } | ||
} | |||
/* Hide FlaggedRevs notice UI when there are no pending changes */ | |||
.flaggedrevs_draft_synced, | |||
.flaggedrevs_stable_synced, | |||
/* "Temporary" to remove links in sidebar T255381 */ | |||
#t-upload, | |||
/* Hide broken download box on Special:Book pending T285400 */ | |||
.mw-special-Book #coll-downloadbox { | |||
display: none; | |||
} | |||
/* Fix horizontal scrolling of long edit summaries T158725 */ | |||
span.comment { | |||
overflow-wrap: break-word; | |||
} | } |