Open main menu

mtgpq wiki β

Changes

MediaWiki:Common.css

9,951 bytes removed, 18:29, 2 August 2018
no edit summary
/* Reset italic This is the CSS for all skins (for all users) on MediaWiki.org. SECTIONS: 1. Indication of namespaces 2. Color classes for content 3. Special pages 4. Main page styling set by user agent 5. Wikitables, warnings, and other such stylings 6. Templates 7. Some other small things*/ /** * 1. INDICATION OF NAMESPACES * ------------------------------------------------- */ /* #content for Vector and Monobook, #mw-content for Timeless */ /* NS Project + Project_talk (light sky blue) */.action-view.ns-4 #content, .action-view.ns-4 #mw-content,.action-view.ns-5 #content, .action-view.ns-5 #mw-content { background-color: #f8fcff; }.action-view.ns-4 div.thumb,.action-view.ns-5 div.thumb { border-color: #f8fcff; } /* NS MediaWiki + MediaWiki_talk (light grey) */cite.action-view.ns-8 #content, .action-view.ns-8 #mw-content,.action-view.ns-9 #content, .action-view.ns-9 #mw-content { background-color: #f4f4f4; }.action-view.ns-8 div.thumb, dfn .action-view.ns-9 div.thumb {border-color: #f4f4f4; } /* NS Manual + Manual_talk (light bluish violet) */.action-view.ns-100 #content, .action-view.ns-100 #mw-content,.action-view.ns-101 #content, .action-view.ns-101 #mw-content { background-color: #f3f3ff; }.action-view.ns-100 div.thumb,.action-view.ns-101 div.thumb { border-color: #f3f3ff; } /* NS Help (but NOT Help_talk) (Public Domain icon) */.action-view.ns-12 #bodyContent { background-image: url(//upload.wikimedia.org/wikipedia/mediawiki/6/67/PD-icon-faded.png); fontbackground-repeat: no-repeat; /* @noflip */ background-styleposition: inheritright 5em;
}
/* Straight quote marks for <q> * * 2. COLOR CLASSES FOR CONTENT * ------------------------------------------------- */ /* Border colors */.borderc1 { border-color: #e9e9e9; border-width: thin; }.borderc2 { border-color: #aaaaaa; border-width: thin; }.borderc3 { border-color: #777777; border-width: thin; }.borderc4 { border-color: #000000; border-width: thin; }.borderc5 { border-color: #c00000; border-width: thin; }.borderc6 { border-color: #025e9d; border-width: thin; }.borderc7 { border-color: #008040; border-width: thin; }.borderc8 { border-color: #ffcc00; border-width: thin; } /* Used by [[Template:Welcome]]. */ /* Background colors */.backgroundc1 { background-color: #ffffff; } /* Used by [[Template:Welcome]]. */.backgroundc2 { background-color: #f9f9f9; }.backgroundc3 { background-color: #eeeeee; }.backgroundc4 { background-color: #e0e0e0; }.backgroundc5 { background-color: #d2d2d2; }.backgroundc6 { background-color: #b7b7b7; }.backgroundc7 { background-color: #a3a3a3; }.backgroundc8 { background-color: #444455; } /**q * 3. SPECIAL PAGES * ------------------------------------------------- */ /* Consistent special page navigation */.SpecialPageInfo { quotesbackground-color: #f9f9f9; background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/35px-Exquisite-khelpcenter.png); background-position: 0.8em 0.5em; background-repeat: no-repeat; padding: 0.3em 0.5em 0.3em 5.0em; border-color: #025e9d; border-width: 1px; border-style: solid; border-bottom-width: medium; margin-bottom: '"' '"' "'" "'"1em;
}
/* Avoid collision of blockquote with floating elements by swapping margin and padding */.mw-viewprevnext {blockquote { display: block; overflowborder: hidden1px solid #cccccc; marginbackground-color: 1em 0#f9f9f2; padding: 0 40px.2em 0.4em;
}
/* Prevent * Hide elements on the 'double bold' bug in Firefox when using DirectWrite main page. */strong.selflink page-MediaWiki #lastmod,.page-MediaWiki #siteSub,.page-MediaWiki #contentSub,.page-MediaWiki .subtitle,.page-MediaWiki #jump-to-nav,.page-MediaWiki .firstHeading { font-weightdisplay: 700none;
}
/* Consistent size for <small>* * 5. WIKITABLES, <sub> and <sup> WARNINGS AND OTHER SUCH STYLINGS * ------------------------------------------------- */small /* Custom h* styles (blue headings) */.wikitable td.hl3,.wikitable th.hl3 { fontbackground-sizecolor: #8da7d6;}.wikitable td.hl1,.wikitable th.hl1 { background: 85%#c5d8fc;
}
.mw-body-content subwikitable td.hl2,.mw-body-content sup,spanwikitable th.reference /* for Parsoid */ hl2 { font-sizebackground: 80%#a7c1f2;
}
/* Same spacing for indented and unidented paragraphs Make entire table valign=top, to replace the |valign=top| on talk pages every cell. */.ns-talk vatop tr,tr.vatop,.mw-body-content dd {vatop td, margin-top: 0.4em;vatop th { marginvertical-bottomalign: 0.4emtop;
}
/* Main page fixes General purpose "pretty (data) tables" */#interwiki-completelist table.datatable tr:hover { fontbackground-weightcolor: bold#a7d7f9;
}
/* Reduce page jumps by hiding collapsed/dismissed content SideBox styling */div.clientsideBox { position: relative; float: right; background: white; margin-js left: 1em; border: 1px solid gray; padding: 0.mw-special-Watchlist #watchlist-message,3em; width: 200px; overflow: hidden; clear: right;}div.client-js sideBox dl { padding: 0; margin: 0 0 0.NavFrame.collapsed .NavContent,3em 0;.client font-js .collapsiblesize:not( .mw-made-collapsible)96%;}div.collapsed > tbody > tr:not(:first-child) sideBox dl dt { displaybackground: none; margin: 0.4em 0 0 0;
}
div.sideBox dl dd {/* Adds padding above Watchlist announcements where new recentchanges/watchlist filters are enabled */ margin: 0.mw-rcfilters-enabled 1em 0 0 1.mw-specialpage-summary {1em; marginbackground-topcolor: 1em#f3f3f3;
}
/* Edit window toolbar Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */#toolbar .majorwarning { marginbackground: yellow; padding: 0.3em; text-align: center; font-bottomsize: 125%; border: 6px2px solid red;
}
/* Hide charinsert base for those Page headings used throughout the wiki (though not using very much at the gadget time of writing…) */#editpage.page-notice,.page-specialchars warning { displayborder-width: 1px; border-style: solid; padding: 0.3em 0.5em; margin-bottom: 1em; width: 95%; margin-left: auto; margin-right: auto; text-align: nonecenter;
}
/* Highlight linked elements Informative notices at the top of pages (such as clicked referencesblue) in blue */body.action-info .mwpage-body-content :target,.citation:target notice { background-color: #DEFf9f9f9; /* Fallback */ backgroundborder-color: rgba(0, 127, 255, 0.133)#025e9d; text-align: left;
}
/* Styling for citations. Breaks long urls, etc., rather than overflowing box Warning information at the top of pages (red) */.citation page-warning { wordbackground-color: #ffffff; border-wrapcolor: break#c51919; border-wordwidth: 2px;
}
 /* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */@media screen, handheld .pw-head { .citation .printonly { displaycolor: none#c51919; }font-weight: bold;
}
/* Make the list of references smaller * * Code conventions examples * Usage: [[mw:CC/JS]], [[mw:CC/CSS]]ol * <syntaxhighlight lang=".references,." class="tpl-code-positive"></syntaxhighlight> */div.reflisttpl-code-positive.mw-highlight pre,div.refbegin tpl-code-negative.mw-highlight pre { font-size /* Reset default browser margin of pre (usually margin: 90%1em 0; /* Default font-size ) to be all around */ margin-bottom: 0.5em1em;
}
div/* Use a double selector to override mw-highlight default background color */.refbegintpl-100 code-positive.mw-highlight { font-size background: #fff; border: 100%2px solid #00af89; /* Option for normal fontsize in {{refbegin}} */
}
div.reflist ol.references { fonttpl-size: 100%; /* Reset fontcode-size when nested in divnegative.reflist */mw-highlight { margin-bottom background: 0#fff; /* Avoid double margin when nested in div.reflist */ list-style-type border: inherit2px solid #d33; /* Enable custom list style types */
}
/* Ensure refs in table headers and the like aren't bold or italic * * 6. TEMPLATES * ------------------------------------------------- */ /* [[Template:Extension]], [[Template:Skin]] */sup.reference tpl-infobox { fontborder: 2px solid #aaaaaa; width: 280px; /* @noflip */ clear: right; /* @noflip */ float: right; margin: 0 0 0.5em 0.5em; border-collapse: collapse; background-weightcolor: white;}.tpl-infobox td { border: 2px none #aaaaaa; padding: 0.2em 0.5em; border-bottom: 1px solid #f0f0f0 !important;}.tpl-infobox-header { background-color: #aaaaaa; color: normalwhite; fonttext-stylealign: normalleft;
}
 /* Allow hidden ref errors to be shown by user CSS *//* TemplateStyles */span.brokenref tpl-infobox-header td { displaypadding-top: none0.5em;
}
 /* Hanging indentation for Template:Refbegin *//* TemplateStyles */.refbeginext-hanginginfobox-indents > ul header img { list-style-type: none; margin-leftpadding: 00.2em 0 0.5em;
}
/* Definition list version is deprecated */.refbeginext-hangingstatus-indents > ul > liunstable,.refbeginext-hangingstatus-indents > dl > dd unstable td { margin-left: 0; padding-left: 3.2em; text-indent: -3.2em; listborder-stylecolor: none#990000;
}
 /* Reset top margin for lists embedded in columns */div.columns ext-status-unstable .ext-infobox-header { marginbackground-topcolor: 0.3em#990000; color: #ffff00;
}
div.columns dlext-status-experimental,div.columns ol,div.columns ul ext-status-experimental td { marginborder-topcolor: 0#ff4500;
}
 /* Avoid elements from breaking between columns */.nocolbreak,div.columns li,div.columns dd dd { ext-webkitstatus-columnexperimental .ext-breakinfobox-inside: avoid;header { pagebackground-break-insidecolor: avoid; break-inside: avoid-column#ff4500;
}
 /* Style for [[Template:Flowlist]] that Lets lists flow around floating objecs */.ext-status-beta,.flowlist ul { overflowext-x: hidden; marginstatus-left: 0;beta td { paddingborder-leftcolor: 1.6em#ffba01;
}
.flowlist ol { overflowext-status-beta .ext-x: hidden; margininfobox-left: 0;header { paddingbackground-leftcolor: 3.2em#ffba01;
}
.flowlist dl ext-status-stable,.ext-status-stable td { overflowborder-xcolor: hidden#32cd32;
}
 /* Style for horizontal lists (separator following item). @source mediawikiext-status-stable .org/wiki/Snippets/Horizontal_lists @revision 8 (2016ext-05infobox-21) @author [[User:Edokter]] */.hlist dl,.hlist ol,.hlist ul header { margin: 0; paddingbackground-color: 0#32cd32;
}
/* Display list items inline */.hlist dd,.hlist dtext-status-unmaintained,.hlist li ext-status-unmaintained td { margin: 0; displayborder-color: inline#8b4513;
}
/* 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, ext-status-unmaintained .hlist ul ul ext-infobox-header { displaybackground-color: inline#8b4513;
}
/* Hide empty list items */.ext-status-magic,.hlist .mwext-emptystatus-li magic td { displayborder-color: none#fe57a1;
}
/* Generate interpuncts */.hlist dt:after ext-status-magic .ext-infobox-header { contentcolor: "#000; background: "#FFDBEB url(//upload.wikimedia.org/wikipedia/commons/thumb/2/20/Magic_wand.svg/60px-Magic_wand.svg.png) 0 0 no-repeat;
}
.hlist dd:after,ext-status-magic .hlist li:after ext-infobox-header img { contentvisibility: " · "hidden; fontpadding-weightright: bold1em;
}
.hlist dd:lastskin-child:afterinfobox,.hlist dt:lastskin-child:after,.hlist li:last-child:after infobox td { contentborder-color: none#a7d7f9;
}
/* Add parentheses around nested lists */.hlist dd dd:first-child:before, .hlist dd dt:firstskin-child:before, .hlist dd li:firstinfobox-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 header { contentcolor: " ("#000; font-weightbackground: normal#e2f4ff;
}
.hlist dd dd/* [[Template:last-childSee also]], [[Template:after, rellink]] etc. */.hlist dd dt:last-child:afterrellink, .hlist dd li:last-child:afterdablink,.hlist dt dd:lastmw-child:after, .hlist dt dt:lasttpl-child:after, .hlist dt li:lastrellink { font-childstyle:after,italic;.hlist li dd:last padding-childbottom:after, 0.hlist li dt4em; padding-left:last0; margin-childbottom:after, 0.hlist li li:last-child:after {4em; contentcolor: ")"#555; fontborder-weightbottom: normal1px solid #ccc;
}
 /* Put ordinals in front of ordered list items [[Template:Note]] */.hlist ol tip,.note { counterpadding: 0.5em; margin: 0.5em 0; overflow: hidden; background-resetcolor: #F9F9F9; /* @noflip */ background-position: left 7px top 50%; background-repeat: no-repeat; border: listitem1px solid #DDD;
}
.hlist ol > li tip-info,.note-info { counterbackground-color: #F0F0E7; background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/f/f8/Appunti_architetto_franc_01.svg/22px-Appunti_architetto_franc_01.svg.png); border-color: #cc9933; /* @noflip */ padding-left: 40px; min-incrementheight: listitem28px;
}
.hlist ol > litip-reminder,.note-reminder { background-color:before {#F6FDEA; contentbackground-image: " " counterurl(listitem//upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/23px-Bulbgraph.png) "\a0"; border-color: #D6E434; min-height: 28px;
}
.hlist dd ol > li:firsttip-child:beforeerror,.hlist dt ol > linote-error { background-color:first#F0E7E7; background-childimage:before,url(//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Attention_niels_epting.svg/24px-Attention_niels_epting.svg.png);.hlist li ol > li:first border-childcolor:before {#cc3333; contentmin-height: " (" counter(listitem) "\a0"25px;
}
/* Unbulleted lists [[Template:Notice]] */.plainlist ol,block-note { background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.plainlist ul {png/18px-Bulbgraph.png); linebackground-heightrepeat: inheritno-repeat;}/* * Using block-contents in the hope that it can apply to all block-level warning templates, * with different images applied as backgrounds to the wrapping DIV. */.block-contents { list-styledisplay: none noneblock; marginpadding-left: 020px;
}
.plainlist ol li,/* [[Template:Documentation]] */.plainlist ul li template-documentation { clear: both; margin: 1em 0 0 0; border: 1px solid #aaa; background-bottomcolor: 0#ecfcf4; padding: 5px;
}
/* Default style for navigation boxes [[Template:Navbox]] */.navbox { /* Navbox container style */ box-sizing: border-box; border: 1px solid #a2a9b1aaa;
width: 100%;
margin: auto;
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 {
margin-top: -1px; /* Single pixel border between adjacent navboxes */
}
.navbox-inner,
width: 100%;
}
table.navbox+ table.navbox { /* Single pixel border between adjacent navboxes */ margin-grouptop: -1px; /* (doesn't work for IE6, but that's okay) */}.navbox th,
.navbox-title,
.navbox-abovebelow {
padding: 0.25em 1em; /* Title, group and above/below styles */
line-height: 1.5em;
text-align: center;
/* Title and above/below styles */
padding-left: 1em;
padding-right: 1em;
}
th.navbox-group { /* Group style */
white-space: nowrap;
/* @noflip */
.navbox,
.navbox-subgroup {
background: #fdfdfd; /* Background color */
}
.navbox-list {
line-height: 1.5em; 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-topcolor: 2px solid #fdfdfd; /* Must match background color */
}
.navbox th,
.navbox-title {
background: #ccccff; /* Level 1 color */ background: #ccccff;
}
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
background: #ddddff; /* Level 2 color */ background: #ddddff;
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
background: #e6e6ff; /* Level 3 color */ background: #e6e6ff;
}
.navbox-even {
background: #f7f7f7; /* Even row striping */ background: #f7f7f7;
}
.navbox-odd {
background: transparent; /* Odd row striping */ background: transparent;
}
.navbox .hlist td dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
/* Adjust hlist padding in navboxes */ padding: 0.125em 0; }.navbox .hlist dd,.navbox .hlist dt,.navbox .hlist li { /* Nowrap list items in navboxes */ white-space: nowrap; /* Adjust IE < 8 no-wraps entire list, so disable it */ white-space: normal !ie;}.navbox .hlist dd dl,.navbox .hlist dt dl,.navbox .hlist li ol,.navbox .hlist padding in li ul { /* But allow parent list items to be wrapped */ white-space: normal;}ol + table.navbox,ul + table.navbox { /* Prevent lists from clinging to navboxes */ margin-top: 0.5em;
}
/* Default styling for [[Template:Navbar template ]] */
.navbar {
display: inline;
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;
/* @noflip */
margin-right: 0.5em;
width: 6em;
}
/* [[Template:Cmd]] */
.cmd:before {
content: "$ ";
color: #246;
}
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript* in [[MediaWiki:Common.js]] are styled here so they can be customised. */7.collapseButton {SOME OTHER SMALL THINGS / * @noflip ------------------------------------------------- */ float: right; font-weight: normal; /* @noflip Allow people to optionally wrap lines in source listings */ margin-left: 0div.5em; /* @noflip */wrapPreLines pre { textwhite-alignspace: right; width: autopre-wrap;
}
/* Styling for JQuery makeCollapsible, matching that Give a bit of collapseButton space to the TOC */.mw-parser-output .mw-collapsible-toggle #toc { font-weight: normal; /* @noflip */ text-align: right; padding-right: 0.2em; padding-leftmargin: 1em 0.2em;
}
 /* * Allow limiting of which header levels are shown in a TOC; * <div class="toclimit-3">, for instance, will limit to * showing ==headings== and ===headings=== but no further.mw * Used in [[Template:TOC]] */.toclimit-collapsible2 .toclevel-leftside1 ul,.toclimit-3 .toclevel-toggle 2 ul,.mwtoclimit-collapsible4 .toclevel-toggle {3 ul, /* @noflip */.toclimit-5 .toclevel-4 ul, float: left;.toclimit-6 .toclevel-5 ul, /* @noflip */.toclimit-7 .toclevel-6 ul { text-aligndisplay: leftnone;
}
/* Infobox template style make the list of references look smaller and highlight clicked reference in blue */ol.infobox references { borderfont-size: 1px solid #a2a9b1100%; border}.references-spacing: 3px;small { backgroundfont-colorsize: #f8f9fa90%; color: black;} /* @noflip */ margin: 0.5em 0 0ol.5em 1em; paddingreferences > li: 0.2em;target { /* @noflip */ floatbackground-color: right#ddeeff; /* @noflip */} clearsup.reference: right;target { fontbackground-sizecolor: 88%; line-height: 1.5em#ddeeff;
}
  /* * Styling for links generated by [[MediaWiki:Edittools]] * @source www.infobox caption mediawiki.org/wiki/Extension:CharInsert#Styling * @updated 2012-02-29 */.mw-charinsert-buttons { fontmargin-sizetop: 125%10px; font-weightborder: bold1px solid #aaaaaa; padding: 0.2em1px;
text-align: center;
font-size: 110%;
}
.infobox td,mw-charinsert-buttons a {.infobox th { color: black; verticalbackground-aligncolor: top#cde !important; /* @noflip */font-weight: bold; font-size: .9em; text-aligndecoration: leftnone; border: thin #069 outset; padding: 0 .1em .1em;
}
.infoboxmw-charinsert-buttons a:hover,.bordered mw-charinsert-buttons a:active { background-color: #bcd; border-collapsestyle: collapseinset;
}
.infoboxclient-js .bordered td,.infobox.bordered th mw-edittools-section { borderdisplay: 1px solid #a2a9b1inline;
}
.infoboxclient-js .bordered mw-edittools-section input[type="button"] { font-size: 0.borderless td,9em; padding-left: 1px;.infobox.bordered .borderless th { padding-right: 1px; bordermargin-left: 01px;
}
/* from [[User:Splarka/Help:Linked images]] */.infobox.sisterproject imagelink_wikilogo a { width: 20em135px; height: 135px; display: block; text-decoration: none; fontbackground-sizeimage: 90%url(//upload.wikimedia.org/wikipedia/mediawiki/b/bc/Wiki.png);
}
/* * Infoboxes */.infobox.standard-talk { borderfloat: 1px solid #c0c090right; background-colorclear: #f8eabaright;}.infobox.standard margin-talkbottom: 0.bordered td,5em;.infobox.standard margin-talkleft: 1em; padding: 0.bordered th {2em; border: 1px solid #c0c090AAA; background: #F9F9F9; color: black;
}
/* styles for bordered infobox with merged rows */.infobox.bordered .mergedtoprow td,.infobox.bordered .mergedtoprow th { bordervertical-align: 0; border-top: 1px solid #a2a9b1; /* @noflip */ border-right: 1px solid #a2a9b1;
}
.infobox.bordered .mergedrow td,.infobox.bordered .mergedrow th caption { bordermargin-left: 0inherit; /* @noflip */ borderfont-rightsize: 1px solid #a2a9b1larger;
}
/* Styles for geography infoboxes, eg countries, country subdivisions, cities, etc. */.infobox.geography bordered {
border-collapse: collapse;
line-height: 1.2em;
font-size: 90%;
}
.infobox.geography bordered td,.infobox.geography bordered 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.6emAAA;
}
.infobox.geography bordered .mergedrow borderless td,.infobox.geography bordered .mergedrow borderless th {
border: 0;
padding: 0 0.6em 0.2em 0.6em;
}
/* * Apparently the namespaces parameter * for inputbox forces a checkbox.infobox * Let's hide it in the API sidebar */.geography .mergedbottomrow tdmw-inputbox-hideapicheck label[for="mw-inputbox-ns104"],.infobox.geography .mergedbottomrow th { border#mw-top: 0; borderinputbox-bottom: 1px solid #a2a9b1;ns104 { paddingdisplay: 0 0.6em 0.4em 0.6emnone;
}
.infobox.geography .maptable td,/* Testing for code review */div.infobox.geography .maptable th mw-wordcloud { borderwidth: 0100%; paddingtext-align: 0justify;
}
/* Normal font styling for table row headers with scope="row" tag */.wikitable.plainrowheaders th[scope=row] mw-wordcloud-size-1 { font-weightcolor: normal#222; /* @noflip */ textfont-alignsize: left2.4em;
}
 /* Lists in data cells are always left.mw-wordcloud-size-aligned */.wikitable td ul,.wikitable td ol,.wikitable td dl 2 { /* @noflip */color: #333; textfont-alignsize: left2.2em;
}
/* ...unless they also use the hlist class */.toc.hlist ul,mw-wordcloud-size-3 { color: #toc.hlist ul,.wikitable.hlist td ul,.wikitable.hlist td ol,.wikitable.hlist td dl {444; textfont-alignsize: inherit2.0em;
}
 /* Icons for medialist templates [[Template:Listen]], [[Template:Multi.mw-wordcloud-listen_start]], [[Template:Video]], [[Template:Multisize-video_start]] *//* TemplateStyles */div.listenlist 4 { backgroundcolor: url("//upload.wikimedia.org/wikipedia/commons/4/47/Sound-icon.svg") no-repeat scroll 0 0 transparent#555; backgroundfont-size: 30px; padding-left: 40px1.8em;
}
 /* Fix for hieroglyphs specificality issue in infoboxes ([[Phabricator:43869]]) */table.mw-hierowordcloud-size-table td 5 { verticalcolor: #666; font-alignsize: middle1.6em;
}
 /* Style rules for media list templates *//* TemplateStyles */div.medialist mw-wordcloud-size-6 { min-height: 50px; margincolor: 1em#777; /* @noflip */ backgroundfont-positionsize: top left; background-repeat: no-repeat1.4em;
}
div.medialist ul mw-wordcloud-size-7 { list-style-typecolor: none#888; listfont-style-imagesize: none; margin: 01.2em;
}
div.medialist ul li mw-wordcloud-size-8 { paddingcolor: #999; font-bottomsize: 0.5em1em;
}
div.medialist ul li li mw-wordcloud-size-9 { color: #aaa; font-size: 91%0.8em; paddingletter-bottomspacing: 03px;
}
 /* Change the external link icon to an Adobe icon for all PDF files in browsers that support these CSS selectors, like Mozilla and Opera */div#content a[href$=".pdf"].external,div#content a[href*=".pdf?"].externalmw-wordcloud-size-10,div#content a[href*=".pdf#"].external,div#content a[href$=".PDF"].external,div#content a[href*=".PDF?"].external,div#content a[href*=".PDF#"].external,div#mw_content a[href$=".pdf"].external,div#mw_content a[href*=".pdf?"].external,div#mw_content a[href*=".pdf#"].external,div#mw_content a[href$=".PDF"].external,div#mw_content a[href*=".PDF?"].external,div#mw_content a[href*=".PDF#"].external mw-wordcloud-size-0 { backgroundcolor: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right#bbb; /* @noflip */ paddingfont-rightsize: 18px0.8em;
}
/* Content in columns with CSS instead of tables ([[Template@todo FIXME: document me :Columns]]) */div.columns-2 div.column #signuptopbox li { /* @noflip */
float: left;
widthlist-style: 50%none; minfont-widthfamily: 300pxsans-serif;
}
div.columns-3 div.column #signuptopbox li { /* @noflip */color: #3ca7d4; floatbackground: left#c2e1f9; widthline-height: 332.3%8em; minmargin-widthright: 200px.25em; padding-right: .5em;
}
div#signuptopbox li.pr-active,#signuptopbox li.columnspr-4 active div.column { /* @noflip */ floatcolor: left#67ca36; widthbackground: 25%#d4f9c2; minborder-widthcolor: 150px#fff #fff #fff #67ca36;
}
#signuptopbox li div.columns{ width: 0; height: 0; border-color: #fff #fff #fff #3CA7D4; border-5 div.column {style: solid; /* @noflip */border-width: 1.4em .3em 1.4em 1.4em;
float: left;
width: 20%;
min-width: 120px;
}
 /* Messagebox templates */#signuptopbox li span.messagebox pr-number { border: 1px solid #a2a9b1; background-colordisplay: #f8f9fablock; width: 80%1.8em; margin: 0 auto 1em auto; paddingline-height: 1.2em8em;}.messagebox.merge { borderbackground: 1px solid #c0b8cc3ca7d4; background-color: #f0e5ffc2e1f9;
text-align: center;
margin: .5em;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
font-weight: 600;
float: left;
}
#signuptopbox li.messageboxpr-active span.cleanup pr-number { borderbackground: 1px solid #9f9fff67ca36; background-color: #efefff; text-align: centerd4f9c2;
}
.messagebox.standard-talk #signuptopbox li span { border: 1px solid #c0c090; background-color: #f8eaba; marginfloat: 4px autoleft;
}
/* For old WikiProject banners inside banner shells. */.mbox-inside .standard-talk,.messagebox#signuptopbox li.nestedpr-talk spacer { 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: #F8EABA;
}
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes Breadcrumb code */th.mbox-text, td.mbox-text breadcrumb { /* The message body cell(s) */ borderlist-style: none; /* @noflip */ paddingoverflow: 0.25em 0.9emhidden; /* 0.9em left/right */ widthfont: 100%14px Helvetica, Arial, sans-serif; /* Make all mboxes the same width regardless of text length */
}
td.mbox-image breadcrumb li { /* The left image cell */ borderfloat: noneleft; /* @noflip */ paddingmargin-bottom: 2px 0 2px 0.9em; /* 0.9em left, 0px right */ text-align: center;
}
td.mbox-imageright breadcrumb li a { /* The right image cell */ bordercolor: nonewhite; /* @noflip */text-decoration: none; padding: 2px 0.9em 2px 10px 010px 45px; /* 0px left, 0.9em right */ text-align: center;}td.mbox-empty-cell { /* An empty narrow cell */ borderposition: nonerelative; paddingdisplay: 0block; widthfloat: 1pxleft;
}
/* Article message box styles */table.ambox breadcrumb li a:after { margincontent: " "; display: block; width: 0 10%; /* 10% = Will not overlap with other elements */ borderheight: 1px solid #a2a9b10; /* @noflip Go big on the size, and let overflow hide */ border-lefttop: 10px 50px solid #36ctransparent; /* Default "notice" blue */ backgroundborder-bottom: #fbfbfb50px solid transparent; box-sizingposition: border-boxabsolute;}table.ambox + table.ambox { /* Single border between stacked boxes. */ top: 50%; margin-top: -1px50px;}.ambox th.mbox-text,.ambox td.mbox-text { /* The message body cell(s) */ paddingleft: 0.25em 0.5em100%; /* 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.mboxz-imageright { /* The right image cell */ /* @noflip */ paddingindex: 2px 0.5em 2px 02; /* 0px left, 0.5em right */
}
table.ambox-notice breadcrumb li a:before { /* @noflip */content: " "; border-leftdisplay: 10px solid #36cblock; /* Blue */}table.ambox-speedy { /* @noflip */ border-leftwidth: 10px solid #b324240; /* Red */ backgroundheight: #fee7e60; /* Pink */}table.ambox-delete { /* @noflip */ border-lefttop: 10px 50px solid #b32424transparent; /* Red */}table.ambox-content { /* @noflip */ border-leftbottom: 10px 50px solid #f28500transparent; /* Orange */}table.ambox-style { /* @noflip */ border-left: 10px 31px solid #fc3white; /* Yellow */} position: absolute;table.ambox-move { top: 50%; /* @noflip */margin-top: -50px; bordermargin-left: 10px solid #9932cc1px; /* Purple */}table.ambox-protection { /* @noflip */left: 100%; borderz-leftindex: 10px solid #a2a9b11; /* Gray-gold */
}
/* Image message box styles */table.imbox { margin: 4px 10%; border-collapse: collapse; borderbreadcrumb li: 3px solid #36c; /* Default "notice" blue */ background: #fbfbfb; box-sizing: border-box;}.imbox .mboxfirst-text .imbox child a { /* For imboxes inside imbox-text cells. */ margin: 0 -0.5em; /* 0.9 padding- 0.5 = 0.4em left/right. */ display: block; /* Fix for webkit to force 100% width. */}.mbox-inside .imbox { /* For imboxes inside other templates. */ margin: 4px20px;
}
table.imbox-notice currentcrumb a { border: 3px solid #36c; /* Blue */}table.imbox-speedy { border: 3px solid #b32424; /* Red */ background: #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: #f7f8ff; /* Light gray */}table.imbox-featured { border: 3px solid #cba135069; /* Brown-gold */
}
/* Category message box styles */table.cmbox currentcrumb a:after { margin: 3px 10%; border-collapseleft: collapse; border: 1px 30px solid #a2a9b1; background: #DFE8FF; /* Default "notice" blue */ box-sizing: border-box069;
}
table.cmbox-notice { background: #D8E8FF; /* Blue */}table.cmbox-speedy { margin-top: 4px; margin-bottom: 4px; border: 4px solid #b32424; /* Red */ background: #FFDBDB; /* Pink */}table.cmbox-delete { backgroundcurrentcrumb a: #FFDBDB; /* Red */}hover,table.cmbox-content { backgroundprevcrumb a: #FFE7CE; /* Orange */}hover,table.cmbox-style { background: #FFF9DB; /* Yellow */}table.cmbox-move { backgroundnextcrumb a: #E4D8FF; /* Purple */}table.cmbox-protection hover { background: #EFEFE1002d44; /* Gray-gold */
}
/* Other pages message box styles */.currentcrumb a:hover:after,table.ombox { marginprevcrumb a: 4px 10%; border-collapsehover: collapse;after, border.nextcrumb a: 1px solid #a2a9b1; /* Default "notice" gray */ backgroundhover: #f8f9fa;after { boxborder-sizingleft-color: border-box#002d44 !important;
}
table.ombox-notice prevcrumb a { border: 1px solid #a2a9b1; /* Gray */}table.ombox-speedy { border: 2px solid #b32424; /* Red */ background: #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 #a2a9b1396; /* Gray-gold */
}
/* Talk page message box styles */table.tmbox prevcrumb a:after { margin: 4px 10%; border-collapse: collapse; borderleft: 1px 30px solid #c0c090; /* Default "notice" gray-brown */ background: #f8eaba; min-width: 80%; box-sizing: border-box;}.tmbox.mbox-small { min-width: 0396; /* 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 nextcrumb a { border: 2px solid #b32424; /* Red */ background: #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 #c0c090999; /* Gray-brown */
}
/* Disambig and set index box styles */table.dmbox nextcrumb a:after { clear: both; margin: 0.9em 1em; border-topleft: 1px 30px solid #ccc; border-bottom: 1px solid #ccc; background: transparent999;
}
/* Footer and header message box styles To facilitate rtl translations */table.fmbox { clear: both; margin: 0.2em 0; width: 100%; border: 1px solid #a2a9b1; background: #f8f9fa; /* Default "system" gray */ box-sizing: border-box;}table.fmbox-system { background: #f8f9fa;}tablebodyContent .fmbox-warning { border: 1px solid #bb7070; /* Dark pink */ background: #ffdbdb; /* Pink */}table.fmbox-editnotice { background: 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 RTL a { clear: both; margin: 0.2em 0; border: 1px solid #bb7070; background: #ffdbdbnone; padding-right: 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#bodyContent .ambox + table.ambox" above. */html body.mediawiki .mbox-small RTL ul { /* For the "small=yes" option. */ /* @noflip */ clear: right; /* @noflip */ float: right; /* @noflip */ margin: 4px 0 4px 1em; box-sizingright: border-box10px; widthdisplay: 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.25emtable;
}
/* Style for compact ambox */Fix annoying bug where the "date" column in the LQT sometimes/ * Hide is two rows because of the images */.compact-ambox table .mbox-image,.compact-ambox table .mbox-imageright,date being too long even through there is.compact-ambox table .mbox-empty-cell { display: none;}/ * Remove borders, backgrounds, padding, etc. */enough space (otherwise the browser makes it's own decision on where to cut).compact-ambox table.ambox { border: none; border-collapse: collapse; background: 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 { displaylqt_toc th: list-item; linenth-height: 1.5em; list-style-type: square; list-style-image: urlchild(/w/skins/MonoBook/resources/images/bullet.gif3);},.skin-vector .compact-ambox table .mbox-text-span { list-style-typelqt_toc td: disc; list-stylenth-image: urlchild(/w/skins/Vector/images/bullet-icon.svg3);{ list-style-image: url(/w/skins/Vector/images/bulletwhite-icon.png)\9;}/* Allow for hiding text in compact form */.compact-ambox .hide-when-compact { displayspace: nonenowrap;
}
/* Remove default styles for [[MediaWiki:Noarticletext]]. */div.noarticletext persian { border: none; background: transparent; paddingfont-family: 0Tahoma;
}
/* Hide (formatting) elements from screen, but not from screenreaders Fonts for Persian language for consistency with other Wikimedia wikis */.visualhide :lang(fa) { position: absolute; left font-family: Tahoma, 'Iranian Sans', 'DejaVu Sans', sans-10000px; top: auto; width: 1px; height: 1px; overflow: hiddenserif;
}
/* suppress missing interwiki image links where #ifexist cannot be used due to high number of requests see .hidden-redlink on * Manual:Database_layout [[m:MediaWiki:Common.css]] */.checkmwmanual-icon a.new dbview-box img { displayopacity: none; speak: none0.5;
}
 /* Removes underlines from certain links */.nounderlines a,.IPA amwmanual-dbview-box:link, .IPA a:visited hover img { text-decorationopacity: none !important0.8;
}
.mwmanual-dbview-link {/* Standard Navigationsleisten background: rgb(198, 212, aka box hiding thingy235); from .de. Documentation at [[Wikipedia background:NavFrame]]hsla(217, 48%, 85%, 0. */div.NavFrame {8); marginborder: 01px solid #0645AD; paddingborder-radius: 4px; borderpadding: 1px solid #a2a9b110px 5px;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
div.NavFrame + div.NavFrame {
border-top-style: none;
border-top-style: hidden;
}
div.NavPic {
background-color: #fff;
margin: 0;
padding: 2px;
/* @noflip */
float: left;
}
div.NavFrame div.NavHead {
line-height: 1.6em;
font-weight: bold;
background-color: #ccf;
position: relative;
}
div.NavFrame p,divmwmanual-dbview-box:hover .NavFrame div.NavContent,div.NavFrame div.NavContent p mwmanual-dbview-link { font-sizebackground: 100hsla(215, 46%, 95%, 0.8);
}
div.NavEnd { margin: 0; padding: 0; linemwmanual-dbview-heightlink: 1px; clear: both;}a.NavToggle hover { position: absolute; topbackground: hsla(215, 46%, 95%, 0; /* @noflip */ right: 3px; font-weight: normal; font-size: 90%.9);
}
/* Hatnotes and disambiguation notices * VisualEditor documentation styles - required for displaying document diagrams */.hatnote ve-doc-dm-data { fontlist-style: italicnone; cursor: default;
}
.hatnote i ve-doc-dm-data li { font-stylefamily: sans-serif; text-align: center; line-height: 2.25em; display: inline-block; width: 2.25em; height: 2.25em; border: normalsolid 2px white;
}
div.hatnote { /* @noflip */ paddingve-doc-dm-left: 1data li.6em;ve-doc-dm-cursor { margin-bottomwidth: 0.5em;
}
div.hatnote + div.hatnote ve-doc-dm-cursor:hover { marginborder-topcolor: -0.5em#cccccc;
}
 /* Allow transcluded pages to display in lists rather than a table. */.listify td { display: listve-item; }.listify tr { display: block; }.listify table { display: block; } /* Geographical coordinates defaults. See [[Template:Coord/link]] for how these are used. The classes "geo", "longitude", and "latitude" are used by the [[Geo microformat]]. *//* TemplateStyles */.geodoc-default, .geodm-dmsopen, .geo-dec { display: inline; }.geove-nondefault, .geodoc-multidm-punct close { display: none; }.longitude, .latitude { white background-spacecolor: nowrap#50a5f4; } /* Temporary(!) fix for horizontal TOC in Blink (Chrome/Opera) */.hlist .tocnumber,.hlist .toctext { displaycolor: inline#7ddcfd;
}
/* When <div class="nonumtoc"> is used on the table of contents.ve-doc-dm-open:hover, the ToC will display without numbers */.nonumtoc .tocnumber ve-doc-dm-close:hover { displayborder-color: none#7ddcfd;
}
.nonumtoc #toc ul,.nonumtoc .toc ul ve-doc-dm-close { linebackground-heightimage: 1.5emurl(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJhJREFUeNrs0UENgEAQBMGThGMkImFBAp8jTVKVjIHptT4yM8eza947F2KIIYYYYoghBmKIgRhiIIYYiCGG18QQQwwxxBBDDMQQAzHEQAwxEEMMMTYHESMWRIwfBhEjFESMUBAxQkHECAURIxREjFAQMUJBxAgFESMURAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGCfW4ABAPk3h3InIbNlAAAAAElFTkSuQmCC); listbackground-stylesize: none nonecontain; marginbackground-position: .3em 0 0left top; paddingbackground-repeat: 0no-repeat;
}
.hlist.nonumtoc #toc ul ulve-doc-dm-char,.hlist.nonumtoc .toc ul ul ve-doc-dm-achar { /* @noflip */ marginborder-radius: 03em;
}
 /* Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for instance, will limit to showing ==headings== and ===headings=== but no further (as long as there are no =headings= on the page, which there shouldn't be according to the MoS). *//* TemplateStyles */.toclimitve-2 .tocleveldoc-1 ul,.toclimitdm-3 .toclevel-2 ul,char {.toclimit background-4 .toclevel-3 ul,.toclimit-5 .toclevel-4 ul,.toclimit-6 .toclevel-5 ul,.toclimit-7 .toclevel-6 ul {color: #7bcc45; displaycolor: none#fff;
}
 /* Styling for Template:Quote *//* TemplateStyles */blockquote.templatequote div.templatequotecite { lineve-height: 1.5em; /* @noflip */ textdoc-align: left; /* @noflip */ paddingdm-leftchar: 1.6em;hover { marginborder-topcolor: 0#b6f26c;
}
 /* User block messages */div.userve-block doc-dm-achar { padding: 5px; marginbackground-bottom: 0.5em; bordercolor: 1px solid #A9A9A9fa952c; background-color: #FFEFD5fff;
}
 /* Prevent line breaks in silly places.ve-doc-dm-achar: 1) Where desired 2) Links when we don't want them to 3) Bold "links" to the page itself */.nowrap,.nowraplinks a,.nowraplinks .selflink hover { whiteborder-spacecolor: nowrap#fed045;
}
.nowrap pre ve-doc-dm-element-text { white-spacecolor: pre#50a5f4;
}
/* But allow wrapping where desired: */.wrap,.wraplinks a ve-doc-dm-char-text { white-spacecolor: normal#7bcc45;
}
 /* 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 { minve-width: 100px;} /* Prevent floating boxes from overlapping any category listings, file histories, edit previews, and edit [Show changes] views. */#mw-subcategories, #mwdoc-pages, #mwdm-categoryachar-media,#filehistory, #wikiPreview, #wikiDiff text { clearcolor: both#fa952c;
}
/* Selectively hide headers For templates in WikiProject banners *//* TemplateStyles */.wpb .wpb-header { display: none; }.wpbs-inner .wpb .wpb-header { display: block; } /* for IE */.wpbs-inner .wpb .wpb-header { displayCategory: table-row; } /* for real browsers VisualEditor tests templates */tt.wpbsve-inner .wpbtyping-outside { display: none; } /* hide things that should only display outside shells */ /* Styling for Abuse Filter tags */.mw-tag-markers test { font-stylecolor:italicwhite; fontbackground-sizecolor:90%black;} /* Hide stuff meant for accounts with special permissions. Made visible again in [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-patroller.css]], [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]] and [[Mediawiki:Group-autoconfirmed.css]]. */.sysop-show,.templateeditor-show,.extendedmover-show,.patroller-show,.autoconfirmed-show,.user-show { displaypadding: none0 1em 0 1em;
}
/**
* Hide the redlink generated by {{Editnotice}},Style for horizontal lists (separator following item). * this overrides the "@source mediawiki.sysoporg/wiki/Snippets/Horizontal_lists * @revision 6 (2014-show { display: none; }" above that applies05-09) * to the same link as well. See @author [[phabUser:T45013Edokter]] * * 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-redlinkhlist dl,.ve-ui-mwNoticesPopupTool-item .mbox-imagehlist ol,.ve-ui-mwNoticesPopupTool-item .mbox-imageright hlist ul { displaymargin: 0; padding: none !important0;
}
 /* Remove bullets when there are multiple edit page warnings Display list items inline */ul.permissions-errors > hlist dd,.hlist dt,.hlist li { list-stylemargin: 0; display: none noneinline;
}
/* Display nested lists inline */.hlist.inline,.hlist.inline dl,.hlist.inline ol,.hlist.inline ul,.permissions-errors 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 { margindisplay: 0inline;
}
 /* Pie chart: transparent borders Generate interpuncts */.transborder hlist dt:after { bordercontent: ": solid transparent";
}
 /* Generic class for Times-based serif, texhtml class for inline math */.times-serifhlist dd:after,span.texhtml hlist li:after { font-familycontent: "Nimbus Roman No9 L· ", "Times New Roman", Times, serif; font-size: 118%; line-heightweight: 1bold;
}
span.texhtml hlist dd:last-child:after,.hlist dt:last-child:after,.hlist li:last-child:after { white-spacecontent: nowrapnone;
}
span/* 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, .texhtml spanhlist li dt:first-child:before, .texhtml hlist li li:first-child:before { content: " ("; font-sizeweight: 100%normal;
}
span.mwehlist dd dd:last-mathchild:after, .hlist dd dt:last-mathmlchild:after, .hlist dd li:last-inline 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-sizeweight: 118%normal;
}
 /* Force tabular and lining display for digits and texhtml Put ordinals in front of ordered list items */.digits,.texhtml hlist ol { counter-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-kerningreset: nonelistitem;
}
 /* Make <math display="block".hlist ol > be left aligned with one space indent for compatibility with style conventions */.mwe-math-fallback-image-display,.mwe-math-mathml-display li { margin-left: 1.6em !important; margin-top: 0.6em; margincounter-bottomincrement: 0.6emlistitem;
}
.mwe-math-mathml-display math hlist ol > li:before { displaycontent: " " counter(listitem) " "; white-space: inlinenowrap;
}
.hlist dd ol > li:first-child:before,/* Fix styling of transcluded prefindex tables */table#mw.hlist dt ol > li:first-prefixindex-list-tablechild:before,table#mw.hlist li ol > li:first-prefixindex-nav-table child:before { widthcontent: 98%" (" counter(listitem) " ";
}
/* end hlist */
/* For portals, added 2011Banner -12Wikivoyage -07 -bv On wide screens, show these as two columns On narrow and mobile screens, let them collapse into a single column Used to test MediaWiki/Homepage redesign/Preview */ .portalbanner-column-left image { floatposition: relative; overflow: lefthidden; max-width: 50%1800px; height: auto; margin-bottom: .6em;
}
.portalbanner-columnimage img { max-right {width: 100%; floatheight: rightauto; width: 49%auto\9;
}
.portalbanner-columnbox { position: absolute; z-leftindex: 2; margin-wide {top: 2.5em; floatcolor: leftwhite; min-width: 60%20em; text-shadow: black 0.3em 0.3em 1em,black -0.1em -0.1em 1em;
}
.portalbanner-columnbox-rightwide { width: 80% }.banner-box-narrow left { floatleft: right5%; widthtext-align: 39%left;
}
.portalbanner-columnbox-left-extra-wide right { floatright: left5%; widthtext-align: 70%right;
}
.portalbanner-columnbox .name { font-right-extra-narrow {size: 3em; floatwhite-space: rightnowrap; widthline-height: 29%1.2em;
}
@media only screen and (max-width: 800px) { /* Decouple the columns on narrow screens */ .portalbanner-column-left, box .portal-column-right,type { .portalfont-column-left-wide,size: 2em; .portalline-column-right-narrow, height: 1.portal-column-left-extra-wide, .portal-column-right-extra-narrow { float: inherit2em; width: inherit; }
}
/* Formerly for announcements, now used intermittently */#bodyContent .letterhead { backgroundmf-image:url('//upload.wikimedia.org/wikipedia/commons/e/e0/Tanmobile-page-corneronly,.png'); background-repeat:no-repeat; padding: 2em; background-color: #faf9f2;} /* hidden sortkey for tablesorter *//* deprecated, in process of being replaced with datalqt-sorttalkpage-value */td .sortkey,th .sortkey search {
display: none;
speak: none;
}
/* Make it possible to hide checkboxes in <inputbox> Phabricator-like tag styling */.inputboxphui-tag { -webkit-font-smoothing: antialiased; background-color: #e7e7e7; border-hidecheckboxes form .inputboxcolor: #e7e7e7; border-elementradius: 3px; border: 1px solid transparent; font: 13px 'Segoe UI','Segoe UI Web Regular','Segoe UI Symbol','Lato','Helvetica Neue',Helvetica,Arial,sans-serif;.inputbox line-hidecheckboxes height: 1.mw-ui-checkbox {51em; display padding: none !important0 4px;
}
/* Work-around for [[Phabricator:25965]] (Kaltura advertisement) */.kmw-player body .kphui-attribution { visibility: hidden;} /* Move 'play' button of video player to bottom left corner */.PopUpMediaTransform tag a .play-btn-large external { margin background-image: 0none; top: auto; padding-right: auto; bottom: 0; left: 0;} /* Hide FlaggedRevs notice UI when there are no pending changes */.flaggedrevs_draft_synced,.flaggedrevs_stable_synced { display text-decoration: 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: #f8f9fablack; } /* 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 font-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 { backgroundweight: #fffbold; } 
}