MediaWiki:Common.css: Difference between revisions

From Parallel Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
(Undo revision 6078 by Diamondback88 (talk))
Tag: Undo
 
(31 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:ParallelStyles.css");
/*
 
* This is the CSS for all desktop skins on en.Wikipedia.
/* ========================================================================= */
* Styling inside .mw-parser-output should generally use TemplateStyles.
/*                                                                          */
/*                        Default MediaWiki Styling                          */
/*                                                                          */
/* ========================================================================= */
 
 
/* Reset italic styling set by user agent */
 
cite,
dfn {
  font-style: inherit;
}
 
 
/* Straight quote marks for <q> */
 
q {
  quotes: '"' '"' "'" "'";
}
 
 
/* Avoid collision of blockquote with floating elements by swapping margin and padding */
 
blockquote {
  overflow: hidden;
  margin: 1em 0;
  padding: 0 40px;
}
 
 
/* Prevent the 'double bold' bug in Firefox when using DirectWrite */
 
 
/* https://bugzilla.mozilla.org/show_bug.cgi?id=550128 */
 
strong.selflink {
  font-weight: 700;
}
 
 
/* Consistent size for <small>, <sub> and <sup> */
 
small {
  font-size: 85%;
}
 
.mw-body-content sub,
.mw-body-content sup,
span.reference
/* for Parsoid */
 
{
  font-size: 80%;
}
 
 
/* Same spacing for indented and unindented paragraphs on talk pages */
 
.ns-talk .mw-body-content dd {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
 
 
/* Main page fixes */
 
#interwiki-completelist {
  font-weight: bold;
}
 
 
/* Reduce page jumps by hiding collapsed/dismissed content */
 
.client-js .mw-special-Watchlist #watchlist-message,
.client-js .NavFrame.collapsed .NavContent,
.client-js .collapsible:not( .mw-made-collapsible).collapsed>tbody>tr:not(:first-child) {
  display: none;
}
 
 
/* Adds padding above Watchlist announcements where new recentchanges/watchlist filters are enabled */
 
.mw-rcfilters-enabled .mw-specialpage-summary {
  margin-top: 1em;
}
 
 
/* Edit window toolbar */
 
#toolbar {
  margin-bottom: 6px;
}
 
 
/* Hide charinsert base for those not using the gadget */
 
#editpage-specialchars {
  display: none;
}
 
 
/* Highlight linked elements (such as clicked references) in blue */
 
body.action-info .mw-body-content :target,
.citation:target {
  background-color: #DEF;
  /* Fallback */
  background-color: rgba(0, 127, 255, 0.133);
}
 
 
/* Styling for citations. Breaks long urls, etc., rather than overflowing box */
 
.citation {
  word-wrap: break-word;
}
 
 
/* For linked citation numbers and document IDs, where the number need not be shown
  on a screen or a handheld, but should be included in the printed version */
 
@media screen,
handheld {
  .citation .printonly {
    display: none;
  }
}
 
 
/* Make the list of references smaller */
 
 
/* Keep in sync with Template:Refbegin/styles.css */
 
ol.references,
div.reflist {
  font-size: 90%;
  /* Default font-size */
  margin-bottom: 0.5em;
}
 
div.reflist ol.references {
  font-size: 100%;
  /* Reset font-size when nested in div.reflist */
  margin-bottom: 0;
  /* Avoid double margin when nested in div.reflist */
  list-style-type: inherit;
  /* Enable custom list style types */
}
 
 
/* Allow hidden ref errors to be shown by user CSS */
 
 
/* TemplateStyles */
 
span.brokenref {
  display: none;
}
 
 
/* Reset top margin for lists embedded in columns */
 
div.columns {
  margin-top: 0.3em;
}
 
div.columns dl,
div.columns ol,
div.columns ul {
  margin-top: 0;
}
 
 
/* Avoid elements breaking between columns */
 
.nocolbreak,
div.columns li,
div.columns dd dd {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
 
 
/* Style for horizontal lists (separator following item).
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
  @revision 8 (2016-05-21)
  @author [[User:Edokter]]
  */
  */


.hlist dl,
body {
.hlist ol,
font-family: "Liberation Sans", Arial, Helvetica, FreeSans, sans-serif;
.hlist ul {
  margin: 0;
  padding: 0;
}
}


 
/** Main page stylings **/
/* Display list items inline */
@supports (flex-wrap: wrap) {
 
.edition-group {
.hlist dd,
display: flex;
.hlist dt,
flex-wrap: wrap;
.hlist li {
}
  margin: 0;
.edition-group .edition-box {
  display: inline;
flex: 17.4em;
}
}
}




/* Display nested lists inline */


.hlist.inline,
/* Hatnotes and disambiguation notices */
.hlist.inline dl,
.hatnote {
.hlist.inline ol,
font-style: italic;
.hlist.inline ul,
.hlist dl dl,
.hlist dl ol,
.hlist dl ul,
.hlist ol dl,
.hlist ol ol,
.hlist ol ul,
.hlist ul dl,
.hlist ul ol,
.hlist ul ul {
  display: inline;
}
}


 
.hatnote i {
/* Hide empty list items */
font-style: normal;
 
.hlist .mw-empty-li {
  display: none;
}
}


 
div.hatnote {
/* Generate interpuncts */
padding-left: 1.6em;
 
margin-bottom: 0.5em;
.hlist dt:after {
  content: ": ";
}
}


.hlist dd:after,
div.hatnote + div.hatnote {
.hlist li:after {
margin-top: -0.5em;
  font-weight: bold;
}
}


.hlist dd:last-child:after,
/* [[Template:Layered blueprint]] */
.hlist dt:last-child:after,
@-webkit-keyframes layered-blueprint-fade-in {
.hlist li:last-child:after {
0% {
  content: none;
opacity: 0;
visibility: hidden;
}
100% {
opacity: 1;
visibility: visible;
}
}
}


 
@keyframes layered-blueprint-fade-in {
/* Add parentheses around nested lists */
0% {
 
opacity: 0;
.hlist dd dd:first-child:before,
visibility: hidden;
.hlist dd dt:first-child:before,
}
.hlist dd li:first-child:before,
100% {
.hlist dt dd:first-child:before,
opacity: 1;
.hlist dt dt:first-child:before,
visibility: visible;
.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: " (";
  font-weight: normal;
}
}


.hlist dd dd:last-child:after,
.layered-blueprint-layer {
.hlist dd dt:last-child:after,
-webkit-animation: layered-blueprint-fade-in 200ms;
.hlist dd li:last-child:after,
animation: layered-blueprint-fade-in 200ms;
.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: ")";
  font-weight: normal;
}
}


 
@-webkit-keyframes layered-blueprint-fade-out {
/* Put ordinals in front of ordered list items */
0% {
 
opacity: 1;
.hlist ol {
visibility: visible;
  counter-reset: listitem;
}
100% {
opacity: 0;
visibility: hidden;
}
}
}


.hlist ol>li {
@keyframes layered-blueprint-fade-out {
  counter-increment: listitem;
0% {
opacity: 1;
visibility: visible;
}
100% {
opacity: 0;
visibility: hidden;
}
}
}


.hlist ol>li:before {
.layered-blueprint-radio:checked + .layered-blueprint-tab + .layered-blueprint-layer ~ .layered-blueprint-layer {
  content: " " counter(listitem) "\a0";
-webkit-animation: layered-blueprint-fade-out 200ms;
animation: layered-blueprint-fade-out 200ms;
}
}


.hlist dd ol>li:first-child:before,
/* [[Template:YouTube]] */
.hlist dt ol>li:first-child:before,
.youtube-video {
.hlist li ol>li:first-child:before {
display: block;
  content: " (" counter(listitem) "\a0";
}
}


 
/* Prevent page jump from the toolbar loading */
/* Unbulleted lists */
.client-js #editform {
 
/* To disable margin collapsing */
.plainlist ol,
overflow: hidden;
.plainlist ul {
  line-height: inherit;
  list-style: none none;
  margin: 0;
}
}


.plainlist ol li,
.client-js .mw-editform > #wpTextbox1 {
.plainlist ul li {
    margin-top: 73px;
  margin-bottom: 0;
}
}


 
.wikiEditor-ui-toolbar .tabs span.tab a:before {
/* Default style for navigation boxes */
filter: invert(1);
 
.navbox {
  /* Navbox container style */
  box-sizing: border-box;
  border: 1px solid #a2a9b1;
  width: 100%;
  clear: both;
  font-size: 88%;
  text-align: center;
  padding: 1px;
  margin: 1em auto 0;
  /* Prevent preceding content from clinging to navboxes */
}
}


.navbox .navbox {
/* Alternating cell background */
  margin-top: 0;
.alternatecells:nth-child(odd) {
  /* No top margin for nested navboxes */
background-color: #F9F9F9;
}
}
 
body.wgl-theme-dark .alternatecells:nth-child(odd) {
.navbox+.navbox {
background-color: #222;
  margin-top: -1px;
  /* Single pixel border between adjacent navboxes */
}
}


.navbox-inner,
/* Alternating table rows, primarily used with [[Template:Infobox row]] */
.navbox-subgroup {
.alternaterows tr:nth-child(even),
  width: 100%;
.infobox-rows tr:nth-child(even) {
background-color: #F9F9F9;
}
}
 
body.wgl-theme-dark .alternaterows tr:nth-child(even),
.navbox-group,
body.wgl-theme-dark .infobox-rows tr:nth-child(even) {
.navbox-title,
background-color: #222;
.navbox-abovebelow {
  padding: 0.25em 1em;
  /* Title, group and above/below styles */
  line-height: 1.5em;
  text-align: center;
}
}


th.navbox-group {
/* Scale file page image to the width of the page */
  /* Group style */
#file img {
  white-space: nowrap;
max-width: 100%;
  /* @noflip */
height: auto;
  text-align: right;
}
}


.navbox,
/* Highlight clicked reference in blue to help navigation */
.navbox-subgroup {
ol.references li:target,
  background-color: #fdfdfd;
sup.reference:target,
  /* Background color */
span.citation:target {  
background-color: #C1DAF2;
}
}


.navbox-list {
/* Style the sitenotice */
  line-height: 1.5em;
#siteNotice #localNotice,
  border-color: #fdfdfd;
#siteNotice .globalNotice,
  /* Must match background color */
.page-MediaWiki_Sitenotice .mw-content-ltr .mw-parser-output {
margin-bottom: 24px;
}
}


 
/* Allow parts of toc to be hidden */
/* cell spacing for navbox cells */
/* Section levels */
 
.toc-hidelevel2 .toclevel-1 ul,
tr+tr>.navbox-abovebelow,
.toc-hidelevel3 .toclevel-2 ul,
tr+tr>.navbox-group,
.toc-hidelevel4 .toclevel-3 ul,
tr+tr>.navbox-image,
/* Numbers */
tr+tr>.navbox-list {
.toc-nonumbers .tocnumber {
  /* Borders above 2nd, 3rd, etc. rows */
display: none;
  border-top: 2px solid #fdfdfd;
  /* Must match background color */
}
 
.navbox th,
.navbox-title {
  background-color: #ccccff;
  /* Level 1 color */
}
}


.navbox-abovebelow,
/* Adjust styles for small screens */
th.navbox-group,
@media (max-width: 500px) {
.navbox-subgroup .navbox-title {
#content div.thumb {
  background-color: #ddddff;
float: none;
  /* Level 2 color */
}
}
}


.navbox-subgroup .navbox-group,
/* Simulate link styling for JS only links */
.navbox-subgroup .navbox-abovebelow {
.jslink {
  background-color: #e6e6ff;
color: #0645AD;
  /* Level 3 color */
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
}


.navbox-even {
.jslink:hover {
  background-color: #f7f7f7;
text-decoration: underline;
  /* Even row striping */
cursor: pointer;
}
}


.navbox-odd {
.jslink:active {
  background-color: transparent;
color: #FAA700;
  /* Odd row striping */
}
}


.navbox .hlist td dl,
/* Try to use nearest neighbour scaling for pixelated images */
.navbox .hlist td ol,
.filehistory a img,
.navbox .hlist td ul,
.pixel-image,
.navbox td.hlist dl,
.invslot-item-image,
.navbox td.hlist ol,
.sprite {
.navbox td.hlist ul {
image-rendering: optimizeSpeed;
  padding: 0.125em 0;
image-rendering: -webkit-optimize-contrast;
  /* Adjust hlist padding in navboxes */
image-rendering: optimize-contrast;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: crisp-edges;
image-rendering: pixelated;
-ms-interpolation-mode: nearest-neighbor;
}
}


/* Add [[File:Mojang logo.svg]] to known Mojang employee userlinks */
.mw-userlink[href="/w/User:Dinnerbone-gpuser"], .mw-userlink[href="/w/User:Dinnerbone-gpuser?action=edit&redlink=1"],
.mw-userlink[href="/w/User:Jeb_mojang"], .mw-userlink[href="/w/User:Jeb_mojang?action=edit&redlink=1"],
.mw-userlink[href="/w/User:MidnightEnforcer"], .mw-userlink[href="/w/User:MidnightEnforcer?action=edit&redlink=1"],
.mw-userlink[href="/w/User:Minecraft_Staff"], .mw-userlink[href="/w/User:Minecraft_Staff?action=edit&redlink=1"],
.mw-userlink[href="/w/User:Mojang_tommo"], .mw-userlink[href="/w/User:Mojang_tommo?action=edit&redlink=1"],
.mw-userlink[href="/w/User:Slicedlime"], .mw-userlink[href="/w/User:Slicedlime?action=edit&redlink=1"],
.mw-userlink[href="/w/User:Jocopa3"], .mw-userlink[href="/w/User:Jocopa3?action=edit&redlink=1"],
.mw-userlink[href="/w/User:IP_Justice"], .mw-userlink[href="/w/User:IP_Justice?action=edit&redlink=1"],
.mw-userlink[href="/w/User:Cornerhard"], .mw-userlink[href="/w/User:Cornerhard?action=edit&redlink=1"],
.mw-userlink[href="/w/User:CornerHard"], .mw-userlink[href="/w/User:CornerHard?action=edit&redlink=1"],


/* Default styling for Navbar template */
/* legacy/deleted */
 
.mw-userlink[href="/w/User:MidnightEnforcer43458@legacy41488102"], .mw-userlink[href="/w/User:MidnightEnforcer43458@legacy41488102?action=edit&redlink=1"],
.navbar {
/* previously User:Jonkagstrom47437 */
  display: inline;
.mw-userlink[href="/w/User:@DeletedUser40286849"], .mw-userlink[href="/w/User:@DeletedUser40286849?action=edit&redlink=1"],
  font-size: 88%;
/* previously User:shoghicp */
  font-weight: normal;
.mw-userlink[href="/w/User:@DeletedUser40317681"], .mw-userlink[href="/w/User:@DeletedUser40317681?action=edit&redlink=1"] {
padding-left: 17px;
background: url('filepath://Mojang_logo.svg') no-repeat left center;
background-size: 14px 14px;
}
}


.navbar ul {
/* Add [[File:Grass Block JE7 BE6.png]] to known Minecraft/Mojang-related contractor employee userlinks */
  display: inline;
.mw-userlink[href="/w/User:C418bla"], .mw-userlink[href="/w/User:C418bla?action=edit&redlink=1"] {
  white-space: nowrap;
padding-left: 17px;
background: url('filepath://Grass_Block_JE7_BE6.png') no-repeat left center;
background-size: 14px 14px;
}
}


.mw-body-content .navbar ul {
/* Add [[File:Gray Mojang Thing.png]] to known ex-Mojang employee userlinks */
  line-height: inherit;
.mw-userlink[href="/w/User:EvilSeph"], .mw-userlink[href="/w/User:EvilSeph?action=edit&redlink=1"],
.mw-userlink[href="/w/User:ExcitedZe"], .mw-userlink[href="/w/User:ExcitedZe?action=edit&redlink=1"],
.mw-userlink[href="/w/User:Neon_Master"], .mw-userlink[href="/w/User:Neon_Master?action=edit&redlink=1"],
.mw-userlink[href="/w/User:RazzleberryFox"], .mw-userlink[href="/w/User:RazzleberryFox?action=edit&redlink=1"],
.mw-userlink[href="/w/User:Tahg"], .mw-userlink[href="/w/User:Tahg?action=edit&redlink=1"],
.mw-userlink[href="/w/User:Tamerjeison"], .mw-userlink[href="/w/User:Tamerjeison?action=edit&redlink=1"],
.mw-userlink[href="/w/User:HelenAngel"], .mw-userlink[href="/w/User:HelenAngel?action=edit&redlink=1"],
/* previously User:ProfMobius */
.mw-userlink[href="/w/User:@DeletedUser40549330"], .mw-userlink[href="/w/User:@DeletedUser40549330?action=edit&redlink=1"] {
padding-left: 17px;
background: url('filepath://Gray_Mojang_Thing.png') no-repeat left center;
}
}


.navbar li {
/* Make external links the same colour as internal links, the icon is enough to differentiate them */
  word-spacing: -0.125em;
.mw-body a.external {
color: #0645ad;
}
}


.navbar.mini li abbr[title] {
.mw-body a.external:visited {
  font-variant: small-caps;
color: #0b0080;
  border-bottom: none;
  text-decoration: none;
  cursor: inherit;
}
}


 
.mw-body a.external:active {
/* Navbar styling when nested in infobox and navbox */
color: #faa700;
 
.infobox .navbar {
  font-size: 100%;
}
}


.navbox .navbar {
/* Make tabs the correct size */
  display: block;
body {
  font-size: 100%;
-moz-tab-size: 4;
}
-o-tab-size: 4;
 
tab-size: 4;
.navbox-title .navbar {
  /* @noflip */
  float: left;
  /* @noflip */
  text-align: left;
  /* @noflip */
  margin-right: 0.5em;
}
 
 
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
  in [[MediaWiki:Common.js]] are styled here so they can be customised. */
 
.collapseButton {
  /* @noflip */
  float: right;
  font-weight: normal;
  /* @noflip */
  margin-left: 0.5em;
  /* @noflip */
  text-align: right;
  width: auto;
}
 
 
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
 
.mw-parser-output .mw-collapsible-toggle {
  font-weight: normal;
  /* @noflip */
  text-align: right;
  padding-right: 0.2em;
  padding-left: 0.2em;
}
 
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
  /* @noflip */
  float: left;
  /* @noflip */
  text-align: left;
}
 
 
/* Infobox template style */
 
.infobox {
  border: 1px solid #a2a9b1;
  border-spacing: 3px;
  background-color: #f8f9fa;
  color: black;
  /* @noflip */
  margin: 0.5em 0 0.5em 1em;
  padding: 0.2em;
  /* @noflip */
  float: right;
  /* @noflip */
  clear: right;
  font-size: 88%;
  line-height: 1.5em;
}
 
.infobox caption {
  font-size: 125%;
  font-weight: bold;
  padding: 0.2em;
  text-align: center;
}
}


.infobox td,
/* Classes corresponding to Minecraft formatting codes */
.infobox th {
.format-0 {
  vertical-align: top;
color: #000;
  /* @noflip */
text-shadow: 0.125em 0.125em 0 #000;
  text-align: left;
}
}


.infobox.bordered {
.format-1 {
  border-collapse: collapse;
color: #00A;
text-shadow: 0.125em 0.125em 0 #00002A;
}
}


.infobox.bordered td,
.format-2 {
.infobox.bordered th {
color: #0A0;
  border: 1px solid #a2a9b1;
text-shadow: 0.125em 0.125em 0 #002A00;
}
}


.infobox.bordered .borderless td,
.format-3 {
.infobox.bordered .borderless th {
color: #0AA;
  border: 0;
text-shadow: 0.125em 0.125em 0 #002A2A;
}
}


.infobox.sisterproject {
.format-4 {
  width: 20em;
color: #A00;
  font-size: 90%;
text-shadow: 0.125em 0.125em 0 #2A0000;
}
}


.infobox.standard-talk {
.format-5 {
  border: 1px solid #c0c090;
color: #A0A;
  background-color: #f8eaba;
text-shadow: 0.125em 0.125em 0 #2A002A;
}
}


.infobox.standard-talk.bordered td,
.format-6 {
.infobox.standard-talk.bordered th {
color: #FA0;
  border: 1px solid #c0c090;
text-shadow: 0.125em 0.125em 0 #2A2A00;
}
}


 
.format-7 {
/* styles for bordered infobox with merged rows */
color: #AAA;
 
text-shadow: 0.125em 0.125em 0 #2A2A2A;
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
  border: 0;
  border-top: 1px solid #a2a9b1;
  /* @noflip */
  border-right: 1px solid #a2a9b1;
}
}


.infobox.bordered .mergedrow td,
.format-8 {
.infobox.bordered .mergedrow th {
color: #555;
  border: 0;
text-shadow: 0.125em 0.125em 0 #151515;
  /* @noflip */
  border-right: 1px solid #a2a9b1;
}
}


 
.format-9 {
/* Styles for geography infoboxes, eg countries,
color: #55F;
  country subdivisions, cities, etc.           */
text-shadow: 0.125em 0.125em 0 #15153F;
 
.infobox.geography {
  border-collapse: collapse;
  line-height: 1.2em;
  font-size: 90%;
}
}


.infobox.geography td,
.format-a {
.infobox.geography th {
color: #5F5;
  border-top: 1px solid #a2a9b1;
text-shadow: 0.125em 0.125em 0 #153F15;
  padding: 0.4em 0.6em 0.4em 0.6em;
}
}


.infobox.geography .mergedtoprow td,
.format-b {
.infobox.geography .mergedtoprow th {
color: #5FF;
  border-top: 1px solid #a2a9b1;
text-shadow: 0.125em 0.125em 0 #153F3F;
  padding: 0.4em 0.6em 0.2em 0.6em;
}
}


.infobox.geography .mergedrow td,
.format-c {
.infobox.geography .mergedrow th {
color: #F55;
  border: 0;
text-shadow: 0.125em 0.125em 0 #3F1515;
  padding: 0 0.6em 0.2em 0.6em;
}
}


.infobox.geography .mergedbottomrow td,
.format-d {
.infobox.geography .mergedbottomrow th {
color: #F5F;
  border-top: 0;
text-shadow: 0.125em 0.125em 0 #3F153F;
  border-bottom: 1px solid #a2a9b1;
  padding: 0 0.6em 0.4em 0.6em;
}
}


.infobox.geography .maptable td,
.format-e {
.infobox.geography .maptable th {
color: #FF5;
  border: 0;
text-shadow: 0.125em 0.125em 0 #3F3F15;
  padding: 0;
}
 
 
/* Normal font styling for wikitable row headers with scope="row" tag */
 
.wikitable.plainrowheaders th[scope=row] {
  font-weight: normal;
  /* @noflip */
  text-align: left;
}
 
 
/* Lists in wikitable data cells are always left-aligned */
 
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
  /* @noflip */
  text-align: left;
}
 
 
/* ...unless they also use the hlist class */
 
.toc.hlist ul,
#toc.hlist ul,
.wikitable.hlist td ul,
.wikitable.hlist td ol,
.wikitable.hlist td dl {
  text-align: inherit;
}
}


 
.format-f,
/* Icons for medialist templates [[Template:Listen]],
#minetip-tooltip {
  [[Template:Multi-listen_start]], [[Template:Video]],
color: #FFF;
  [[Template:Multi-video_start]] */
text-shadow: 0.125em 0.125em 0 #3F3F3F;
 
 
/* TemplateStyles */
 
div.listenlist {
  background: url("//upload.wikimedia.org/wikipedia/commons/4/47/Sound-icon.svg") no-repeat scroll 0 0 transparent;
  background-size: 30px;
  padding-left: 40px;
}
}


 
.format-l {
/* Fix for hieroglyphs specificity issue in infoboxes ([[phab:T43869]]) */
font-weight: bold;
 
letter-spacing: 0.125em;
table.mw-hiero-table td {
  vertical-align: middle;
}
}


 
.format-m {
/* Style rules for media list templates */
text-decoration: line-through;
 
 
/* TemplateStyles */
 
div.medialist {
  min-height: 50px;
  margin: 1em;
  /* @noflip */
  background-position: top left;
  background-repeat: no-repeat;
}
}


div.medialist ul {
.format-n {
  list-style-type: none;
text-decoration: underline;
  list-style-image: none;
  margin: 0;
}
}


div.medialist ul li {
.format-o {
  padding-bottom: 0.5em;
font-style: italic;
}
}


div.medialist ul li li {
/* Styling for minecraft style tooltip */
  font-size: 91%;
#minetip-tooltip {
  padding-bottom: 0;
position: fixed;
top: 0;
left: 0;
background-color: #100010;
background-color: rgba(16, 0, 16, 0.94);
padding: 0.375em;
font-family: Minecraft, sans-serif;
font-size: 16px;
word-spacing: 4px;
white-space: nowrap;
line-height: 1.25em;
margin: 0.125em 0.25em;
pointer-events: none;
z-index: 9999;
}
}


 
#minetip-tooltip::before {
/* Change the external link icon to an Adobe icon for all PDF files */
content: "";
 
position: absolute;
div#content a[href$=".pdf"].external,
top: 0.125em;
div#content a[href*=".pdf?"].external,
right: -0.125em;
div#content a[href*=".pdf#"].external,
bottom: 0.125em;
div#content a[href$=".PDF"].external,
left: -0.125em;
div#content a[href*=".PDF?"].external,
border: 0.15em solid #100010;
div#content a[href*=".PDF#"].external,
border-style: none solid;
div#mw_content a[href$=".pdf"].external,
border-color: rgba(16, 0, 16, 0.94);
div#mw_content a[href*=".pdf?"].external,
div#mw_content a[href*=".pdf#"].external,
div#mw_content a[href$=".PDF"].external,
div#mw_content a[href*=".PDF?"].external,
div#mw_content a[href*=".PDF#"].external {
  background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
  /* @noflip */
  padding-right: 18px;
}
}


 
#minetip-tooltip::after {
/* Messagebox templates */
content: "";
 
position: absolute;
.messagebox {
top: 0.125em;
  border: 1px solid #a2a9b1;
right: 0;
  background-color: #f8f9fa;
bottom: 0.125em;
  width: 80%;
left: 0;
  margin: 0 auto 1em auto;
border: 0.125em solid #2D0A63;
  padding: .2em;
border-image: -webkit-linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31)) 1;
border-image: linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31)) 1;
}
}


.messagebox.merge {
#minetip-tooltip > .description,
  border: 1px solid #c0b8cc;
#minetip-tooltip > .minetip-description {
  background-color: #f0e5ff;
display: block;
  text-align: center;
margin-top: 0.25em;
}
}


.messagebox.cleanup {
/* prevent sitenotice show/hide toggle from moving page contents down after pageload */
  border: 1px solid #9f9fff;
.globalNotice .globalNoticeDismiss {
  background-color: #efefff;
float: right;
  text-align: center;
}
}


.messagebox.standard-talk {
/* Prevent "Other Review Tools" from showing up at the top of Special:RecentChanges */
  border: 1px solid #c0c090;
.mw-rcfilters-ui-rcTopSectionWidget-topLinks-table {
  background-color: #f8eaba;
display: none;
  margin: 4px auto;
}
}


 
/* Style code, pre and similar elements/classes with one common styling */
/* For old WikiProject banners inside banner shells. */
@media screen {
 
pre, code, .mw-code {
.mbox-inside .standard-talk,
background-color: #F8F9FA;
.messagebox.nested-talk {
color: #000;
  border: 1px solid #c0c090;
border: 1px solid #BBC2C6;
  background-color: #f8eaba;
}
  width: 100%;
  margin: 2px 0;
  padding: 2px;
}
 
.messagebox.small {
  width: 238px;
  font-size: 85%;
  /* @noflip */
  float: right;
  clear: both;
  /* @noflip */
  margin: 0 0 1em 1em;
  line-height: 1.25em;
}
 
.messagebox.small-talk {
  width: 238px;
  font-size: 85%;
  /* @noflip */
  float: right;
  clear: both;
  /* @noflip */
  margin: 0 0 1em 1em;
  line-height: 1.25em;
  background-color: #F8EABA;
}
 
 
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
 
th.mbox-text,
td.mbox-text {
  /* The message body cell(s) */
  border: none;
  /* @noflip */
  padding: 0.25em 0.9em;
  /* 0.9em left/right */
  width: 100%;
  /* Make all mboxes the same width regardless of text length */
}
 
td.mbox-image {
  /* The left image cell */
  border: none;
  /* @noflip */
  padding: 2px 0 2px 0.9em;
  /* 0.9em left, 0px right */
  text-align: center;
}
 
td.mbox-imageright {
  /* The right image cell */
  border: none;
  /* @noflip */
  padding: 2px 0.9em 2px 0;
  /* 0px left, 0.9em right */
  text-align: center;
}
 
td.mbox-empty-cell {
  /* An empty narrow cell */
  border: none;
  padding: 0;
  width: 1px;
}
 
 
/* Article message box styles */
 
table.ambox {
  margin: 0 10%;
  /* 10% = Will not overlap with other elements */
  border: 1px solid #a2a9b1;
  /* @noflip */
  border-left: 10px solid #36c;
  /* Default "notice" blue */
  background-color: #fbfbfb;
  box-sizing: border-box;
}
 
table.ambox+table.ambox {
  /* Single border between stacked boxes. */
  margin-top: -1px;
}
 
.ambox th.mbox-text,
.ambox td.mbox-text {
  /* The message body cell(s) */
  padding: 0.25em 0.5em;
  /* 0.5em left/right */
}
 
.ambox td.mbox-image {
  /* The left image cell */
  /* @noflip */
  padding: 2px 0 2px 0.5em;
  /* 0.5em left, 0px right */
}
 
.ambox td.mbox-imageright {
  /* The right image cell */
  /* @noflip */
  padding: 2px 0.5em 2px 0;
  /* 0px left, 0.5em right */
}
 
table.ambox-notice {
  /* @noflip */
  border-left: 10px solid #36c;
  /* Blue */
}
 
table.ambox-speedy {
  /* @noflip */
  border-left: 10px solid #b32424;
  /* Red */
  background-color: #fee7e6;
  /* Pink */
}
 
table.ambox-delete {
  /* @noflip */
  border-left: 10px solid #b32424;
  /* Red */
}
 
table.ambox-content {
  /* @noflip */
  border-left: 10px solid #f28500;
  /* Orange */
}
 
table.ambox-style {
  /* @noflip */
  border-left: 10px solid #fc3;
  /* Yellow */
}
 
table.ambox-move {
  /* @noflip */
  border-left: 10px solid #9932cc;
  /* Purple */
}
 
table.ambox-protection {
  /* @noflip */
  border-left: 10px solid #a2a9b1;
  /* Gray-gold */
}
 
 
/* Image message box styles */
 
table.imbox {
  margin: 4px 10%;
  border-collapse: collapse;
  border: 3px solid #36c;
  /* Default "notice" blue */
  background-color: #fbfbfb;
  box-sizing: border-box;
}
 
.imbox .mbox-text .imbox {
  /* For imboxes inside imbox-text cells. */
  margin: 0 -0.5em;
  /* 0.9 - 0.5 = 0.4em left/right.        */
  display: block;
  /* Fix for webkit to force 100% width.  */
}
 
.mbox-inside .imbox {
  /* For imboxes inside other templates.  */
  margin: 4px;
}
 
table.imbox-notice {
  border: 3px solid #36c;
  /* Blue */
}
 
table.imbox-speedy {
  border: 3px solid #b32424;
  /* Red */
  background-color: #fee7e6;
  /* Pink */
}
}


table.imbox-delete {
kbd, .kbd-color {
  border: 3px solid #b32424;
text-shadow: 0 1px 0 #FFF;
  /* Red */
background-color: #F8F9FA;
color: #222;
box-shadow: 0 1px rgba(0,0,0,0.2), 0 0 0 2px #FFF inset;
border-color: #BBC2C6;
font-size: smaller;
}
}


table.imbox-content {
/* Fixes for small screens */
  border: 3px solid #f28500;
@media screen and (max-width: 720px) {
  /* Orange */
#mw-head {
top: 13px;
}
div#mw-navigation div#mw-panel {
position: static !important; /* position: relative may be added to inline styles by built-in JS after page load; it needs an !important to override */
}
}
}


table.imbox-style {
@media screen and (max-width: 500px) {
  border: 3px solid #fc3;
/* TOC fix */
  /* Yellow */
#mw-content-text > .mw-parser-output > div[style*="float"] {
float: none !important;
margin: 0 !important;
}
}
}


table.imbox-move {
/* presumable Discord link on comportal */
  border: 3px solid #9932cc;
.CPDiscord {
  /* Purple */
float: right;
margin-left: 1em;
clear: right;
}
}


table.imbox-protection {
/* Styling for tooltip */
  border: 3px solid #a2a9b1;
.explain {
  /* Gray-gold */
border-bottom: 0;
text-decoration: underline dotted;
cursor: help;
}
}


table.imbox-license {
/* Show help cursor when an abbr element has a title attribute */
  border: 3px solid #88a;
abbr[title] {
  /* Dark gray */
cursor: help;
  background-color: #f7f8ff;
  /* Light gray */
}
}


table.imbox-featured {
/* Machine-readable extra template information */
  border: 3px solid #cba135;
.history-json, .chest-json, .chestcontents-json, .sound-json, .spawntable-json, .advancements-json, .achievements-json {
  /* Brown-gold */
display: none;
}
}


 
.mw-references-columns {
/* Category message box styles */
overflow-wrap: break-word;
 
table.cmbox {
  margin: 3px 10%;
  border-collapse: collapse;
  border: 1px solid #a2a9b1;
  background-color: #DFE8FF;
  /* Default "notice" blue */
  box-sizing: border-box;
}
 
table.cmbox-notice {
  background-color: #D8E8FF;
  /* Blue */
}
 
table.cmbox-speedy {
  margin-top: 4px;
  margin-bottom: 4px;
  border: 4px solid #b32424;
  /* Red */
  background-color: #FFDBDB;
  /* Pink */
}
 
table.cmbox-delete {
  background-color: #FFDBDB;
  /* Red */
}
 
table.cmbox-content {
  background-color: #FFE7CE;
  /* Orange */
}
 
table.cmbox-style {
  background-color: #FFF9DB;
  /* Yellow */
}
 
table.cmbox-move {
  background-color: #E4D8FF;
  /* Purple */
}
 
table.cmbox-protection {
  background-color: #EFEFE1;
  /* Gray-gold */
}
 
 
/* Other pages message box styles */
 
table.ombox {
  margin: 4px 10%;
  border-collapse: collapse;
  border: 1px solid #a2a9b1;
  /* Default "notice" gray */
  background-color: #f8f9fa;
  box-sizing: border-box;
}
 
table.ombox-notice {
  border: 1px solid #a2a9b1;
  /* Gray */
}
 
table.ombox-speedy {
  border: 2px solid #b32424;
  /* Red */
  background-color: #fee7e6;
  /* Pink */
}
 
table.ombox-delete {
  border: 2px solid #b32424;
  /* Red */
}
 
table.ombox-content {
  border: 1px solid #f28500;
  /* Orange */
}
 
table.ombox-style {
  border: 1px solid #fc3;
  /* Yellow */
}
 
table.ombox-move {
  border: 1px solid #9932cc;
  /* Purple */
}
 
table.ombox-protection {
  border: 2px solid #a2a9b1;
  /* Gray-gold */
}
 
 
/* Talk page message box styles */
 
table.tmbox {
  margin: 4px 10%;
  border-collapse: collapse;
  border: 1px solid #c0c090;
  /* Default "notice" gray-brown */
  background-color: #f8eaba;
  min-width: 80%;
  box-sizing: border-box;
}
 
.tmbox.mbox-small {
  min-width: 0;
  /* reset the min-width of tmbox above        */
}
 
.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)  */
  width: 100%;
  /* For Safari and Opera */
}
 
.mbox-inside .tmbox.mbox-small {
  /* "small" tmboxes should not be small when  */
  line-height: 1.5em;
  /* also "nested", so reset styles that are  */
  font-size: 100%;
  /* set in "mbox-small" above.                */
}
 
table.tmbox-speedy {
  border: 2px solid #b32424;
  /* Red */
  background-color: #fee7e6;
  /* Pink */
}
 
table.tmbox-delete {
  border: 2px solid #b32424;
  /* Red */
}
 
table.tmbox-content {
  border: 2px solid #f28500;
  /* Orange */
}
 
table.tmbox-style {
  border: 2px solid #fc3;
  /* Yellow */
}
 
table.tmbox-move {
  border: 2px solid #9932cc;
  /* Purple */
}
 
table.tmbox-protection,
table.tmbox-notice {
  border: 1px solid #c0c090;
  /* Gray-brown */
}
 
 
/* Disambig and set index box styles */
 
table.dmbox {
  clear: both;
  margin: 0.9em 1em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
}
 
 
/* Footer and header message box styles */
 
table.fmbox {
  clear: both;
  margin: 0.2em 0;
  width: 100%;
  border: 1px solid #a2a9b1;
  background-color: #f8f9fa;
  /* Default "system" gray */
  box-sizing: border-box;
}
 
table.fmbox-system {
  background-color: #f8f9fa;
}
 
table.fmbox-warning {
  border: 1px solid #bb7070;
  /* Dark pink */
  background-color: #ffdbdb;
  /* Pink */
}
 
table.fmbox-editnotice {
  background-color: transparent;
}
 
 
/* Div based "warning" style fmbox messages. */
 
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon,
div.titleblacklist-warning,
div.locked-warning {
  clear: both;
  margin: 0.2em 0;
  border: 1px solid #bb7070;
  background-color: #ffdbdb;
  padding: 0.25em 0.9em;
  box-sizing: border-box;
}
 
 
/* These mbox-small classes must be placed after all other
  ambox/tmbox/ombox etc classes. "html body.mediawiki" is so
  they override "table.ambox + table.ambox" above. */
 
html body.mediawiki .mbox-small {
  /* For the "small=yes" option. */
  /* @noflip */
  clear: right;
  /* @noflip */
  float: right;
  /* @noflip */
  margin: 4px 0 4px 1em;
  box-sizing: border-box;
  width: 238px;
  font-size: 88%;
  line-height: 1.25em;
}
 
html body.mediawiki .mbox-small-left {
  /* For the "small=left" option. */
  /* @noflip */
  margin: 4px 1em 4px 0;
  box-sizing: border-box;
  overflow: hidden;
  width: 238px;
  border-collapse: collapse;
  font-size: 88%;
  line-height: 1.25em;
}
 
 
/* Style for compact ambox */
 
 
/* Hide the images */
 
.compact-ambox table .mbox-image,
.compact-ambox table .mbox-imageright,
.compact-ambox table .mbox-empty-cell {
  display: none;
}
 
 
/* Remove borders, backgrounds, padding, etc. */
 
.compact-ambox table.ambox {
  border: none;
  border-collapse: collapse;
  background-color: transparent;
  margin: 0 0 0 1.6em !important;
  padding: 0 !important;
  width: auto;
  display: block;
}
 
body.mediawiki .compact-ambox table.mbox-small-left {
  font-size: 100%;
  width: auto;
  margin: 0;
}
 
 
/* Style the text cell as a list item and remove its padding */
 
.compact-ambox table .mbox-text {
  padding: 0 !important;
  margin: 0 !important;
}
 
.compact-ambox table .mbox-text-span {
  display: list-item;
  line-height: 1.5em;
  list-style-type: square;
  list-style-image: url(/w/skins/MonoBook/resources/images/bullet.gif);
}
 
.skin-vector .compact-ambox table .mbox-text-span {
  list-style-type: disc;
  list-style-image: url(/w/skins/Vector/images/bullet-icon.svg);
  list-style-image: url(/w/skins/Vector/images/bullet-icon.png)\9;
}
 
 
/* Allow for hiding text in compact form */
 
.compact-ambox .hide-when-compact {
  display: none;
}
 
 
/* Hide (formatting) elements from screen, but not from screenreaders */
 
.visualhide {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
 
 
/* Suppress missing interwiki image links where #ifexist cannot
  be used due to high number of requests. See .hidden-redlink on
  [[m:MediaWiki:Common.css]] */
 
.check-icon a.new {
  display: none;
  speak: none;
}
 
 
/* Remove underlines from certain links */
 
.nounderlines a,
.IPA a:link,
.IPA a:visited {
  text-decoration: none !important;
}
 
 
/* Standard Navigationsleisten, aka box hiding thingy
  from .de.  Documentation at [[Wikipedia:NavFrame]]. */
 
div.NavFrame {
  margin: 0;
  padding: 4px;
  border: 1px solid #a2a9b1;
  text-align: center;
  border-collapse: collapse;
  font-size: 95%;
}
 
div.NavFrame+div.NavFrame {
  border-top-style: none;
  border-top-style: hidden;
}
 
div.NavPic {
  background-color: #fff;
  margin: 0;
  padding: 2px;
  /* @noflip */
  float: left;
}
 
div.NavFrame div.NavHead {
  line-height: 1.6em;
  font-weight: bold;
  background-color: #ccf;
  position: relative;
}
 
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
  font-size: 100%;
}
 
div.NavEnd {
  margin: 0;
  padding: 0;
  line-height: 1px;
  clear: both;
}
 
a.NavToggle {
  position: absolute;
  top: 0;
  /* @noflip */
  right: 3px;
  font-weight: normal;
  font-size: 90%;
}
 
 
/* Hatnotes and disambiguation notices */
 
.hatnote {
  font-style: italic;
}
 
.hatnote i {
  font-style: normal;
}
 
div.hatnote {
  /* @noflip */
  padding-left: 1.6em;
  margin-bottom: 0.5em;
}
 
div.hatnote+div.hatnote {
  margin-top: -0.5em;
}
 
 
/* Allow transcluded pages to display in lists rather than a table. */
 
.listify td {
  display: list-item;
}
 
.listify tr {
  display: block;
}
 
.listify table {
  display: block;
}
 
 
/* Geographical coordinates defaults. See [[Template:Coord/link]]
  for how these are used. The classes "geo", "longitude", and
  "latitude" are used by the [[Geo microformat]]. */
 
 
/* TemplateStyles */
 
.geo-default,
.geo-dms,
.geo-dec {
  display: inline;
}
 
.geo-nondefault,
.geo-multi-punct {
  display: none;
}
 
.longitude,
.latitude {
  white-space: nowrap;
}
 
 
/* Allow limiting of which header levels are shown in a TOC;
  <div class="toclimit-3">, for instance, will limit to
  showing ==headings== and ===headings=== but no further
  (as long as there are no =headings= on the page, which
  there shouldn't be according to the MoS). */
 
 
/* TemplateStyles */
 
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
  display: none;
}
 
 
/* User block messages */
 
div.user-block {
  padding: 5px;
  margin-bottom: 0.5em;
  border: 1px solid #A9A9A9;
  background-color: #FFEFD5;
}
 
 
/* Prevent line breaks in silly places:
  1) Where desired
  2) Links when we don't want them to
  3) Bold "links" to the page itself */
 
.nowrap,
.nowraplinks a,
.nowraplinks .selflink {
  white-space: nowrap;
}
 
.nowrap pre {
  white-space: pre;
}
 
 
/* But allow wrapping where desired: */
 
.wrap,
.wraplinks a {
  white-space: normal;
}
 
 
/* For template documentation */
 
 
/* TemplateStyles */
 
.template-documentation {
  clear: both;
  margin: 1em 0 0 0;
  border: 1px solid #a2a9b1;
  background-color: #ecfcf4;
  padding: 1em;
}
 
 
/* Increase the height of the image upload box */
 
#wpUploadDescription {
  height: 13em;
}
 
 
/* Minimum thumb width */
 
.thumbinner {
  min-width: 100px;
}
 
 
/* Prevent floating boxes from overlapping any category listings,
  file histories, edit previews, and edit [Show changes] views. */
 
#mw-subcategories,
#mw-pages,
#mw-category-media,
#filehistory,
#wikiPreview,
#wikiDiff {
  clear: both;
}
 
 
/* Selectively hide headers in WikiProject banners */
 
 
/* TemplateStyles */
 
.wpb .wpb-header {
  display: none;
}
 
.wpbs-inner .wpb .wpb-header {
  display: block;
  /* for IE */
}
 
.wpbs-inner .wpb .wpb-header {
  display: table-row;
  /* for real browsers */
}
 
.wpbs-inner .wpb-outside {
  display: none;
  /* hide things that should only display outside shells */
}
 
 
/* Styling for Abuse Filter tags */
 
.mw-tag-markers {
  font-style: italic;
  font-size: 90%;
}
 
 
/* Hide stuff meant for accounts with special permissions. Made visible again in
  [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-patroller.css]],
  [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]]
  and [[Mediawiki:Group-autoconfirmed.css]]. */
 
.sysop-show,
.templateeditor-show,
.extendedmover-show,
.patroller-show,
.autoconfirmed-show,
.user-show {
  display: none;
}
 
 
/* Hide the redlink generated by {{Editnotice}},
  this overrides the ".sysop-show { display: none; }" above that applies
  to the same link as well. See [[phab:T45013]]
 
  Hide the images in editnotices to keep them readable in VE view.
  Long term, editnotices should become a core feature so that they can be designed responsive. */
 
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,
.ve-ui-mwNoticesPopupTool-item .mbox-image,
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {
  display: none !important;
}
 
 
/* Remove bullets when there are multiple edit page warnings */
 
ul.permissions-errors>li {
  list-style: none none;
}
 
ul.permissions-errors {
  margin: 0;
}
 
 
/* Generic class for Times-based serif, texhtml class for inline math */
 
.times-serif,
span.texhtml {
  font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
  font-size: 118%;
  line-height: 1;
}
 
span.texhtml {
  white-space: nowrap;
}
 
span.texhtml span.texhtml {
  font-size: 100%;
}
 
span.mwe-math-mathml-inline {
  font-size: 118%;
}
 
 
/* Force tabular and lining display for digits and texhtml */
 
.digits,
.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;
}
 
 
/* Make <math display="block"> be left aligned with one space indent for compatibility with style conventions */
 
.mwe-math-fallback-image-display,
.mwe-math-mathml-display {
  margin-left: 1.6em !important;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
 
.mwe-math-mathml-display math {
  display: inline;
}
 
 
/* Fix styling of transcluded prefindex tables */
 
table#mw-prefixindex-list-table,
table#mw-prefixindex-nav-table {
  width: 98%;
}
 
 
/* For portals, added 2011-12-07 -bv
  On wide screens, show these as two columns
  On narrow and mobile screens, let them collapse into a single column */
 
.portal-column-left {
  float: left;
  width: 50%;
}
 
.portal-column-right {
  float: right;
  width: 49%;
}
 
.portal-column-left-wide {
  float: left;
  width: 60%;
}
 
.portal-column-right-narrow {
  float: right;
  width: 39%;
}
 
.portal-column-left-extra-wide {
  float: left;
  width: 70%;
}
 
.portal-column-right-extra-narrow {
  float: right;
  width: 29%;
}
 
@media only screen and (max-width: 800px) {
  /* Decouple the columns on narrow screens */
  .portal-column-left,
  .portal-column-right,
  .portal-column-left-wide,
  .portal-column-right-narrow,
  .portal-column-left-extra-wide,
  .portal-column-right-extra-narrow {
    float: inherit;
    width: inherit;
  }
}
 
 
/* Formerly for announcements, now used intermittently */
 
#bodyContent .letterhead {
  background-image: url('//upload.wikimedia.org/wikipedia/commons/e/e0/Tan-page-corner.png');
  background-repeat: no-repeat;
  padding: 2em;
  background-color: #faf9f2;
}
 
 
/* hidden sortkey for tablesorter */
 
 
/* deprecated, in process of being replaced with data-sort-value */
 
td .sortkey,
th .sortkey {
  display: none;
  speak: none;
}
 
 
/* Make it possible to hide checkboxes in <inputbox> */
 
.inputbox-hidecheckboxes form .inputbox-element,
.inputbox-hidecheckboxes .mw-ui-checkbox {
  display: none !important;
}
 
 
/* Work-around for [[phab:T25965]] (Kaltura advertisement) */
 
.k-player .k-attribution {
  visibility: hidden;
}
 
 
/* Move 'play' button of video player to bottom left corner */
 
.PopUpMediaTransform a .play-btn-large {
  margin: 0;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
 
 
/* Hide FlaggedRevs notice UI when there are no pending changes */
 
.flaggedrevs_draft_synced,
.flaggedrevs_stable_synced {
  display: none;
}
 
 
/* Force imgs in galleries to have borders by wrapping them in class=bordered-images */
 
.bordered-images img {
  border: solid #ddd 1px;
}
 
 
/* Gallery styles background changes are restricted to screen view. In printing we should avoid applying backgrounds. */
 
@media screen {
  /* The backgrounds for galleries. */
  #content .gallerybox div.thumb {
    /* Light gray padding */
    background-color: #f8f9fa;
  }
  /* 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 {
    background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
  }
  /* But not on articles, user pages, portals or with opt-out. */
  .ns-0 .gallerybox .thumb img,
  .ns-2 .gallerybox .thumb img,
  .ns-100 .gallerybox .thumb img,
  .nochecker .gallerybox .thumb img {
    background-color: #fff;
  }
}
 
 
/* Display "From Wikipedia, the free encyclopedia" in skins that support it, do not apply to print mode */
 
//@media screen {
// #siteSub {
// display: block;
// }
//}
 
/* Change tab size to 4 instead of 8 because 8 is too large */
 
body {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
}

Latest revision as of 07:23, 2 November 2023

/* CSS placed here will be applied to all skins */

/*
 * This is the CSS for all desktop skins on en.Wikipedia.
 * Styling inside .mw-parser-output should generally use TemplateStyles.
 */

body {
	font-family: "Liberation Sans", Arial, Helvetica, FreeSans, sans-serif;
}

/** Main page stylings **/
@supports (flex-wrap: wrap) { 
	.edition-group {
		display: flex;
		flex-wrap: wrap;
	}
	.edition-group .edition-box {
		flex: 17.4em;
	}
}



/* Hatnotes and disambiguation notices */
.hatnote {
	font-style: italic;
}

.hatnote i {
	font-style: normal;
}

div.hatnote {
	padding-left: 1.6em;
	margin-bottom: 0.5em;
}

div.hatnote + div.hatnote {
	margin-top: -0.5em;
}

/* [[Template:Layered blueprint]] */
@-webkit-keyframes layered-blueprint-fade-in {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}

@keyframes layered-blueprint-fade-in {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}

.layered-blueprint-layer {
	-webkit-animation: layered-blueprint-fade-in 200ms;
	animation: layered-blueprint-fade-in 200ms;
}

@-webkit-keyframes layered-blueprint-fade-out {
	0% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes layered-blueprint-fade-out {
	0% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

.layered-blueprint-radio:checked + .layered-blueprint-tab + .layered-blueprint-layer ~ .layered-blueprint-layer {
	-webkit-animation: layered-blueprint-fade-out 200ms;
	animation: layered-blueprint-fade-out 200ms;
}

/* [[Template:YouTube]] */
.youtube-video {
	display: block;
}

/* Prevent page jump from the toolbar loading */
.client-js #editform {
	/* To disable margin collapsing */
	overflow: hidden;
}

.client-js .mw-editform > #wpTextbox1 {
    margin-top: 73px;
}

.wikiEditor-ui-toolbar .tabs span.tab a:before {
	filter: invert(1);
}

/* Alternating cell background */
.alternatecells:nth-child(odd) {
	background-color: #F9F9F9;
}
body.wgl-theme-dark .alternatecells:nth-child(odd) {
	background-color: #222;
}

/* Alternating table rows, primarily used with [[Template:Infobox row]] */
.alternaterows tr:nth-child(even),
.infobox-rows tr:nth-child(even) {
	background-color: #F9F9F9;
}
body.wgl-theme-dark .alternaterows tr:nth-child(even),
body.wgl-theme-dark .infobox-rows tr:nth-child(even) {
	background-color: #222;
}

/* Scale file page image to the width of the page */
#file img {
	max-width: 100%;
	height: auto;
}

/* Highlight clicked reference in blue to help navigation */
ol.references li:target,
sup.reference:target,
span.citation:target { 
	background-color: #C1DAF2;
}

/* Style the sitenotice */
#siteNotice #localNotice,
#siteNotice .globalNotice,
.page-MediaWiki_Sitenotice .mw-content-ltr .mw-parser-output {
	margin-bottom: 24px;
}

/* Allow parts of toc to be hidden */
/* Section levels */
.toc-hidelevel2 .toclevel-1 ul,
.toc-hidelevel3 .toclevel-2 ul,
.toc-hidelevel4 .toclevel-3 ul,
/* Numbers */
.toc-nonumbers .tocnumber {
	display: none;
}

/* Adjust styles for small screens */
@media (max-width: 500px) {
	#content div.thumb {
		float: none;
	}
}

/* Simulate link styling for JS only links */
.jslink {
	color: #0645AD;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.jslink:hover {
	text-decoration: underline;
	cursor: pointer;
}

.jslink:active {
	color: #FAA700;
}

/* Try to use nearest neighbour scaling for pixelated images */
.filehistory a img,
.pixel-image,
.invslot-item-image,
.sprite {
	image-rendering: optimizeSpeed;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimize-contrast;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
	-ms-interpolation-mode: nearest-neighbor;
}

/* Add [[File:Mojang logo.svg]] to known Mojang employee userlinks */
.mw-userlink[href="/w/User:Dinnerbone-gpuser"], .mw-userlink[href="/w/User:Dinnerbone-gpuser?action=edit&redlink=1"],
.mw-userlink[href="/w/User:Jeb_mojang"], .mw-userlink[href="/w/User:Jeb_mojang?action=edit&redlink=1"],
.mw-userlink[href="/w/User:MidnightEnforcer"], .mw-userlink[href="/w/User:MidnightEnforcer?action=edit&redlink=1"],
.mw-userlink[href="/w/User:Minecraft_Staff"], .mw-userlink[href="/w/User:Minecraft_Staff?action=edit&redlink=1"],
.mw-userlink[href="/w/User:Mojang_tommo"], .mw-userlink[href="/w/User:Mojang_tommo?action=edit&redlink=1"],
.mw-userlink[href="/w/User:Slicedlime"], .mw-userlink[href="/w/User:Slicedlime?action=edit&redlink=1"],
.mw-userlink[href="/w/User:Jocopa3"], .mw-userlink[href="/w/User:Jocopa3?action=edit&redlink=1"],
.mw-userlink[href="/w/User:IP_Justice"], .mw-userlink[href="/w/User:IP_Justice?action=edit&redlink=1"],
.mw-userlink[href="/w/User:Cornerhard"], .mw-userlink[href="/w/User:Cornerhard?action=edit&redlink=1"],
.mw-userlink[href="/w/User:CornerHard"], .mw-userlink[href="/w/User:CornerHard?action=edit&redlink=1"],

/* legacy/deleted */
.mw-userlink[href="/w/User:MidnightEnforcer43458@legacy41488102"], .mw-userlink[href="/w/User:MidnightEnforcer43458@legacy41488102?action=edit&redlink=1"],
/* previously User:Jonkagstrom47437 */
.mw-userlink[href="/w/User:@DeletedUser40286849"], .mw-userlink[href="/w/User:@DeletedUser40286849?action=edit&redlink=1"],
/* previously User:shoghicp */
.mw-userlink[href="/w/User:@DeletedUser40317681"], .mw-userlink[href="/w/User:@DeletedUser40317681?action=edit&redlink=1"] {
	padding-left: 17px;
	background: url('filepath://Mojang_logo.svg') no-repeat left center;
	background-size: 14px 14px;
}

/* Add [[File:Grass Block JE7 BE6.png]] to known Minecraft/Mojang-related contractor employee userlinks */
.mw-userlink[href="/w/User:C418bla"], .mw-userlink[href="/w/User:C418bla?action=edit&redlink=1"] {
	padding-left: 17px;
	background: url('filepath://Grass_Block_JE7_BE6.png') no-repeat left center;
	background-size: 14px 14px;
}

/* Add [[File:Gray Mojang Thing.png]] to known ex-Mojang employee userlinks */
.mw-userlink[href="/w/User:EvilSeph"], .mw-userlink[href="/w/User:EvilSeph?action=edit&redlink=1"],
.mw-userlink[href="/w/User:ExcitedZe"], .mw-userlink[href="/w/User:ExcitedZe?action=edit&redlink=1"],
.mw-userlink[href="/w/User:Neon_Master"], .mw-userlink[href="/w/User:Neon_Master?action=edit&redlink=1"],
.mw-userlink[href="/w/User:RazzleberryFox"], .mw-userlink[href="/w/User:RazzleberryFox?action=edit&redlink=1"],
.mw-userlink[href="/w/User:Tahg"], .mw-userlink[href="/w/User:Tahg?action=edit&redlink=1"],
.mw-userlink[href="/w/User:Tamerjeison"], .mw-userlink[href="/w/User:Tamerjeison?action=edit&redlink=1"],
.mw-userlink[href="/w/User:HelenAngel"], .mw-userlink[href="/w/User:HelenAngel?action=edit&redlink=1"],
/* previously User:ProfMobius */
.mw-userlink[href="/w/User:@DeletedUser40549330"], .mw-userlink[href="/w/User:@DeletedUser40549330?action=edit&redlink=1"] {
	padding-left: 17px;
	background: url('filepath://Gray_Mojang_Thing.png') no-repeat left center;
}

/* Make external links the same colour as internal links, the icon is enough to differentiate them */
.mw-body a.external {
	color: #0645ad;
}

.mw-body a.external:visited {
	color: #0b0080;
}

.mw-body a.external:active {
	color: #faa700;
}

/* Make tabs the correct size */
body {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
}

/* Classes corresponding to Minecraft formatting codes */
.format-0 {
	color: #000;
	text-shadow: 0.125em 0.125em 0 #000;
}

.format-1 {
	color: #00A;
	text-shadow: 0.125em 0.125em 0 #00002A;
}

.format-2 {
	color: #0A0;
	text-shadow: 0.125em 0.125em 0 #002A00;
}

.format-3 {
	color: #0AA;
	text-shadow: 0.125em 0.125em 0 #002A2A;
}

.format-4 {
	color: #A00;
	text-shadow: 0.125em 0.125em 0 #2A0000;
}

.format-5 {
	color: #A0A;
	text-shadow: 0.125em 0.125em 0 #2A002A;
}

.format-6 {
	color: #FA0;
	text-shadow: 0.125em 0.125em 0 #2A2A00;
}

.format-7 {
	color: #AAA;
	text-shadow: 0.125em 0.125em 0 #2A2A2A;
}

.format-8 {
	color: #555;
	text-shadow: 0.125em 0.125em 0 #151515;
}

.format-9 {
	color: #55F;
	text-shadow: 0.125em 0.125em 0 #15153F;
}

.format-a {
	color: #5F5;
	text-shadow: 0.125em 0.125em 0 #153F15;
}

.format-b {
	color: #5FF;
	text-shadow: 0.125em 0.125em 0 #153F3F;
}

.format-c {
	color: #F55;
	text-shadow: 0.125em 0.125em 0 #3F1515;
}

.format-d {
	color: #F5F;
	text-shadow: 0.125em 0.125em 0 #3F153F;
}

.format-e {
	color: #FF5;
	text-shadow: 0.125em 0.125em 0 #3F3F15;
}

.format-f,
#minetip-tooltip {
	color: #FFF;
	text-shadow: 0.125em 0.125em 0 #3F3F3F;
}

.format-l {
	font-weight: bold;
	letter-spacing: 0.125em;
}

.format-m {
	text-decoration: line-through;
}

.format-n {
	text-decoration: underline;
}

.format-o {
	font-style: italic;
}

/* Styling for minecraft style tooltip */
#minetip-tooltip {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #100010;
	background-color: rgba(16, 0, 16, 0.94);
	padding: 0.375em;
	font-family: Minecraft, sans-serif;
	font-size: 16px;
	word-spacing: 4px;
	white-space: nowrap;
	line-height: 1.25em;
	margin: 0.125em 0.25em;
	pointer-events: none;
	z-index: 9999;
}

#minetip-tooltip::before {
	content: "";
	position: absolute;
	top: 0.125em;
	right: -0.125em;
	bottom: 0.125em;
	left: -0.125em;
	border: 0.15em solid #100010;
	border-style: none solid;
	border-color: rgba(16, 0, 16, 0.94);
}

#minetip-tooltip::after {
	content: "";
	position: absolute;
	top: 0.125em;
	right: 0;
	bottom: 0.125em;
	left: 0;
	border: 0.125em solid #2D0A63;
	border-image: -webkit-linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31)) 1;
	border-image: linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31)) 1;
}

#minetip-tooltip > .description,
#minetip-tooltip > .minetip-description {
	display: block;
	margin-top: 0.25em;
}

/* prevent sitenotice show/hide toggle from moving page contents down after pageload */
.globalNotice .globalNoticeDismiss {
	float: right;
}

/* Prevent "Other Review Tools" from showing up at the top of Special:RecentChanges */
.mw-rcfilters-ui-rcTopSectionWidget-topLinks-table {
	display: none;
}

/* Style code, pre and similar elements/classes with one common styling */
@media screen {
	pre, code, .mw-code {
		background-color: #F8F9FA;
		color: #000;
		border: 1px solid #BBC2C6;
	}
}

kbd, .kbd-color {
	text-shadow: 0 1px 0 #FFF;
	background-color: #F8F9FA;
	color: #222;
	box-shadow: 0 1px rgba(0,0,0,0.2), 0 0 0 2px #FFF inset;
	border-color: #BBC2C6;
	font-size: smaller;
}

/* Fixes for small screens */
@media screen and (max-width: 720px) {
	#mw-head {
		top: 13px;
	}
	
	div#mw-navigation div#mw-panel {
		position: static !important; /* position: relative may be added to inline styles by built-in JS after page load; it needs an !important to override */
	}
}

@media screen and (max-width: 500px) {
	/* TOC fix */
	#mw-content-text > .mw-parser-output > div[style*="float"] {
		float: none !important;
		margin: 0 !important;
	}
}

/* presumable Discord link on comportal */
.CPDiscord {
	float: right;
	margin-left: 1em;
	clear: right;
}

/* Styling for tooltip */
.explain {
	border-bottom: 0;
	text-decoration: underline dotted;
	cursor: help;
}

/* Show help cursor when an abbr element has a title attribute */
abbr[title] {
	cursor: help;
}

/* Machine-readable extra template information */
.history-json, .chest-json, .chestcontents-json, .sound-json, .spawntable-json, .advancements-json, .achievements-json {
	display: none;
}

.mw-references-columns {
	overflow-wrap: break-word;
}