Difference between revisions of "MediaWiki:Mobile.css"

From Polyphasic Sleep Wiki
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* <pre> */
 
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,600,600i&display=swap');
 
body {
 
    font-family: system-ui, -apple-system, Roboto, Helvetica, sans-serif;
 
}
 
 
@media all and (max-width: 320px) {
 
    body {
 
          font-size: 0.9em;
 
    }
 
  
 +
/* Styling for citations. Breaks long urls, etc., rather than overflowing box */
 +
.citation {
 +
word-wrap: break-word;
 
}
 
}
  
#mw-content-text {
+
/* Make the list of references smaller */
    line-height: 1.7em;
+
/* 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 {
.pre-content h1,
+
font-size: 100%;           /* Reset font-size when nested in div.reflist */
.content h1,
+
margin-bottom: 0;         /* Avoid double margin when nested in div.reflist */
.content h2 {
+
list-style-type: inherit; /* Enable custom list style types */
    color: #444e5a;
 
    font-weight: bold;
 
    font-family: 'PT Serif', 'Palatino', 'Georgia', serif;
 
 
}
 
}
  
h3,
+
/* Allow hidden ref errors to be shown by user CSS */
h4,
+
/* TemplateStyles */
h5,
+
span.brokenref {
h6 {
+
display: none;
    color: #444e5a;
 
    font-family: system-ui, -apple-system, Roboto, Helvetica, sans-serif;
 
 
}
 
}
  
body.skin-minerva {
+
/* Reset top margin for lists embedded in columns */
 +
div.columns {
 +
margin-top: 0.3em;
 
}
 
}
 
+
div.columns dl,
body.skin-minerva a,
+
div.columns ol,
body.skin-minerva image a {
+
div.columns ul {
    color: #327ba7;
+
margin-top: 0;
 
}
 
}
  
body.skin-minerva a:visited,
+
/* Avoid elements breaking between columns */
body.skin-minerva image a:visited,
+
.nocolbreak,
body.skin-minerva a:active,
+
div.columns li,
body.skin-minerva image a:active {
+
div.columns dd {
    color: #327ba7;
+
-webkit-column-break-inside: avoid;
 +
page-break-inside: avoid;
 +
break-inside: avoid-column;
 
}
 
}
  
body.skin-minerva a.new,
+
/* Style for horizontal lists (separator following item).
body.skin-minerva image a.new {
+
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
    color: #ba0000;
+
  @revision 8 (2016-05-21)
 +
  @author [[User:Edokter]]
 +
*/
 +
.hlist dl,
 +
.hlist ol,
 +
.hlist ul {
 +
margin: 0;
 +
padding: 0;
 
}
 
}
 
+
/* Display list items inline */
body.skin-minerva a.new:visited,
+
.hlist dd,
body.skin-minerva image a.new:visited {
+
.hlist dt,
    color: #ba0000;
+
.hlist li {
 +
margin: 0;
 +
display: inline;
 
}
 
}
 
+
/* Display nested lists inline */
body.skin-minerva div.vectorTabs li a,
+
.hlist.inline,
body.skin-minerva div.vectorMenu li a,
+
.hlist.inline dl,
body.skin-minerva #mw-panel .portal .body li a,
+
.hlist.inline ol,
body.skin-minerva div.vectorTabs li a:visited,
+
.hlist.inline ul,
body.skin-minerva div.vectorMenu li a:visited,
+
.hlist dl dl, .hlist dl ol, .hlist dl ul,
body.skin-minerva #mw-panel .portal .body li a:visited,
+
.hlist ol dl, .hlist ol ol, .hlist ol ul,
body.skin-minerva div.vectorTabs li a:active,
+
.hlist ul dl, .hlist ul ol, .hlist ul ul {
body.skin-minerva div.vectorMenu li a:active,
+
display: inline;
body.skin-minerva #mw-panel .portal .body li a:active {
 
    color: #327ba7;
 
 
}
 
}
 
+
/* Hide empty list items */
body.skin-minerva div.vectorTabs li.new a,
+
.hlist .mw-empty-li {
body.skin-minerva div.vectorMenu li.new a,
+
display: none;
body.skin-minerva #mw-panel .portal .body li.new a,
 
body.skin-minerva div.vectorTabs li.new a:visited,
 
body.skin-minerva div.vectorMenu li.new a:visited,
 
body.skin-minerva #mw-panel .portal .body li.new a:visited,
 
body.skin-minerva div.vectorTabs li.new a:active,
 
body.skin-minerva div.vectorMenu li.new a:active,
 
body.skin-minerva #mw-panel .portal .body li.new a:active {
 
    color: #ba0000;
 
 
}
 
}
 
+
/* Generate interpuncts */
body.skin-minerva .mw-body-content a.external,
+
.hlist dt:after {
body.skin-minerva .mw-body-content a.extiw {
+
content: ": ";
    color: #3869bb;
 
 
}
 
}
 
+
/**
body.skin-minerva .mw-body-content a.external:visited,
+
* Note hlist style usage differd in
body.skin-minerva .mw-body-content a.extiw:visited,
+
* the Minerva skin. Remember .hlist is a class defined in core as well! Please check Minerva desktop (and Minerva.css) when changing
body.skin-minerva .mw-body-content a.external:active,
+
* See https://phabricator.wikimedia.org/T213239
body.skin-minerva .mw-body-content a.extiw:active {
+
*/
    color: #3869bb;
+
.hlist dd:after,
 +
.hlist li:after {
 +
content: " · ";
 +
font-weight: bold;
 
}
 
}
 
+
.hlist dd:last-child:after,
body.skin-minerva .jsPurgeLink a.external {
+
.hlist dt:last-child:after,
    color: #327ba7;
+
.hlist li:last-child:after {
 +
content: none;
 
}
 
}
 
+
/* Add parentheses around nested lists */
.header-container.header-chrome {
+
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
    background: url('filepath://RuneScape_Wiki_background.jpg') #f6f6f6 no-repeat;
+
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
    background-size: 900px;
+
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
    background-position: 0 50%;
+
content: " (";
    box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.1);
+
font-weight: normal;
}
 
 
 
.header-container .header {
 
    height: 3.75em;
 
}
 
 
 
.header-container .header .search-box {
 
    text-align: right;
 
}
 
 
 
.header-container .header .search {
 
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 
}
 
 
 
.header-container .mw-ui-icon-mainmenu:before {
 
    background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3C%3Fxml version=%221.0%22 encoding=%22UTF-8%22%3F%3E%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22%3E%3Ctitle%3Emenu%3C/title%3E%3Cpath fill=%22%23ffffff%22 fill-rule=%22evenodd%22 d=%22M21 19H2v-2h19v2zm0-6H2v-2h19v2zm0-6H2V5h19v2z%22/%3E%3C/svg%3E");
 
    filter: drop-shadow(0 0.05em 0.25em rgba(0, 0, 0, 0.5));
 
}
 
 
 
.header-container .branding-box h1 {
 
    color: #ffffff;
 
    font-size: 1.5em;
 
    font-weight: bold;
 
    font-family: 'PT Serif', 'Palatino', 'Georgia', serif;
 
    margin: 0.15em 0;
 
    text-shadow: 0 0.05em 0.25em rgba(0, 0, 0, 0.5);
 
    -webkit-user-select: none;
 
    -moz-user-select: none;
 
    -ms-user-select: none;
 
    user-select: none;
 
}
 
 
 
.search-overlay.overlay {
 
    padding-top: 3.75em;
 
}
 
 
 
.search-overlay .mw-ui-icon-clear.clear {
 
    top: 30%;
 
}
 
 
 
.search-overlay .mw-ui-icon.mw-ui-icon-small:before {
 
    background-size: inherit;
 
}
 
 
 
.search-overlay .page-summary h3 {
 
    line-height: 1.4em;
 
}
 
 
 
footer > .post-content {
 
    margin-top: 1em;
 
}
 
 
 
footer > .post-content > h2:first-child {
 
    display: none;
 
}
 
 
 
#content {
 
    border-top: none;
 
}
 
 
 
#page-actions .language-selector {
 
    display: none;
 
 
}
 
}
 
+
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.overlay-enabled,
+
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
#content,
+
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
.search-overlay {
+
content: ")";
    background-color: #fbfbfb;
+
font-weight: normal;
 
}
 
}
 
+
/* Put ordinals in front of ordered list items */
.content ul.actionbar,
+
.hlist ol {
.content ul.actionbar-revolution {
+
counter-reset: listitem;
    -webkit-box-sizing: border-box;
 
    -moz-box-sizing: border-box;
 
    -ms-box-sizing: border-box;
 
    box-sizing: border-box;
 
    padding: 39px 0 0 6px;
 
    margin: 0;
 
    width: 530px;
 
    height: 76px;
 
 
}
 
}
 
+
.hlist ol > li {
.content ul.actionbar li,
+
counter-increment: listitem;
.content ul.actionbar-revolution li {
 
    list-style: none;
 
    float: left;
 
    margin: 0;
 
    padding: 0;
 
    width: 32px;
 
    height: 32px;
 
    line-height: 32px;
 
    text-align: center;
 
    margin-right: 4px;
 
 
}
 
}
 
+
.hlist ol > li:before {
.content ul.actionbar {
+
content: " " counter(listitem) "\a0";
    background: url('filepath://Template_action_bar.png');
 
 
}
 
}
 
+
.hlist dd ol > li:first-child:before,
.content ul.actionbar-revolution {
+
.hlist dt ol > li:first-child:before,
    background: url('filepath://Template_action_bar_revolution.png');
+
.hlist li ol > li:first-child:before {
 +
content: " (" counter(listitem) "\a0";
 
}
 
}
  
.equipmenttable {
+
/* Unbulleted lists */
    background-image: url('filepath://Worn_equipment_interface_blank.png');
+
.plainlist ol,
    background-repeat: no-repeat;
+
.plainlist ul {
    background-position: top left;
+
line-height: inherit;
    width: 225px;
+
list-style: none none;
    height: 320px;
+
margin: 0;
    text-align: center;
 
    display: inline-block;
 
 
}
 
}
 
+
.plainlist ol li,
.equipmenttable.equipmenttable-float-right {
+
.plainlist ul li {
    float: right;
+
margin-bottom: 0;
 
}
 
}
  
.equipmenttable.equipmenttable-float-left {
+
/* Default style for navigation boxes */
    float: left;
+
.navboxMobile {                    /* navboxMobile 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 navboxMobilees */
 
}
 
}
 
+
.navboxMobile .navboxMobile {
.equipmenttable.equipmenttable-float-center {
+
margin-top: 0;           /* No top margin for nested navboxMobilees */
    display: block;
 
    margin: 0 auto;
 
 
}
 
}
 
+
.navboxMobile + .navboxMobile {
.equipmenttable .equipmentrow {
+
margin-top: -1px;         /* Single pixel border between adjacent navboxMobilees */
    position: relative;
 
 
}
 
}
 
+
.navboxMobile-inner,
.equipmenttable .equipmentrow.equipmentrow1 {
+
.navboxMobile-subgroup {
    top: 65px;
+
width: 100%;
 
}
 
}
 
+
.navboxMobile-group,
.equipmenttable .equipmentrow.equipmentrow2 {
+
.navboxMobile-title,
    top: 73px;
+
.navboxMobile-abovebelow {
 +
padding: 0.25em 1em;      /* Title, group and above/below styles */
 +
line-height: 1.5em;
 +
text-align: center;
 
}
 
}
 
+
th.navboxMobile-group {             /* Group style */
.equipmenttable .equipmentrow.equipmentrow3 {
+
white-space: nowrap;
    top: 81px;
+
/* @noflip */
 +
text-align: center;
 
}
 
}
 
+
.navboxMobile,
.equipmenttable .equipmentrow.equipmentrow4 {
+
.navboxMobile-subgroup {
    top: 88px;
+
background-color: #fdfdfd; /* Background color */
 
}
 
}
 
+
.navboxMobile-list {
.equipmenttable .equipmentrow.equipmentrow5 {
+
line-height: 1.5em;
    top: 98px;
+
border-color: #fdfdfd;    /* Must match background color */
 +
text-align: center;
 
}
 
}
 
+
/* cell spacing for navboxMobile cells */
.equipmenttable .equipmentrow .equipmentslot {
+
tr + tr > .navboxMobile-abovebelow,
    display: table-cell;
+
tr + tr > .navboxMobile-group,
    position: relative;
+
tr + tr > .navboxMobile-image,
    height: 32px;
+
tr + tr > .navboxMobile-list {    /* Borders above 2nd, 3rd, etc. rows */
    width: 32px;
+
border-top: 2px solid #fdfdfd; /* Must match background color */
    vertical-align: middle;
 
 
}
 
}
 
+
.navboxMobile th,
.equipmenttable .equipmentrow .equipmentslot img {
+
.navboxMobile-title {
    max-height: 32px;
+
background-color: #ccccff;     /* Level 1 color */
    max-width: 32px;
 
 
}
 
}
 
+
.navboxMobile-abovebelow,
.equipmenttable .equipmentrow .equipmentslot.emptyslot img {
+
th.navboxMobile-group,
    opacity: 0.5;
+
.navboxMobile-subgroup .navboxMobile-title {
 +
background-color: #ddddff;     /* Level 2 color */
 
}
 
}
 
+
.navboxMobile-subgroup .navboxMobile-group,
.equipmenttable .equipmentrow .equipmentslot.auraslot {
+
.navboxMobile-subgroup .navboxMobile-abovebelow {
    left: 57px;
+
background-color: #e6e6ff;     /* Level 3 color */
 
}
 
}
 
+
.navboxMobile-even {
.equipmenttable .equipmentrow .equipmentslot.headslot {
+
background-color: #f7f7f7;     /* Even row striping */
    left: 65px;
 
 
}
 
}
 
+
.navboxMobile-odd {
.equipmenttable .equipmentrow .equipmentslot.pocketslot {
+
background-color: transparent; /* Odd row striping */
    left: 73px;
 
 
}
 
}
 
+
.navboxMobile .hlist td dl,
.equipmenttable .equipmentrow .equipmentslot.capeslot {
+
.navboxMobile .hlist td ol,
    left: 57px;
+
.navboxMobile .hlist td ul,
 +
.navboxMobile td.hlist dl,
 +
.navboxMobile td.hlist ol,
 +
.navboxMobile td.hlist ul {
 +
padding: 0.125em 0;       /* Adjust hlist padding in navboxMobilees */
 
}
 
}
  
.equipmenttable .equipmentrow .equipmentslot.neckslot {
+
/* Default styling for Navbar template */
    left: 65px;
+
.navbar {
 +
display: inline;
 +
font-size: 88%;
 +
font-weight: normal;
 
}
 
}
 
+
.navbar ul {
.equipmenttable .equipmentrow .equipmentslot.ammoslot {
+
display: inline-block;
    left: 73px;
+
white-space: nowrap;
 
}
 
}
 
+
.mw-body-content .navbar ul {
.equipmenttable .equipmentrow .equipmentslot.weaponslot {
+
line-height: inherit;
    left: 37px;
 
 
}
 
}
 
+
.navbar li {
.equipmenttable .equipmentrow .equipmentslot.torsoslot {
+
word-spacing: -0.125em;
    left: 65px;
 
 
}
 
}
 
+
.navbar.mini li abbr[title] {
.equipmenttable .equipmentrow .equipmentslot.shieldslot {
+
font-variant: small-caps;
    left: 93px;
+
border-bottom: none;
 +
text-decoration: none;
 +
cursor: inherit;
 
}
 
}
 
+
/* Navbar styling when nested in infobox and navboxMobile */
.equipmenttable .equipmentrow .equipmentslot.legsslot {
+
.infobox .navbar {
    left: 97px;
+
font-size: 100%;
 
}
 
}
 
+
.navboxMobile .navbar {
.equipmenttable .equipmentrow .equipmentslot.glovesslot {
+
display: block;
    left: 37px;
+
font-size: 100%;
 
}
 
}
 
+
.navboxMobile-title .navbar {
.equipmenttable .equipmentrow .equipmentslot.bootsslot {
+
/* @noflip */
    left: 65px;
+
float: left;
 +
/* @noflip */
 +
text-align: left;
 +
/* @noflip */
 +
margin-right: 0.5em;
 
}
 
}
  
.equipmenttable .equipmentrow .equipmentslot.ringslot {
+
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
    left: 93px;
+
.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 {
.infobox-bonuses.wikitable th {
+
/* @noflip */
    padding: 0.25em 0.4em;
+
float: left;
    text-align: center;
+
/* @noflip */
    white-space: nowrap;
+
text-align: left;
    width: 70px !important;
 
 
}
 
}
  
.infobox-bonuses.wikitable td {
+
/* Infobox template style */
    text-align: center;
+
.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 {
.infobox-bonuses.wikitable .combat-attributes {
+
font-size: 125%;
    text-align: left;
+
font-weight: bold;
 +
padding: 0.2em;
 +
text-align: center;
 
}
 
}
 
+
.infobox td,
.infobox-bonuses.wikitable .combat-attributes .image {
+
.infobox th {
    display: inline-block;
+
vertical-align: top;
    margin-right: 4px;
+
/* @noflip */
    width: 23px;
+
text-align: left;
 
}
 
}
 
+
.infobox.bordered {
.rsw-infobox {
+
border-collapse: collapse;
    font-size: 85%;
 
    background-color: #f9f9f9;
 
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 
    margin-bottom: 2.5em !important;
 
    max-width: 300px;
 
    display: table !important;
 
 
}
 
}
 
+
.infobox.bordered td,
.rsw-infobox tbody {
+
.infobox.bordered th {
    width: 100%;
+
border: 1px solid #a2a9b1;
    display: table;
 
 
}
 
}
 
+
.infobox.bordered .borderless td,
.rsw-infobox .infobox-image {
+
.infobox.bordered .borderless th {
    text-align: center;
+
border: 0;
 
}
 
}
  
.rsw-infobox .infobox-header {
+
.infobox.sisterproject {
    color: #ffffff;
+
width: 20em;
    font-size: 1.15em;
+
font-size: 90%;
    background: #246c97;
 
    border-bottom: 0.5em solid #f9f9f9;
 
    padding: 0.5em 0;
 
 
}
 
}
  
.rsw-infobox .infobox-subheader {
+
.infobox.standard-talk {
    background: #6ba5c8;
+
border: 1px solid #c0c090;
    color: #ffffff;
+
background-color: #f8eaba;
    line-height: 2em;
 
    border-top: 0.5em solid #f9f9f9;
 
    border-bottom: 0.5em solid #f9f9f9;
 
 
}
 
}
 
+
.infobox.standard-talk.bordered td,
.rsw-infobox .infobox-subheader a {
+
.infobox.standard-talk.bordered th {
    color: #ffffff;
+
border: 1px solid #c0c090;
 
}
 
}
  
.rsw-infobox th:not(.infobox-header):not(.infobox-subheader) {
+
/* styles for bordered infobox with merged rows */
    text-align: right;
+
.infobox.bordered .mergedtoprow td,
    vertical-align: top;
+
.infobox.bordered .mergedtoprow th {
    border-left: 1px solid #efefef;
+
border: 0;
    border-right: 0.175em solid #6ba5c8;
+
border-top: 1px solid #a2a9b1;
    padding: 0.2em 0.5em;
+
/* @noflip */
 +
border-right: 1px solid #a2a9b1;
 
}
 
}
  
.rsw-infobox td:not(.infobox-image):not(.infobox-map) {
+
.infobox.bordered .mergedrow td,
    border-right: 1px solid #efefef;
+
.infobox.bordered .mergedrow th {
    padding: 0.25em 0.5em;
+
border: 0;
    line-height: 1.6em;
+
/* @noflip */
 +
border-right: 1px solid #a2a9b1;
 
}
 
}
  
.rsw-infobox td[colspan="2"]:not(.infobox-image):not(.infobox-map) {
+
/* Styles for geography infoboxes, eg countries,
    border: 1px solid #efefef;
+
  country subdivisions, cities, etc.           */
    padding-bottom: 0.6em;
+
.infobox.geography {
 +
border-collapse: collapse;
 +
line-height: 1.2em;
 +
font-size: 90%;
 
}
 
}
  
.rsw-infobox .infobox-map {
+
.infobox.geography  td,
    border: 1px solid #efefef;
+
.infobox.geography  th {
    border-top: none;
+
border-top: 1px solid #a2a9b1;
    text-align: center;
+
padding: 0.4em 0.6em 0.4em 0.6em;
    padding: 7px 0;
 
 
}
 
}
 
+
.infobox.geography .mergedtoprow td,
.rsw-infobox .infobox-bottom-links,
+
.infobox.geography .mergedtoprow th {
.rsw-infobox .infobox-template-links {
+
border-top: 1px solid #a2a9b1;
    display: none;
+
padding: 0.4em 0.6em 0.2em 0.6em;
 
}
 
}
  
.rsw-infobox.infobox-monster {
+
.infobox.geography .mergedrow td,
    font-size: 80%;
+
.infobox.geography .mergedrow th {
 +
border: 0;
 +
padding: 0 0.6em 0.2em 0.6em;
 
}
 
}
  
.rsw-infobox.infobox-monster tbody {
+
.infobox.geography .mergedbottomrow td,
    table-layout: fixed;
+
.infobox.geography .mergedbottomrow th {
 +
border-top: 0;
 +
border-bottom: 1px solid #a2a9b1;
 +
padding: 0 0.6em 0.4em 0.6em;
 
}
 
}
  
.rsw-infobox.infobox-monster input[type='number'] {
+
.infobox.geography .maptable td,
    background: #ffffff;
+
.infobox.geography .maptable th {
    border: 1px solid #efefef;
+
border: 0;
    padding: 2px;
+
padding: 0;
 
}
 
}
  
.rsw-infobox.infobox-monster td {
+
/* Normal font styling for wikitable row headers with scope="row" tag */
    text-align: center;
+
.wikitable.plainrowheaders th[scope=row] {
 +
font-weight: normal;
 +
/* @noflip */
 +
text-align: left;
 
}
 
}
  
.rsw-infobox.infobox-monster td:not(.infobox-image):not(.infobox-map) {
+
/* Lists in wikitable data cells are always left-aligned */
    border-right: 1px solid #efefef;
+
.wikitable td ul,
    border-left: 1px solid #efefef;
+
.wikitable td ol,
 +
.wikitable td dl {
 +
/* @noflip */
 +
text-align: left;
 
}
 
}
 
+
/* ...unless they also use the hlist class */
.rsw-infobox.infobox-monster th:not([colspan="2"]):last-child {
+
.toc.hlist ul,
    border-right: 1px solid #efefef;
+
#toc.hlist ul,
 +
.wikitable.hlist td ul,
 +
.wikitable.hlist td ol,
 +
.wikitable.hlist td dl {
 +
text-align: inherit;
 
}
 
}
  
.rsw-infobox.infobox-monster th.infobox-header,
+
/* Icons for medialist templates [[Template:Listen]],
.rsw-infobox.infobox-monster th.infobox-subheader,
+
  [[Template:Multi-listen_start]], [[Template:Video]],
.rsw-infobox.infobox-monster th.combat-subheader {
+
  [[Template:Multi-video_start]] */
    text-align: center;
+
/* 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;
 
}
 
}
  
.rsw-infobox.infobox-monster th.offensive-header {
+
/* Fix for hieroglyphs specificity issue in infoboxes ([[phab:T43869]]) */
    background-color: #801c13;
+
table.mw-hiero-table td {
    color: #ffffff;
+
vertical-align: middle;
    text-align: center;
 
 
}
 
}
  
.rsw-infobox.infobox-monster th.offensive-subheader {
+
/* Change the external link icon to an Adobe icon for all PDF files */
    background-color: #ecccc6;
+
.mw-parser-output a[href$=".pdf"].external,
    color: #801c13;
+
.mw-parser-output a[href*=".pdf?"].external,
    text-align: center;
+
.mw-parser-output a[href*=".pdf#"].external,
 +
.mw-parser-output a[href$=".PDF"].external,
 +
.mw-parser-output a[href*=".PDF?"].external,
 +
.mw-parser-output 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;
 
}
 
}
  
.rsw-infobox.infobox-monster th.offensive-subheader a {
+
/* Messagebox templates */
    color: #801c13;
 
}
 
 
 
.rsw-infobox.infobox-monster th.offensive-subheader:not(:last-child) {
 
    border-right: 0.175em solid #801c13;
 
}
 
 
 
.rsw-infobox.infobox-monster th.defensive-header {
 
    background-color: #438ab5;
 
    color: #ffffff;
 
    text-align: center;
 
}
 
 
 
.rsw-infobox.infobox-monster th.defensive-subheader {
 
    background-color: #c1deed;
 
    color: #222222;
 
    text-align: center;
 
}
 
 
 
.rsw-infobox.infobox-monster th.defensive-subheader a {
 
    color: #222222;
 
}
 
 
 
.rsw-infobox.infobox-monster th.slayer-header {
 
    background: #4c4c4c;
 
    color: #ffffff;
 
    text-align: center;
 
}
 
 
 
.rsw-infobox.infobox-monster th.slayer-subheader {
 
    background-color: #cccccc;
 
    color: #4c4c4c;
 
    text-align: center;
 
}
 
 
 
.rsw-infobox.infobox-monster th.slayer-subheader:not(:last-child) {
 
    border-right: 0.175em solid #4c4c4c;
 
}
 
 
 
.rsw-infobox.infobox-user-stats th {
 
    border: none;
 
}
 
 
 
.rsw-infobox.infobox-user-stats th.infobox-header {
 
    text-align: center;
 
    border-bottom: none;
 
}
 
 
 
.rsw-infobox.infobox-user-stats th.infobox-header a,
 
.rsw-infobox.infobox-user-stats th.infobox-header a:visited {
 
    color: #ffffff;
 
}
 
 
 
.rsw-infobox.infobox-user-stats th.infobox-subheader {
 
    text-align: center;
 
    border-top: none;
 
    border-bottom: 0.175em solid #f9f9f9;
 
}
 
 
 
.rsw-infobox.infobox-user-stats td:not(.infobox-image):not(.infobox-map):last-child {
 
    border: none;
 
}
 
 
 
.rsw-infobox#infobox-familiar tbody {
 
    table-layout: fixed;
 
}
 
 
 
.rsw-infobox#infobox-familiar th[colspan="2"] {
 
    text-align: right;
 
    border-right: 0.175em solid #6ba5c8;
 
    padding: 0.2em 0.5em;
 
}
 
 
 
.rsw-infobox#infobox-familiar th[colspan="4"] {
 
    text-align: center;
 
}
 
 
 
.rsw-infobox#infobox-familiar th:last-child {
 
    border-right: 1px solid #efefef;
 
}
 
 
 
.rsw-infobox#infobox-familiar th:first-child {
 
    border-left: 1px solid #efefef;
 
}
 
 
 
.rsw-infobox#infobox-familiar td.infobox-template-links {
 
    border: 1px solid #efefef !important;
 
    padding-bottom: 0.6em;
 
}
 
 
 
.rsw-infobox#infobox-familiar td:first-child {
 
    border-left: 1px solid #efefef !important;
 
}
 
 
 
.rsw-infobox#infobox-familiar td:last-child {
 
    border-right: 1px solid #efefef !important;
 
}
 
 
 
.rsw-infobox#infobox-familiar td:not(.infobox-image):not(.infobox-map) {
 
    border: none;
 
}
 
 
 
.rsw-infobox#infobox-familiar td[colspan="2"]:not(.infobox-image):not(.infobox-map) {
 
    border: none;
 
    padding: 0.25em 0.5em;
 
}
 
 
 
.rsw-infobox .advanced-data {
 
    display: none;
 
}
 
 
 
.infobox-bonuses.wikitable {
 
    font-size: 0.9rem;
 
}
 
 
 
.infobox-bonuses.wikitable th {
 
    min-width: 50px !important;
 
}
 
 
 
@media screen and (max-width: 560px) {
 
    .infobox-wrapper {
 
          width: 100% !important;
 
    }
 
 
 
}
 
 
 
@media screen and (max-width: 499px) {
 
    .rsw-infobox {
 
          margin-left: auto !important;
 
          margin-right: auto !important;
 
    }
 
 
 
}
 
 
 
@media screen and (min-width: 500px) {
 
    .rsw-infobox {
 
          float: right;
 
          margin-left: 1em !important;
 
    }
 
 
 
}
 
 
 
.inventorytable {
 
    background-image: url('filepath://Inventory_interface.png');
 
    background-repeat: no-repeat;
 
    background-position: top left;
 
    width: 174px;
 
    height: 328px;
 
    padding: 37px 0 42px;
 
    border-spacing: 0;
 
}
 
 
 
.inventorytable td {
 
    padding: 0 !important;
 
    border: 0 !important;
 
    text-align: center;
 
    position: relative;
 
    width: 46px;
 
    height: 36px;
 
}
 
 
 
.inventorytable .inv-quantity-text {
 
    top: -1px;
 
    text-shadow: #000 1px 1px;
 
    position: absolute;
 
    color: yellow;
 
    font-family: runescape-small;
 
    left: 6px;
 
    font-size: 16px;
 
}
 
 
 
.inventorytable .inv-quantity-text.qty-100k {
 
    color: #FFFFFF;
 
}
 
 
 
.inventorytable .inv-quantity-text.qty-10m {
 
    color: #01FF80;
 
}
 
 
 
.inventorytable .noted-item a {
 
    width: 32px;
 
    line-height: 28px;
 
    background-image: url(/images/c/cc/Note.png?37169);
 
    background-repeat: no-repeat;
 
    display: inline-block;
 
    background-position: center;
 
}
 
 
 
.inventorytable .noted-item img {
 
    transform: scale(0.65);
 
}
 
 
 
.content table.messagebox,
 
 
.messagebox {
 
.messagebox {
    width: auto !important;
+
border: 1px solid #a2a9b1;
}
+
background-color: #f8f9fa;
 
+
width: 80%;
.messagebox {
+
margin: 0 auto 1em auto;
    display: block !important;
+
padding: .2em;
    padding: 5px 7px;
 
    color: #54595d;
 
    font-size: 0.8em;
 
    background-color: #f8f9fa;
 
    margin-bottom: 1px;
 
    overflow: hidden;
 
}
 
 
 
.messagebox.obsolete {
 
    background-color: #cfcfcf;
 
    border-color: #464646;
 
}
 
 
 
.messagebox.obsolete a,
 
.messagebox.obsolete a:visited,
 
.messagebox.obsolete a:active {
 
    color: #6c6c6c;
 
}
 
 
 
.messagebox.info {
 
    background-color: #ebebeb;
 
    border-color: #898989;
 
}
 
 
 
.messagebox.info a,
 
.messagebox.info a:visited,
 
.messagebox.info a:active {
 
    color: #6c6c6c;
 
}
 
 
 
.messagebox.action {
 
    background-color: #cbdae2;
 
    border-color: #45697D;
 
}
 
 
 
.messagebox.action a,
 
.messagebox.action a:visited,
 
.messagebox.action a:active {
 
    color: #3c5c6e;
 
}
 
 
 
.messagebox.file {
 
    background-color: #cfd8eb;
 
    border-color: #617ebc;
 
}
 
 
 
.messagebox.file a,
 
.messagebox.file a:visited,
 
.messagebox.file a:active {
 
    color: #556d97;
 
}
 
 
 
.messagebox.warn {
 
    background-color: #ecd8d5;
 
    border-color: #861c10;
 
}
 
 
 
.messagebox.warn a,
 
.messagebox.warn a:visited,
 
.messagebox.warn a:active {
 
    color: #861c10;
 
}
 
 
 
.messagebox.disambig {
 
    background-color: #ebebeb;
 
    border-color: #898989;
 
    margin-top: 20px !important;
 
    margin-bottom: 30px !important;
 
}
 
 
 
.messagebox.disambig a,
 
.messagebox.disambig a:visited,
 
.messagebox.disambig a:active {
 
    color: #6c6c6c;
 
}
 
 
 
.messagebox.safe {
 
    background-color: #d8f0d3;
 
    border-color: #1b8408;
 
}
 
 
 
.messagebox.safe a,
 
.messagebox.safe a:visited,
 
.messagebox.safe a:active {
 
    color: #1b8408;
 
}
 
 
 
.messagebox.unsafe {
 
    background-color: #ffee88;
 
    border-color: #997700;
 
}
 
 
 
.messagebox.unsafe a,
 
.messagebox.unsafe a:visited,
 
.messagebox.unsafe a:active {
 
    color: #997700;
 
}
 
 
 
.messagebox.easter {
 
    background-color: #e5f9c2;
 
    border-color: #598014;
 
}
 
 
 
.messagebox.easter a,
 
.messagebox.easter a:visited,
 
.messagebox.easter a:active {
 
    color: #598014;
 
}
 
 
 
.messagebox.halloween {
 
    background-color: #e8d8ea;
 
    border-color: #794080;
 
}
 
 
 
.messagebox.halloween a,
 
.messagebox.halloween a:visited,
 
.messagebox.halloween a:active {
 
    color: #794080;
 
}
 
 
 
.messagebox.thanksgiving {
 
    background-color: #f0cba8;
 
    border-color: #a65800;
 
}
 
 
 
.messagebox.thanksgiving a,
 
.messagebox.thanksgiving a:visited,
 
.messagebox.thanksgiving a:active {
 
    color: #a65800;
 
}
 
 
 
.messagebox.christmas {
 
    background-color: #d4eaf6;
 
    border-color: #428bb5;
 
}
 
 
 
.messagebox.christmas a,
 
.messagebox.christmas a:visited,
 
.messagebox.christmas a:active {
 
    color: #3a799d;
 
}
 
 
 
.messagebox.bigRaffle {
 
    background-color: #f1de9f;
 
    border-color: #640000;
 
}
 
 
 
.messagebox.bigRaffle a,
 
.messagebox.bigRaffle a:visited,
 
.messagebox.bigRaffle a:active {
 
    color: #640000;
 
}
 
 
 
.messagebox.stub {
 
    width: 40%;
 
}
 
 
 
.messagebox.welcomenotice {
 
    padding: 1em;
 
    width: 90%;
 
}
 
 
 
.messagebox.welcomenotice .wordmark {
 
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.1));
 
}
 
 
 
.messagebox.hasdialogue {
 
    width: auto;
 
}
 
 
 
.messagebox2 {
 
    display: block !important;
 
    color: #54595d;
 
    font-size: 0.8em;
 
    background-color: #f8f9fa;
 
    margin-bottom: 1px;
 
    max-width: 100% !important;
 
    overflow: hidden;
 
}
 
 
 
.messagebox2 .messagebox-image {
 
    width: 55px;
 
    display: flex;
 
    justify-content: center;
 
    align-items: center;
 
}
 
 
 
.messagebox2 .messagebox-title {
 
    font-weight: bold;
 
    line-height: 1.55em;
 
    padding: 0.6em 0.6em 0.6em 0;
 
    flex: 1;
 
}
 
 
 
.messagebox2 .messagebox-text {
 
    line-height: 1.6em;
 
    padding: 0.65em 0.65em 0.65em 55px;
 
    border: 1px solid #e4eaee;
 
    border-top-width: 0;
 
}
 
 
 
.messagebox2 .messagebox-header {
 
    background: #ddedf6;
 
    border: 1px solid #c5e0ef;
 
    border-bottom: 0.3em solid #589ac1;
 
    display: flex;
 
}
 
 
 
.messagebox2.warn .messagebox-header {
 
    background: #feecea;
 
    border-color: #fdd6d2;
 
    border-bottom-color: #ed3523;
 
}
 
 
 
.messagebox2.warn .messagebox-header a {
 
    color: #da2412;
 
}
 
 
 
.messagebox2.action .messagebox-header {
 
    background: #fef0e4;
 
    border-color: #fde2cb;
 
    border-bottom-color: #f67e0c;
 
}
 
 
 
.messagebox2.action .messagebox-header a {
 
    color: #d76d08;
 
}
 
 
 
.messagebox2.safe .messagebox-header {
 
    background: #ecf8e3;
 
    border-color: #def3cf;
 
    border-bottom-color: #64ba1d;
 
}
 
 
 
.messagebox2.safe .messagebox-header a {
 
    color: #539b18;
 
}
 
 
 
.messagebox2.file .messagebox-header {
 
    background: #e2e9f7;
 
    border-color: #cedaf1;
 
    border-bottom-color: #5675b7;
 
}
 
 
 
.messagebox2.file .messagebox-header a {
 
    color: #4664a4;
 
}
 
 
 
.messagebox2.event .messagebox-header {
 
    background: #fceef9;
 
    border-color: #f8d8f1;
 
    border-bottom-color: #e667ca;
 
}
 
 
 
.messagebox2.event .messagebox-header a {
 
    color: #e148c0;
 
}
 
 
 
.messagebox2.info .messagebox-header {
 
    background: #e4eaee;
 
    border-color: #d4dee4;
 
    border-bottom-color: #8b96a3;
 
}
 
 
 
.messagebox2.info .messagebox-header a {
 
    color: #788493;
 
}
 
 
 
.messagebox2.obsolete .messagebox-header {
 
    background: #eeeeee;
 
    border-color: #e1e1e1;
 
    border-bottom-color: #6f6f6f;
 
}
 
 
 
.messagebox2.obsolete .messagebox-header a {
 
    color: #5e5e5e;
 
}
 
 
 
.navbox {
 
    border: 1px solid #d4dee4;
 
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 
    font-size: 0.85em;
 
}
 
 
 
.content .navbox ul {
 
    padding-left: 0;
 
}
 
 
 
.content .navbox ul li {
 
    margin-bottom: 0;
 
}
 
 
 
@media screen and (max-width: 719px) {
 
    .navbox td,
 
    .navbox th,
 
    .navbox tr,
 
    .navbox tbody,
 
    .navbox .navbox-subgroup {
 
          display: block;
 
    }
 
 
 
}
 
 
 
@media screen and (min-width: 720px) {
 
    .content table.navbox,
 
    .content .navbox table {
 
          width: 100% !important;
 
    }
 
 
 
}
 
 
 
.navbox .navbox-subgroup {
 
    margin: 0;
 
}
 
 
 
.navbox .navbar {
 
    display: none;
 
}
 
 
 
.navbox .pic-link,
 
.navbox .chathead-link,
 
.navbox img {
 
    display: none;
 
}
 
 
 
.navbox-title {
 
    color: #ffffff;
 
    background-color: #438ab5;
 
    font-size: 140%;
 
    font-weight: bold;
 
    text-align: center;
 
    padding: 0.25em 0;
 
}
 
 
 
.navbox-title a,
 
.navbox-title a:not([href]) {
 
    color: #ffffff !important;
 
}
 
 
 
@media screen and (min-width: 720px) {
 
    .navbox-title {
 
          border-bottom: 1px solid #d4dee4;
 
    }
 
 
 
}
 
 
 
.navbox-group-title {
 
    background-color: #ccd2d8;
 
    font-weight: bold;
 
    padding: 0.2em 0.85em;
 
}
 
 
 
@media screen and (max-width: 719px) {
 
    .navbox-group-title {
 
          overflow: hidden;
 
          white-space: nowrap;
 
          text-overflow: ellipsis;
 
    }
 
 
 
}
 
 
 
@media screen and (min-width: 720px) {
 
    .navbox-group-title {
 
          border: 1px solid #d4dee4;
 
          border-width: 0 1px 1px 0;
 
          width: 12vw;
 
    }
 
 
 
}
 
 
 
.navbox-group-title-hidden {
 
    display: none;
 
}
 
 
 
.navbox-list {
 
    padding: 0;
 
    position: relative;
 
}
 
 
 
@media screen and (min-width: 720px) {
 
    .navbox-list {
 
          border-bottom: 1px solid #d4dee4;
 
    }
 
 
 
}
 
 
 
@media screen and (max-width: 719px) {
 
    .navbox-list ul {
 
          white-space: nowrap;
 
          overflow-x: auto;
 
          overflow-y: hidden;
 
          -webkit-overflow-scrolling: touch;
 
    }
 
 
 
}
 
 
 
@media screen and (min-width: 720px) {
 
    .navbox-list ul {
 
          padding: 0.2em 0.85em 0.5em !important;
 
    }
 
 
 
 
}
 
}
 
+
.messagebox.merge {
.navbox-list li {
+
border: 1px solid #c0b8cc;
    display: inline-flex;
+
background-color: #f0e5ff;
    align-items: center;
+
text-align: center;
    height: 3.5em;
 
    margin: 0 0 0 0.85em;
 
 
}
 
}
 
+
.messagebox.cleanup {
@media screen and (min-width: 720px) {
+
border: 1px solid #9f9fff;
    .navbox-list li {
+
background-color: #efefff;
          height: 2.1em;
+
text-align: center;
    }
 
 
 
    .navbox-list li:first-child {
 
          margin-left: 0;
 
    }
 
 
 
 
}
 
}
 
+
.messagebox.standard-talk {
.navbox-list li + li {
+
border: 1px solid #c0c090;
    margin-left: 0.5em;
+
background-color: #f8eaba;
 +
margin: 4px auto;
 
}
 
}
 
+
/* For old WikiProject banners inside banner shells. */
.navbox-list li + li > a::before {
+
.mbox-inside .standard-talk,
    content: '•';
+
.messagebox.nested-talk {
    display: inline-block;
+
border: 1px solid #c0c090;
    white-space: pre-wrap;
+
background-color: #f8eaba;
    position: relative;
+
width: 100%;
    left: -0.425em;
+
margin: 2px 0;
    color: #949eaa;
+
padding: 2px;
    pointer-events: none;
 
 
}
 
}
 
+
.messagebox.small {
.navbox-list li + li > a + a::before {
+
width: 238px;
    display: none;
+
font-size: 85%;
 +
/* @noflip */
 +
float: right;
 +
clear: both;
 +
/* @noflip */
 +
margin: 0 0 1em 1em;
 +
line-height: 1.25em;
 
}
 
}
 
+
.messagebox.small-talk {
.navbox-list li:last-child {
+
width: 238px;
    margin-right: 2em;
+
font-size: 85%;
 +
/* @noflip */
 +
float: right;
 +
clear: both;
 +
/* @noflip */
 +
margin: 0 0 1em 1em;
 +
line-height: 1.25em;
 +
background-color: #f8eaba;
 
}
 
}
  
.navbox-list::after {
+
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
    content: '';
+
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
    display: block;
+
border: none;
    position: absolute;
+
/* @noflip */
     background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 95%, #ffffff);
+
padding: 0.25em 0.9em;    /* 0.9em left/right */
    height: 100%;
+
width: 100%;               /* Make all mboxes the same width regardless of text length */
    width: 2.5em;
 
    top: 0;
 
    right: 0;
 
    pointer-events: none;
 
 
}
 
}
 
+
td.mbox-image {               /* The left image cell */
@media screen and (min-width: 720px) {
+
border: none;
    .navbox-list::after {
+
/* @noflip */
          display: none;
+
padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
    }
+
text-align: center;
 
 
 
}
 
}
 
+
td.mbox-imageright {           /* The right image cell */
.navbox-list.navbox-parent {
+
border: none;
    border-bottom: 0;
+
/* @noflip */
    padding: 0;
+
padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
 +
text-align: center;
 
}
 
}
 
+
td.mbox-empty-cell {          /* An empty narrow cell */
.navbox-list.navbox-parent::after {
+
border: none;
    display: none;
+
padding: 0;
 +
width: 1px;
 
}
 
}
  
.navbox-group .navbox-group .navbox-group-title {
+
/* Article message box styles */
    background-color: #e4eaee;
+
table.ambox {
    padding: 0 0.85em 0 1.7em;
+
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. */
@media screen and (min-width: 720px) {
+
margin-top: -1px;
    .navbox-group .navbox-group .navbox-group-title {
 
          padding-left: 0.85em;
 
    }
 
 
 
 
}
 
}
 
+
.ambox th.mbox-text,
.navbox-group .navbox-group .navbox-list ul {
+
.ambox td.mbox-text {           /* The message body cell(s) */
    padding-left: 1.7em;
+
padding: 0.25em 0.5em;       /* 0.5em left/right */
 
}
 
}
 
+
.ambox td.mbox-image {           /* The left image cell */
.navbox-group .navbox-group .navbox-list li {
+
/* @noflip */
    margin-bottom: 0;
+
padding: 2px 0 2px 0.5em;   /* 0.5em left, 0px right */
 
}
 
}
 
+
.ambox td.mbox-imageright {     /* The right image cell */
.navbox-group .navbox-group .navbox-list li:first-child {
+
/* @noflip */
    margin-left: 0;
+
padding: 2px 0.5em 2px 0;   /* 0px left, 0.5em right */
 
}
 
}
  
.navbox-group .navbox-group.navbox-group-split .navbox-list ul {
+
table.ambox-notice {
    padding-left: 0.85em;
+
/* @noflip */
 +
border-left: 10px solid #36c;       /* Blue */
 
}
 
}
 
+
table.ambox-speedy {
.navbox-group .navbox-group .navbox-group:first-child .navbox-group-title {
+
/* @noflip */
    padding-top: 0.5em;
+
border-left: 10px solid #b32424;    /* Red */
 +
background-color: #fee7e6;         /* Pink */
 
}
 
}
 
+
table.ambox-delete {
@media screen and (min-width: 720px) {
+
/* @noflip */
    .navbox-group .navbox-group .navbox-group:first-child .navbox-group-title {
+
border-left: 10px solid #b32424;   /* Red */
          padding-top: 0;
 
    }
 
 
 
 
}
 
}
 
+
table.ambox-content {
.navbox-group .navbox-group .navbox-group .navbox-group-title {
+
/* @noflip */
    background-color: transparent;
+
border-left: 10px solid #f28500;   /* Orange */
    padding-left: 2.55em;
 
 
}
 
}
 
+
table.ambox-style {
@media screen and (min-width: 720px) {
+
/* @noflip */
    .navbox-group .navbox-group .navbox-group .navbox-group-title {
+
border-left: 10px solid #fc3;       /* Yellow */
          background-color: #eef1f4;
 
          padding-left: 0.85em;
 
    }
 
 
 
 
}
 
}
 
+
table.ambox-move {
.navbox-group .navbox-group .navbox-group .navbox-list ul {
+
/* @noflip */
    padding-left: 2.55em;
+
border-left: 10px solid #9932cc;   /* Purple */
 
}
 
}
 
+
table.ambox-protection {
.navbox-group .navbox-group .navbox-group.navbox-group-split .navbox-list ul {
+
/* @noflip */
    padding-left: 1.7em;
+
border-left: 10px solid #a2a9b1;   /* Gray-gold */
 
}
 
}
  
.tile {
+
/* Image message box styles */
    background: #ffffff;
+
table.imbox {
    border: 1px solid #e4eaee;
+
margin: 4px 10%;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
+
border-collapse: collapse;
    padding: 1.5em 2em 1em;
+
border: 3px solid #36c;   /* Default "notice" blue */
 +
background-color: #fbfbfb;
 +
box-sizing: border-box;
 
}
 
}
 
+
.imbox .mbox-text .imbox { /* For imboxes inside imbox-text cells. */
.tile h2 {
+
margin: 0 -0.5em;       /* 0.9 - 0.5 = 0.4em left/right.        */
    font-weight: 600;
+
display: block;         /* Fix for webkit to force 100% width.  */
    border: none;
 
    margin-top: 0.4em;
 
 
}
 
}
 
+
.mbox-inside .imbox {       /* For imboxes inside other templates.  */
.tile .byline + h2 {
+
margin: 4px;
    margin-top: -0.5em;
 
 
}
 
}
  
.byline {
+
table.imbox-notice {
    font-size: 0.9em;
+
border: 3px solid #36c;       /* Blue */
    color: #949eaa;
 
 
}
 
}
 
+
table.imbox-speedy {
.byline a {
+
border: 3px solid #b32424;    /* Red */
    color: #949eaa;
+
background-color: #fee7e6;   /* Pink */
 
}
 
}
 
+
table.imbox-delete {
.tile-halves {
+
border: 3px solid #b32424;   /* Red */
    border: 1px solid #e4eaee;
 
    background: #ffffff;
 
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 
 
}
 
}
 
+
table.imbox-content {
.tile-halves .byline + h2 {
+
border: 3px solid #f28500;   /* Orange */
    margin-top: -0.5em;
 
 
}
 
}
 
+
table.imbox-style {
.tile-top {
+
border: 3px solid #fc3;       /* Yellow */
    padding: 1.3rem 1.5rem 2rem;
 
 
}
 
}
 
+
table.imbox-move {
.tile-top.tile-image {
+
border: 3px solid #9932cc;   /* Purple */
    background-color: #949eaa;
 
    padding: 0;
 
 
}
 
}
 
+
table.imbox-protection {
.tile-bottom {
+
border: 3px solid #a2a9b1;   /* Gray-gold */
    background: #ffffff;
 
    border-top: 1px solid #e4eaee;
 
    padding: 1rem 1.5rem 2rem;
 
 
}
 
}
 
+
table.imbox-license {
.tile-bottom.read-more {
+
border: 3px solid #88a;       /* Dark gray */
    background: #f9fafa;
+
background-color: #f7f8ff;   /* Light gray */
    padding: 0;
 
    transition: 0.3s ease-out;
 
 
}
 
}
 
+
table.imbox-featured {
.tile-bottom.read-more a {
+
border: 3px solid #cba135;   /* Brown-gold */
    display: block;
 
    color: #949eaa;
 
    font-weight: bold;
 
    text-align: right;
 
    padding: 1em 1.75em;
 
    text-decoration: none;
 
 
}
 
}
  
.tile-bottom.read-more:hover {
+
/* Category message box styles */
    background: #f2f4f4;
+
table.cmbox {
 +
margin: 3px 10%;
 +
border-collapse: collapse;
 +
border: 1px solid #a2a9b1;
 +
background-color: #dfe8ff;    /* Default "notice" blue */
 +
box-sizing: border-box;
 
}
 
}
  
.tile-bottom.read-more .arrow {
+
table.cmbox-notice {
    filter: invert(43%) sepia(50%) hue-rotate(175deg);
+
background-color: #d8e8ff;   /* Blue */
    margin-left: 0.4em;
 
    transition: 0.3s ease-out;
 
 
}
 
}
 
+
table.cmbox-speedy {
.tile.oswf-day {
+
margin-top: 4px;
    float: none !important;
+
margin-bottom: 4px;
    padding: 0.5em 2em;
+
border: 4px solid #b32424;   /* Red */
 +
background-color: #ffdbdb;   /* Pink */
 
}
 
}
 
+
table.cmbox-delete {
.tile.oswf-day h2 {
+
background-color: #ffdbdb;   /* Pink */
    margin-right: auto;
 
    margin-left: auto;
 
    margin-top: -0.5em;
 
 
}
 
}
 
+
table.cmbox-content {
.oswf-tile {
+
background-color: #ffe7ce;   /* Orange */
    margin-bottom: 1em;
 
 
}
 
}
 
+
table.cmbox-style {
.oswf-tile h2 {
+
background-color: #fff9db;   /* Yellow */
    clear: none !important;
 
    margin-top: 0;
 
    padding-top: 0.2em !important;
 
 
}
 
}
 
+
table.cmbox-move {
.oswf-tile .oswf-img {
+
background-color: #e4d8ff;   /* Purple */
    display: block;
 
    max-width: 75px;
 
    float: right;
 
 
}
 
}
 
+
table.cmbox-protection {
.oswf-tile .oswf-img img {
+
background-color: #efefe1;   /* Gray-gold */
    max-width: 100%;
 
    height: auto !important;
 
 
}
 
}
  
table caption {
+
/* Other pages message box styles */
    text-align: center !important;
+
table.ombox {
 +
margin: 4px 10%;
 +
border-collapse: collapse;
 +
border: 1px solid #a2a9b1;    /* Default "notice" gray */
 +
background-color: #f8f9fa;
 +
box-sizing: border-box;
 
}
 
}
  
table.wikitable {
+
table.ombox-notice {
    background: #ffffff !important;
+
border: 1px solid #a2a9b1;   /* Gray */
    font-size: 0.9em;
 
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 
 
}
 
}
 
+
table.ombox-speedy {
table.wikitable > * > tr > th {
+
border: 2px solid #b32424;   /* Red */
    color: #ffffff !important;
+
background-color: #fee7e6;   /* Pink */
    background: #438ab5 !important;
 
    border-color: #356e90 !important;
 
 
}
 
}
 
+
table.ombox-delete {
table.wikitable > * > tr > th a {
+
border: 2px solid #b32424;   /* Red */
    color: #ffffff;
 
 
}
 
}
 
+
table.ombox-content {
table.wikitable > * > tr > th a:visited {
+
border: 1px solid #f28500;   /* Orange */
    color: #ffffff;
 
 
}
 
}
 
+
table.ombox-style {
table.wikitable > * > tr > td {
+
border: 1px solid #fc3;       /* Yellow */
    border-color: #e6e6e6 !important;
 
    padding: 0.25em 0.45em !important;
 
 
}
 
}
 
+
table.ombox-move {
table.wikitable .header-top {
+
border: 1px solid #9932cc;   /* Purple */
    background: #448fba !important;
 
 
}
 
}
 
+
table.ombox-protection {
table.align-right-1 td:nth-of-type(1),
+
border: 2px solid #a2a9b1;   /* Gray-gold */
table.align-right-2 td:nth-of-type(2),
 
table.align-right-3 td:nth-of-type(3),
 
table.align-right-4 td:nth-of-type(4),
 
table.align-right-5 td:nth-of-type(5),
 
table.align-right-6 td:nth-of-type(6),
 
table.align-right-7 td:nth-of-type(7),
 
table.align-right-8 td:nth-of-type(8),
 
table.align-right-9 td:nth-of-type(9),
 
table.align-right-10 td:nth-of-type(10) {
 
    text-align: right  !important;
 
 
}
 
}
  
table.align-center-1 td:nth-of-type(1),
+
/* Talk page message box styles */
table.align-center-2 td:nth-of-type(2),
+
table.tmbox {
table.align-center-3 td:nth-of-type(3),
+
margin: 4px 10%;
table.align-center-4 td:nth-of-type(4),
+
border-collapse: collapse;
table.align-center-5 td:nth-of-type(5),
+
border: 1px solid #c0c090;    /* Default "notice" gray-brown */
table.align-center-6 td:nth-of-type(6),
+
background-color: #f8eaba;
table.align-center-7 td:nth-of-type(7),
+
min-width: 80%;
table.align-center-8 td:nth-of-type(8),
+
box-sizing: border-box;
table.align-center-9 td:nth-of-type(9),
 
table.align-center-10 td:nth-of-type(10) {
 
    text-align: center !important;
 
 
}
 
}
 
+
.tmbox.mbox-small {
table.align-left-1 td:nth-of-type(1),
+
min-width: 0;                /* reset the min-width of tmbox above        */
table.align-left-2 td:nth-of-type(2),
 
table.align-left-3 td:nth-of-type(3),
 
table.align-left-4 td:nth-of-type(4),
 
table.align-left-5 td:nth-of-type(5),
 
table.align-left-6 td:nth-of-type(6),
 
table.align-left-7 td:nth-of-type(7),
 
table.align-left-8 td:nth-of-type(8),
 
table.align-left-9 td:nth-of-type(9),
 
table.align-left-10 td:nth-of-type(10) {
 
    text-align: left !important;
 
 
}
 
}
 
+
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
table.alternating-rows tr:nth-child(odd),
+
margin: 2px 0;              /* this declaration overrides other styles (including mbox-small above)   */
table.alternating-cols td:nth-child(odd) {
+
width: 100%;                 /* For Safari and Opera */
    background: #f9f9f9 !important;
 
 
}
 
}
 
+
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
.update-history > ul {
+
line-height: 1.5em;         /* also "nested", so reset styles that are  */
    margin: 0;
+
font-size: 100%;            /* set in "mbox-small" above.               */
    margin-bottom: 0.75em;
 
 
}
 
}
  
.update-history > ul > li {
+
table.tmbox-speedy {
    list-style: none;
+
border: 2px solid #b32424;    /* Red */
 +
background-color: #fee7e6;   /* Pink */
 
}
 
}
 
+
table.tmbox-delete {
.update-history li {
+
border: 2px solid #b32424;   /* Red */
    margin-bottom: 0 !important;
 
 
}
 
}
 
+
table.tmbox-content {
.update-type:hover a {
+
border: 2px solid #f28500;   /* Orange */
    text-decoration: none;
 
 
}
 
}
 
+
table.tmbox-style {
.update-type a {
+
border: 2px solid #fc3;       /* Yellow */
    color: white !important;
 
    background: #3ea6e6;
 
    font-size: 80%;
 
    font-weight: bold;
 
    text-transform: uppercase;
 
    border-radius: 3px;
 
    padding: 2px 5px;
 
 
}
 
}
 
+
table.tmbox-move {
.update-type a:not( [href] ) {
+
border: 2px solid #9932cc;   /* Purple */
    color: #ffffff;
 
 
}
 
}
 
+
table.tmbox-protection,
.update-type.hidden a,
+
table.tmbox-notice {
.update-type.ninja a,
+
border: 1px solid #c0c090;   /* Gray-brown */
.update-type.nxt a {
 
    background: #444e5a;
 
 
}
 
}
  
.update-type.patch a {
+
/* Footer and header message box styles */
    background: #6bc71f;
+
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 {
.update-type.hotfix a,
+
background-color: #f8f9fa;
.update-type.coldfix a {
 
    background: #ee4231;
 
 
}
 
}
 
+
table.fmbox-warning {
.questdetails .questdetails-header,
+
border: 1px solid #bb7070; /* Dark pink */
.trainingdetails .questdetails-header {
+
background-color: #ffdbdb; /* Pink */
    vertical-align: top;
 
    text-align: left;
 
    border-bottom: 1px solid #eaecf0;
 
    overflow: visible;
 
    max-width: 1em;
 
    white-space: nowrap;
 
 
}
 
}
 
+
table.fmbox-editnotice {
td.questdetails-info {
+
background-color: transparent;
    padding-top: 1.5em;
 
    padding-bottom: 0.5em;
 
    border-bottom: 1px solid #eaecf0;
 
 
}
 
}
 
+
/* Div based "warning" style fmbox messages. */
table .im-task-reqs {
+
div.mw-warning-with-logexcerpt,
    text-align: left;
+
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;
 
}
 
}
  
table .im-task-reqs p {
+
/* These mbox-small classes must be placed after all other
    margin: 0.8em 0 0 0;
+
  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. */
@keyframes slide-up {
+
/* @noflip */
    from {
+
margin: 4px 1em 4px 0;
          opacity: 0;
+
box-sizing: border-box;
          transform: translateY(1rem);
+
overflow: hidden;
    }
+
width: 238px;
 
+
border-collapse: collapse;
    to {
+
font-size: 88%;
          opacity: 1;
+
line-height: 1.25em;
          transform: translateY(0);
 
    }
 
 
 
 
}
 
}
  
.arrow {
+
/* Style for compact ambox */
    background: url('filepath://White-chevron.svg') no-repeat;
+
/* Hide the images */
    display: inline-block;
+
.compact-ambox table .mbox-image,
    height: 0.65rem;
+
.compact-ambox table .mbox-imageright,
    width: 0.45rem;
+
.compact-ambox table .mbox-empty-cell {
 +
display: none;
 
}
 
}
 
+
/* Remove borders, backgrounds, padding, etc. */
.arrow.dark {
+
.compact-ambox table.ambox {
    filter: invert(80%);
+
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 {
body.page-RuneScape_Wiki .pre-content {
+
font-size: 100%;
    display: none !important;
+
width: auto;
 +
margin: 0;
 
}
 
}
 
+
/* Style the text cell as a list item and remove its padding */
body.page-RuneScape_Wiki #content {
+
.compact-ambox table .mbox-text {
    padding-bottom: 0;
+
padding: 0 !important;
 +
margin: 0 !important;
 
}
 
}
 
+
.compact-ambox table .mbox-text-span {
body.page-RuneScape_Wiki .content {
+
display: list-item;
    margin: 0 auto;
+
line-height: 1.5em;
 +
list-style-type: square;
 +
list-style-image: url(/w/skins/MonoBook/resources/images/bullet.svg);
 
}
 
}
 
+
.skin-vector .compact-ambox table .mbox-text-span {
body.page-RuneScape_Wiki .last-modified-bar {
+
list-style-type: disc;
    margin: 0 1em;
+
list-style-image: url(/w/skins/Vector/resources/skins.vector.styles/images/bullet-icon.svg);
 
}
 
}
 
+
/* Allow for hiding text in compact form */
.mainpage-body {
+
.compact-ambox .hide-when-compact {
    color: #4c4c4c;
+
display: none;
 
}
 
}
  
.mainpage-body h2,
+
/* Hide (formatting) elements from screen, but not from screenreaders */
.mainpage-body h2 a {
+
.visualhide {
    color: #444e5a;
+
position: absolute;
 +
left: -10000px;
 +
top: auto;
 +
width: 1px;
 +
height: 1px;
 +
overflow: hidden;
 
}
 
}
  
.mainpage-body ul {
+
/* Remove underlines from certain links */
    margin: 0 0.25em;
+
.nounderlines a,
    list-style-type: disc;
+
.IPA a:link, .IPA a:visited {
 +
text-decoration: none !important;
 
}
 
}
  
.mainpage-left > * {
+
/* Standard Navigationsleisten, aka box hiding thingy
    border-bottom: none;
+
  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 {
.mainpage-left .tile {
+
border-top-style: none;
    padding: 2.5em 1.75em 2em;
+
border-top-style: hidden;
    border-left-width: 0;
 
    border-right-width: 0;
 
 
}
 
}
 
+
div.NavFrame div.NavHead {
.mainpage-left .tile h2 {
+
line-height: 1.6em;
    padding: 0;
+
font-weight: bold;
    margin: 0.65em 0.5em;
+
background-color: #ccf;
 +
position: relative;
 
}
 
}
 
+
div.NavFrame p,
.mainpage-left .tile-halves {
+
div.NavFrame div.NavContent,
    border-left-width: 0;
+
div.NavFrame div.NavContent p {
    border-right-width: 0;
+
font-size: 100%;
 
}
 
}
 
+
a.NavToggle {
.mainpage-left .tile-halves h2 {
+
position: absolute;
    padding: 0;
+
top: 0;
    margin: 0.65em 0.5em;
+
/* @noflip */
 +
right: 3px;
 +
font-weight: normal;
 +
font-size: 90%;
 
}
 
}
  
.tile.big-tile {
 
    border: none;
 
    border-bottom: 1px solid #e4eaee;
 
}
 
  
.mainpage-recent-updates {
+
/* Geographical coordinates defaults. See [[Template:Coord/link]]
    border-bottom: 1px solid #e4eaee;
+
  for how these are used. The classes "geo", "longitude", and
    padding: 1.5em 1em 2.5em;
+
  "latitude" are used by the [[Geo microformat]]. */
    white-space: nowrap;
+
/* TemplateStyles */
    overflow-x: scroll;
+
.geo-default, .geo-dms, .geo-dec {
    -webkit-overflow-scrolling: touch;
+
display: inline;
    -webkit-scroll-snap-destination: 50% 50%;
 
    scroll-snap-destination: 50% 50%;
 
    -webkit-scroll-snap-type: mandatory;
 
    scroll-snap-type: mandatory;
 
 
}
 
}
 
+
.geo-nondefault, .geo-multi-punct {
.mainpage-recent-updates::before {
+
display: none;
    content: 'Recent updates';
 
    display: block;
 
    position: -webkit-sticky;
 
    position: sticky;
 
    left: 1.5em;
 
    color: #949eaa;
 
    font-weight: bold;
 
    text-transform: uppercase;
 
    letter-spacing: 0.025em;
 
 
}
 
}
 
+
.longitude, .latitude {
.mainpage-recent-updates .tile {
+
white-space: nowrap;
    width: 78%;
 
 
}
 
}
  
.mainpage-recent-updates .tile p,
+
/* User block messages */
.mainpage-recent-updates .tile a {
+
div.user-block {
    white-space: normal !important;
+
padding: 5px;
 +
margin-bottom: 0.5em;
 +
border: 1px solid #a9a9a9;
 +
background-color: #ffefd5;
 
}
 
}
  
.mainpage-recent-updates .tile-halves {
+
/* Prevent line breaks in silly places:
    display: inline-block;
+
  1) Where desired
    margin: 1em 0.75em 0 0;
+
  2) Links when we don't want them to
    width: 85vw;
+
  3) Bold "links" to the page itself */
    max-width: 18em;
+
.nowrap,
    white-space: initial;
+
.nowraplinks a,
    -webkit-scroll-snap-coordinate: 50% 50%;
+
.nowraplinks .selflink {
    scroll-snap-coordinate: 50% 50%;
+
white-space: nowrap;
    scroll-snap-align: center;
 
 
}
 
}
 
+
.nowrap pre {
.mainpage-recent-updates .tile-halves:nth-child(1) {
+
white-space: pre;
    animation: 0.9s 0.2s both slide-up;
 
 
}
 
}
 
+
/* But allow wrapping where desired: */
.mainpage-recent-updates .tile-halves:nth-child(2) {
+
.wrap,
    animation: 0.9s 0.4s both slide-up;
+
.wraplinks a {
 +
white-space: normal;
 
}
 
}
  
.mainpage-recent-updates .tile-halves:nth-child(3) {
+
/* For template documentation */
    animation: 0.9s 0.6s both slide-up;
+
/* TemplateStyles */
    margin-right: 1em;
+
.template-documentation {
 +
clear: both;
 +
margin: 1em 0 0 0;
 +
border: 1px solid #a2a9b1;
 +
background-color: #ecfcf4;
 +
padding: 1em;
 
}
 
}
  
.mainpage-recent-updates .tile-top {
+
/* Increase the height of the image upload box */
    height: 9em;
+
#wpUploadDescription {
    overflow: hidden;
+
height: 13em;
 
}
 
}
  
.mainpage-recent-updates .tile-bottom {
+
/* Minimum thumb width */
    display: flex;
+
.thumbinner {
    padding-bottom: 0.5rem;
+
min-width: 100px;
 
}
 
}
  
.mainpage-recent-updates .tile-bottom p:not(.byline) {
+
/* Prevent floating boxes from overlapping any category listings,
    color: #4c4c4c;
+
  file histories, edit previews, and edit [Show changes] views. */
 +
#mw-subcategories, #mw-pages, #mw-category-media,
 +
#filehistory, #wikiPreview, #wikiDiff {
 +
clear: both;
 
}
 
}
  
.mainpage-recent-updates .byline {
+
/* Selectively hide headers in WikiProject banners */
    margin: 0;
+
/* TemplateStyles */
 +
.wpb .wpb-header {
 +
display: none;
 
}
 
}
 
+
.wpbs-inner .wpb .wpb-header {
.mainpage-recent-updates .byline + h2 {
+
display: block;           /* for IE */
    margin: 0.025em 0 0;
 
    padding: 0;
 
 
}
 
}
 
+
.wpbs-inner .wpb .wpb-header {
@media only screen and (min-width: 58em) {
+
display: table-row;       /* for real browsers */
    .mainpage-recent-updates {
 
          display: flex;
 
          flex-flow: row wrap;
 
          justify-content: center;
 
          overflow-x: initial;
 
    }
 
 
 
    .mainpage-recent-updates::before {
 
          width: 100%;
 
    }
 
 
 
    .mainpage-recent-updates .tile-halves:nth-child(3) {
 
          margin-right: 0;
 
    }
 
 
 
 
}
 
}
 
+
.wpbs-inner .wpb-outside {
.mainpage-contents {
+
display: none;             /* hide things that should only display outside shells */
    background: #5d6773;
 
    padding: 2.5em 1em 2em;
 
 
}
 
}
  
.mainpage-contents::before {
+
/* Styling for Abuse Filter tags */
    content: 'Explore';
+
.mw-tag-markers {
    margin-left: 1.5em;
+
font-style: italic;
    color: #949eaa;
+
font-size: 90%;
    font-weight: bold;
 
    text-transform: uppercase;
 
    letter-spacing: 0.025em;
 
 
}
 
}
  
.mainpage-contents .tile-halves {
+
/* Hide stuff meant for accounts with special permissions. Made visible again in
    border: none;
+
  [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-patroller.css]],
    background: none;
+
  [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],
    box-shadow: none;
+
  [[MediaWiki:Group-extendedconfirmed.css]], and [[Mediawiki:Group-autoconfirmed.css]]. */
    margin: 0 1.5em;
+
.checkuser-show,
 +
.sysop-show,
 +
.patroller-show,
 +
.templateeditor-show,
 +
.extendedmover-show,
 +
.extendedconfirmed-show,
 +
.autoconfirmed-show,
 +
.user-show {
 +
display: none;
 
}
 
}
  
.mainpage-contents .tile-halves:first-child {
+
/* Hide the redlink generated by {{Editnotice}},
    margin-top: 1.25em;
+
  this overrides the ".sysop-show { display: none; }" above that applies
}
+
  to the same link as well. See [[phab:T45013]]
  
.mainpage-contents .tile-halves:first-child .tile-bottom {
+
  Hide the images in editnotices to keep them readable in VE view.
    border-top: none;
+
  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;
 
}
 
}
  
.mainpage-contents .tile-halves:last-child {
+
/* Remove bullets when there are multiple edit page warnings */
    margin-bottom: 0;
+
ul.permissions-errors > li {
 +
list-style: none none;
 
}
 
}
 
+
ul.permissions-errors {
.mainpage-contents .tile-halves:last-child .tile-top {
+
margin: 0;
    border-bottom: none;
 
 
}
 
}
  
.mainpage-contents .tile-bottom {
+
/* Generic class for Times-based serif, texhtml class for inline math */
    border-color: #828d9a;
+
.times-serif,
    padding: 0.25em 0;
+
span.texhtml {
    background: none;
+
font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
 +
font-size: 118%;
 +
line-height: 1;
 
}
 
}
 
+
span.texhtml {
.mainpage-contents h2 {
+
white-space: nowrap;
    padding: 0 0 0.35em;
 
    width: 100%;
 
 
}
 
}
 
+
span.texhtml span.texhtml {
.mainpage-contents h2 a {
+
font-size: 100%;
    color: #f9fafa;
 
    display: block;
 
 
}
 
}
 
+
span.mwe-math-mathml-inline {
.mainpage-skills .tile-top {
+
font-size: 118%;
    overflow-x: scroll;
 
    -webkit-overflow-scrolling: touch;
 
 
}
 
}
  
.mainpage-skills .tile-top h2 {
+
/* Force tabular and lining display for digits and texhtml */
    position: -webkit-sticky;
+
.digits,
    position: sticky;
+
.texhtml {
    left: 0.5em;
+
-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;
 
}
 
}
  
.mainpage-skills .tile-top ul {
+
/* Make <math display="block"> be left aligned with one space indent for compatibility with style conventions */
    columns: 3;
+
.mwe-math-fallback-image-display,
    width: 32em;
+
.mwe-math-mathml-display {
    list-style: none;
+
margin-left: 1.6em !important;
    margin-left: 0.75em;
+
margin-top: 0.6em;
 +
margin-bottom: 0.6em;
 
}
 
}
 
+
.mwe-math-mathml-display math {
@media only screen and (min-width: 32em) {
+
display: inline;
    .mainpage-skills .tile-top ul {
 
          width: 100%;
 
          max-width: 50em;
 
          margin: auto;
 
    }
 
 
 
 
}
 
}
  
.mainpage-skills .tile-top li {
+
/* Fix styling of transcluded prefindex tables */
    display: flex;
+
table#mw-prefixindex-list-table,
    align-items: center;
+
table#mw-prefixindex-nav-table {
    margin-bottom: 0.6em;
+
width: 98%;
 
}
 
}
  
.mainpage-skills .tile-top li a:first-child {
+
/* Make it possible to hide checkboxes in <inputbox> */
    width: 25px;
+
.inputbox-hidecheckboxes form .inputbox-element,
    height: 25px;
+
.inputbox-hidecheckboxes .mw-ui-checkbox {
    padding: 4px;
+
display: none !important;
    border-radius: 3px;
 
 
}
 
}
  
.mainpage-skills .tile-top li a:last-child {
+
/* Work-around for [[phab:T25965]] / [[phab:T100106]] (Kaltura advertisement) */
    flex: 1;
+
.k-player .k-attribution {
    color: #444e5a;
+
visibility: hidden;
    font-weight: bold;
 
    padding-left: 0.5em;
 
 
}
 
}
  
.skill-agility a:first-child,
+
/* Move 'play' button of video player to bottom left corner */
.skill-melee a:first-child {
+
.PopUpMediaTransform a .play-btn-large {
    background: #bc483d;
+
margin: 0;
 +
top: auto;
 +
right: auto;
 +
bottom: 0;
 +
left: 0;
 
}
 
}
  
.skill-ranged a:first-child {
+
/* Hide FlaggedRevs notice UI when there are no pending changes */
    background: #748d36;
+
.flaggedrevs_draft_synced,
 +
.flaggedrevs_stable_synced {
 +
display: none;
 
}
 
}
  
.skill-magic a:first-child {
+
/* Force imgs in galleries to have borders by wrapping them in class=bordered-images */
    background: #6274ab;
+
.bordered-images img {
 +
border: solid #ddd 1px;
 
}
 
}
  
.skill-fishing a:first-child,
+
/* Gallery styles background changes are restricted to screen view. In printing we should avoid applying backgrounds. */
.skill-fletching a:first-child {
+
@media screen {
    background: #3e8e9a;
+
/* 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-image: none;
 +
}
  
.skill-cooking a:first-child,
 
.skill-divination a:first-child,
 
.skill-thieving a:first-child {
 
    background: #91689e;
 
 
}
 
}
  
.skill-farming a:first-child,
+
/* Temporary measures to remove links in sidebar T255381*/
.skill-woodcutting a:first-child {
+
#t-upload {
    background: #59924f;
+
display: none;
 
}
 
}
 
+
#n-shoplink {
.skill-mining a:first-child,
+
display: none;
.skill-summoning a:first-child {
 
    background: #6385a8;
 
}
 
 
 
.skill-invention a:first-child,
 
.skill-smithing a:first-child {
 
    background: #d2b244;
 
}
 
 
 
.skill-archaeology a:first-child {
 
    background: #a56831;
 
}
 
 
 
.mainpage-wikinews::before {
 
    content: 'From the wiki';
 
    margin-left: 0.75em;
 
    color: #949eaa;
 
    font-weight: bold;
 
    text-transform: uppercase;
 
    letter-spacing: 0.025em;
 
}
 
 
 
.mainpage-wikinews .news-date {
 
    font-weight: bold;
 
    margin-bottom: 0;
 
 
}
 
}
 
+
/* Only for desktop devices */
.mainpage-left .mainpage-wikinews p {
+
.nomobile {
    margin-left: 0.75em;
+
display:none;
    margin-right: 0.75em;
 
 
}
 
}
 
.mainpage-yg {
 
    display: none;
 
    padding-bottom: 2.5em !important;
 
}
 
 
.mainpage-yg::before {
 
    content: 'Discussions';
 
    margin-left: 0.75em;
 
    color: #949eaa;
 
    font-weight: bold;
 
    text-transform: uppercase;
 
    letter-spacing: 0.025em;
 
}
 
 
body.is-authenticated .mainpage-yg {
 
    display: inherit;
 
}
 
 
.mainpage-news {
 
    background: #f9fafa;
 
}
 
 
.mainpage-news .news-updates::before {
 
    content: 'Newsposts';
 
    margin-left: 0.75em;
 
    color: #949eaa;
 
    font-weight: bold;
 
    text-transform: uppercase;
 
    letter-spacing: 0.025em;
 
}
 
 
.mainpage-news .news-updates li {
 
    text-overflow: ellipsis;
 
    white-space: nowrap;
 
    overflow: hidden;
 
}
 
 
.mainpage-social {
 
    border: none;
 
    margin-bottom: 0;
 
}
 
 
.mainpage-social .tile-top {
 
    display: flex;
 
    align-items: center;
 
    justify-content: center;
 
    padding: 1em 2em;
 
    height: 70px;
 
}
 
 
.mainpage-social .tile-top .social-icon {
 
    float: left;
 
    margin: 0 1em 0 -1em;
 
    width: 60px;
 
    text-align: center;
 
}
 
 
.mainpage-social .tile-top .social-header {
 
    color: #ffffff;
 
    font-weight: bold;
 
    font-size: 1.25em;
 
    margin: 0;
 
}
 
 
.mainpage-social .tile-top .social-tagline {
 
    color: rgba(255, 255, 255, 0.85);
 
    margin: 0;
 
}
 
 
.mainpage-social .tile-bottom {
 
    border: none;
 
    padding: 1em 2em;
 
}
 
 
.mainpage-social .tile-bottom p {
 
    color: #949eaa;
 
    font-weight: bold;
 
    text-transform: uppercase;
 
    letter-spacing: 0.025em;
 
    color: #ffffff;
 
    font-size: 0.9em;
 
    text-align: center;
 
    margin: 0;
 
}
 
 
.mainpage-social.mainpage-discord .tile-top {
 
    background: #7289da;
 
}
 
 
.mainpage-social.mainpage-discord .tile-bottom {
 
    background: #697ec4;
 
}
 
 
.mainpage-social.mainpage-twitter .tile-top {
 
    background: #1da1f2;
 
}
 
 
.mainpage-social.mainpage-twitter .tile-bottom {
 
    background: #1e96e0;
 
}
 
 
.mw-recentchanges-toplinks th {
 
    font-size: 90%;
 
}
 
 
.mw-changeslist-legend {
 
    margin-left: 0;
 
}
 
 
#mw-mf-diffview del {
 
    border: 2px #379541 solid;
 
    padding: 0.15em 0.5em;
 
    background-color: #c1edbf !important;
 
    margin-right: 2px;
 
}
 
 
#mw-mf-diffview del::before {
 
    content: "- ";
 
    font-weight: bold;
 
    font-size: 100%;
 
}
 
 
#mw-mf-diffview ins {
 
    border: 2px #438ab5 solid;
 
    padding: 0.15em 0.5em;
 
    background-color: #bddff2 !important;
 
    margin-right: 2px;
 
}
 
 
#mw-mf-diffview ins::before {
 
    content: "+ ";
 
    font-weight: bold;
 
    font-size: 100%;
 
}
 
 
#mw-mf-minidiff {
 
    background: #f9f9f9;
 
    border: 1px #f1f1f1 solid;
 
    padding: 10px;
 
}
 
 
.mw-diff-inline-changed,
 
.mw-diff-inline-added {
 
    padding-bottom: 10px;
 
}
 
 
#mw-mf-diffview #mw-mf-diff-comment::before {
 
    content: "(";
 
}
 
 
#mw-mf-diffview #mw-mf-diff-comment::after {
 
    content: ")";
 
}
 
 
#mw-mf-diffarea {
 
    padding: 1em 1em 2em !important;
 
}
 
 
.forumsearchbox {
 
    padding: 0.5em;
 
    text-align: center;
 
    font-size: 90%;
 
    background-color: #f1f1f1;
 
    margin: auto !important;
 
}
 
 
.forumsearchbox tbody {
 
    display: inline;
 
}
 
 
.forumsearchbox input {
 
    margin: 0.5em;
 
}
 
 
.forumheader {
 
    border-left: 15px solid #ccc;
 
    background-color: #f1f1f1;
 
    margin: 1em 0;
 
    padding: 12px;
 
}
 
 
.forum_title {
 
    text-align: left;
 
}
 
 
.forum_title .forum_new {
 
    font-weight: bold;
 
    padding-top: 2px;
 
    padding-bottom: 1px;
 
}
 
 
.forum_edited {
 
    text-align: right;
 
}
 
 
.forumlist {
 
    margin: auto !important;
 
}
 
 
.forumlist .forum_editor,
 
.forumlist .forum_type {
 
    display: none;
 
}
 
 
.forumlist .forum_title,
 
.forumlist .forum_edited {
 
    width: auto;
 
}
 
 
.forumactiveheader,
 
.forumarchiveheader,
 
.forumoldarchives {
 
    background-color: #438ab5;
 
    color: #ffffff;
 
}
 
 
.forumoldarchives a {
 
    color: #ffffff;
 
}
 
 
.forumcolumnheader {
 
    background-color: #e6e6e6;
 
    color: #000000;
 
    text-align: left;
 
    padding-left: 5px;
 
    margin: auto;
 
}
 
 
body.ns-110 #page-secondary-actions,
 
.page-Forum_Yew_Grove .shortcut {
 
    display: none;
 
}
 
 
.page-Forum_Yew_Grove #mf-section-0 .hidden-mobile div {
 
    float: none !important;
 
}
 
 
.archive .forum_title,
 
.archive .forum_edited {
 
    width: 100% !important;
 
    min-width: 10em;
 
}
 
 
.calc-container {
 
    padding-right: 2px;
 
    display: block;
 
    min-width: 100%;
 
    width: 100%;
 
    max-width: 100%;
 
    margin-top: -52px;
 
    column-count: auto;
 
    column-width: 491px;
 
    column-fill: balance;
 
    column-gap: 52px;
 
    column-rule: dashed 1px rgba(137, 142, 152, 0.1);
 
}
 
 
.calc-container .calc-tile-divider:first-child {
 
    margin-bottom: 0px;
 
}
 
 
.calc-section-header {
 
    position: relative;
 
    top: 0px;
 
    padding-top: 1em;
 
    background: #ffffff;
 
    z-index: 5;
 
}
 
 
.calc-section-header > h1 {
 
    margin-top: 0;
 
    margin-bottom: 0;
 
}
 
 
.calc-sticky .calc-section-header {
 
    position: sticky !important;
 
}
 
 
.calc-toc {
 
    padding-top: 13px;
 
    padding-bottom: 13px;
 
}
 
 
.calc-toc-section {
 
    position: relative;
 
    display: grid;
 
    grid-template-columns: 144px 1fr;
 
    margin-bottom: 0px;
 
}
 
 
.calc-toc-section > p {
 
    grid-column-start: 1;
 
    grid-column-end: span 1;
 
    margin: 0;
 
    line-height: 34px;
 
    text-align: right;
 
    padding-right: 21px;
 
    font-size: 1em;
 
    font-weight: bold;
 
}
 
 
.calc-toc-dots {
 
    position: absolute;
 
    top: 34px;
 
    bottom: 26px;
 
    right: 0px;
 
    grid-column-start: 1;
 
    grid-column-end: span 1;
 
    border-right: 1px dotted #cccccc;
 
    text-align: right;
 
    margin-right: 29px;
 
}
 
 
.calc-toc-list {
 
    grid-column-start: 2;
 
    grid-column-end: span 1;
 
    padding: 0;
 
    display: flex;
 
    flex-direction: row;
 
    flex-wrap: wrap;
 
    justify-content: left;
 
}
 
 
.calc-toc-list-item {
 
    position: relative;
 
    min-width: 193px;
 
    width: 193px;
 
    max-width: 193px;
 
    height: 34px;
 
    margin-right: 8px;
 
    margin-bottom: 8px;
 
    line-height: 34px;
 
    padding-left: 34px;
 
    padding-right: 6px;
 
    color: #ffffff;
 
    text-shadow: 1px 1px #0006;
 
    white-space: nowrap;
 
    overflow: hidden;
 
    text-overflow: ellipsis;
 
}
 
 
.calc-toc-list-item > a {
 
    position: absolute;
 
    top: 0;
 
    left: 0;
 
    right: 0;
 
    bottom: 0;
 
}
 
 
.calc-toc-list-item > img {
 
    position: absolute;
 
    top: 6.5px;
 
    left: 6.5px;
 
    width: 21px;
 
    height: 21px;
 
}
 
 
.calc-tile-divider {
 
    margin-bottom: -52px;
 
}
 
 
.calc-tile-container {
 
    display: inline-block;
 
    -webkit-column-break-inside: avoid;
 
    page-break-inside: avoid;
 
    break-inside: avoid;
 
    padding: 0;
 
    padding-top: 78px;
 
    padding-bottom: 0.25rem;
 
    background: none !important;
 
    width: calc(100% - 2px);
 
}
 
 
@supports ( break-inside: avoid-column ) {
 
    .calc-tile-container {
 
          display: block;
 
    }
 
 
}
 
 
.calc-header-title {
 
    text-shadow: 1px 1px #0006;
 
    height: 55px;
 
    margin-left: 5px;
 
    grid-column-start: 2;
 
    grid-column-end: span 1;
 
    min-width: 0;
 
    color: rgba(255, 255, 255, 0.9);
 
    z-index: inherit;
 
}
 
 
.calc-header-title > h2 {
 
    color: inherit !important;
 
    white-space: nowrap;
 
    overflow: hidden;
 
    text-overflow: ellipsis;
 
    font-size: 21px;
 
    grid-template-rows: 0px 132px;
 
    display: block !important;
 
    height: auto;
 
    margin: 0 !important;
 
    padding: 0 !important;
 
    line-height: 55px !important;
 
}
 
 
.calc-header-title > h2 > span {
 
    grid-template-rows: 77px 55px;
 
    grid-row-start: 1;
 
    grid-row-end: span 1;
 
    display: block !important;
 
    height: auto;
 
    color: inherit !important;
 
}
 
 
.calc-header-title > h2 > span > span {
 
    grid-row-start: 2;
 
    grid-row-end: span 1;
 
}
 
 
.calc-header-title > h2 > .mw-headline-headanchor {
 
    grid-row-start: 1;
 
    grid-row-end: span 1;
 
}
 
 
.calc.tile {
 
    position: relative;
 
    margin: 0;
 
    padding: 0;
 
    min-width: 100%;
 
    height: unset;
 
    z-index: 0;
 
}
 
 
.calc .keyword {
 
    font-size: 1.125em;
 
    font-weight: bold;
 
}
 
 
.calc-header {
 
    grid-column-start: 1;
 
    grid-column-end: span 2;
 
    grid-row-start: 1;
 
    grid-row-end: span 1;
 
    display: grid;
 
    grid-template-columns: 55px 1fr;
 
    position: relative;
 
    top: 0;
 
    width: 100%;
 
    height: 55px;
 
    overflow: hidden;
 
    background: transparent;
 
    z-index: 2;
 
}
 
 
.calc-header-background {
 
    position: absolute;
 
    top: 0;
 
    bottom: 0;
 
    left: 0;
 
    right: 0;
 
    z-index: 1;
 
}
 
 
.calc-header-background > img {
 
    position: absolute;
 
    top: 0;
 
    bottom: 0;
 
    left: 0;
 
    right: 0;
 
}
 
 
.calc-header-icon {
 
    grid-column-start: 1;
 
    grid-column-end: span 1;
 
    min-width: 55px;
 
    width: 55px;
 
    max-width: 55px;
 
    min-height: 55px;
 
    height: 55px;
 
    max-height: 55px;
 
    z-index: inherit;
 
}
 
 
.calc-header-icon > img {
 
    object-fit: contain;
 
    min-width: 25px;
 
    width: 25px;
 
    max-width: 25px;
 
    min-height: 25px;
 
    height: 25px;
 
    max-height: 25px;
 
    padding: 15px;
 
}
 
 
.calc-header-title-semantics {
 
    display: none;
 
}
 
 
.calc-header-command {
 
    margin-left: 10px;
 
    grid-column-start: 3;
 
    grid-column-end: span 1;
 
    height: 55px;
 
    line-height: 55px;
 
    z-index: inherit;
 
}
 
 
.calc-list {
 
    grid-column-start: 1;
 
    grid-column-end: span 2;
 
    grid-row-start: 2;
 
    grid-row-end: span 1;
 
    padding: 0px;
 
    padding-top: 4px;
 
    padding-bottom: 5.5px;
 
}
 
 
.calc-list-item {
 
    position: relative;
 
    display: grid;
 
    grid-template-columns: [thumb] min-content [main] 1fr [key] max-content;
 
    grid-template-rows: min-content min-content;
 
    width: auto;
 
    padding: 8.5px;
 
    margin: 0;
 
    border-bottom: 1px solid rgba(137, 142, 152, 0.075);
 
}
 
 
.calc-list-item:last-child {
 
    border-bottom-color: transparent;
 
}
 
 
.calc-list-item-thumbnail {
 
    grid-column-start: thumb;
 
    grid-column-end: span 1;
 
    grid-row-start: 1;
 
    grid-row-end: span 2;
 
    margin-left: 0;
 
    width: 44px;
 
    height: 52.8px;
 
    margin-right: 8.5px;
 
    padding-top: 8.5px;
 
}
 
 
.calc-list-item-thumbnail > img {
 
    min-width: 44px;
 
    width: 44px !important;
 
    max-width: 44px;
 
    min-height: 44px;
 
    height: 44px !important;
 
    max-height: 44px;
 
    object-fit: contain;
 
    object-position: center 0;
 
    grid-row-start: 2;
 
    grid-row-end: span 1;
 
}
 
 
.calc-list-item-key {
 
    width: 28px;
 
    grid-column-start: key;
 
    grid-column-end: span 1;
 
    grid-row-start: 1;
 
    grid-row-end: span 1;
 
    margin-left: 8.5px;
 
}
 
 
.calc-list-item-key > img {
 
    position: absolute;
 
    top: 8.5px;
 
    right: 8.5px;
 
}
 
 
.calc-list-item-title {
 
    grid-column-start: main;
 
    grid-column-end: span 1;
 
    grid-row-start: 1;
 
    grid-row-end: span 1;
 
    padding-left: 8px;
 
    text-indent: -8px;
 
}
 
 
.calc-list-item-desc {
 
    grid-column-start: main;
 
    grid-column-end: span 1;
 
    grid-row-start: 2;
 
    grid-row-end: span 1;
 
    margin-left: 8px;
 
    text-indent: 0px;
 
}
 
 
.rsw-chartjs.rsw-chartjs-config {
 
    display: none;
 
}
 
 
.rsw-chartjs.rsw-chart-error {
 
    font-family: monospace;
 
}
 
 
.mw-echo-ui-overlay,
 
.overlay.visible {
 
    z-index: 2 !important;
 
}
 
 
.oo-ui-fieldLayout {
 
    min-width: 350px;
 
    margin-left: -10px;
 
}
 
 
.ns-116 .archive {
 
    display: none !important;
 
}
 
 
.content table.wikitable {
 
    border: none !important;
 
    box-shadow: none !important;
 
}
 
 
.header-container .branding-box h1 {
 
    text-shadow: 0 0.05em 0.25em #000000;
 
}
 
 
.update-redirect {
 
    text-align: center;
 
    background: #fffbf1;
 
    border: 1px solid #909090;
 
    font-weight: 600;
 
    font-size: 2em;
 
    line-height: 1em;
 
    padding: 1em;
 
    color: #000 !important;
 
}
 
 
.update-redirect.nuke {
 
    margin-bottom: 25%;
 
}
 
 
.hatnote {
 
    padding: 5px 7px;
 
    color: #54595d;
 
    font-size: 0.8em;
 
    background-color: #f8f9fa;
 
    margin-bottom: 1px;
 
    overflow: hidden;
 
}
 
 
.floornumber-us {
 
    display: none;
 
}
 
 
.fact-text {
 
    color: #15f;
 
    font-style: italic;
 
    cursor: help;
 
    border-bottom: dotted 1px black;
 

Latest revision as of 08:58, 22 November 2020

/* Styling for citations. Breaks long urls, etc., rather than overflowing box */
.citation {
	word-wrap: break-word;
}

/* 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 {
	-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,
.hlist ol,
.hlist ul {
	margin: 0;
	padding: 0;
}
/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
	margin: 0;
	display: inline;
}
/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.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;
}
/* Hide empty list items */
.hlist .mw-empty-li {
	display: none;
}
/* Generate interpuncts */
.hlist dt:after {
	content: ": ";
}
/**
 * Note hlist style usage differd in
 * the Minerva skin. Remember .hlist is a class defined in core as well! Please check Minerva desktop (and Minerva.css) when changing
 * See https://phabricator.wikimedia.org/T213239
 */
.hlist dd:after,
.hlist li:after {
	content: " · ";
	font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
	content: none;
}
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt: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: " (";
	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 li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
	content: ")";
	font-weight: normal;
}
/* Put ordinals in front of ordered list items */
.hlist ol {
	counter-reset: listitem;
}
.hlist ol > li {
	counter-increment: listitem;
}
.hlist ol > li:before {
	content: " " counter(listitem) "\a0";
}
.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
	content: " (" counter(listitem) "\a0";
}

/* Unbulleted lists */
.plainlist ol,
.plainlist ul {
	line-height: inherit;
	list-style: none none;
	margin: 0;
}
.plainlist ol li,
.plainlist ul li {
	margin-bottom: 0;
}

/* Default style for navigation boxes */
.navboxMobile {                     /* navboxMobile 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 navboxMobilees */
}
.navboxMobile .navboxMobile {
	margin-top: 0;            /* No top margin for nested navboxMobilees */
}
.navboxMobile + .navboxMobile {
	margin-top: -1px;         /* Single pixel border between adjacent navboxMobilees */
}
.navboxMobile-inner,
.navboxMobile-subgroup {
	width: 100%;
}
.navboxMobile-group,
.navboxMobile-title,
.navboxMobile-abovebelow {
	padding: 0.25em 1em;      /* Title, group and above/below styles */
	line-height: 1.5em;
	text-align: center;
}
th.navboxMobile-group {             /* Group style */
	white-space: nowrap;
	/* @noflip */
	text-align: center;
}
.navboxMobile,
.navboxMobile-subgroup {
	background-color: #fdfdfd; /* Background color */
}
.navboxMobile-list {
	line-height: 1.5em;
	border-color: #fdfdfd;    /* Must match background color */
	text-align: center;
}
/* cell spacing for navboxMobile cells */
tr + tr > .navboxMobile-abovebelow,
tr + tr > .navboxMobile-group,
tr + tr > .navboxMobile-image,
tr + tr > .navboxMobile-list {    /* Borders above 2nd, 3rd, etc. rows */
	border-top: 2px solid #fdfdfd; /* Must match background color */
}
.navboxMobile th,
.navboxMobile-title {
	background-color: #ccccff;      /* Level 1 color */
}
.navboxMobile-abovebelow,
th.navboxMobile-group,
.navboxMobile-subgroup .navboxMobile-title {
	background-color: #ddddff;      /* Level 2 color */
}
.navboxMobile-subgroup .navboxMobile-group,
.navboxMobile-subgroup .navboxMobile-abovebelow {
	background-color: #e6e6ff;      /* Level 3 color */
}
.navboxMobile-even {
	background-color: #f7f7f7;      /* Even row striping */
}
.navboxMobile-odd {
	background-color: transparent;  /* Odd row striping */
}
.navboxMobile .hlist td dl,
.navboxMobile .hlist td ol,
.navboxMobile .hlist td ul,
.navboxMobile td.hlist dl,
.navboxMobile td.hlist ol,
.navboxMobile td.hlist ul {
	padding: 0.125em 0;       /* Adjust hlist padding in navboxMobilees */
}

/* Default styling for Navbar template */
.navbar {
	display: inline;
	font-size: 88%;
	font-weight: normal;
}
.navbar ul {
	display: inline-block;
	white-space: nowrap;
}
.mw-body-content .navbar ul {
	line-height: inherit;
}
.navbar li {
	word-spacing: -0.125em;
}
.navbar.mini li abbr[title] {
	font-variant: small-caps;
	border-bottom: none;
	text-decoration: none;
	cursor: inherit;
}
/* Navbar styling when nested in infobox and navboxMobile */
.infobox .navbar {
	font-size: 100%;
}
.navboxMobile .navbar {
	display: block;
	font-size: 100%;
}
.navboxMobile-title .navbar {
	/* @noflip */
	float: left;
	/* @noflip */
	text-align: left;
	/* @noflip */
	margin-right: 0.5em;
}

/* 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,
.infobox th {
	vertical-align: top;
	/* @noflip */
	text-align: left;
}
.infobox.bordered {
	border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
	border: 1px solid #a2a9b1;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
	border: 0;
}

.infobox.sisterproject {
	width: 20em;
	font-size: 90%;
}

.infobox.standard-talk {
	border: 1px solid #c0c090;
	background-color: #f8eaba;
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
	border: 1px solid #c0c090;
}

/* styles for bordered infobox with merged rows */
.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,
.infobox.bordered .mergedrow th {
	border: 0;
	/* @noflip */
	border-right: 1px solid #a2a9b1;
}

/* Styles for geography infoboxes, eg countries,
   country subdivisions, cities, etc.            */
.infobox.geography {
	border-collapse: collapse;
	line-height: 1.2em;
	font-size: 90%;
}

.infobox.geography  td,
.infobox.geography  th {
	border-top: 1px solid #a2a9b1;
	padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
	border-top: 1px solid #a2a9b1;
	padding: 0.4em 0.6em 0.2em 0.6em;
}

.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
	border: 0;
	padding: 0 0.6em 0.2em 0.6em;
}

.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
	border-top: 0;
	border-bottom: 1px solid #a2a9b1;
	padding: 0 0.6em 0.4em 0.6em;
}

.infobox.geography .maptable td,
.infobox.geography .maptable th {
	border: 0;
	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;
}

/* Icons for medialist templates [[Template:Listen]],
   [[Template:Multi-listen_start]], [[Template:Video]],
   [[Template:Multi-video_start]] */
/* 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;
}

/* Fix for hieroglyphs specificity issue in infoboxes ([[phab:T43869]]) */
table.mw-hiero-table td {
	vertical-align: middle;
}

/* Change the external link icon to an Adobe icon for all PDF files */
.mw-parser-output a[href$=".pdf"].external,
.mw-parser-output a[href*=".pdf?"].external,
.mw-parser-output a[href*=".pdf#"].external,
.mw-parser-output a[href$=".PDF"].external,
.mw-parser-output a[href*=".PDF?"].external,
.mw-parser-output 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;
}

/* Messagebox templates */
.messagebox {
	border: 1px solid #a2a9b1;
	background-color: #f8f9fa;
	width: 80%;
	margin: 0 auto 1em auto;
	padding: .2em;
}
.messagebox.merge {
	border: 1px solid #c0b8cc;
	background-color: #f0e5ff;
	text-align: center;
}
.messagebox.cleanup {
	border: 1px solid #9f9fff;
	background-color: #efefff;
	text-align: center;
}
.messagebox.standard-talk {
	border: 1px solid #c0c090;
	background-color: #f8eaba;
	margin: 4px auto;
}
/* For old WikiProject banners inside banner shells. */
.mbox-inside .standard-talk,
.messagebox.nested-talk {
	border: 1px solid #c0c090;
	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 {
	border: 3px solid #b32424;    /* Red */
}
table.imbox-content {
	border: 3px solid #f28500;    /* Orange */
}
table.imbox-style {
	border: 3px solid #fc3;       /* Yellow */
}
table.imbox-move {
	border: 3px solid #9932cc;    /* Purple */
}
table.imbox-protection {
	border: 3px solid #a2a9b1;    /* Gray-gold */
}
table.imbox-license {
	border: 3px solid #88a;       /* Dark gray */
	background-color: #f7f8ff;    /* Light gray */
}
table.imbox-featured {
	border: 3px solid #cba135;    /* Brown-gold */
}

/* Category message box styles */
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;    /* Pink */
}
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 */
}

/* 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.svg);
}
.skin-vector .compact-ambox table .mbox-text-span {
	list-style-type: disc;
	list-style-image: url(/w/skins/Vector/resources/skins.vector.styles/images/bullet-icon.svg);
}
/* 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;
}

/* 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.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%;
}
a.NavToggle {
	position: absolute;
	top: 0;
	/* @noflip */
	right: 3px;
	font-weight: normal;
	font-size: 90%;
}


/* 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;
}

/* 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-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-patroller.css]],
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],
   [[MediaWiki:Group-extendedconfirmed.css]], and [[Mediawiki:Group-autoconfirmed.css]]. */
.checkuser-show,
.sysop-show,
.patroller-show,
.templateeditor-show,
.extendedmover-show,
.extendedconfirmed-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%;
}

/* 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]] / [[phab:T100106]] (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-image: none;
	}

}

/* Temporary measures to remove links in sidebar T255381*/
#t-upload {
	display: none;
}
#n-shoplink {
	display: none;
}
/* Only for desktop devices */
.nomobile {
display:none;
}