Difference between revisions of "MediaWiki:Common.css"

From Betting Wiki
Jump to navigation Jump to search
(Created page with "→‎Reset italic styling set by user agent: cite, dfn { font-style: inherit; } →‎Straight quote marks for <q>: q { quotes: '"' '"' "'" "'"; } /* Avoid collision of blo...")
 
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Reset italic styling set by user agent */
+
/* CSS placed here will be applied to all skins */
cite, dfn {
+
 
font-style: inherit;
+
pre {
 +
overflow: auto;
 
}
 
}
 
+
img {
/* Straight quote marks for <q> */
+
image-rendering: optimizeSpeed;
q {
+
image-rendering: -moz-crisp-edges;
quotes: '"' '"' "'" "'";
+
image-rendering: -o-crisp-edges;
 +
image-rendering: -webkit-optimize-contrast;
 +
image-rendering: optimize-contrast;
 +
image-rendering: crisp-edges;
 +
image-rendering: pixelated;
 
}
 
}
  
/* Avoid collision of blockquote with floating elements by swapping margin and padding */
+
#toc, .toc {
blockquote {
+
margin-bottom: 3px;
overflow: hidden;
 
margin: 1em 0;
 
padding: 0 40px;
 
 
}
 
}
  
/* give pre a float clearing new block formatting context */
+
div.tleft, div.tright {
/* Also break any really long words/urls to keep them visible in that case */
+
margin-top: 0.2em;
pre, .mw-code {
+
margin-bottom: 0.8em;
overflow-x: hidden;
 
overflow-wrap: break-word;
 
 
}
 
}
 
+
.thumb .mediaContainer {
/* Consistent size for <small>, <sub> and <sup> */
+
margin: 4px auto 2px;
small {
 
font-size: 85%;
 
 
}
 
}
.mw-body-content sub,
+
.ns-104 div.thumb {
.mw-body-content sup,
+
border-color: transparent;
span.reference /* for Parsoid */ {
 
font-size: 80%;
 
 
}
 
}
  
/* Same spacing for indented and unindented paragraphs on talk pages */
+
ul.gallery,
.ns-talk .mw-body-content dd {
+
li.gallerybox div.thumb {
margin-top: 0.4em;
+
margin-bottom: 0;
margin-bottom: 0.4em;
+
padding-bottom: 0;
 
}
 
}
 
+
ul.gallery {
/* Main page fixes */
+
text-align: center;
#interwiki-completelist {
+
margin-left: auto;
font-weight: bold;
+
margin-right: auto;
 
}
 
}
  
/* Reduce page jumps by hiding collapsed/dismissed content */
+
#file img {
.client-js .mw-special-Watchlist #watchlist-message,
+
background: url(/resources/src/mediawiki.action/images/checker.png) repeat;
.client-js .NavFrame.collapsed .NavContent,
 
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child) {
 
display: none;
 
 
}
 
}
 
+
.mw_metadata {
/* Adds padding above Watchlist announcements where new recentchanges/watchlist filters are enabled */
+
margin-top: 5px;
.mw-rcfilters-enabled .mw-specialpage-summary {
 
margin-top: 1em;
 
 
}
 
}
  
/* Hide charinsert base for those not using the gadget */
+
#catlinks li {
#editpage-specialchars {
+
margin: 0.28em 0;
display: none;
+
line-height: 1em;
 
}
 
}
  
/* Highlight linked elements (such as clicked references) in blue */
+
blockquote {
body.action-info .mw-body-content :target,
+
border-left: 3px solid #06f;
.citation:target {
+
margin-left: 2em;
background-color: #def; /* Fallback */
+
padding-left: 1em;
background-color: rgba(0, 127, 255, 0.133);
 
 
}
 
}
  
/* Styling for citations. Breaks long urls, etc., rather than overflowing box */
+
.mw-collapsible-toggle {
.citation {
+
padding-right: 0.3em;
word-wrap: break-word;
 
 
}
 
}
 
+
.infobox .mw-collapsible-toggle-expanded {
/* For linked citation numbers and document IDs, where the number need not be shown
+
padding-left: 7px;
  on a screen or a handheld, but should be included in the printed version */
 
@media screen, handheld {
 
.citation .printonly {
 
display: none;
 
}
 
 
}
 
}
  
/* Make the list of references smaller */
+
ol.references {
/* Keep in sync with Template:Refbegin/styles.css */
+
margin-top: 0;
ol.references,
+
font-size: 90%;
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 */
+
.ns-3 [style*="position:fixed"] {
/* TemplateStyles */
 
span.brokenref {
 
 
display: none;
 
display: none;
 
}
 
}
  
/* Reset top margin for lists embedded in columns */
+
.ipa {
div.columns {
+
font-family: "Arial Unicode MS","Charis SIL","DejaVu Sans",Gentium,"Lucida Sans Unicode","TITUS Cyberbit","DoulosSIL",Arial;
margin-top: 0.3em;
 
}
 
div.columns dl,
 
div.columns ol,
 
div.columns ul {
 
margin-top: 0;
 
 
}
 
}
  
/* Avoid elements breaking between columns */
+
/* <h3> All pages </h3> */
.nocolbreak,
+
 
div.columns li,
 
div.columns dd dd {
 
-webkit-column-break-inside: avoid;
 
page-break-inside: avoid;
 
break-inside: avoid-column;
 
}
 
  
/* Style for horizontal lists (separator following item).
+
#bodyContent {
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
+
position: relative;
  @revision 8 (2016-05-21)
 
  @author [[User:Edokter]]
 
*/
 
.hlist dl,
 
.hlist ol,
 
.hlist ul {
 
margin: 0;
 
padding: 0;
 
 
}
 
}
/* Display list items inline */
+
.mw-newarticletext {
.hlist dd,
+
margin-bottom: 10px;
.hlist dt,
 
.hlist li {
 
margin: 0;
 
display: inline;
 
 
}
 
}
/* Display nested lists inline */
+
.top-right {
.hlist.inline,
+
position: absolute;
.hlist.inline dl,
+
top: -26px;
.hlist.inline ol,
+
right: 10px;
.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 */
+
.top-right-text {  
.hlist .mw-empty-li {
+
position: absolute;
display: none;
+
top: -17px;
 +
right: 10px;
 
}
 
}
/* Generate interpuncts */
+
.help-shift {  
.hlist dt:after {
+
top: -20px;
content: ": ";
+
right: 60px;
 
}
 
}
/**
+
.notice-template:not(.copyright):not(#aboutfile):not(#stub) + .notice-template:not(.copyright):not(#aboutfile):not(#stub) {
* Note hlist style usage differd in
+
margin-top: -0.375em !important;
* 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,
+
.notice-template.copyright {
.hlist dt:last-child:after,
+
margin: 2.5px auto;
.hlist li:last-child:after {
 
content: none;
 
 
}
 
}
/* Add parentheses around nested lists */
+
.notice-template p {
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
+
margin: 0.6em 0;
.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,
+
/* Edit box */
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
+
.wikiEditor-ui-toolbar .section-main,
content: ")";
+
.wikiEditor-ui-toolbar .tabs {
font-weight: normal;
+
height: auto;
 
}
 
}
/* Put ordinals in front of ordered list items */
+
.wikiEditor-ui textarea#wpTextbox1 {
.hlist ol {
+
height: 474px;
counter-reset: listitem;
+
line-height: 1.4em;
 
}
 
}
.hlist ol > li {
+
.mw-summary-preview {
counter-increment: listitem;
+
margin-bottom: 0.5em;
 
}
 
}
.hlist ol > li:before {
+
#wpSummaryLabel .oo-ui-textInputWidget textarea,
content: " " counter(listitem) "\a0";
+
#wpSummaryLabel .oo-ui-textInputWidget input {
 +
padding-bottom: 0.5em;
 
}
 
}
.hlist dd ol > li:first-child:before,
+
#wpSummaryWidget .oo-ui-labelElement-label {
.hlist dt ol > li:first-child:before,
+
margin-right: 3px;
.hlist li ol > li:first-child:before {
 
content: " (" counter(listitem) "\a0";
 
 
}
 
}
  
/* Unbulleted lists */
+
/* Video widget */
.plainlist ol,
+
.videoWidget + p {
.plainlist ul {
 
line-height: inherit;
 
list-style: none none;
 
 
margin: 0;
 
margin: 0;
}
 
.plainlist ol li,
 
.plainlist ul li {
 
margin-bottom: 0;
 
 
}
 
}
  
/* Default style for navigation boxes */
+
/* Captcha spacing */
.navbox {                    /* Navbox container style */
+
#editform #wpCaptchaWord {
box-sizing: border-box;
+
margin-top: 2.5px;
border: 1px solid #a2a9b1;
 
width: 100%;
 
clear: both;
 
font-size: 88%;
 
text-align: center;
 
padding: 1px;
 
margin: 1em auto 0;      /* Prevent preceding content from clinging to navboxes */
 
}
 
.navbox .navbox {
 
margin-top: 0;           /* No top margin for nested navboxes */
 
 
}
 
}
.navbox + .navbox {
+
.mw-ui-vform-field:nth-of-type(6) .mw-input {
margin-top: -1px;         /* Single pixel border between adjacent navboxes */
+
margin-top: 10px;
 
}
 
}
.navbox-inner,
+
#userloginForm .mw-ui-vform-field:nth-of-type(6) {
.navbox-subgroup {
+
margin-bottom: 5px;
width: 100%;
 
 
}
 
}
.navbox-group,
+
.mw-input img, #editform img {
.navbox-title,
+
image-rendering: auto !important;
.navbox-abovebelow {
 
padding: 0.25em 1em;      /* Title, group and above/below styles */
 
line-height: 1.5em;
 
text-align: center;
 
 
}
 
}
th.navbox-group {             /* Group style */
+
.mw-htmlform-field-HTMLReCaptchaNoCaptchaField .mw-input {
white-space: nowrap;
+
margin-top: 1px;
/* @noflip */
 
text-align: right;
 
 
}
 
}
.navbox,
+
.editOptions .g-recaptcha {
.navbox-subgroup {
+
margin-bottom: 10px;
background-color: #fdfdfd; /* Background color */
 
 
}
 
}
.navbox-list {
+
.mw-ui-vform {
line-height: 1.5em;
+
width: 302px;
border-color: #fdfdfd;    /* Must match background color */
 
}
 
/* cell spacing for navbox cells */
 
tr + tr > .navbox-abovebelow,
 
tr + tr > .navbox-group,
 
tr + tr > .navbox-image,
 
tr + tr > .navbox-list {    /* Borders above 2nd, 3rd, etc. rows */
 
border-top: 2px solid #fdfdfd; /* Must match background color */
 
}
 
.navbox th,
 
.navbox-title {
 
background-color: #ccccff;      /* Level 1 color */
 
}
 
.navbox-abovebelow,
 
th.navbox-group,
 
.navbox-subgroup .navbox-title {
 
background-color: #ddddff;      /* Level 2 color */
 
}
 
.navbox-subgroup .navbox-group,
 
.navbox-subgroup .navbox-abovebelow {
 
background-color: #e6e6ff;      /* Level 3 color */
 
}
 
.navbox-even {
 
background-color: #f7f7f7;      /* Even row striping */
 
}
 
.navbox-odd {
 
background-color: transparent;  /* Odd row striping */
 
}
 
.navbox .hlist td dl,
 
.navbox .hlist td ol,
 
.navbox .hlist td ul,
 
.navbox td.hlist dl,
 
.navbox td.hlist ol,
 
.navbox td.hlist ul {
 
padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
 
 
}
 
}
  
/* Default styling for Navbar template */
+
 
.navbar {
+
/* Adjust inputbox button padding in Firefox */
display: inline;
+
@-moz-document url-prefix() {  
font-size: 88%;
+
.bodySearchWrap .mw-ui-button, .createboxButton {
font-weight: normal;
+
padding-top: 4px;
}
+
padding-bottom: 5px;
.navbar ul {
+
}
display: inline;
 
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 navbox */
 
.infobox .navbar {
 
font-size: 100%;
 
}
 
.navbox .navbar {
 
display: block;
 
font-size: 100%;
 
}
 
.navbox-title .navbar {
 
/* @noflip */
 
float: left;
 
/* @noflip */
 
text-align: left;
 
/* @noflip */
 
margin-right: 0.5em;
 
 
}
 
}
  
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
+
/* <h3> [[Main Page]] </h3> */
.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 */
+
body.page-Main_Page.action-view h1.firstHeading,
.infobox {
+
body.page-Main_Page.action-view #siteSub,
border: 1px solid #a2a9b1;
+
body.page-Main_Page.action-view #catlinks,
border-spacing: 3px;
+
body.page-Main_Page.action-view #lastmod {  
background-color: #f8f9fa;
+
display: none;
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,
+
body.page-Main_Page.action-view #bodyContent {
.infobox.bordered th {
+
margin-top: 16px;
border: 1px solid #a2a9b1;
 
 
}
 
}
.infobox.bordered .borderless td,
+
body.page-Main_Page.action-view #contentSub {
.infobox.bordered .borderless th {
+
margin-top: 26px;
border: 0;
 
 
}
 
}
  
.infobox.sisterproject {
+
body.page-Main_Page .pds-box {
width: 20em;
+
width: 100% !important;
font-size: 90%;
+
max-width: none !important;
 
}
 
}
 
+
body.page-Main_Page .pds-vote {
.infobox.standard-talk {
+
padding-bottom: 3px !important;
border: 1px solid #c0c090;
 
background-color: #f8eaba;
 
 
}
 
}
.infobox.standard-talk.bordered td,
+
body.page-Main_Page .pds-question-top {
.infobox.standard-talk.bordered th {
+
padding-left: 3px !important;
border: 1px solid #c0c090;
 
 
}
 
}
  
/* styles for bordered infobox with merged rows */
+
.MainTopText a {
.infobox.bordered .mergedtoprow td,
+
color: black !important;
.infobox.bordered .mergedtoprow th {
+
text-decoration: none;
border: 0;
 
border-top: 1px solid #a2a9b1;
 
/* @noflip */
 
border-right: 1px solid #a2a9b1;
 
 
}
 
}
 
+
.MainTopText a:hover {
.infobox.bordered .mergedrow td,
+
color: black;
.infobox.bordered .mergedrow th {
+
text-decoration: underline;
border: 0;
 
/* @noflip */
 
border-right: 1px solid #a2a9b1;
 
 
}
 
}
 
+
.mainpagebox {
/* Styles for geography infoboxes, eg countries,
+
border: 2px solid #496C9C;
  country subdivisions, cities, etc.            */
+
padding: 2px;
.infobox.geography {
+
background: #F8F8FF;
border-collapse: collapse;
+
border-radius: 1em;
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;
 
 
}
 
}
 
+
.mainpagebox p {
.infobox.geography .mergedrow td,
+
margin: 0.9em 0 1em;
.infobox.geography .mergedrow th {
 
border: 0;
 
padding: 0 0.6em 0.2em 0.6em;
 
 
}
 
}
 
+
.mainpagebox#welcome {
.infobox.geography .mergedbottomrow td,
+
padding: 2px 2px 2px 0;
.infobox.geography .mergedbottomrow th {
 
border-top: 0;
 
border-bottom: 1px solid #a2a9b1;
 
padding: 0 0.6em 0.4em 0.6em;
 
 
}
 
}
 
+
.mainpagebox#nav {
.infobox.geography .maptable td,
+
font-size: 120%;
.infobox.geography .maptable th {
+
padding: 2px 2px 5px 0;
border: 0;
+
background: #FDFDFF;
padding: 0;
+
border-color: #999;
 
}
 
}
 
+
.mainpagebox#nav ul {
/* Normal font styling for wikitable row headers with scope="row" tag */
+
margin-left: 20px;
.wikitable.plainrowheaders th[scope=row] {
 
font-weight: normal;
 
/* @noflip */
 
text-align: left;
 
 
}
 
}
 
+
.mainpagebox#poll,
/* Lists in wikitable data cells are always left-aligned */
+
.mainpagebox#shroom,
.wikitable td ul,
+
.mainpagebox#dyk,
.wikitable td ol,
+
.mainpagebox.mwe {
.wikitable td dl {
+
        margin-top: 10px;
/* @noflip */
 
text-align: left;
 
 
}
 
}
/* ...unless they also use the hlist class */
+
.mainpagebox#poll .pollspinner {
.toc.hlist ul,
+
margin-bottom: 18px;
#toc.hlist ul,
 
.wikitable.hlist td ul,
 
.wikitable.hlist td ol,
 
.wikitable.hlist td dl {
 
text-align: inherit;
 
 
}
 
}
 
+
.mainpagebox#poll th.awardsPolls {
/* Icons for medialist templates [[Template:Listen]],
+
border-top-left-radius: 10px;
  [[Template:Multi-listen_start]], [[Template:Video]],
+
border-top-right-radius: 10px;
  [[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;
 
 
}
 
}
 
+
.mainpagebox#poll .pollspinnerbox table {
/* Fix for hieroglyphs specificity issue in infoboxes ([[phab:T43869]]) */
+
border-bottom-left-radius: 10px;
table.mw-hiero-table td {
+
border-bottom-right-radius: 10px;
vertical-align: middle;
 
 
}
 
}
 
+
.mainpagebox#poll .throbber {
/* Change the external link icon to an Adobe icon for all PDF files */
+
display: none;
.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;
 
 
}
 
}
 
+
.mainpagebox#right {
/* Messagebox templates */
+
padding: 2px 2px 5px;
.messagebox {
 
border: 1px solid #a2a9b1;
 
background-color: #f8f9fa;
 
width: 80%;
 
margin: 0 auto 1em auto;
 
padding: .2em;
 
 
}
 
}
.messagebox.merge {
+
.mainpagebox.maintain {
border: 1px solid #c0b8cc;
 
background-color: #f0e5ff;
 
 
text-align: center;
 
text-align: center;
 +
padding: 2px 2px 0;
 +
margin-top: 10px;
 
}
 
}
.messagebox.cleanup {
+
.mainpagebox h2 {
border: 1px solid #9f9fff;
+
padding: 4px 5px 2px;
background-color: #efefff;
+
margin-bottom: 1px !important;
 +
border: 2px solid #567CAF;
 +
font-size: 120%;
 +
font-weight: bold;
 +
color: #FFFFFF;
 
text-align: center;
 
text-align: center;
 +
border-radius: 0.75em;
 
}
 
}
.messagebox.standard-talk {
+
.mainpagebox#featured h2 {
border: 1px solid #c0c090;
+
background: #009D00;
background-color: #f8eaba;
+
border-color: #005100;
margin: 4px auto;
 
 
}
 
}
/* For old WikiProject banners inside banner shells. */
+
.mainpagebox#poll h2 {
.mbox-inside .standard-talk,
+
background: #9B04FF;
.messagebox.nested-talk {
+
border-color: #4F0084;
border: 1px solid #c0c090;
 
background-color: #f8eaba;
 
width: 100%;
 
margin: 2px 0;
 
padding: 2px;
 
 
}
 
}
.messagebox.small {
+
.mainpagebox#shroom h2 {
width: 238px;
+
background: #EC0000;
font-size: 85%;
+
border-color: #9D0000;
/* @noflip */
 
float: right;
 
clear: both;
 
/* @noflip */
 
margin: 0 0 1em 1em;
 
line-height: 1.25em;
 
 
}
 
}
.messagebox.small-talk {
+
.mainpagebox#news h2 {
width: 238px;
+
background: #1C49FF;
font-size: 85%;
+
border-color: #001C8A;
/* @noflip */
 
float: right;
 
clear: both;
 
/* @noflip */
 
margin: 0 0 1em 1em;
 
line-height: 1.25em;
 
background-color: #f8eaba;
 
 
}
 
}
 
+
.mainpagebox#dyk h2 {
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
+
background: #FF8000;
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
+
border-color: #914800;
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 */
+
.mainpagebox.mwe h2 {
border: none;
+
background: #FF4868;
/* @noflip */
+
border-color: #C60023;
padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
 
text-align: center;
 
 
}
 
}
td.mbox-imageright {           /* The right image cell */
+
.mainpagebox#announce {
border: none;
 
/* @noflip */
 
padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
 
 
text-align: center;
 
text-align: center;
 +
padding: 2px 2px 0;
 +
margin-top: 10px;
 
}
 
}
td.mbox-empty-cell {           /* An empty narrow cell */
+
.mainpagebox#niwa {
border: none;
+
padding: 3px 2px 2px;
padding: 0;
 
width: 1px;
 
 
}
 
}
 
+
.mainpagebox h2#tourney {
/* Article message box styles */
+
background: #4682B4;
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. */
+
.mainpagebox#tourneysub {
margin-top: -1px;
+
background-color: lightsteelblue;
 +
border: 2px solid #3b587e;
 
}
 
}
.ambox th.mbox-text,
+
.mainpagebox#tourneybox {
.ambox td.mbox-text {            /* The message body cell(s) */
+
border-collapse: collapse;
padding: 0.25em 0.5em;       /* 0.5em left/right */
+
background: #F8F8FF;
 
}
 
}
.ambox td.mbox-image {          /* The left image cell */
+
 
/* @noflip */
+
.newpoll {
padding: 2px 0 2px 0.5em;   /* 0.5em left, 0px right */
+
width: 100%;
 +
background: transparent;
 +
text-align: center;
 +
table-layout: fixed;
 +
word-wrap: break-word;
 
}
 
}
.ambox td.mbox-imageright {     /* The right image cell */
+
.pollq {
/* @noflip */
+
padding: 0 3px 0 6px;
padding: 2px 0.5em 2px 0;   /* 0px left, 0.5em right */
+
margin-bottom: -19px;
 +
position: relative;
 +
background: #F8F8FF;
 +
font-weight: bold;
 
}
 
}
  
table.ambox-notice {
+
.MainPageAffiliatesBox {
/* @noflip */
+
border: none;
border-left: 10px solid #36c;       /* Blue */
+
width: 100%;
 +
margin-bottom: 8px;
 
}
 
}
table.ambox-speedy {
+
.affiliates {
/* @noflip */
+
text-align: center;
border-left: 10px solid #b32424;   /* Red */
+
font-size: 10px;
background-color: #fee7e6;         /* Pink */
 
 
}
 
}
table.ambox-delete {
+
.affiliates a {
/* @noflip */
+
background: none !important;
border-left: 10px solid #b32424;   /* Red */
+
padding: 0 !important;
 
}
 
}
table.ambox-content {
+
.affiliates img {
/* @noflip */
+
margin-top: 1px;
border-left: 10px solid #f28500;   /* Orange */
+
margin-bottom: 2px;
 
}
 
}
table.ambox-style {
+
.affiliates .affiliatesub {
/* @noflip */
+
background-color: #FFFFFF;
border-left: 10px solid #fc3;       /* Yellow */
+
padding: 4px;
 +
border: 1px solid #790000;
 +
background-color: #FFF9F9;
 
}
 
}
table.ambox-move {
+
 
/* @noflip */
+
/* <h3> Intro </h3> */
border-left: 10px solid #9932cc;   /* Purple */
+
 
 +
.IntroPageBox {
 +
background-color: #ffe;
 +
background-repeat: no-repeat;
 +
background-position: bottom right;
 
}
 
}
table.ambox-protection {
+
.IntroPageBox div.tright {
/* @noflip */
+
border-color: transparent !important;
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 */
+
/* <h3> Chronology </h3> */
table.ombox {
+
 
margin: 4px 10%;
+
#fh1,
border-collapse: collapse;
+
#fh2,
border: 1px solid #a2a9b1;   /* Default "notice" gray */
+
#fh3,
background-color: #f8f9fa;
+
#fh4,
box-sizing: border-box;
+
#fh5,
 +
#fh6 {
 +
color: black;
 +
background: none;
 +
font-weight: normal;
 +
margin: 0;
 +
padding-top: .5em;
 +
padding-bottom: .17em;
 +
border-bottom: 1px solid #aaa;
 
}
 
}
  
table.ombox-notice {
+
#fh1 {
border: 1px solid #a2a9b1;   /* Gray */
+
font-size: 188%;
 
}
 
}
table.ombox-speedy {
+
#fh2 {
border: 2px solid #b32424;    /* Red */
+
font-size: 150%;  
background-color: #fee7e6;   /* Pink */
 
 
}
 
}
table.ombox-delete {
+
#fh3,
border: 2px solid #b32424;   /* Red */
+
#fh4,
 +
#fh5,
 +
#fh6 {
 +
border-bottom: none;
 +
font-weight: bold;
 
}
 
}
table.ombox-content {
+
#fh3 {
border: 1px solid #f28500;   /* Orange */
+
font-size: 132%;  
 
}
 
}
table.ombox-style {
+
#fh4 {
border: 1px solid #fc3;       /* Yellow */
+
font-size: 116%;  
 
}
 
}
table.ombox-move {
+
#fh5 {
border: 1px solid #9932cc;   /* Purple */
+
font-size: 100%;  
 
}
 
}
table.ombox-protection {
+
#fh6 {
border: 2px solid #a2a9b1;    /* Gray-gold */
+
font-size: 80%;
}
 
 
 
/* 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 */
+
#bodyContent #fh1,
margin: 2px 0;              /* this declaration overrides other styles (including mbox-small above)  */
+
#bodyContent #fh2 {
width: 100%;                 /* For Safari and Opera */
+
margin-bottom: .6em;
 
}
 
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
+
#bodyContent #fh3,
line-height: 1.5em;         /* also "nested", so reset styles that are  */
+
#bodyContent #fh4,
font-size: 100%;            /* set in "mbox-small" above.                */
+
#bodyContent #fh5 {
 +
margin-bottom: .3em;
 
}
 
}
  
table.tmbox-speedy {
+
/* <h3> Navigation templates </h3> */
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 */
+
.navbox {
table.fmbox {
+
background: none repeat scroll 0 0 white;
clear: both;
+
border: 1px solid grey;
margin: 0.2em 0;
+
color: black;
 +
font-family: Arial;
 +
font-size: 11px;
 
width: 100%;
 
width: 100%;
border: 1px solid #a2a9b1;
+
margin-top: 20px;
background-color: #f8f9fa;    /* Default "system" gray */
 
box-sizing: border-box;
 
 
}
 
}
table.fmbox-system {
+
.navbox + .navbox,
background-color: #f8f9fa;
+
.navbox .navbox {
 +
margin-top: 0;
 
}
 
}
table.fmbox-warning {
+
.navbox .mw-collapsible-toggle-expanded {
border: 1px solid #bb7070;  /* Dark pink */
+
padding-left: 7px;
background-color: #ffdbdb; /* Pink */
 
 
}
 
}
table.fmbox-editnotice {
+
.navbox:not(.multi) .mw-collapsible > tbody > tr:first-child > th {
background-color: transparent;
+
padding-left: 42px;
 
}
 
}
/* Div based "warning" style fmbox messages. */
+
.navbox tr:first-child th {
div.mw-warning-with-logexcerpt,
+
background: none repeat scroll 0 0 #999999;
div.mw-lag-warn-high,
+
color: white;
div.mw-cascadeprotectedwarning,
+
font-size: 12px;
div#mw-protect-cascadeon,
+
font-weight: bold;
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;
 
 
}
 
}
 
+
.navbox tr:first-child th, .navbox tr:first-child th a {
/* These mbox-small classes must be placed after all other
+
color: #FFFFFF !important;
  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. */
+
.navbox tr th {
/* @noflip */
+
background: none repeat scroll 0 0 #CCCCCC;
margin: 4px 1em 4px 0;
+
text-align: center;
box-sizing: border-box;
 
overflow: hidden;
 
width: 238px;
 
border-collapse: collapse;
 
font-size: 88%;
 
line-height: 1.25em;
 
 
}
 
}
 
+
.navbox tr:not(:first-child) th:not([rowspan]):not([colspan]) {
/* Style for compact ambox */
+
background: none repeat scroll 0 0 #E6E6E6;
/* 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. */
+
.navbox tr th a, .navbox tr th a:visited, .navbox tr th a.new, .navbox tr th a.new:visited {
.compact-ambox table.ambox {
+
color: #000000;
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 {
+
.navbox tr:nth-child(2n) td {
font-size: 100%;
+
background: none repeat scroll 0 0 #F6F6F6;
width: auto;
 
margin: 0;
 
 
}
 
}
/* Style the text cell as a list item and remove its padding */
+
.navbox tr td {
.compact-ambox table .mbox-text {
+
background: none repeat scroll 0 0 #FCFCFC;
padding: 0 !important;
 
margin: 0 !important;
 
 
}
 
}
.compact-ambox table .mbox-text-span {
+
.navbox td a {
display: list-item;
+
color: #0000FF;
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 {
+
.navbox td a:visited {
list-style-type: disc;
+
color: #0000CC;
list-style-image: url(/w/skins/Vector/images/bullet-icon.svg);
 
 
}
 
}
/* Allow for hiding text in compact form */
+
.navbox td a.new {
.compact-ambox .hide-when-compact {
+
color: #CC2200;
display: none;
 
 
}
 
}
 
+
.navbox td a.new:visited {
/* Hide (formatting) elements from screen, but not from screenreaders */
+
color: #A55858;
.visualhide {
 
position: absolute;
 
left: -10000px;
 
top: auto;
 
width: 1px;
 
height: 1px;
 
overflow: hidden;
 
 
}
 
}
 
+
.navbox td a.selflink {
/* Suppress missing interwiki image links where #ifexist cannot
+
color: #000;
  be used due to high number of requests. See .hidden-redlink on
 
  [[m:MediaWiki:Common.css]] */
 
.check-icon a.new {
 
display: none;
 
speak: none;
 
 
}
 
}
  
/* Remove underlines from certain links */
+
/* <h4> Light-colored species templates </h4> */
.nounderlines a,
+
.navbox.light > * > tr:first-child th, .navbox.light > * > tr:first-child th a {
.IPA a:link, .IPA a:visited {
+
color: black !important;
text-decoration: none !important;
 
 
}
 
}
  
/* Standard Navigationsleisten, aka box hiding thingy
+
.navbox.spp tr:nth-child(2n) td {
  from .de. Documentation at [[Wikipedia:NavFrame]]. */
+
background-color: pink;
div.NavFrame {
 
margin: 0;
 
padding: 4px;
 
border: 1px solid #a2a9b1;
 
text-align: center;
 
border-collapse: collapse;
 
font-size: 95%;
 
 
}
 
}
div.NavFrame + div.NavFrame {
+
.navbox.spp tr td {
border-top-style: none;
+
background-color: mistyrose;
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%;
 
 
}
 
}
  
/* Hatnotes and disambiguation notices */
 
.hatnote {
 
font-style: italic;
 
}
 
.hatnote i {
 
font-style: normal;
 
}
 
div.hatnote {
 
/* @noflip */
 
padding-left: 1.6em;
 
margin-bottom: 0.5em;
 
}
 
div.hatnote + div.hatnote {
 
margin-top: -0.5em;
 
}
 
  
/* Allow transcluded pages to display in lists rather than a table. */
+
 
.listify td {
+
/* <h3> Template:Delete </h3> */
display: list-item;
+
.notice-template#delete {
}
+
background: #333;
.listify tr {
+
color: white;
display: block;
 
 
}
 
}
.listify table {
+
.notice-template#delete a:not(.new) {
display: block;
+
color: yellow;
 
}
 
}
  
/* Geographical coordinates defaults. See [[Template:Coord/link]]
+
/* <h4> Template:Button </h4> */
  for how these are used. The classes "geo", "longitude", and
+
.defaultbutton {
  "latitude" are used by the [[Geo microformat]]. */
+
background: white;
/* TemplateStyles */
+
border: 1px solid black;
.geo-default, .geo-dms, .geo-dec {
+
padding: 0px 0.5em;
 +
border-radius: 1em;
 +
font-variant: small-caps;
 +
color: black;
 +
font-size: smaller;
 +
white-space:nowrap;
 
display: inline;
 
display: inline;
 
}
 
}
.geo-nondefault, .geo-multi-punct {
+
.button{
display: none;
+
background:url(/images/thumb/7/75/Def_Button.svg/16px-Def_Button.svg.png) no-repeat;
}
+
font-size:smaller;
.longitude, .latitude {
+
font-variant:small-caps;
white-space: nowrap;
+
padding:0 3px;
 +
white-space:nowrap;
 +
width:10px;
 +
height:16px;
 +
display:inline-block;
 +
overflow:hidden
 
}
 
}
  
/* User block messages */
+
/* <h4> Template:PipeWarning </h4> */
div.user-block {
+
.pipe {
padding: 5px;
+
background: #d4e6ea url(/images/f/fd/Pipewarning_image.png) repeat;
margin-bottom: 0.5em;
+
padding: 0.3em;
border: 1px solid #a9a9a9;
+
color: black;
background-color: #ffefd5;
 
 
}
 
}
  
/* Prevent line breaks in silly places:
+
/* <h4> Template:Sigbox </h4> */
  1) Where desired
+
.sigbox {
  2) Links when we don't want them to
+
background: url(/images/sigboxbg.png) no-repeat top left;
  3) Bold "links" to the page itself */
+
min-height: 35px;
.nowrap,
+
min-width: 295px;
.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 */
+
/* <h4> Template:Fake link </h4> */
/* TemplateStyles */
+
.fakelinks {
.template-documentation {
+
cursor: pointer;
clear: both;
+
color: #002bb8;
margin: 1em 0 0 0;
 
border: 1px solid #a2a9b1;
 
background-color: #ecfcf4;
 
padding: 1em;
 
 
}
 
}
 
+
.fakelinks:hover {
/* Increase the height of the image upload box */
+
text-decoration: underline;
#wpUploadDescription {
 
height: 13em;
 
 
}
 
}
  
/* Minimum thumb width */
 
.thumbinner {
 
min-width: 100px;
 
}
 
  
/* Prevent floating boxes from overlapping any category listings,
+
/* <h3> Misc / Unsorted </h2> */
  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 */
+
.special li {
/* TemplateStyles */
+
line-height: 19px;
.wpb .wpb-header {
 
display: none;
 
 
}
 
}
.wpbs-inner .wpb .wpb-header {
+
#preftoc a:active {
display: block;           /* for IE */
+
color: #00c;  
 
}
 
}
.wpbs-inner .wpb .wpb-header {
+
.oldh3 {
display: table-row;       /* for real browsers */
+
font-size: 132%;  
 
}
 
}
.wpbs-inner .wpb-outside {
+
.spoiler {
display: none;             /* hide things that should only display outside shells */
+
width: 70%;
 +
padding: 0.2em;
 +
margin: 10px;
 +
border-top: 2px solid #ccc;
 +
border-bottom: 2px solid #ccc;
 
}
 
}
 
+
.easywrap {
/* Styling for Abuse Filter tags */
+
width: 100%;
.mw-tag-markers {
+
table-layout: fixed;
font-style: italic;
+
word-wrap: break-word;
font-size: 90%;
+
overflow: hidden;
 
}
 
}
 
+
#disambig {
/* Hide stuff meant for accounts with special permissions. Made visible again in
+
border-top: 3px double #cccccc;
  [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-patroller.css]],
+
border-bottom: 3px double #cccccc;
  [[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;
 
 
}
 
}
 
+
.right {
/* Hide the redlink generated by {{Editnotice}},
+
text-align: right;
  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 {
+
#whosonline a:visited {
font-size: 118%;
+
color: #0000FF;
 
}
 
}
  
/* Force tabular and lining display for digits and texhtml */
+
/* DK table basic styling */
.digits,
+
table.dktable, table.dktable-brown {background:#fff;margin:1em 0;border:1pt solid #000;border-collapse:collapse;color:black}
.texhtml {
+
table.dktable > * > tr > td, table.dktable > * > tr > th, table.dktable-brown > * > tr > td, table.dktable-brown > * > tr > th {border:1pt solid #000;padding:0.2em 0.4em}
-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 */
+
/* DK tables brown rows coloring */
.mwe-math-fallback-image-display,
+
table.dktable-brown > * > tr > th {background: #BB8855}
.mwe-math-mathml-display {
+
table.dktable-brown > * > tr:nth-child(odd) > td {background:#FFF8DC}
margin-left: 1.6em !important;
+
table.dktable-brown > * > tr:nth-child(even) > td {background:wheat}
margin-top: 0.6em;
 
margin-bottom: 0.6em;
 
}
 
.mwe-math-mathml-display math {
 
display: inline;
 
}
 
  
/* Fix styling of transcluded prefindex tables */
+
/* Creates a div class that can be used to add mouse-over functionality. */
table#mw-prefixindex-list-table,
+
.hoverexpand {
table#mw-prefixindex-nav-table {
+
height: 18px;
width: 98%;
+
padding: 2px;
 +
overflow: hidden;
 +
*overflow: visible;
 +
_overflow: visible;
 
}
 
}
 
+
.hoverexpand:hover {
/* Make it possible to hide checkboxes in <inputbox> */
+
height: 100%;
.inputbox-hidecheckboxes form .inputbox-element,
+
overflow: visible;
.inputbox-hidecheckboxes .mw-ui-checkbox {
 
display: none !important;
 
 
}
 
}
  
/* Work-around for [[phab:T25965]] / [[phab:T100106]] (Kaltura advertisement) */
+
/* New user message box */
.k-player .k-attribution {
+
.usermessage {
visibility: hidden;
+
margin-top: 1em;
 
}
 
}
  
/* Move 'play' button of video player to bottom left corner */
+
/* Media player fix */
.PopUpMediaTransform a .play-btn-large {
+
.wikitable .mediaContainer {
margin: 0;
+
margin-top: 2px;
top: auto;
 
right: auto;
 
bottom: 0;
 
left: 0;
 
 
}
 
}
  
/* Hide FlaggedRevs notice UI when there are no pending changes */
+
/* Skin preferences */
.flaggedrevs_draft_synced,
+
#mw-htmlform-skin .mw-htmlform-flatlist-item:nth-of-type(2) {
.flaggedrevs_stable_synced {
 
 
display: none;
 
display: none;
 
}
 
}
  
/* Force imgs in galleries to have borders by wrapping them in class=bordered-images */
+
#ca-viewsource { display:none!important; }
.bordered-images img {
+
#ca-history { display:none!important; }
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;
 
}
 
  
 +
.nodesktop {
 +
display: none;
 
}
 
}
  
/* Display "From Wikipedia, the free encyclopedia" in skins that support it, do not apply to print mode */
+
#mw-panel #p-logo + .portal {
@media screen {
+
  margin-top: -25px;
#siteSub {
 
display: block;
 
}
 
 
}
 
}

Latest revision as of 01:49, 9 November 2019

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

pre {
	overflow: auto;
}
img {
	image-rendering: optimizeSpeed;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimize-contrast;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
}

#toc, .toc {
	margin-bottom: 3px;
}

div.tleft, div.tright {
	margin-top: 0.2em;
	margin-bottom: 0.8em;
}
.thumb .mediaContainer {
	margin: 4px auto 2px;
}
.ns-104 div.thumb {
	border-color: transparent;
}

ul.gallery,
li.gallerybox div.thumb {
	margin-bottom: 0;
	padding-bottom: 0;
}
ul.gallery {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#file img {
	background: url(/resources/src/mediawiki.action/images/checker.png) repeat;
}
.mw_metadata {
	margin-top: 5px;
}

#catlinks li {
	margin: 0.28em 0;
	line-height: 1em;
}

blockquote {
	border-left: 3px solid #06f;
	margin-left: 2em;
	padding-left: 1em;
}

.mw-collapsible-toggle {
	padding-right: 0.3em;
}
.infobox .mw-collapsible-toggle-expanded {
	padding-left: 7px;
}

ol.references {
	margin-top: 0;
	font-size: 90%;
}

.ns-3 [style*="position:fixed"] {
	display: none;
}

.ipa {
	font-family: "Arial Unicode MS","Charis SIL","DejaVu Sans",Gentium,"Lucida Sans Unicode","TITUS Cyberbit","DoulosSIL",Arial;
}

/* <h3> All pages </h3> */


#bodyContent {
	position: relative;
}
.mw-newarticletext {
	margin-bottom: 10px;
}
.top-right { 
	position: absolute;
	top: -26px;
	right: 10px;
}
.top-right-text { 
	position: absolute;
	top: -17px;
	right: 10px;
}
.help-shift { 
	top: -20px;
	right: 60px;
}
.notice-template:not(.copyright):not(#aboutfile):not(#stub) + .notice-template:not(.copyright):not(#aboutfile):not(#stub) {
	margin-top: -0.375em !important;
}
.notice-template.copyright {
	margin: 2.5px auto;
}
.notice-template p {
	margin: 0.6em 0;
}

/* Edit box */
.wikiEditor-ui-toolbar .section-main,
.wikiEditor-ui-toolbar .tabs {
	height: auto;
}
.wikiEditor-ui textarea#wpTextbox1 {
	height: 474px;
	line-height: 1.4em;
}
.mw-summary-preview {
	margin-bottom: 0.5em;
}
#wpSummaryLabel .oo-ui-textInputWidget textarea,
#wpSummaryLabel .oo-ui-textInputWidget input {
	padding-bottom: 0.5em;
}
#wpSummaryWidget .oo-ui-labelElement-label {
	margin-right: 3px;
}

/* Video widget */
.videoWidget + p {
	margin: 0;
}

/* Captcha spacing */
#editform #wpCaptchaWord {
	margin-top: 2.5px;
}
.mw-ui-vform-field:nth-of-type(6) .mw-input {
	margin-top: 10px;
}
#userloginForm .mw-ui-vform-field:nth-of-type(6) {
	margin-bottom: 5px;
}
.mw-input img, #editform img {
	image-rendering: auto !important;
}
.mw-htmlform-field-HTMLReCaptchaNoCaptchaField .mw-input {
	margin-top: 1px;
}
.editOptions .g-recaptcha {
	margin-bottom: 10px;
}
.mw-ui-vform {
	width: 302px;
}


/* Adjust inputbox button padding in Firefox */
@-moz-document url-prefix() { 
	.bodySearchWrap .mw-ui-button, .createboxButton {
		padding-top: 4px;
		padding-bottom: 5px;
	}
}

/* <h3> [[Main Page]] </h3> */

body.page-Main_Page.action-view h1.firstHeading,
body.page-Main_Page.action-view #siteSub,
body.page-Main_Page.action-view #catlinks,
body.page-Main_Page.action-view #lastmod { 
	display: none;
}
body.page-Main_Page.action-view #bodyContent {
	margin-top: 16px;
}
body.page-Main_Page.action-view #contentSub {
	margin-top: 26px;
}

body.page-Main_Page .pds-box {
	width: 100% !important;
	max-width: none !important;
}
body.page-Main_Page .pds-vote {
	padding-bottom: 3px !important;
}
body.page-Main_Page .pds-question-top {
	padding-left: 3px !important;
}

.MainTopText a {
	color: black !important;
	text-decoration: none;
}
.MainTopText a:hover {
	color: black;
	text-decoration: underline;
}
.mainpagebox {
	border: 2px solid #496C9C;
	padding: 2px;
	background: #F8F8FF;
	border-radius: 1em;
}
.mainpagebox p {
	margin: 0.9em 0 1em;
}
.mainpagebox#welcome {
	padding: 2px 2px 2px 0;
}
.mainpagebox#nav {
	font-size: 120%;
	padding: 2px 2px 5px 0;
	background: #FDFDFF;
	border-color: #999;
}
.mainpagebox#nav ul {
	margin-left: 20px;
}
.mainpagebox#poll,
.mainpagebox#shroom,
.mainpagebox#dyk,
.mainpagebox.mwe {
        margin-top: 10px;
}
.mainpagebox#poll .pollspinner {
	margin-bottom: 18px;
}
.mainpagebox#poll th.awardsPolls {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.mainpagebox#poll .pollspinnerbox table {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.mainpagebox#poll .throbber {
	display: none;
}
.mainpagebox#right {
	padding: 2px 2px 5px;
}
.mainpagebox.maintain {
	text-align: center;
	padding: 2px 2px 0;
	margin-top: 10px;
}
.mainpagebox h2 {
	padding: 4px 5px 2px;
	margin-bottom: 1px !important;
	border: 2px solid #567CAF;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-radius: 0.75em;
}
.mainpagebox#featured h2 {
	background: #009D00;
	border-color: #005100;
}
.mainpagebox#poll h2 {
	background: #9B04FF;
	border-color: #4F0084;
}
.mainpagebox#shroom h2 {
	background: #EC0000;
	border-color: #9D0000;
}
.mainpagebox#news h2 {
	background: #1C49FF;
	border-color: #001C8A;
}
.mainpagebox#dyk h2 {
	background: #FF8000;
	border-color: #914800;
}
.mainpagebox.mwe h2 {
	background: #FF4868;
	border-color: #C60023;
}
.mainpagebox#announce {
	text-align: center;
	padding: 2px 2px 0;
	margin-top: 10px;
}
.mainpagebox#niwa {
	padding: 3px 2px 2px;
}
.mainpagebox h2#tourney {
	background: #4682B4;
}
.mainpagebox#tourneysub {
	background-color: lightsteelblue;
	border: 2px solid #3b587e;
}
.mainpagebox#tourneybox {
	border-collapse: collapse;
	background: #F8F8FF;
}

.newpoll {
	width: 100%;
	background: transparent;
	text-align: center;
	table-layout: fixed;
	word-wrap: break-word;
}
.pollq {
	padding: 0 3px 0 6px;
	margin-bottom: -19px;
	position: relative;
	background: #F8F8FF;
	font-weight: bold;
}

.MainPageAffiliatesBox {
	border: none;
	width: 100%;
	margin-bottom: 8px;
}
.affiliates {
	text-align: center;
	font-size: 10px;
}
.affiliates a {
	background: none !important;
	padding: 0 !important;
}
.affiliates img {
	margin-top: 1px;
	margin-bottom: 2px;
}
.affiliates .affiliatesub {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #790000;
	background-color: #FFF9F9;
}

/* <h3> Intro </h3> */

.IntroPageBox {
	background-color: #ffe;
	background-repeat: no-repeat;
	background-position: bottom right;
}
.IntroPageBox div.tright {
	border-color: transparent !important;
}





/* <h3> Chronology </h3> */

#fh1,
#fh2,
#fh3,
#fh4,
#fh5,
#fh6 {
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}

#fh1 {
	font-size: 188%;
}
#fh2 {
	font-size: 150%; 
}
#fh3,
#fh4,
#fh5,
#fh6 {
	border-bottom: none;
	font-weight: bold;
}
#fh3 {
	font-size: 132%; 
}
#fh4 {
	font-size: 116%; 
}
#fh5 {
	font-size: 100%; 
}
#fh6 {
	font-size: 80%;
}
#bodyContent #fh1, 
#bodyContent #fh2 {
	margin-bottom: .6em;
}
#bodyContent #fh3, 
#bodyContent #fh4, 
#bodyContent #fh5 {
	margin-bottom: .3em;
}

/* <h3> Navigation templates </h3> */

.navbox {
	background: none repeat scroll 0 0 white;
	border: 1px solid grey;
	color: black;
	font-family: Arial;
	font-size: 11px;
	width: 100%;
	margin-top: 20px;
}
.navbox + .navbox,
.navbox .navbox {
	margin-top: 0;
}
.navbox .mw-collapsible-toggle-expanded {
	padding-left: 7px;
}
.navbox:not(.multi) .mw-collapsible > tbody > tr:first-child > th {
	padding-left: 42px;
}
.navbox tr:first-child th {
	background: none repeat scroll 0 0 #999999;
	color: white;
	font-size: 12px;
	font-weight: bold;
}
.navbox tr:first-child th, .navbox tr:first-child th a {
	color: #FFFFFF !important;
}
.navbox tr th {
	background: none repeat scroll 0 0 #CCCCCC;
	text-align: center;
}
.navbox tr:not(:first-child) th:not([rowspan]):not([colspan]) {
	background: none repeat scroll 0 0 #E6E6E6;
}
.navbox tr th a, .navbox tr th a:visited, .navbox tr th a.new, .navbox tr th a.new:visited {
	color: #000000;
}
.navbox tr:nth-child(2n) td {
	background: none repeat scroll 0 0 #F6F6F6;
}
.navbox tr td {
	background: none repeat scroll 0 0 #FCFCFC;
}
.navbox td a {
	color: #0000FF;
}
.navbox td a:visited {
	color: #0000CC;
}
.navbox td a.new {
	color: #CC2200;
}
.navbox td a.new:visited {
	color: #A55858;
}
.navbox td a.selflink {
	color: #000;
}

 /* <h4> Light-colored species templates </h4> */
.navbox.light > * > tr:first-child th, .navbox.light > * > tr:first-child th a {
	color: black !important;
}

.navbox.spp tr:nth-child(2n) td {
	background-color: pink;
}
.navbox.spp tr td {
	background-color: mistyrose;
}



/* <h3> Template:Delete </h3> */
.notice-template#delete {
	background: #333;
	color: white;
}
.notice-template#delete a:not(.new) {
	color: yellow;
}

/* <h4> Template:Button </h4> */
.defaultbutton {
	background: white;
	border: 1px solid black;
	padding: 0px 0.5em;
	border-radius: 1em;
	font-variant: small-caps;
	color: black;
	font-size: smaller;
	white-space:nowrap;
	display: inline;
}
.button{
	background:url(/images/thumb/7/75/Def_Button.svg/16px-Def_Button.svg.png) no-repeat;
	font-size:smaller;
	font-variant:small-caps;
	padding:0 3px;
	white-space:nowrap;
	width:10px;
	height:16px;
	display:inline-block;
	overflow:hidden
}

/* <h4> Template:PipeWarning </h4> */
.pipe {
	background: #d4e6ea url(/images/f/fd/Pipewarning_image.png) repeat;
	padding: 0.3em;
	color: black;
}

/* <h4> Template:Sigbox </h4> */
.sigbox {
	background: url(/images/sigboxbg.png) no-repeat top left;
	min-height: 35px;
	min-width: 295px;
}

/* <h4> Template:Fake link </h4> */
.fakelinks {
	cursor: pointer;
	color: #002bb8;
}
.fakelinks:hover {
	text-decoration: underline;
}


/* <h3> Misc / Unsorted </h2> */

.special li {
	line-height: 19px;
}
#preftoc a:active {
	color: #00c; 
}
.oldh3 {
	font-size: 132%; 
}
.spoiler {
	width: 70%;
	padding: 0.2em;
	margin: 10px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
.easywrap {
	width: 100%;
	table-layout: fixed;
	word-wrap: break-word;
	overflow: hidden;
}
#disambig {
	border-top: 3px double #cccccc; 
	border-bottom: 3px double #cccccc;
}
.right {
	text-align: right;
}
#whosonline a:visited {
	color: #0000FF;
}

/* DK table basic styling */
table.dktable, table.dktable-brown {background:#fff;margin:1em 0;border:1pt solid #000;border-collapse:collapse;color:black}
table.dktable > * > tr > td, table.dktable > * > tr > th, table.dktable-brown > * > tr > td, table.dktable-brown > * > tr > th {border:1pt solid #000;padding:0.2em 0.4em}

/* DK tables brown rows coloring */
table.dktable-brown > * > tr > th {background: #BB8855}
table.dktable-brown > * > tr:nth-child(odd) > td {background:#FFF8DC}
table.dktable-brown > * > tr:nth-child(even) > td {background:wheat}

/* Creates a div class that can be used to add mouse-over functionality. */
.hoverexpand {
	height: 18px;
	padding: 2px;
	overflow: hidden;
	*overflow: visible;
	_overflow: visible;
}
.hoverexpand:hover {
	height: 100%;
	overflow: visible;
}

/* New user message box */
.usermessage {
	margin-top: 1em;
}

/* Media player fix */
.wikitable .mediaContainer {
	margin-top: 2px;
}

/* Skin preferences */
#mw-htmlform-skin .mw-htmlform-flatlist-item:nth-of-type(2) {
	display: none;
}

#ca-viewsource { display:none!important; }
#ca-history { display:none!important; }

.nodesktop {
display: none;
}

#mw-panel #p-logo + .portal {
  margin-top: -25px;
}