Difference between revisions of "User:Pangaea/vector.css"

From RimWorld Wiki
Jump to navigation Jump to search
(Imported from MediaWiki:Vector.css)
 
(test infobox width rule)
 
(70 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* <source lang="css"> */
+
/* CSS placed here will be applied to all skins */
 +
 
 +
/* For elements which only display in the mobile view */
 +
.mobileonly {
 +
    display: none;
 +
}
 +
 
 +
/* bigger editing screen by default */
 +
#wpTextbox1 {
 +
    height: 80vh;
 +
}
 +
 
 +
/* Custom fonts */
 +
/*
 +
@font-face {
 +
    font-family: 'Verdana';
 +
    font-style: normal;
 +
    font-weight: 400;
 +
}
 +
@font-face {
 +
    font-family: 'Verdana';
 +
    font-style: normal;
 +
    font-weight: 700;
 +
}
 +
@font-face {
 +
font-family: 'Montserrat';
 +
font-style: normal;
 +
font-weight: 400;
 +
src: local('Montserrat-Regular'), url("https://fonts.gstatic.com/s/montserrat/v5/zhcz-_WihjSQC0oHJ9TCYBsxEYwM7FgeyaSgU71cLG0.woff") format('woff');
 +
}
 +
@font-face {
 +
font-family: 'Montserrat';
 +
font-style: normal;
 +
font-weight: 700;
 +
src: local('Montserrat-Bold'), url("https://fonts.gstatic.com/s/montserrat/v5/IQHow_FEYlDC4Gzy_m8fcgFhaRv2pGgT5Kf0An0s4MM.woff") format('woff');
 +
}
 +
@font-face {
 +
font-family: 'Noto Sans SC';
 +
font-style: normal;
 +
font-weight: 400;
 +
src:url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Regular.woff2) format('woff2'),
 +
    url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Regular.woff) format('woff'),
 +
    url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Regular.otf) format('opentype');
 +
}
 +
@font-face {
 +
font-family: 'Noto Sans SC';
 +
font-style: normal;
 +
font-weight: 500;
 +
src:url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Medium.woff2) format('woff2'),
 +
    url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Medium.woff) format('woff'),
 +
    url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Medium.otf) format('opentype');
 +
}
 +
@font-face {
 +
font-family: 'Noto Sans SC';
 +
font-style: normal;
 +
font-weight: 700;
 +
src:url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Bold.woff2) format('woff2'),
 +
url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Bold.woff) format('woff'),
 +
url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Bold.otf) format('opentype');
 +
}
 +
*/
 +
 
 +
/* Framework */
 +
html {
 +
--body-font: Montserrat, sans-serif;
 +
}
 +
 
 +
body {
 +
--background-color: #15191D;
 +
--content-background: transparent; /*        #212121; */
 +
--filter:invert(1);
 +
--gp-icon:url("https://commons.gamepedia.com/media/commons.gamepedia.com/3/38/Gamepedia_dark_transparent.png");
 +
--header-color: transparent;    /*    #101010; */
 +
--heading-background: transparent;
 +
--heading-border: #F37F20;
 +
--heading-color: #B0E03B;
 +
--main-heading-color: #B0E03B;
 +
--message-background: #383838;
 +
--sidebar-header: #E0E0E0;
 +
--sidebar-link: #E0E0E0;
 +
--text-color: #E0E0E0;
 +
--border-color: #616C7A;
 +
    background: #15191D url(https://rimworldwiki.com/images/8/8d/BGPlanet.jpg) no-repeat fixed center top / 100% auto;
 +
    -webkit-background-size: cover;
 +
    -moz-background-size: cover;
 +
    -o-background-size: cover;
 +
    background-size: cover;
 +
color: var(--text-color);
 +
    font-family: var(--body-font);
 +
}
 +
 
 +
/* hide the title on the wiki main page */
 +
body.page-Main_Page h1.firstHeading {
 +
    display: none;
 +
}
 +
 
 +
h1,
 +
h2 {
 +
    border-bottom: 1px solid var(--text-color);
 +
    font-family: var(--body-font);
 +
color: var(--text-color);
 +
}
 +
 
 +
h3,
 +
h4,
 +
h5,
 +
h6 {
 +
    font-family: var(--body-font);
 +
    color: var(--text-color);
 +
}
 +
 
 +
/* testing, should reduce need for {{clear}} */
 +
div#content h1,
 +
div#content h2,
 +
div#content h3,
 +
div#content h4,
 +
div#content h5,
 +
div#content h6 {
 +
overflow: auto;
 +
}
 +
 
 +
div#mw-page-base {
 +
  background: var(--header-color);
 +
  padding-top: 80px;
 +
  height: 1.25em;
 +
}
 +
 
 +
/*              testing */
 +
#mw-head-base {
 +
    display: none;
 +
}
 +
 
 +
/* Sidebar */
 +
 
 +
div#mw-panel div.portal,
 +
#mw-panel.collapsible-nav div.portal {
 +
    background-image: none;
 +
    background: rgba(0,0,0,0.4);
 +
margin: 5px;
 +
padding-top: 5px;
 +
}
 +
 
 +
div#mw-panel div.portal div.body ul li a,
 +
div#mw-panel div.portal div.body ul li a:link,
 +
div#mw-panel div.portal div.body ul li a:visited {
 +
    color: var(--sidebar-link) !important;
 +
}
 +
 
 +
div#mw-panel div.portal h3,
 +
div#mw-navigation div#mw-panel div.portal h3,
 +
#mw-panel.collapsible-nav div.portal h3 a,
 +
#mw-panel.collapsible-nav .portal.collapsed h3 a,
 +
#mw-panel.collapsible-nav .portal.collapsed h3 {
 +
    color: var(--sidebar-header);
 +
    font-weight: bold;
 +
    text-transform: uppercase;
 +
}
 +
 
 +
div#mw-panel {
 +
    margin-top: -75px;
 +
}
 +
 
 +
/* Logo */
 +
#p-logo a {
 +
/* background-size:contain;
 +
    width: 500px;
 +
    height: 80px;
 +
*/
 +
    margin-top: 70px;
 +
}
 +
 
 +
 
 +
/*                        Comment out temporarily
 +
 
 +
div.vectorTabs,
 +
div.vectorTabs span,
 +
div.vectorTabs ul,
 +
div.vectorTabs ul li,
 +
div.vectorTabs ul li.selected,
 +
div#mw-head div.vectorMenu h3,
 +
div.vectorMenu h3 span {
 +
    background-color: transparent;
 +
    background-image: none;
 +
    border: none;
 +
text-transform: uppercase;
 +
font-weight:bold;
 +
color:#fff;
 +
}
 +
 
 +
div.vectorTabs li a, div.vectorTabs li a span, div.vectorMenu li a { color:#fff; }
 +
div.vectorMenu div.menu {
 +
border-color: #343434;
 +
background-color: #303030;
 +
top: 2.2em;
 +
}
 +
 
 +
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
 +
background-color: var(--content-background);
 +
}
 +
/*  end      */
 +
 
 +
div#content {
 +
margin-top: -0.4em; /* testing, before  0.1em; */
 +
border: none;
 +
background: rgba(0,0,0,0.80);
 +
color: #f0fff0;
 +
box-shadow: 0 0.1em 0.75em #D5D4D4;
 +
}
 +
/*          test...........
 +
div#mw-head {
 +
margin-top: 20px;
 +
}
 +
* */
 +
 
 +
#left-navigation, #right-navigation {
 +
margin-top: 3.6em;
 +
}
 +
div.vectorTabs span a {
 +
padding-top: 0.25em;
 +
}
 +
/*                      testing 
 +
div.vectorMenu, div.vectorTabs ul li.mw-watchlink {
 +
margin-top: -0.8em;
 +
}
 +
*/
 +
 
 +
#p-search {
 +
margin-top: -0.1em;
 +
}
 +
 
 +
#p-search div#simpleSearch {
 +
    border-radius: 4px;
 +
    width: 12em;
 +
}
 +
div.vectorMenu h3 span::after {
 +
filter: invert(100%);
 +
}
 +
/*        */
 +
 
 +
 
 +
/* Imported from Witcher 3 / Gamepedia Help Wiki */
 +
 
 +
/* Tabs and menus */
 +
#left-navigation {
 +
    margin-left: 11em;
 +
}
 +
 
 +
#right-navigation {
 +
    margin-right: 1em; /* was 5.5em */
 +
}
 +
 
 +
div.vectorTabs,
 +
div.vectorTabs span,
 +
div.vectorTabs li.selected,
 +
div.vectorTabs ul,
 +
div.vectorTabs ul li,
 +
div.vectorTabs li a {
 +
    background-color: rgba(0, 0, 0, 0);
 +
    background-image: none;
 +
}
 +
 
 +
div.vectorTabs ul li {
 +
    margin-right: 5px;
 +
}
 +
 
 +
div.vectorTabs li span {
 +
    background: #AB0000;
 +
    background-image:-moz-linear-gradient(center top, #AB0000 0%, #15191D 100%);
 +
    background-image:-webkit-gradient(linear, center top, left bottom, color-stop(0%,#AB0000), color-stop(100%,#15191D));
 +
    background-image:-webkit-linear-gradient(top, #AB0000 0%, #15191D 100%);
 +
    background-image:-o-linear-gradient(top, #AB0000 0%, #15191D 100%);
 +
    background-image:-ms-linear-gradient(top, #AB0000 0%, #15191D 100%);
 +
    background-image: linear-gradient(to bottom, #AB0000 0%, #15191D 100%);
 +
    display: inline-block;
 +
    border: 1px solid #4A040A;
 +
    border-radius: 4px;
 +
    padding: 2px 10px;
 +
    margin-top: 0.5em;
 +
    height: 19px;
 +
    text-align: center;
 +
}
 +
 
 +
div.vectorTabs li a {
 +
    background-image: none;
 +
    margin-top: -2px  /* testing, before:  -16px; */
 +
}
 +
 
 +
div#mw-head a,
 +
div#mw-head div.vectorTabs a,
 +
div#mw-head div.vectorMenu a,
 +
.vectorTabs li a span,
 +
div.vectorMenu h3 span {
 +
    color: #c0c0c0 !important;
 +
    font-weight: bold;
 +
}
 +
 
 +
div#mw-head li.new a,
 +
div#mw-head li.new a:visited {
 +
    color: #fc0000 !important;
 +
    text-shadow: 1px 1px #000000;
 +
    margin-top: -2px; /* testing */
 +
}
 +
 
 +
div.vectorTabs ul li:first-child {
 +
    border-image: none;
 +
    border-left: medium none;
 +
}
 +
 
 +
div#mw-head li.selected a,
 +
div#mw-head li.selected a span,
 +
div#mw-head div.vectorTabs li.selected a,
 +
div#mw-head div.vectorTabs li.selected a:visited {
 +
    color: #ffffff !important;
 +
    font-weight: bold;
 +
    margin-top: -2px;      /*testing */
 +
}
 +
 
 +
div.vectorMenu h3 span {
 +
    font-weight: bold;
 +
    padding-top: 0;
 +
}
 +
 
 +
div.vectorMenu h3 span::after {
 +
    top: 0;
 +
}
 +
 
 +
div.vectorMenu h3:hover span,
 +
div.vectorMenu h3:focus span {
 +
    color: #ffffff;
 +
}
 +
 
 +
div#mw-head div.vectorMenu h4,
 +
div#p-variants.vectorMenu #mw-vector-current-variant {
 +
    color: #FFFFFF;
 +
    font-weight: bold;
 +
    padding-top: 0.2em;
 +
    text-shadow: none;
 +
}
 +
 
 +
.vectorTabs #ca-unwatch.icon a,
 +
.vectorTabs #ca-watch.icon a {
 +
    padding: 16px 0 0;
 +
}
 +
 
 +
div#mw-head div.vectorMenu h3 {
 +
    background: #AB0000;
 +
    background-image:-moz-linear-gradient(center top, #AB0000 0%, #4A040A 100%);
 +
    background-image:-webkit-gradient(linear, center top, left bottom, color-stop(0%,#AB0000), color-stop(100%,#4A040A));
 +
    background-image:-webkit-linear-gradient(top, #AB0000 0%, #4A040A 100%);
 +
    background-image:-o-linear-gradient(top, #AB0000 0%, #4A040A 100%);
 +
    background-image:-ms-linear-gradient(top, #AB0000 0%, #4A040A 100%);
 +
    background-image: linear-gradient(to bottom, #AB0000 0%, #4A040A 100%);
 +
    display: inline-block;
 +
    border: 1px solid #4A040A;
 +
    border-radius: 4px;
 +
    padding: 2px 10px;
 +
    margin-top: 0.5em;
 +
    margin-bottom: 0.5em;
 +
    height: 19px;
 +
    text-align: center;
 +
}
 +
 
 +
div.vectorMenu div.menu {
 +
    border: none;
 +
    left: auto;
 +
    margin-left: 5px;
 +
    right: 0;
 +
    top: 40px;
 +
}
 +
 
 +
div#mw-head div.vectorMenu ul {
 +
    background-color: #000000;
 +
    background-image: none;
 +
    border-right: 5px none;
 +
    box-shadow: 0 0.1em 0.75em #d5d4d4;
 +
}
 +
/*          what does this do?  */
 +
div#mw-head div.vectorMenu li a {
 +
    color: #7AB1CC;
 +
}
 +
 
 +
div#mw-head div.vectorMenu li a:hover {
 +
    color: #c0c0c0;
 +
}
 +
/* End imported from Witcher 3 */
 +
 
 +
/* Watchlist icon */
 +
.vectorTabs #ca-watch.icon a {
 +
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+IDxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2YzN2YyMCIgc3Ryb2tlLXdpZHRoPSIuOTk5OTIiIGQ9Ik04LjEwMyAxLjE0NmwyLjE3NSA0LjQwOCA0Ljg2NC43MDctMy41MiAzLjQzMS44MzEgNC44NDUtNC4zNTEtMi4yODctNC4zNTEgMi4yODcuODMxLTQuODQ1LTMuNTItMy40MzEgNC44NjQtLjcwN3oiLz4gPC9zdmc+);
 +
}
 +
 
 +
.vectorTabs #ca-watch.icon a:hover,
 +
.vectorTabs #ca-watch.icon a:focus {
 +
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPiA8ZGVmcz4gPGxpbmVhckdyYWRpZW50IGlkPSJhIj4gPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjYzJlZGZmIi8+IDxzdG9wIG9mZnNldD0iLjUiIHN0b3AtY29sb3I9IiM2OGJkZmYiLz4gPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZmZmIi8+IDwvbGluZWFyR3JhZGllbnQ+IDxsaW5lYXJHcmFkaWVudCBpZD0iYiIgeDE9IjEzLjQ3IiB4Mj0iNC41OTYiIHkxPSIxNC4zNjMiIHkyPSIzLjM5NyIgeGxpbms6aHJlZj0iI2EiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIi8+IDwvZGVmcz4gPHBhdGggZmlsbD0iI2YzN2YyMCIgc3Ryb2tlPSIjZjM3ZjIwIiBzdHJva2Utd2lkdGg9Ii45OTk5MiIgZD0iTTguMTAzIDEuMTQ2bDIuMTc1IDQuNDA4IDQuODY0LjcwNy0zLjUyIDMuNDMxLjgzMSA0Ljg0NS00LjM1MS0yLjI4Ny00LjM1MSAyLjI4Ny44MzEtNC44NDUtMy41Mi0zLjQzMSA0Ljg2NC0uNzA3eiIvPiA8L3N2Zz4=);
 +
}
 +
 
 +
.vectorTabs #ca-unwatch.icon a {
 +
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPiA8ZGVmcz4gPGxpbmVhckdyYWRpZW50IGlkPSJhIj4gPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjYzJlZGZmIi8+IDxzdG9wIG9mZnNldD0iLjUiIHN0b3AtY29sb3I9IiM2OGJkZmYiLz4gPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZmZmIi8+IDwvbGluZWFyR3JhZGllbnQ+IDxsaW5lYXJHcmFkaWVudCBpZD0iYiIgeDE9IjEzLjQ3IiB4Mj0iNC41OTYiIHkxPSIxNC4zNjMiIHkyPSIzLjM5NyIgeGxpbms6aHJlZj0iI2EiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIi8+IDwvZGVmcz4gPHBhdGggZmlsbD0iI2YzN2YyMCIgc3Ryb2tlPSIjZjM3ZjIwIiBzdHJva2Utd2lkdGg9Ii45OTk5MiIgZD0iTTguMTAzIDEuMTQ2bDIuMTc1IDQuNDA4IDQuODY0LjcwNy0zLjUyIDMuNDMxLjgzMSA0Ljg0NS00LjM1MS0yLjI4Ny00LjM1MSAyLjI4Ny44MzEtNC44NDUtMy41Mi0zLjQzMSA0Ljg2NC0uNzA3eiIvPiA8L3N2Zz4=);
 +
}
 +
 
 +
.vectorTabs #ca-unwatch.icon a:hover,
 +
.vectorTabs #ca-unwatch.icon a:focus {
 +
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+IDxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2YzN2YyMCIgc3Ryb2tlLXdpZHRoPSIuOTk5OTIiIGQ9Ik04LjEwMyAxLjE0NmwyLjE3NSA0LjQwOCA0Ljg2NC43MDctMy41MiAzLjQzMS44MzEgNC44NDUtNC4zNTEtMi4yODctNC4zNTEgMi4yODcuODMxLTQuODQ1LTMuNTItMy40MzEgNC44NjQtLjcwN3oiLz4gPC9zdmc+);
 +
}
 +
 
 +
.vectorTabs #ca-unwatch.icon a,
 +
.vectorTabs #ca-watch.icon a {
 +
background-size: 16px;
 +
}
 +
 
 +
.catlinks {
 +
    background-color: var(--background-color);
 +
/*    background-image: -moz-linear-gradient(center top , #15191D 60%, #000000 100%) repeat scroll 0 0;
 +
    background-image: -webkit-gradient(linear, center top, left bottom, color-stop(60%,#6ba70d), color-stop(100%,#000000));
 +
    background-image: -webkit-linear-gradient(top, #15191D 60%, #000000 100%);
 +
    background-image: -o-linear-gradient(top, #15191D 60%, #000000 100%);
 +
    background-image: -ms-linear-gradient(top, #15191D 60%, #000000 100%);
 +
    background-image: linear-gradient(to bottom, #15191D 60%, #000000 100%);*/
 +
    border: 1px solid #404040;
 +
    margin-bottom: 5px;
 +
}
 +
 
 +
/* Footer */
 +
div#footer ul li {
 +
    color: var(--text-color);
 +
}
 +
 
 +
/* Smokie Gradient */
 +
/*
 +
.smokie {
 +
    background:#f4a638;
 +
    background:-moz-linear-gradient(top,  #ff9600, #dfdd38 50%, #c0d43b 100%);
 +
    background:-webkit-gradient(linear, left top, left bottom, color-stop (0% #ff9600), color-stop(50%,#dfdd38), color-stop(100%,#c0d43b ));
 +
    background:-webkit-linear-gradient(top, #ff9600 0%, #dfdd38 50%, #c0d43b 100%);
 +
    background:-o-linear-gradient(top, #ff9600 0%, #dfdd38 50%, #c0d43b  100%);
 +
    background:-ms-linear-gradient(top, #ff9600 0%, #dfdd38 50%, #c0d43b  100%);
 +
    background:linear-gradient(to bottom, #ff9600 0%, #dfdd38 50%, #c0d43b  100%);
 +
}
 +
*/
 +
 
 +
/* Style for horizontal lists (separator following item).
 +
  IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].
 +
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
 +
  @revision 6 (2014-05-09)
 +
  @author [[User:Edokter]]
 +
*/
 +
.hlist dl,
 +
.hlist ol,
 +
.hlist ul {
 +
    margin: 0;
 +
    padding: 0;
 +
}
 +
/* Display list items inline */
 +
.hlist dd,
 +
.hlist dt,
 +
.hlist li {
 +
    margin: 0;
 +
    display: inline;
 +
}
 +
/* Display nested lists inline */
 +
.hlist.inline,
 +
.hlist.inline dl,
 +
.hlist.inline ol,
 +
.hlist.inline ul,
 +
.hlist dl dl, .hlist dl ol, .hlist dl ul,
 +
.hlist ol dl, .hlist ol ol, .hlist ol ul,
 +
.hlist ul dl, .hlist ul ol, .hlist ul ul {
 +
    display: inline;
 +
}
 +
/* Generate interpuncts */
 +
.hlist dt:after {
 +
    content: ": ";
 +
}
 +
.hlist dd:after,
 +
.hlist li:after {
 +
    content: " · ";
 +
    font-weight: bold;
 +
}
 +
.hlist dd:last-child:after,
 +
.hlist dt:last-child:after,
 +
.hlist li:last-child:after {
 +
    content: none;
 +
}
 +
/* For IE8 */
 +
.hlist dd.hlist-last-child:after,
 +
.hlist dt.hlist-last-child:after,
 +
.hlist li.hlist-last-child:after {
 +
    content: none;
 +
}
 +
/* Add parentheses around nested lists */
 +
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
 +
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
 +
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
 +
    content: " (";
 +
    font-weight: normal;
 +
}
 +
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
 +
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
 +
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
 +
    content: ") ";
 +
    font-weight: normal;
 +
}
 +
/* For IE8 */
 +
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
 +
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
 +
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
 +
    content: ") ";
 +
    font-weight: normal;
 +
}
 +
/* Put ordinals in front of ordered list items */
 +
.hlist ol {
 +
    counter-reset: listitem;
 +
}
 +
.hlist ol > li {
 +
    counter-increment: listitem;
 +
}
 +
.hlist ol > li:before {
 +
    content: " " counter(listitem) " ";
 +
    white-space: nowrap;
 +
}
 +
.hlist dd ol > li:first-child:before,
 +
.hlist dt ol > li:first-child:before,
 +
.hlist li ol > li:first-child:before {
 +
    content: " (" counter(listitem) " ";
 +
}
 +
 
 +
/* This governs the sections on the Community portal */
 +
.cpbox {
 +
    display: flex;
 +
    flex-direction: row-reverse;
 +
    flex-wrap: wrap;
 +
}
 +
 
 +
.cpbox #admins {
 +
    box-sizing: border-box;
 +
    width: calc(33% - 10px);
 +
    margin: 5px;
 +
    flex-grow: 1;
 +
    min-width: 300px;
 +
}
 +
 
 +
.cpbox #help {
 +
    box-sizing: border-box;
 +
    width: calc(67% - 10px);
 +
    margin: 5px;
 +
    flex-grow: 1;
 +
}
 +
 
 +
/* Classes permitting setting of alignment on desktop only or differently on desktop and mobile */
 +
/* (See .mobileleft, .mobilecenter, .mobileright in MediaWiki:Mobile.css for the mobile equivalents */
 +
.desktopleft {
 +
    text-align: left;
 +
}
 +
 
 +
.desktopcenter {
 +
    text-align: center;
 +
}
 +
 
 +
.desktopright {
 +
    text-align: right;
 +
}
 +
.mwe-popups.flipped-y, .mwe-popups.flipped-x-y { margin-top: -30px; }
 +
 
 +
/* Front page styles */
 +
.fpmain {
 +
    width: 100%;
 +
    overflow: hidden;
 +
    z-index: 1;
 +
}
 +
 
 +
.fpbanner {
 +
    background: rgba(0, 0, 0, 0.25);
 +
    border: 1px solid #82A8AF;
 +
    box-shadow: 0 2px 5px #687478;
 +
    color: #9CCAD2;
 +
    margin: 0 5px 5px 5px;
 +
    padding: 5px;
 +
    min-height: 80px;
 +
}
 +
 
 +
.fpbannertable {
 +
    background: transparent;
 +
    border: none;
 +
    display: table;
 +
    width: 100%;
 +
    min-height: 75px;
 +
    margin: 0;
 +
    padding: 5px;
 +
}
 +
 
 +
.fpbannercell {
 +
    display: table-cell;
 +
    text-align: center;
 +
    vertical-align: middle;
 +
}
 +
 
 +
.fpbannerblock {
 +
    border: none;
 +
    color: #FFFFFF;
 +
    font-weight: bold;
 +
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.75);
 +
    font-size: 132%;
 +
    width: 100%;
 +
    margin: 0 0 10px 0;
 +
    padding: 0 0 5px 0;
 +
}
 +
 
 +
.fpmidsections {
 +
    float: left;
 +
    width: 100%;
 +
    overflow: hidden;
 +
}
 +
 
 +
.fpbox {
 +
    background: rgba(170, 170, 170, 0.05);
 +
    border: 1px solid #F37F20;
 +
    box-shadow: 0 0 2px #F37F20;
 +
    color: var(--text-color);
 +
    margin: 5px 5px 5px 5px;
 +
    padding: 0;
 +
    overflow: auto;
 +
}
 +
 
 +
.fpbox .body { padding: 0 10px 10px; }
 +
 
 +
.fpbox .mainheading {
 +
    border: none;
 +
    border-bottom: 1px solid #F37F20;
 +
    color: var(--main-heading-color);
 +
    font-size: 150%;
 +
    font-weight: bold;
 +
    margin: 0 0 10px 0;
 +
    padding: 0 0 5px 0;
 +
    overflow: auto;
 +
}
 +
 
 +
.fpbox .heading {
 +
    background: var(--heading-background);
 +
    border: none;
 +
    color: var(--heading-color);
 +
    font-size: 132%;
 +
    font-weight: bold;
 +
    margin: 0 0 10px 0;
 +
    padding: 0;
 +
    overflow: auto;
 +
}
 +
 
 +
.fpbox .heading::after {
 +
content:'';
 +
display:block;
 +
margin:0 auto;
 +
width: 95%;
 +
padding-top:5px;
 +
border-bottom: 1px solid var(--heading-border);
 +
}
 +
 
 +
.fpmain .columns .leftcol {
 +
    width: 100%;
 +
    margin: 0;
 +
    padding: 0;
 +
}
 +
 
 +
.fpmain .columns .rightcol {
 +
    width: 100%;
 +
    margin: 0;
 +
    padding: 0;
 +
}
 +
 
 +
.fpsection1, .fpsection2, .fpsection3, .fpsection4 {
 +
    float: left;
 +
    clear: both;
 +
    width: 100%;
 +
}
 +
 
 +
div.fp2columnonly, div.fp3columnonly {
 +
    display: none;
 +
}
 +
 
 +
@media (min-width: 790px) {
 +
  .fpsection1 {
 +
    float: left;
 +
    clear: none;
 +
    width: 50%;
 +
  }
 +
 
 +
  .fpmidsections {
 +
    clear: none;
 +
    float: right;
 +
    width: 50%;
 +
  }
 +
 
 +
  .fpsection4 {
 +
    float: left;
 +
    clear: none;
 +
    width: 50%;
 +
  }
 +
 
 +
  div.fp2columnonly {
 +
    display: block;
 +
  }
 +
}
 +
 
 +
@media (min-width: 990px) {
 +
  .fpmain .columns .leftcol {
 +
    float: left;
 +
    width: 50%;
 +
    margin: 0;
 +
    padding: 0;
 +
  }
 +
 
 +
  .fpmain .columns .rightcol {
 +
    float: right;
 +
    width: 50%;
 +
    margin: 0;
 +
    padding: 0;
 +
  }
 +
}
 +
 
 +
@media (min-width: 1390px) {
 +
  .fpmidsections {
 +
    clear: none;
 +
    float: right;
 +
    width: 66.667%;
 +
  }
 +
 
 +
  .fpsection1 {
 +
    clear: none;
 +
    width: 33.333%;
 +
  }
 +
 
 +
  .fpsection2 {
 +
    clear: none;
 +
    width: 50%;
 +
  }
 +
 
 +
  .fpsection3 {
 +
    clear: none;
 +
    width: 50%;
 +
  }
 
   
 
   
/* Main page fixes */
+
  .fpsection4 {
#interwiki-completelist { font-weight: bold; }
+
    clear: left;
body.page-Main_Page #ca-delete { display: none !important; }
+
    width: 33.333%;
body.page-Main_Page #mp-topbanner { clear: both; }
+
  }
 +
 
 +
  div.fp2columnonly {
 +
    display: none;
 +
  }
 +
 
 +
  div.fp3columnonly {
 +
    display: block;
 +
  }
 +
}
 +
 
 +
.fpbox.plain {
 +
    border: none;
 +
    box-shadow: none;
 +
    background: transparent;
 +
}
 +
 
 +
.fpimagelist ul {
 +
    list-style-type: none;
 +
    list-style-image: none;
 +
}
 +
 
 +
.fpvideos {
 +
    margin: 0 auto;
 +
    overflow: hidden;
 +
    text-align: center;
 +
}
 +
 
 +
.fpvideo {
 +
    display: inline-block;
 +
    margin: 0 5px;
 +
}
 +
 
 +
.columns {
 +
  padding: 0;
 +
  margin: 10px 0 0 0;
 +
  overflow: hidden;
 +
}
 +
 
 +
.columns .leftcol {
 +
  float: left;
 +
  width: 50%;
 +
  margin: 0;
 +
  padding: 0;
 +
}
 +
 
 +
.columns .centercol {
 +
  float: left;
 +
  margin: 0;
 +
  padding: 0;
 +
}
 +
 
 +
.columns .rightcol {
 +
  float: right;
 +
  width: 50%;
 +
  margin: 0;
 +
  padding: 0;
 +
}
 +
 
 +
/* E0E0E0 is the actual colour, in the bottom line */
 +
ul {
 +
    list-style-type: disc;
 +
    list-style-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%225%22%20height%3D%2213%22%3E%0A%3Ccircle%20cx%3D%222.5%22%20cy%3D%229.5%22%20r%3D%222.5%22%20fill%3D%22%23E0E0E0%22%2F%3E%0A%3C%2Fsvg%3E%0A);
 +
}
 +
 
 +
pre,
 +
.mw-code,
 +
code {
 +
  border: 1px dashed #616C7A;
 +
  border-radius: 4px;
 +
  background: rgba(171,171,171,0.1);
 +
  color: var(--text-color);
 +
  white-space: pre-wrap;
 +
  word-wrap: break-word;
 +
  overflow: auto;
 +
}
 +
pre code {
 +
border: 0;
 +
}
 +
pre + pre,
 +
div.mw-code + div.mw-code {
 +
margin-top: -1px;
 +
}
 +
.mw-highlight { background: none; }
 +
 
 +
.toc,
 +
#toc,
 +
div.toc,
 +
div#toc,
 +
div.mw-warning,
 +
.toccolours {
 +
  border-color: var(--border-color);
 +
  background: var(--background-color);
 +
  color: var(--text-color);
 +
  margin: 0 0 10px 0;
 +
  padding: 3px 6px;
 +
}
 +
.tocnumber {
 +
color: var(--text-color);
 +
}
 +
 
 +
ul#filetoc {
 +
    background-color: var(--background-color);
 +
    border: 1px solid #616C7A;
 +
}
 +
 
 +
 
 +
/* Anchors */
 +
a,
 +
a:link,
 +
a:active,
 +
a:visited,
 +
div#content a.extiw,
 +
div#content a.extiw:visited,
 +
div#content a.external,
 +
div#content a.external:visited,
 +
.external a,
 +
.external a:link,
 +
.external a:active,
 +
.external a:visited,
 +
#mw-indicator-mw-helplink a {
 +
    color: #E6D404 !important;  /*yellow-ish link colour */
 +
}
 +
 
 +
a:hover {
 +
text-decoration: underline;
 +
}
 +
 
 +
#global-wrapper #preftoc li.selected a {
 +
color: var(--text-color);
 +
}
 +
 
 +
/* thumbnails and galleries and image file history */
 +
div.thumb {
 +
    border: 1px solid #394147;
 +
    margin: 2px;
 +
    margin-left: 6px;
 +
}
 +
 
 +
.thumb.tleft {
 +
    margin: 2px 10px 2px 0;
 +
}
 +
 
 +
img.thumbborder {
 +
    border: 1px solid #394147;
 +
    padding: 5px;
 +
}
 +
 
 +
div.thumbinner {
 +
    background-color: #0A0B0C;
 +
    border: medium none;
 +
}
 +
 
 +
li.gallerybox div.thumb {
 +
    background-color: #0A0B0C;
 +
    background-image: -moz-linear-gradient(center top , #15181A 0%, #0A0B0C 100%);
 +
    background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#15181A), color-stop(100%,#0A0B0C));
 +
    background-image: -webkit-linear-gradient(top, #15181a 0%, #0A0B0C 100%);
 +
    background-image: -o-linear-gradient(top, #15181a 0%, #0A0B0C 100%);
 +
    background-image: -ms-linear-gradient(top, #15181a 0%, #0A0B0C 100%);
 +
    background-image: linear-gradient(to bottom, #15181a 0%, #0A0B0C 100%);
 +
    border: 1px solid #394147;
 +
}
 +
 
 +
html .thumbimage {
 +
    background-color: rgba(0, 0, 0, 0);
 +
    border: 1px solid #394147;
 +
}
 +
 
 +
div.tright div.tleft {
 +
    border: 1px solid #394147 !important;
 +
}
 +
 
 +
div.tright {
 +
    clear: right;
 +
    float: right;
 +
}
 +
 
 +
#file img,
 +
.gallerybox .thumb img,
 +
.filehistory a img {
 +
    background: url("https://rimworldwiki.com/images/c/c5/Dark_checker.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
 +
    -webkit-filter: drop-shadow(0px 0px 10px #666666);
 +
    filter: drop-shadow(0px 0px 3.5px #666666) drop-shadow(1px 1px 1px #666666);
 +
}
 +
 
 +
img.highlight,
 +
.highlight img,
 +
.highlight a img {
 +
    background: rgba(0,0,0,0);
 +
    -webkit-filter: drop-shadow(0px 0px 10px #666666);
 +
    filter: drop-shadow(0px 0px 3.5px #666666) drop-shadow(1px 1px 1px #666666);
 +
}
 +
 
 +
 
 +
.ambox,
 +
table.ambox {
 +
    background-color: #282828;
 +
    border-bottom-color: #383838;
 +
    border-right-color: #383838;
 +
    border-top-color: #383838;
 +
    border-collapse: collapse;
 +
    font-size: 95%;
 +
    margin: 0 auto 2px auto;
 +
    width: 80%;
 +
}
 +
 
 +
.ambox-gray {
 +
    border-left-color: #383838;
 +
}
  
/* Edit window toolbar */
+
.ambox.ambox-tiny {
#toolbar { height: 22px; margin-bottom: 6px; }
+
    font-size: 90%;
 +
    margin: 2px 0;
 +
    width: auto;
 +
}
  
/* Margins for <ol> and <ul> */
+
.ambox + .ambox {
#content ol, #content ul, #mw_content ol, #mw_content ul { margin-bottom: 0.5em; }
+
    margin-top: -2px;
 +
}
  
/* Make the list of references smaller */
+
.ambox-text {
ol.references { font-size: 100%; }
+
    padding: 0.25em 0.5em;
.references-small { font-size: 90%;}
+
}
  
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
+
.ambox-image {
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
+
    padding: 2px 0px 2px 0.5em;
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
+
    text-align: center;
/* Please ignore any validator errors caused by these two lines */
+
    width: 60px;
.references-2column { font-size: 90%; -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; }
+
}
  
/* Highlight clicked reference in blue to help navigation */
+
.ambox-tiny .ambox-image {
ol.references > li:target, sup.reference:target, cite:target { background-color: #DEF; }
+
    padding: 2px 0.5em;
 +
    text-align: left;
 +
    width: auto;
 +
}
  
/* Ensure refs in table headers and the like aren't bold or italic */
+
/* Ambox colors */
sup.reference { font-weight: normal; font-style: normal; }
+
.ambox-blue {
 +
    border-left: 10px solid #1e90ff;
 +
}
  
/* Styling for citations */
+
.ambox-red {
cite { font-style: normal; word-wrap: break-word; }
+
    border-left: 10px solid #b22222;
 +
}
  
/* For linked citation numbers and document IDs, where
+
.ambox-orange {
the number need not be shown on a screen or a handheld,
+
    border-left: 10px solid #f28500;
but should be included in the printed version
+
}
*/
+
 
@media screen, handheld, projection { cite *.printonly { display: none; } }
+
.ambox-yellow {
 +
    border-left: 10px solid #f4c430;
 +
}
 +
 
 +
.ambox-purple {
 +
    border-left: 10px solid #9932cc;
 +
}
 +
 
 +
.ambox-gray {
 +
    border-left: 10px solid #bba;
 +
}
 +
 
 +
.ambox-green {
 +
    border-left: 10px solid #228b22;
 +
}
 +
 
 +
/* Ambox small text */
 +
.amsmalltext {
 +
    font-size: smaller;
 +
    margin-left: 0.8em;
 +
    margin-top: 0.5em;
 +
}
 +
 
 +
 
 +
/* Navboxes in general */
 +
/* Lore navboxes */
 +
 
 +
.navbox_title {
 +
    background: #4A040A;
 +
    color: #ffffff;
 +
    font-size:90%;
 +
}
 +
 
 +
/* Newer Navbox template style */
 +
table.navbox {
 +
    border: 1px solid #676767;
 +
    clear: both;
 +
    font-size: 88%;
 +
    margin: auto;
 +
    padding: 1px;
 +
    text-align: center;
 +
    width: 100%;
 +
}
 +
 
 +
/* Border between adjacent navboxes */
 +
table.navbox + table.navbox {
 +
    margin-top: -1px;
 +
}
 +
 
 +
.navbox-title,
 +
.navbox-abovebelow,
 +
table.navbox th {
 +
    padding-left: 1em;
 +
    padding-right: 1em;
 +
    text-align: center;
 +
}
 +
 
 +
.navbox-group {
 +
    font-weight: bold;
 +
    padding-left: 1em;
 +
    padding-right: 1em;
 +
    white-space: nowrap;
 +
}
 +
 
 +
/* Base background */
 +
.navbox, .navbox-subgroup {
 +
    background: #0f0f0f;
 +
}
  
/* wikitable/prettytable class for skinning normal tables */
+
.navbox-list {
table.wikitable, table.prettytable { margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; }
+
    border-color: #0f0f0f;   /* Must match background color */
.wikitable th, .wikitable td, .prettytable th, .prettytable td { border: 1px #aaa solid; padding: 0.2em; }
+
}
.wikitable th, .prettytable th { background: #f2f2f2; text-align: center; }
 
.wikitable caption, .prettytable caption { font-weight: bold; }
 
  
/* Default skin for navigation boxes */
 
/* Navbox container style */
 
table.navbox { border: 1px solid #aaa; width: 100%; margin: auto; clear: both; font-size: 88%; text-align: center; padding: 1px; }
 
/* Single pixel border between adjacent navboxes */
 
table.navbox + table.navbox { margin-top: -1px; /* (doesn't work for IE6, but that's okay) */}
 
/* Title and above/below styles */
 
.navbox-title, .navbox-abovebelow, table.navbox th { text-align: center; padding-left: 1em; padding-right: 1em; }
 
/* Group style */
 
.navbox-group { white-space: nowrap; text-align: right; font-weight: bold; padding-left: 1em; padding-right: 1em; }
 
/* Background color */
 
.navbox, .navbox-subgroup { background: #fdfdfd; }
 
/* Must match background color */
 
.navbox-list { border-color: #fdfdfd; }
 
 
/* Level 1 color */
 
/* Level 1 color */
.navbox-title, table.navbox th { background: #ccccff; }
+
.navbox-title,
/* Level 2 color */
+
table.navbox th {
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title { background: #ddddff; }
+
    background: var(--background-color);
/* Level 3 color */
+
    color: #fff;
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow { background: #e6e6ff; }
+
}
 +
 
 +
/* Level 2 styling */
 +
.navbox-abovebelow,
 +
.navbox-group,
 +
.navbox-subgroup .navbox-title {
 +
    background: #1c1b1b;
 +
    color: #fff;
 +
}
 +
 
 +
/* Level 3 styling */
 +
.navbox-subgroup .navbox-group,
 +
.navbox-subgroup .navbox-abovebelow {
 +
    background: #242222;
 +
    color: #fff;
 +
}
 +
 
 
/* Even row striping */
 
/* Even row striping */
.navbox-even { background: #f7f7f7; }
+
.navbox-even {
 +
    background: #1C1E20;
 +
    color: #fff;
 +
}
 +
 
 
/* Odd row striping */
 
/* Odd row striping */
.navbox-odd { background: transparent; }
+
.navbox-odd {
 +
    background: transparent;
 +
}
 +
 +
.collapseButton {
 +
    font-weight: normal;
 +
    width: auto;
 +
}
 +
 
 +
.navbox .collapseButton {
 +
    width: 6em;
 +
}
 +
 +
.navbar {
 +
    font-size: 88%;
 +
    font-weight: normal;
 +
}
 +
 
 +
.navbox .navbar {
 +
    font-size: 100%;
 +
    float: left;
 +
}
 +
 +
table.collapsed tr.collapsible {
 +
    display: none;
 +
}
 +
/* End of new Navbox styling */
 +
 
  
/* 'show'/'hide' buttons created dynamically */
+
.template-documentation {
/* by the CollapsibleTables javascript in    */
+
border: none;
/* [[MediaWiki:Common.js]]are styled here    */
+
background-color: transparent;
/* so they can be customised.                */
+
}
.collapseButton { float: right; font-weight: normal; text-align: right; width: auto; }
+
/* !important to override inline coding */
 +
#documentation-meta-data {
 +
background-color: transparent !important;
 +
}
  
/* In navboxes, the show/hide button balances */
 
/* the vde links from [[Template:Tnavbar]],  */
 
/* so they need to be the same width.        */
 
.navbox .collapseButton { width: 6em; }                         
 
  
 +
/*                          THIS STUFF CAN BE CHANGED OR REMOVED */
 
/* Infobox template style */
 
/* Infobox template style */
.infobox { border: 1px solid #aaa; background-color: #f9f9f9; color: black; margin: 0.5em 0 0.5em 1em; padding: 0.2em; float: right; clear: right; }
+
.infobox {
.infobox td, .infobox th { vertical-align: top; }
+
    background-color: rgba(0, 0, 0, 0);
.infobox caption { font-size: larger; }
+
    border: 1px solid #505050;
.infobox.bordered { border-collapse: collapse; }
+
    float: right;
.infobox.bordered td, .infobox.bordered th { border: 1px solid #aaa; }
+
    font-size: 89%;  
.infobox.bordered .borderless td, .infobox.bordered .borderless th { border: 0; }
+
    margin-bottom: 0.5em;
.infobox.sisterproject { width: 20em; font-size: 90%; }
+
    padding: 0.2em;
.infobox.standard-talk { border: 1px solid #c0c090; background-color: #f8eaba; }
+
    width: 300px;
.infobox.standard-talk.bordered td, .infobox.standard-talk.bordered th { border: 1px solid #c0c090; }
+
}
/* styles for bordered infobox with merged rows */
+
 
.infobox.bordered .mergedtoprow td, .infobox.bordered .mergedtoprow th { border: 0; border-top: 1px solid #aaa; border-right: 1px solid #aaa; }
+
.infobox td.infoboxlabel {
.infobox.bordered .mergedrow td, .infobox.bordered .mergedrow th { border: 0; border-right: 1px solid #aaa; }
+
    border: 2px solid inherit;
/* Styles for geography infoboxes, eg countries, country subdivisions, cities, etc. */
+
    font-weight: bold;
.infobox.geography { text-align: left; border-collapse: collapse; line-height: 1.2em; font-size: 90%; }
+
    padding: 0.5px 7px;
.infobox.geography td, .infobox.geography  th { border-top: solid 1px #aaa; padding: 0.4em 0.6em 0.4em 0.6em; }
+
    text-align: right;
.infobox.geography .mergedtoprow td, .infobox.geography .mergedtoprow th { border-top: solid 1px #aaa; padding: 0.4em 0.6em 0.2em 0.6em; }
+
}
.infobox.geography .mergedrow td, .infobox.geography .mergedrow th { border: 0; padding: 0 0.6em 0.2em 0.6em; }
+
 
.infobox.geography .mergedbottomrow td, .infobox.geography .mergedbottomrow th { border-top: 0; border-bottom: solid 1px #aaa; padding: 0 0.6em 0.4em 0.6em; }
+
.infoboxname {
.infobox.geography .maptable td, .infobox.geography .maptable th { border: 0; padding: 0; }
+
    background-color: #f58120;
 +
    color: #000;
 +
    font-size: 110%;
 +
    font-weight: bold;
 +
    padding: 0.5em;
 +
}
 +
 
 +
.infoboxdescription {
 +
    background-color: #f58120;
 +
    color: #000;
 +
}
 +
 
 +
.infobox img {
 +
max-width: 250px;
 +
}
 +
 
 +
/* old infoboxes above */
 +
 
 +
 
 +
/* Imported infobox code from Witcher 3, remove unneeded stuff later */
 +
/* INFOBOXES: game or book depended color style */
 +
/*.infoboxtable {
 +
    background: #000000;
 +
    background-image: -moz-linear-gradient(center top, #1A1D20 60%, #0A0B0C 100%);
 +
    background-image: -webkit-gradient(linear, center top, left bottom, color-stop(60%,#1A1D20), color-stop(100%,#0A0B0C));
 +
    background-image: -webkit-linear-gradient(top, #1A1D20 60%, #0A0B0C 100%);
 +
    background-image: -o-linear-gradient(top, #1A1D20 60%, #0A0B0C 100%);
 +
    background-image: -ms-linear-gradient(top, #1A1D20 60%, #0A0B0C 100%);
 +
    background-image: linear-gradient(to bottom, #1A1D20 60%, #0A0B0C 100%);
 +
    border: 1px solid #404040;
 +
    color: #ffffff;
 +
    float: right;
 +
    font-size: 89%;  
 +
    margin-bottom: 0.5em;
 +
    margin-left: 1em;
 +
    padding: 0.2em;
 +
    width: 300px;
 +
}*/
 +
 
 +
/* TESTING (original above) */
 +
.infoboxtable {
 +
    background: #15191D;
 +
    background-image: -moz-linear-gradient(center top, #1A1D20 60%, #0A0B0C 100%);
 +
    background-image: -webkit-gradient(linear, center top, left bottom, color-stop(60%,#1A1D20), color-stop(100%,#0A0B0C));
 +
    background-image: -webkit-linear-gradient(top, #1A1D20 60%, #0A0B0C 100%);
 +
    background-image: -o-linear-gradient(top, #1A1D20 60%, #0A0B0C 100%);
 +
    background-image: -ms-linear-gradient(top, #1A1D20 60%, #0A0B0C 100%);
 +
    background-image: linear-gradient(to bottom, #15191D 60%, #232323 100%);
 +
    border: 1px solid #404040;
 +
    color: #E6E6E6;
 +
    float: right;
 +
    font-size: 89%;  
 +
    margin-bottom: 0.5em;
 +
    margin-left: 1em;
 +
    padding: 0.2em;
 +
    width: 300px;
 +
}
 +
 
 +
/* yet more testing */
 +
.infoboxtable .value {
 +
    background-color: transparent;
 +
    border: 1px solid #616C7A;
 +
    text-align: center;
 +
/*    color: #ffffff;
 +
    padding: 0px 2px;
 +
    font-weight: normal;*/
 +
}
 +
 
 +
.infoboxtable th img {
 +
    filter: drop-shadow(0px 0px 5px white);
 +
}
 +
 
 +
.infoboxtable th.gradient,
 +
.infoboxtable td.gradient,
 +
table td.gradient {
 +
    background-image: radial-gradient(closest-side,#ccc 10%,#15191D);
 +
}
 +
 
 +
.infoboxtable td {
 +
    vertical-align: top;
 +
}
 +
 
 +
.infoboxtable td > div {
 +
    background-color: rgb(41, 43, 46);
 +
    border-radius: 5px;
 +
    font-weight: bold;
 +
    padding: 0.5px 7px;
 +
    text-align: right;
 +
}
 +
 
 +
.infoboxname {
 +
    font-size: 110%;
 +
    font-weight: bold;
 +
    padding: 0.5em;  
 +
}
 +
 
 +
/* Infobox-Icons */
 +
div.icons {
 +
    display: table-cell;
 +
    vertical-align: middle;
 +
    text-align: center;
 +
}
 +
 
 +
div.icons img,
 +
div.icons span {
 +
    display: inline-block;
 +
}
 +
 
 +
div.icons span {
 +
    width: 280px;
 +
}
 +
 
 +
div.icons img {
 +
    margin-top: -0.5em;
 +
    margin-bottom: -0.5em;
 +
}
 +
/* end Infobox-Icons */
 +
 
 +
.infoboxdetails,
 +
.infoboxdescription {
 +
    padding: 0em;
 +
}
 +
 
 +
.infoboxname,
 +
.infoboxdetails,
 +
.infoboxdescription {
 +
    background: #15191D;
 +
    background-image: -moz-linear-gradient(center top, #C0C0C0 0%, #505050 100%);
 +
    background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#C0C0C0), color-stop(100%,#505050));
 +
    background-image: -webkit-linear-gradient(top, #C0C0C0 0%, #505050 100%);
 +
    background-image: -o-linear-gradient(top, #C0C0C0 0%, #505050 100%);
 +
    background-image: -ms-linear-gradient(top, #C0C0C0 0%, #505050 100%);  
 +
    background-image: linear-gradient(to bottom, #6A512E 0%, #15191D 100%);
 +
    color: #E6E6E6;
 +
    /* extra from org */
 +
    text-align: center;
 +
font-weight: bold;
 +
}
 +
 
 +
/* Collapsing sections in infoboxes */
 +
.section-collapse {
 +
    border-color: #ffffff;
 +
    border-style: solid;
 +
    border-width: 2px 2px 0 0;
 +
    content: "";
 +
    cursor: pointer;
 +
    display: inline-block;
 +
    height: 7px;
 +
    margin-right: 5px;
 +
    position: relative;
 +
    right: 0;
 +
    top: 5px;
 +
    transform: rotate(-45deg);
 +
    vertical-align: middle;
 +
    width: 7px;
 +
}
 +
 
 +
.section-collapsed {
 +
    display: none;
 +
}
 +
 
 +
.collapsed-icon {
 +
  margin-top: -2px;
 +
  transform: rotate(135deg);
 +
}
 +
/* End infobox import W3 */
 +
 
 +
 
 +
fieldset {
 +
border-color: var(--border-color);
 +
}
 +
#global-wrapper #preferences legend {
 +
color: #F37F20;
 +
}
 +
.client-js #preferences fieldset {
 +
background: none;
 +
}
 +
 
 +
 
 +
/* Copied from Witcher 3 wiki */
 +
/* Preferences */
 +
#preftoc {
 +
    background-color: #1C1E20;
 +
    border: 0px;
 +
    margin: 0 0 4px !important;
 +
}
 +
 
 +
#preftoc,
 +
#preftoc li,  
 +
#preferences,
 +
#preftoc li a {
 +
    background-image: none;
 +
    background-color: transparent;
 +
    color: #666666;
 +
}
 +
 
 +
#preftoc li.selected a {
 +
    background-color: #1C1E20;
 +
    background-image: none;
 +
    border-color: #404040 #404040 #1c1e20;
 +
    border-style: solid;
 +
    border-width: 1px;
 +
    color: #FFFFFF;
 +
}
 +
 
 +
#preferences {
 +
    background-color: #1C1E20;
 +
    border: 1px solid #404040;
 +
}
 +
 
 +
#preferences fieldset {
 +
    border-color: #404040;
 +
}
 +
 
 +
#preferences legend {
 +
    color: #e0e0e0;
 +
}
 +
 
 +
/* page history */
 +
.mw-changeslist-legend,
 +
.mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend {
 +
    border: 1px solid #404040;
 +
    background-color: transparent;
 +
}
 +
 
 +
#pagehistory li {
 +
    background-color: transparent;
 +
    border: 1px solid #404040;
 +
    padding: 3px;
 +
}
 +
 
 +
#pagehistory li.selected {
 +
    background-color: var(--background-color);
 +
    background-image: none;
 +
    color: var(--text-color);
 +
    border: 1px dashed #616C7A;
 +
    padding: 3px;
 +
}
 +
 
 +
table.diff,
 +
td.diff-otitle,
 +
.td.diff-ntitle {
 +
    background: none repeat scroll 0 0 transparent;
 +
}
 +
 
 +
.diff-addedline {
 +
border-color: #0c5500;
 +
}
 +
.diff-addedline .diffchange {
 +
background: #0c5500;
 +
}
 +
.diff-deletedline {
 +
border-color: #bb000a;
 +
}
 +
.diff-deletedline .diffchange {
 +
background: #bb000a;
 +
}
 +
td.diff-context {
 +
    background: none repeat scroll 0 0 transparent;
 +
    color: #c0c0c0;
 +
    border-color: #616C7A;
 +
}
 +
 
 +
.usermessage > a {
 +
    color: #008000;
 +
}
 +
 
 +
div#mw-js-message {
 +
    background-color: #000000;
 +
    border: 1px solid #616C7A;
 +
}
 +
/* end from Witcher 3 wiki */
 +
 
 +
 
 +
 
 +
/* Copied from Witcher 3 */
 +
/* messages and popups */
 +
div.noarticletext {
 +
    background: none repeat scroll 0 0 #1C1E20;
 +
    border: 1px solid #434647;
 +
    color: #D5D4D4;
 +
    padding: 0.2em 1em;
 +
}
 +
 
 +
/* colour fix for advanced search options box */
 +
fieldset#mw-searchoptions {
 +
    background-color: var(--background-color);
 +
    border-color: var(--border-color) !important;
 +
}
 +
 
 +
.mw-search-profile-tabs {
 +
    background-color: var(--background-color);
 +
    border: 1px solid #616C7A;
 +
    margin-top: 1em;
 +
}
 +
 
 +
.mw-search-profile-tabs div.search-types ul li.current a {
 +
    color: #FFFFFF;
 +
}
 +
 
 +
div.mw-warning-with-logexcerpt {
 +
    border: 2px solid #7AB1CC;
 +
}
 +
 
 +
.not-patrolled {
 +
    background-color: #454545;
 +
}
 +
 
 +
 
 +
/* MsUpload color fixes */
 +
#msupload-list .file .file-name:hover {
 +
    background-color: rgba(0, 0, 0, 0.5);
 +
}
 +
 
 +
.msupload-check-span {
 +
    color: var(--text-color);
 +
}
 +
 
 +
/* Notifications */
 +
.mw-echo-ui-notificationItemWidget:hover {
 +
    background-color: #303030;
 +
}
 +
 
 +
.mw-echo-ui-notificationItemWidget-unread:hover {
 +
background-color: #404040;
 +
}
 +
 
 +
.mw-notification,
 +
.mw-echo-ui-notificationsInboxWidget-toolbarWrapper {
 +
    background-color: #000000;
 +
}
 +
 
 +
.autocomment {
 +
    color: #EFEFEF;
 +
}
 +
/* end from Witcher 3 */
 +
 
 +
 
 +
 
 +
/* [[Template:Message]] */
 +
table.gpmbox {
 +
    background:var(--message-background);
 +
    color:var(--text-color);
 +
}
 +
 
 +
.scalable img, img.scalable {
 +
    max-width: 100%;
 +
    height:auto;
 +
}
 +
 
 +
/* class for adding a contrasting glow to an image */
 +
.glow {
 +
    background: rgba(0,0,0,0);
 +
    -webkit-filter: drop-shadow(0px 0px 10px #666);
 +
    filter: drop-shadow(0px 0px 3.5px #666) drop-shadow(1px 1px 1px #666);
 +
}
 +
 
 +
/* Added and removed character counts */
 +
.mw-plusminus-neg {
 +
    color: #da2d2d;
 +
}
 +
 
 +
.mw-plusminus-pos {
 +
    color: #039603;
 +
}
 +
 
 +
 
 +
/*                      Apparently for Extension:SyntaxHighlight */
 +
/* GeSHi syntax highlighting */
 +
.mw-highlight .kw1 {
 +
    color: var(--text-color);
 +
    font-weight: bold;
 +
}
  
/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */
+
.mw-highlight .nf {
.redirect-in-category, .allpagesredirect { font-style: italic; }
+
    color: #02abab;
/* Icons for medialist templates [[Template:Listen]],
+
}
[[Template:Multi-listen_start]], [[Template:Video]],
+
 
[[Template:Multi-video_start]]
+
 
*/
+
/* Operators */
div.listenlist { background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png"); padding-left: 40px; }
+
.mw-highlight .p,
 +
.mw-highlight .o {color: var(--text-color); font-weight: bold;}
 +
 
 +
/* Comments */
 +
.mw-highlight .c {color: #8d9e6b; font-weight: bold;}
 +
 
 +
/* HTML Tags */
 +
.mw-highlight .nt {color: #89a228;}
 +
 
 +
/* IDs */
 +
.mw-highlight .nn {color: #9a9ac3;}
 +
 
 +
/* Classes */
 +
.mw-highlight .nc {color: #7676ff;}
 +
 
 +
/* Pseudo-classes */
 +
.mw-highlight .nd {color: #cf82ff;}
 +
 
 +
/* Properties */
 +
.mw-highlight .k,
 +
.mw-highlight .kp {color: var(--text-color); font-weight: normal;}
 +
 
 +
/* Keywords */
 +
.mw-highlight .nb {color: #ff5858;}
 +
 
 +
/* Text values, strings */
 +
.mw-highlight .kc,
 +
.mw-highlight .s1,
 +
.mw-highlight .s2,
 +
.mw-highlight .sx,
 +
.mw-highlight .n {color: #03a503;}
 +
 
 +
/* Numeric values */
 +
.mw-highlight .mi,
 +
.mw-highlight .mf {color: #02abab; font-weight: bold;}
 +
 
 +
/* Units */
 +
.mw-highlight .kt {color: #a57184;}
 +
 
 +
/* #Color values */
 +
.mw-highlight .mh {color: #7d9c0e;}
 +
 
 +
/* !important */
 +
.mw-highlight .cp {color: #F37F20;}
  
/* Style rules for media list templates */
 
div.medialist { min-height: 50px; margin: 1em; background-position: top left; background-repeat: no-repeat; }
 
div.medialist ul { list-style-type: none; list-style-image: none; margin: 0; }
 
div.medialist ul li { padding-bottom: 0.5em; }
 
div.medialist ul li li { font-size: 91%; padding-bottom: 0; }
 
  
/* Change the external link icon to an Adobe icon for all PDF files
+
#searchlog th {
in browsers that support these CSS selectors, like Mozilla and Opera */
+
    background: var(--background-color);
#bodyContent a[href$=".pdf"].external, #bodyContent a[href*=".pdf?"].external,
+
}
#bodyContent a[href*=".pdf#"].external, #bodyContent a[href$=".PDF"].external,
 
#bodyContent a[href*=".PDF?"].external, #bodyContent a[href*=".PDF#"].external,
 
#mw_content  a[href$=".pdf"].external, #mw_content  a[href*=".pdf?"].external,
 
#mw_content  a[href*=".pdf#"].external, #mw_content  a[href$=".PDF"].external,
 
#mw_content  a[href*=".PDF?"].external, #mw_content  a[href*=".PDF#"].external {
 
background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif") center right no-repeat; padding-right: 16px; }
 
  
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
+
#searchlog,
is used (notably Template:PDFlink). This works in IE, unlike the above. */
+
#searchlog th,
#bodyContent span.PDFlink a, #mw_content span.PDFlink a { background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif") center right no-repeat; padding-right: 17px; }
+
#searchlog td {
 +
    border: 1px solid #808080;
 +
}
  
/* Remove link styling. Already defined in monobook
+
/* Thumbnails */
and modern, but not defined in the other skins. Bug 18708 */
+
html .thumbimage {
#bodyContent .plainlinks a { background: none !important; padding: 0 !important; }
+
    background-color: transparent;
 +
}
  
/* Content in columns with CSS instead of tables [[Template:Columns]] */
+
/* JSON */
div.columns-2 div.column { float: left; width: 50%; min-width: 300px; }
+
.mw-json { color: #fff; }
div.columns-3 div.column { float: left; width: 33.3%; min-width: 200px; }
+
.mw-json tr { background-color: rgba(105,105,105,0.2); }
div.columns-4 div.column { float: left; width: 25%; min-width: 150px; }
+
.mw-json th { background-color: #000; }
div.columns-5 div.column { float: left; width: 20%; min-width: 120px; }
+
.mw-json .value, .mw-json-single-value { background-color: #424242; }
  
/* Make sure that "external references" from templates like [[Template:Ref]]
 
do not get URL expansion, not even when printed. The anchor itself has
 
class "external autonumber" and the url expansion is inserted when printing
 
(see [http://en.wikipedia.org/skins-1.5/common/commonPrint.css]) using the
 
":after" pseudo-element.
 
*/
 
.nourlexpansion a.external.text:after, .nourlexpansion a.external.autonumber:after { display: none !important; }
 
  
/* The legacy implementation of this was with "plainlinksneverexpand", which
+
/* Wikitable */
also simulated "plainlinks".  "plainlinksneverexpand" is deprecated and
+
/* ======= Table Styles ============== */
should be replaced with "plainlinks nourlexpansion". When this has been
 
done, the rules below can be removed.
 
*/
 
.plainlinksneverexpand a { background: none !important; padding: 0 !important; }
 
.plainlinksneverexpand a.external.text:after, .plainlinksneverexpand a.external.autonumber:after { display: none !important; }
 
  
/* Messagebox templates */
+
table.wikitable,
.messagebox { border: 1px solid #aaa; background-color: #f9f9f9; width: 80%; margin: 0 auto 1em auto; padding: .2em; }
+
table.cargoTable,
.messagebox.merge { border: 1px solid #c0b8cc; background-color: #f0e5ff; text-align: center; }
+
table.TablePager,
.messagebox.cleanup { border: 1px solid #9f9fff; background-color: #efefff; text-align: center; }
+
table.mw_metadata,
.messagebox.standard-talk { border: 1px solid #c0c090; background-color: #f8eaba; margin: 4px auto; }
+
table.mw_metadata td,
/* For old WikiProject banners inside banner shells. */
+
table.mw-abuselog-details {
.mbox-inside .standard-talk, .messagebox.nested-talk { border: 1px solid #c0c090; background-color: #f8eaba; width: 100%; margin: 2px 0; padding: 2px; }
+
    border: 1px solid #616C7A;
.messagebox.small { width: 238px; font-size: 85%; float: right; clear: both; margin: 0 0 1em 1em; line-height: 1.25em; }
+
    color: var(--text-color);
.messagebox.small-talk { width: 238px; font-size: 85%; float: right; clear: both; margin: 0 0 1em 1em; line-height: 1.25em; background: #F8EABA; }
+
    border-spacing: 0;
 +
    padding: 0;
 +
    background: transparent;
 +
}
  
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
+
table.dataTable thead .sorting_asc {}
/* The message body cell(s) */
+
table.dataTable thead .sorting_desc {}
th.mbox-text, td.mbox-text { border: none; padding: 0.25em 0.9em; width: 100%;}
 
/* The left image cell */
 
td.mbox-image { border: none; padding: 2px 0 2px 0.9em; text-align: center; }
 
/* The right image cell */
 
td.mbox-imageright { border: none; padding: 2px 0.9em 2px 0; text-align: center; }
 
/* An empty narrow cell */
 
td.mbox-empty-cell { border: none; padding: 0px; width: 1px; }
 
  
/* Article message box styles */
+
table.wikitable > tr > th,
table.ambox { margin: 0px 10%; border: 1px solid #aaa; border-left: 10px solid #1e90ff; background: #fbfbfb; }
+
table.wikitable > * > tr > th,
/* Single border between stacked boxes. */
+
table.cargoTable > tr > th,
table.ambox + table.ambox { margin-top: -1px; }
+
table.cargoTable > * tr > th,
/* The message body cell(s) */
+
table.TablePager th,
.ambox th.mbox-text, .ambox td.mbox-text { padding: 0.25em 0.5em; }
+
table.mw_metadata th,
/* The left image cell */
+
table.mw-abuselog-details th {  
.ambox td.mbox-image { padding: 2px 0 2px 0.5em; }
+
    background-color: transparent;
/* The right image cell */
+
    color: var(--text-color);
.ambox td.mbox-imageright { padding: 2px 0.5em 2px 0; }
+
}
table.ambox-notice { border-left: 10px solid #1e90ff; }
 
table.ambox-speedy { border-left: 10px solid #b22222; background: #fee; }
 
table.ambox-delete { border-left: 10px solid #b22222; }
 
table.ambox-content { border-left: 10px solid #f28500; }
 
table.ambox-style { border-left: 10px solid #f4c430; }
 
table.ambox-move { border-left: 10px solid #9932cc; }
 
table.ambox-protection { border-left: 10px solid #bba; }
 
  
/* Image message box styles */
+
table.wikitable > tr > th,
/* Default "notice" blue */
+
table.wikitable > tr > td,
table.imbox { margin: 4px 10%; border-collapse: collapse; border: 3px solid #1e90ff; background: #fbfbfb; }
+
table.wikitable > * > tr > th,
/* For imboxes inside imbox-text cells. */
+
table.wikitable > * > tr > td,
/* 0.9 - 0.5 = 0.4em left/right. */
+
table.cargoTable > tr > th,
.imbox .mbox-text .imbox { margin: 0 -0.5em; }
+
table.cargoTable > tr > td,
/* For imboxes inside other templates. */
+
table.cargoTable > * > tr > th,
.mbox-inside .imbox { margin: 4px; }
+
table.cargoTable > * > tr > td,
table.imbox-notice { border: 3px solid #1e90ff; }
+
table.TablePager td,
table.imbox-speedy { border: 3px solid #b22222; background: #fee; }
+
table.TablePager th,
table.imbox-delete { border: 3px solid #b22222; }
+
table.mw_metadata td,
table.imbox-content { border: 3px solid #f28500; }
+
table.mw_metadata th,
table.imbox-style { border: 3px solid #f4c430; }
+
table.mw-abuselog-details td,
table.imbox-move { border: 3px solid #9932cc; }
+
table.mw-abuselog-details th {  
table.imbox-protection { border: 3px solid #bba; }
+
    border: 1px solid #616C7A;
table.imbox-license { border: 3px solid #88a; background: #f7f8ff; }
+
}
table.imbox-featured { border: 3px solid #cba135; }
 
  
/* Category message box styles */
+
table.wikitable:not(.jquery-tablesorter) tr:nth-child(even) td,
table.cmbox { margin: 3px 10%; border-collapse: collapse; border: 1px solid #aaa; background: #DFE8FF; }
+
table.wikitable.jquery-tablesorter tbody tr:nth-child(odd) td,
table.cmbox-notice { background: #D8E8FF; }
+
table.cargoTable:not(.jquery-tablesorter) tr:nth-child(even) td,
table.cmbox-speedy { margin-top: 4px; margin-bottom: 4px; border: 4px solid #b22222; background: #FFDBDB; }
+
table.cargoTable.jquery-tablesorter tbody tr:nth-child(odd) td {
table.cmbox-delete { background: #FFDBDB; }
+
    background-color: rgba(114,70,8,.1);
table.cmbox-content { background: #FFE7CE; }
+
}
table.cmbox-style { background: #FFF9DB; }
 
table.cmbox-move { background: #E4D8FF; }
 
table.cmbox-protection { background: #EFEFE1; }
 
  
/* Other pages message box styles */
+
table.wikitable tr:nth-child(even) {
table.ombox { margin: 4px 10%; border-collapse: collapse; border: 1px solid #aaa; background: #f9f9f9; }
+
    background: rgba(0,0,0,0.5);
 +
}
 +
table.wikitable tr:nth-child(odd) {
 +
    background: transparent;
 +
}
  
table.ombox-notice { border: 1px solid #aaa; }
+
table.cargoTable tr:nth-child(even),
table.ombox-speedy { border: 2px solid #b22222; background: #fee; }
+
table.cargoTable.noMerge tr:nth-child(even) {
table.ombox-delete { border: 2px solid #b22222; }
+
    background: rgba(0,0,0,0.5);
table.ombox-content { border: 1px solid #f28500; }
+
}
table.ombox-style { border: 1px solid #f4c430; }
+
table.cargoTable tr:nth-child(odd),
table.ombox-move { border: 1px solid #9932cc; }
+
table.cargoTable.noMerge tr:nth-child(odd){
table.ombox-protection { border: 2px solid #bba; }
+
    background: transparent;
 +
}
  
/* Talk page message box styles */
+
.TablePager tr:hover td {
table.tmbox { margin: 4px 10%; border-collapse: collapse; border: 1px solid #c0c090; background: #f8eaba; }
+
    background-color: rgba(255,255,255,.1);
 +
}
  
/* For tmboxes inside other templates. The "mediawiki" */
 
/* class ensures that this declaration overrides other */
 
/* For Safari and Opera */   
 
/* styles (including mbox-small above) */
 
.mediawiki .mbox-inside .tmbox { margin: 2px 0; width: 100%; }
 
/* "small" tmboxes should not be small when  */
 
/* also "nested", so reset styles that are  */
 
/* set in "mbox-small" above.                */
 
.mbox-inside .tmbox.mbox-small { line-height: 1.5em; font-size: 100%; }
 
  
table.tmbox-speedy { border: 2px solid #b22222; background: #fee; }
+
/* --- Table sections --- */
table.tmbox-delete { border: 2px solid #b22222; }
 
table.tmbox-content { border: 2px solid #f28500; }
 
table.tmbox-style { border: 2px solid #f4c430; }
 
table.tmbox-move { border: 2px solid #9932cc; }
 
table.tmbox-protection, table.tmbox-notice { border: 1px solid #c0c090; }
 
  
/* Disambig and set index box styles */
+
table.wikitable > tr > th.section,
table.dmbox { clear: both; margin: 0.9em 1em; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; background: transparent; }
+
table.wikitable > * > tr > th.section,
 +
table.cargoTable > tr > th.section,
 +
table.cargoTable > * > tr > th.section {
 +
    background-color: rgba(42,26,3,0.6);
 +
    color: #DCC086;
 +
    font-style: italic;
 +
    position: relative;
 +
    font-family: "EBGaramond12-Regular" !important;
 +
}
  
/* Footer and header message box styles */
+
table.wikitable th.section a,
table.fmbox { clear: both; margin: 0.2em 0; width: 100%; border: 1px solid #aaa; background: #f9f9f9; }
+
table.cargoTable th.section a {
table.fmbox-system { background: #f9f9f9; }
+
    color: #c28042 !important;
table.fmbox-warning { border: 1px solid #bb7070; background: #ffdbdb; }
+
}
table.fmbox-editnotice { background: transparent; }
 
/* Div based "warning" style fmbox messages. */
 
div.mw-warning-with-logexcerpt, div.mw-lag-warn-high, div.mw-cascadeprotectedwarning { clear: both; margin: 0.2em 0; border: 1px solid #bb7070; background: #ffdbdb; padding: 0.25em 0.9em; }
 
/* Div based "system" style fmbox messages. Used in
 
[[MediaWiki:Noarticletext]] and [[MediaWiki:Readonly lag]]. */
 
div.mw-lag-warn-normal, div.noarticletext, div.fmbox-system { clear: both; margin: 0.2em 0; border: 1px solid #aaa; background: #f9f9f9; padding: 0.25em 0.9em; }
 
  
/* These mbox-small classes must be placed after all other
+
table.wikitable th.section .sidenote,
ambox/tmbox/ombox etc classes. "body.mediawiki" is so
+
table.cargoTable th.section .sidenote  {
they override "table.ambox + table.ambox" above. */
+
    position: absolute;
/* For the "small=yes" option. */
+
    right: 1em;
body.mediawiki table.mbox-small { clear: right; float: right; margin: 4px 0 4px 1em; width: 238px; font-size: 88%; line-height: 1.25em; }
+
    bottom: 0.5em;
/* For the "small=left" option. */
+
    font-size: 11px;
body.mediawiki table.mbox-small-left { margin: 4px 1em 4px 0; width: 238px; border-collapse: collapse; font-size: 88%; line-height: 1.25em; }
+
    font-weight: normal;
 +
    color:#BDA472;
 +
}
  
/* Support for Template:IPA, Template:Unicode and Template:Polytonic.
 
The second declarations reset the styles for all browsers except
 
IE6, which chokes on the empty comment tags. Please copy any changes
 
to [[Template:IPA fonts]] and [[Template:Unicode fonts]].
 
*/
 
.IPA { font-family: "Charis SIL", "Doulos SIL", Gentium, GentiumAlt, "DejaVu Sans", Code2000, "TITUS Cyberbit Basic", "Arial Unicode MS", "Lucida Sans Unicode", "Chrysanthi Unicode"; font-family /**/: inherit; }
 
.Unicode { font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic", "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit", "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt, "Lucida Grande", "Free Sans", "Arial Unicode MS", "Microsoft Sans Serif", "Lucida Sans Unicode"; font-family /**/: inherit; }
 
.latinx { font-family: Code2000, Code2001, "TITUS Cyberbit Basic", "Microsoft Sans Serif"; font-family /**/: inherit; }
 
.polytonic { font-family: "Athena Unicode", Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000; font-family /**/: inherit; }
 
  
#wpSave { font-weight: bold; }
+
.copyright-icon { filter:var(--filter); }
  
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
+
/* Fix for making areas more readable in either Hydra or Hydradark */
.hiddenStructure { display: inline ! important; color: #f00; background-color: #0f0; }
+
.bg-highlight {
 +
    background-color: rgba(80, 80, 80, 0.2);
 +
    border: 1px solid #080808;
 +
}
  
/* suppress missing interwiki image links where #ifexist cannot
+
/* Gamepedia images tweak */
be used due to high number of requests see .hidden-redlink on
+
/*
http://meta.wikimedia.org/wiki/MediaWiki:Common.css
+
.gamepedia-icon {
 +
    background-image: var(--gp-icon);
 +
    background-size: 100%;
 +
    background-repeat: no-repeat;
 +
    width: 500px;
 +
    height: 111px;
 +
}
 
*/
 
*/
.check-icon a.new { display: none; speak: none; }
 
  
/* Removes underlines from links */
+
/* for "edit this page" tab and "discussion" tab etc */
.nounderlines a { text-decoration: none; }
+
.pagetab {
 +
    border-style: solid solid none;
 +
    border-width: thin;
 +
    border-color: #808080;
 +
    padding:0.25ex 1ex 0ex;
 +
    font-size: 95%;
 +
}
  
/* Remove underline from IPA links */
+
/* Expand section arrow tweak */
.IPA a:link, .IPA a:visited { text-decoration: none; }
+
.mw-ui-icon.mw-ui-icon-before::before,
 +
.mw-ui-icon.mw-ui-icon-element::before {
 +
    filter: var(--filter);
 +
}
  
/* Standard Navigationsleisten, aka box hiding thingy
 
from .de.  Documentation at [[Wikipedia:NavFrame]]. */
 
div.NavFrame { margin: 0; padding: 4px; border: 1px solid #aaa; 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; float: left; }
 
div.NavFrame div.NavHead { height: 1.6em; font-weight: bold; background-color: #ccf; position: relative; }
 
div.NavFrame p { font-size: 100%; }
 
div.NavFrame div.NavContent { font-size: 100%; }
 
div.NavFrame div.NavContent p { font-size: 100%; }
 
div.NavEnd { margin: 0; padding: 0; line-height: 1px; clear: both; }
 
a.NavToggle { position: absolute; top: 0; right: 3px; font-weight: normal; font-size: 90%; }
 
  
/* Coloured watchlist numbers */
+
/* Flow - Structured Discussion extension */
.mw-plusminus-pos { color: #006400; } /* dark green */
+
.flow-post {
.mw-plusminus-neg { color: #8B0000; } /* dark red */
+
    color: var(--text-color);
 +
}
  
.rellink, .dablink { font-style: italic; padding-left: 2em; }
+
.flow-topic-titlebar {
.rellink i, .dablink i { font-style: normal; }
+
    background-color: transparent;
 +
}
  
/* Style for horizontal UL lists */
+
div > .flow-menu ul {
.horizontal ul { padding: 0; margin: 0; }
+
    background: var(--background-color);
.horizontal li { padding: 0 0.6em 0 0.4em; display: inline; border-right: 1px solid; }
+
}
.horizontal li:last-child { border-right: none; padding-right: 0; }
 
  
/* Allow transcluded pages to display in lists rather than a table.
+
.flow-component.flow-board-page.flow-full-height-side-rail .flow-board-header::before {
Compatible in Firefox; incompatible in IE6. */
+
/*   box-shadow: -2px 0 0 0 rgba(0,0,0,0.1); */
.listify td    { display: list-item; }
+
    background-color: transparent;
.listify tr    { display: block; }
+
}
.listify table { display: block; }
 
  
/* Geographical coordinates defaults. See [[Template:Coord/link]]
+
/* delay before this takes effect, so try to fix it */
for how these are used. The classes "geo", "longitude", and
+
.mw-ui-button.mw-ui-quiet:hover {
"latitude" are used by the [[Geo microformat]].
+
    background-color: #2D3034;
*/
+
}
.geo-default, .geo-dms, .geo-dec  { display: inline; }
+
/* End Flow stuff */
.geo-nondefault, .geo-multi-punct { display: none; }
 
.longitude, .latitude            { white-space: nowrap; }
 
  
/* When <div class="nonumtoc"> is used on the table of contents,
 
the ToC will display without numbers */
 
.nonumtoc .tocnumber { display: none; }
 
.nonumtoc #toc ul, .nonumtoc .toc ul { line-height: 1.5em; list-style: none; margin: .3em 0 0; padding: 0; }
 
.nonumtoc #toc ul ul, .nonumtoc .toc ul ul { margin: 0 0 0 2em; }
 
  
/* Allow limiting of which header levels are shown in a TOC;
+
/* Visual editor */
<div class="toclimit-3">, for instance, will limit to
+
.oo-ui-decoratedOptionWidget .oo-ui-iconElement-icon,
showing ==headings== and ===headings=== but no further
+
.oo-ui-decoratedOptionWidget .oo-ui-indicatorElement-indicator,
(as long as there are no =headings= on the page, which
+
.oo-ui-fieldsetLayout.oo-ui-iconElement > .oo-ui-fieldsetLayout-header > .oo-ui-iconElement-icon {
there shouldn't be according to the MoS).
+
    filter: var(--filter);
*/
+
}
.toclimit-2 .toclevel-2, .toclimit-3 .toclevel-3, .toclimit-4 .toclevel-4, .toclimit-5 .toclevel-5, .toclimit-6 .toclevel-6, .toclimit-7 .toclevel-7 { display: none; }
 
  
/* Styling for Template:Quote */
+
.oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon,
blockquote.templatequote { margin-top: 0; }
+
.oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label,
blockquote.templatequote div.templatequotecite { line-height: 1em; text-align: left; padding-left: 2em; margin-top: 0; }
+
.oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-iconElement > .oo-ui-tool-link .oo-ui-iconElement-icon {
blockquote.templatequote div.templatequotecite cite { font-size: 85%; }
+
    filter: var(--filter);
 +
}
  
div.user-block { padding: 5px; border: 1px solid #A9A9A9; background-color: #FFEFD5; }
+
/* Notifications */
 +
.mw-echo-ui-notificationsInboxWidget-toolbarWrapper,
 +
.mw-echo-ui-crossWikiNotificationItemWidget-group,
 +
.mw-echo-ui-bundleNotificationItemWidget-group {
 +
background: inherit;
 +
}
  
/* Prevent line breaks in silly places:
+
/* Special:BotPasswords */
1) links when we don't want them to
+
.mw-htmlform-ooui .mw-htmlform-matrix tbody tr:first-child td {
2) HTML formulae
+
background-color: inherit;
3) Ref tags with group names <ref group="Note"> --> "[Note 1]"
+
}
*/
 
.nowraplinks a, span.texhtml, sup.reference a { white-space: nowrap; }
 
  
/* For template documentation */
+
.mw-htmlform-ooui .mw-htmlform-matrix tbody tr:nth-child(2n) td {
.template-documentation { clear: both; margin: 1em 0 0 0; border: 1px solid #aaa; background-color: #ecfcf4; padding: 5px; }
+
background-color: rgba(128,128,128,0.5);
 +
}
  
.thumbinner { min-width: 100px; }
+
div.mainavatar {
 +
    filter: drop-shadow(0px 0px 3.5px #666) drop-shadow(1px 1px 1px #666);
 +
}
  
/* Inline divs in ImageMaps (code borrowed from de.wiki) */
+
.ve-ui-mwSaveDialog-options {
.imagemap-inline div { display: inline; }
+
    background-color: var(--background-color);
 +
}
  
/* Increase the height of the image upload box */
+
.ve-ui-mwSaveDialog-license {
#wpUploadDescription { height: 13em; }
+
    color: var(--text-color);
 +
}
  
/* Reduce line-height for <sup> and <sub> */
+
.oo-ui-popupToolGroup .oo-ui-toolGroup-tools {
sup, sub { line-height: 1em; }
+
    background-color: var(--background-color);
 +
    border: 1px solid #383838;
 +
    box-shadow: 0 2px 2px 0 rgba(128,128,128,0.4);
 +
}
  
 +
.oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-title,
 +
.oo-ui-buttonElement.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
 +
    color: var(--text-color);
 +
}
  
/* The backgrounds for galleries. */
+
.oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-enabled:hover,
#content .gallerybox div.thumb { background-color: #F9F9F9; }
+
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover,
/* Put a chequered background behind images, only visible if they have transparency */
+
.oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-enabled:hover,
.gallerybox .thumb img,
+
.oo-ui-widget.oo-ui-widget-enabled.oo-ui-optionWidget.oo-ui-decoratedOptionWidget.oo-ui-outlineOptionWidget.oo-ui-outlineOptionWidget-level-0.oo-ui-iconElement.oo-ui-labelElement:hover {
#file img { background: white url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat; }
+
    background-color: rgba(128,128,128,0.4);
/* But no chequered background on articles, user pages or portals. */
+
}
.ns-0 .gallerybox .thumb img, .ns-2 .gallerybox .thumb img, .ns-100 .gallerybox .thumb img { background: white; }
 
  
/* Prevent floating boxes from overlapping any category listings,
+
.ve-ui-specialCharacterDialog .oo-ui-outlineOptionWidget,
file histories, edit previews, and edit [Show changes] views */
+
.ve-ui-specialCharacterPage,  
#mw-subcategories, #mw-pages, #mw-category-media, #filehistory, #wikiPreview, #wikiDiff { clear: both; }
+
.ve-ui-specialCharacterPage h3 {  
 +
color: var(--text-color);
 +
}
  
/* Selectively hide headers in WikiProject banners */
+
.oo-ui-popupToolGroup.oo-ui-widget-enabled.oo-ui-popupToolGroup-active {
.wpb .wpb-header            { display: none; }
+
     background-color: rgba(128,128,128,0.4);
.wpbs-inner .wpb .wpb-header { display: block; }     /* for IE */
+
}
.wpbs-inner .wpb .wpb-header { display: table-row; } /* for real browsers */
+
.warning { color: #F37F20; }
.wpbs-inner .wpb-outside    { display: none; }     /* hide things that should only display outside shells */
 
  
/* Testing part */
+
table.zebra > tbody > tr:nth-child(2n) {background-color: rgba(128,128,128,0.2);}
 +
.ve-init-mw-switchPopupWidget .oo-ui-checkboxInputWidget [type='checkbox']{ opacity:1; }
  
/**Links color**/
+
ol.references li:target, sup.reference:target { background-color: rgba(128,128,128,0.5); }
.external a, .external a:link, .external a:active, .external a:visited, a, a:link, a:active, a:visited { color: #0645ad !important; text-decoration: none;}
 
.external a:hover, a:hover {color: #F7941E !important;}
 
a.new, a.new:link, a.new:active, a.new:visited { color: #9F0000 !important; text-decoration: none;}
 
a.new:hover{ color: #FF0000 !important;}
 
  
/**Custom styles**/
+
/* PageForms edit screen fix */
.mpb { border: 1px solid #aaa;}
+
div.editSchemaSection .sectionHeader {
.mpbl { border-left: 1px solid #aaa;}
+
    color: #000;
.mpbr { border-right: 1px solid #aaa;}
+
}
.mpbt { border-top: 1px solid #aaa;}
 
.mpbb { border-bottom: 1px solid #aaa;}
 
.mpth { font-family: EasonPro,"Times New Roman",serif; font-size: 1.7692307692em; color: #fff; text-shadow: rgba(0,0,0,0.75) 0 0 .25em; background-color: #666; font-weight: 400; height: 48px; }
 
.mpth2 { background-color: #e7e7e7; }
 
  
span.sig { border:1px #999 solid; background:rgba(100,100,180,0.2); font-size:85%; border-radius: 8px; padding: .3em; margin: 0 20px; }
+
/***************************
.mw-pt-languages table { background: #e7e7e7 !important; }
+
* Used by [[Template:Key]] *
.mw-pt-languages-label { color: #fff !important; background-color: #666 !important; text-align: right; }
+
****************************/
 +
/* Dark Wiki Variation */
 +
.keysDark {
 +
  color:black;
 +
  border: 1px solid rgb(170, 170, 170);  
 +
  box-shadow: 0.1em 0.2em 0.2em rgb(221, 221, 221);
 +
  border-radius: .2em;  
 +
  background-image: linear-gradient(to bottom, rgb(238, 238, 238), rgb(249, 249, 249), rgb(238, 238, 238));  
 +
  background-color: rgb(249, 249, 249);  
 +
  padding: 0.1em 0.6em 0.1em 0.6em;  
 +
  margin-right:2px;  
 +
  font-size:85%;  
 +
  font-family:inherit;  
 +
  font-style:normal;
 +
}
  
.version_sm { background:#000; color:#fff; padding: 2px 2px 0; line-height: 8px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: inline-block }
+
/* Light Wiki Variation */
.version_sm > sup > a,
+
.keysLight {
.version_sm > sup > a:link,
+
  color:white;  
.version_sm > sup > a:active,
+
  border: 1px solid rgb(0, 0, 0);  
.version_sm > sup > a:visited {color:#fff !important}
+
  box-shadow: 0.1em 0.2em 0.2em rgb(0, 0, 0);  
.version_sm > sup > a:hover {color:#ccc !important}
+
  border-radius: .2em;  
 +
  background-image: linear-gradient(to bottom, rgb(0, 0, 0), rgb(15, 15, 15), rgb(30, 30, 30));  
 +
  background-color: rgb(30, 30, 30);  
 +
  padding: 0.1em 0.6em 0.1em 0.6em;
 +
  margin-right:2px;
 +
  font-size:85%;
 +
  font-family:inherit;
 +
  font-style:normal;
 +
}
  
#version_r > a,
+
/******************************
#version_r > a:link,
+
* End Template:Key coloration *
#version_r > a:active,
+
*******************************/
#version_r > a:visited {color:#F7941E !important}
 
#version_r > a:hover {color:#f75e1e !important}
 
  
.version_cat {max-width:200px; padding:2px 10px; margin: 20px 0 0 0;}
 
.version_num {padding:10px 20px; max-height:19px; display:inline-block;}
 
  
.new_sm { background:#ab0e4c; color:#fff; padding: 2px 2px 0; line-height: 8px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: inline-block }
+
/* Community Portal */
 +
.communityportal {
 +
background: transparent;
 +
}
  
/* </source> */
+
.cp-header {
 +
    background: rgba(243,127,32,0.3);
 +
    color: var(--text-color);
 +
}

Latest revision as of 23:22, 18 November 2022

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

/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}

/* bigger editing screen by default */
#wpTextbox1 {
    height: 80vh;
}

/* Custom fonts */
/*
@font-face {
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 700;
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local('Montserrat-Regular'), url("https://fonts.gstatic.com/s/montserrat/v5/zhcz-_WihjSQC0oHJ9TCYBsxEYwM7FgeyaSgU71cLG0.woff") format('woff');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local('Montserrat-Bold'), url("https://fonts.gstatic.com/s/montserrat/v5/IQHow_FEYlDC4Gzy_m8fcgFhaRv2pGgT5Kf0An0s4MM.woff") format('woff');
}
@font-face {
	font-family: 'Noto Sans SC';
	font-style: normal;
	font-weight: 400;
	src:url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Regular.woff2) format('woff2'),
    	url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Regular.woff) format('woff'),
    	url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans SC';
	font-style: normal;
	font-weight: 500;
	src:url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Medium.woff2) format('woff2'),
    	url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Medium.woff) format('woff'),
    	url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans SC';
	font-style: normal;
	font-weight: 700;
	src:url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Bold.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Bold.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Bold.otf) format('opentype');
}
*/

/* Framework */
html {
	--body-font: Montserrat, sans-serif;
}

body {
	--background-color: #15191D;
	--content-background: transparent; /*         #212121; */
	--filter:invert(1);
	--gp-icon:url("https://commons.gamepedia.com/media/commons.gamepedia.com/3/38/Gamepedia_dark_transparent.png");
	--header-color: transparent;    /*     #101010; */
	--heading-background: transparent;
	--heading-border: #F37F20;
	--heading-color: #B0E03B;
	--main-heading-color: #B0E03B;
	--message-background: #383838;
	--sidebar-header: #E0E0E0;
	--sidebar-link: #E0E0E0;
	--text-color: #E0E0E0;
	--border-color: #616C7A;
    background: #15191D url(https://rimworldwiki.com/images/8/8d/BGPlanet.jpg) no-repeat fixed center top / 100% auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color: var(--text-color);
    font-family: var(--body-font);
}

/* hide the title on the wiki main page */
body.page-Main_Page h1.firstHeading {
    display: none;
}

h1, 
h2 {
    border-bottom: 1px solid var(--text-color);
    font-family: var(--body-font);
	color: var(--text-color);
}

h3, 
h4, 
h5, 
h6 {
    font-family: var(--body-font);
    color: var(--text-color);
}

/* testing, should reduce need for {{clear}} */
div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5,
div#content h6 {
	overflow: auto;
}

div#mw-page-base {
  background: var(--header-color);
  padding-top: 80px;
  height: 1.25em;
}

/*              testing */
#mw-head-base {
    display: none;
}

/* Sidebar */

div#mw-panel div.portal,
#mw-panel.collapsible-nav div.portal {
    background-image: none;
    background: rgba(0,0,0,0.4);
	margin: 5px;
	padding-top: 5px;
}

div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a:link,
div#mw-panel div.portal div.body ul li a:visited {
    color: var(--sidebar-link) !important;
}

div#mw-panel div.portal h3,
div#mw-navigation div#mw-panel div.portal h3,
#mw-panel.collapsible-nav div.portal h3 a,
#mw-panel.collapsible-nav .portal.collapsed h3 a,
#mw-panel.collapsible-nav .portal.collapsed h3 {
    color: var(--sidebar-header);
    font-weight: bold;
    text-transform: uppercase;
}

div#mw-panel {
    margin-top: -75px;
}

/* Logo */
#p-logo a {
/*	background-size:contain;
    width: 500px;
    height: 80px; 
*/
    margin-top: 70px;
}


/*                        Comment out temporarily

div.vectorTabs,
div.vectorTabs span,
div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs ul li.selected,
div#mw-head div.vectorMenu h3,
div.vectorMenu h3 span {
    background-color: transparent;
    background-image: none;
    border: none;
	text-transform: uppercase;
	font-weight:bold;
	color:#fff;
}

div.vectorTabs li a, div.vectorTabs li a span, div.vectorMenu li a { color:#fff; }
div.vectorMenu div.menu {
	border-color: #343434; 
	background-color: #303030;
	top: 2.2em;
}

div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
	background-color: var(--content-background); 
}
/*  end       */

div#content { 
	margin-top: -0.4em; /* testing, before   0.1em; */
	border: none;
	background: rgba(0,0,0,0.80);
	color: #f0fff0;
	box-shadow: 0 0.1em 0.75em #D5D4D4;
}
/*          test...........
div#mw-head {
	margin-top: 20px; 
}
* */

#left-navigation, #right-navigation { 
	margin-top: 3.6em; 
}
div.vectorTabs span a {
	padding-top: 0.25em; 
}
/*                      testing   
div.vectorMenu, div.vectorTabs ul li.mw-watchlink {
	margin-top: -0.8em; 
}
*/

#p-search {
	margin-top: -0.1em; 
}

#p-search div#simpleSearch {
    border-radius: 4px;
    width: 12em;
}
div.vectorMenu h3 span::after {
	filter: invert(100%); 
}
/*        */


/* Imported from Witcher 3 / Gamepedia Help Wiki */

/* Tabs and menus */
#left-navigation {
    margin-left: 11em;
}

#right-navigation {
    margin-right: 1em; /* was 5.5em */
}

div.vectorTabs,
div.vectorTabs span,
div.vectorTabs li.selected,
div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs li a {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

div.vectorTabs ul li {
    margin-right: 5px;
}

div.vectorTabs li span {
    background: #AB0000; 
    background-image:-moz-linear-gradient(center top, #AB0000 0%, #15191D 100%); 
    background-image:-webkit-gradient(linear, center top, left bottom, color-stop(0%,#AB0000), color-stop(100%,#15191D)); 
    background-image:-webkit-linear-gradient(top, #AB0000 0%, #15191D 100%); 
    background-image:-o-linear-gradient(top, #AB0000 0%, #15191D 100%); 
    background-image:-ms-linear-gradient(top, #AB0000 0%, #15191D 100%); 
    background-image: linear-gradient(to bottom, #AB0000 0%, #15191D 100%); 
    display: inline-block;
    border: 1px solid #4A040A;
    border-radius: 4px;
    padding: 2px 10px;
    margin-top: 0.5em;
    height: 19px;
    text-align: center;
}

div.vectorTabs li a {
    background-image: none;
    margin-top: -2px  /* testing, before:  -16px; */
}

div#mw-head a,
div#mw-head div.vectorTabs a,
div#mw-head div.vectorMenu a,
.vectorTabs li a span,
div.vectorMenu h3 span {
    color: #c0c0c0 !important;
    font-weight: bold;
}

div#mw-head li.new a,
div#mw-head li.new a:visited {
    color: #fc0000 !important;
    text-shadow: 1px 1px #000000;
    margin-top: -2px; /* testing */
}

div.vectorTabs ul li:first-child {
    border-image: none;
    border-left: medium none;
}

div#mw-head li.selected a,
div#mw-head li.selected a span,
div#mw-head div.vectorTabs li.selected a,
div#mw-head div.vectorTabs li.selected a:visited {
    color: #ffffff !important;
    font-weight: bold;
    margin-top: -2px;       /*testing */
}

div.vectorMenu h3 span {
    font-weight: bold;
    padding-top: 0;
}

div.vectorMenu h3 span::after {
    top: 0;
}

div.vectorMenu h3:hover span,
div.vectorMenu h3:focus span {
    color: #ffffff;
}

div#mw-head div.vectorMenu h4,
div#p-variants.vectorMenu #mw-vector-current-variant {
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 0.2em;
    text-shadow: none;
}

.vectorTabs #ca-unwatch.icon a,
.vectorTabs #ca-watch.icon a {
    padding: 16px 0 0;
}

div#mw-head div.vectorMenu h3 {
    background: #AB0000; 
    background-image:-moz-linear-gradient(center top, #AB0000 0%, #4A040A 100%); 
    background-image:-webkit-gradient(linear, center top, left bottom, color-stop(0%,#AB0000), color-stop(100%,#4A040A)); 
    background-image:-webkit-linear-gradient(top, #AB0000 0%, #4A040A 100%); 
    background-image:-o-linear-gradient(top, #AB0000 0%, #4A040A 100%); 
    background-image:-ms-linear-gradient(top, #AB0000 0%, #4A040A 100%); 
    background-image: linear-gradient(to bottom, #AB0000 0%, #4A040A 100%); 
    display: inline-block;
    border: 1px solid #4A040A;
    border-radius: 4px;
    padding: 2px 10px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    height: 19px;
    text-align: center;
}

div.vectorMenu div.menu {
    border: none;
    left: auto;
    margin-left: 5px;
    right: 0;
    top: 40px;
}

div#mw-head div.vectorMenu ul {
    background-color: #000000;
    background-image: none;
    border-right: 5px none;
    box-shadow: 0 0.1em 0.75em #d5d4d4;
}
/*           what does this do?   */
div#mw-head div.vectorMenu li a {
    color: #7AB1CC;
}

div#mw-head div.vectorMenu li a:hover {
    color: #c0c0c0;
}
/* End imported from Witcher 3 */

/* Watchlist icon */
.vectorTabs #ca-watch.icon a {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+IDxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2YzN2YyMCIgc3Ryb2tlLXdpZHRoPSIuOTk5OTIiIGQ9Ik04LjEwMyAxLjE0NmwyLjE3NSA0LjQwOCA0Ljg2NC43MDctMy41MiAzLjQzMS44MzEgNC44NDUtNC4zNTEtMi4yODctNC4zNTEgMi4yODcuODMxLTQuODQ1LTMuNTItMy40MzEgNC44NjQtLjcwN3oiLz4gPC9zdmc+);
}

.vectorTabs #ca-watch.icon a:hover,
.vectorTabs #ca-watch.icon a:focus {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPiA8ZGVmcz4gPGxpbmVhckdyYWRpZW50IGlkPSJhIj4gPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjYzJlZGZmIi8+IDxzdG9wIG9mZnNldD0iLjUiIHN0b3AtY29sb3I9IiM2OGJkZmYiLz4gPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZmZmIi8+IDwvbGluZWFyR3JhZGllbnQ+IDxsaW5lYXJHcmFkaWVudCBpZD0iYiIgeDE9IjEzLjQ3IiB4Mj0iNC41OTYiIHkxPSIxNC4zNjMiIHkyPSIzLjM5NyIgeGxpbms6aHJlZj0iI2EiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIi8+IDwvZGVmcz4gPHBhdGggZmlsbD0iI2YzN2YyMCIgc3Ryb2tlPSIjZjM3ZjIwIiBzdHJva2Utd2lkdGg9Ii45OTk5MiIgZD0iTTguMTAzIDEuMTQ2bDIuMTc1IDQuNDA4IDQuODY0LjcwNy0zLjUyIDMuNDMxLjgzMSA0Ljg0NS00LjM1MS0yLjI4Ny00LjM1MSAyLjI4Ny44MzEtNC44NDUtMy41Mi0zLjQzMSA0Ljg2NC0uNzA3eiIvPiA8L3N2Zz4=);
}

.vectorTabs #ca-unwatch.icon a {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPiA8ZGVmcz4gPGxpbmVhckdyYWRpZW50IGlkPSJhIj4gPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjYzJlZGZmIi8+IDxzdG9wIG9mZnNldD0iLjUiIHN0b3AtY29sb3I9IiM2OGJkZmYiLz4gPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZmZmIi8+IDwvbGluZWFyR3JhZGllbnQ+IDxsaW5lYXJHcmFkaWVudCBpZD0iYiIgeDE9IjEzLjQ3IiB4Mj0iNC41OTYiIHkxPSIxNC4zNjMiIHkyPSIzLjM5NyIgeGxpbms6aHJlZj0iI2EiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIi8+IDwvZGVmcz4gPHBhdGggZmlsbD0iI2YzN2YyMCIgc3Ryb2tlPSIjZjM3ZjIwIiBzdHJva2Utd2lkdGg9Ii45OTk5MiIgZD0iTTguMTAzIDEuMTQ2bDIuMTc1IDQuNDA4IDQuODY0LjcwNy0zLjUyIDMuNDMxLjgzMSA0Ljg0NS00LjM1MS0yLjI4Ny00LjM1MSAyLjI4Ny44MzEtNC44NDUtMy41Mi0zLjQzMSA0Ljg2NC0uNzA3eiIvPiA8L3N2Zz4=);
}

.vectorTabs #ca-unwatch.icon a:hover,
.vectorTabs #ca-unwatch.icon a:focus {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+IDxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2YzN2YyMCIgc3Ryb2tlLXdpZHRoPSIuOTk5OTIiIGQ9Ik04LjEwMyAxLjE0NmwyLjE3NSA0LjQwOCA0Ljg2NC43MDctMy41MiAzLjQzMS44MzEgNC44NDUtNC4zNTEtMi4yODctNC4zNTEgMi4yODcuODMxLTQuODQ1LTMuNTItMy40MzEgNC44NjQtLjcwN3oiLz4gPC9zdmc+);
}

.vectorTabs #ca-unwatch.icon a,
.vectorTabs #ca-watch.icon a {
	background-size: 16px;
}

.catlinks {
    background-color: var(--background-color);
/*    background-image: -moz-linear-gradient(center top , #15191D 60%, #000000 100%) repeat scroll 0 0;
    background-image: -webkit-gradient(linear, center top, left bottom, color-stop(60%,#6ba70d), color-stop(100%,#000000));
    background-image: -webkit-linear-gradient(top, #15191D 60%, #000000 100%);
    background-image: -o-linear-gradient(top, #15191D 60%, #000000 100%);
    background-image: -ms-linear-gradient(top, #15191D 60%, #000000 100%);
    background-image: linear-gradient(to bottom, #15191D 60%, #000000 100%);*/
    border: 1px solid #404040;
    margin-bottom: 5px;
}

/* Footer */
div#footer ul li {
    color: var(--text-color);
}

/* Smokie Gradient */
/*
.smokie {
    background:#f4a638;
    background:-moz-linear-gradient(top,  #ff9600, #dfdd38 50%, #c0d43b 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop (0% #ff9600), color-stop(50%,#dfdd38), color-stop(100%,#c0d43b ));
    background:-webkit-linear-gradient(top, #ff9600 0%, #dfdd38 50%, #c0d43b 100%);
    background:-o-linear-gradient(top, #ff9600 0%, #dfdd38 50%, #c0d43b  100%);
    background:-ms-linear-gradient(top, #ff9600 0%, #dfdd38 50%, #c0d43b  100%);
    background:linear-gradient(to bottom, #ff9600 0%, #dfdd38 50%, #c0d43b  100%);
}
*/

/* Style for horizontal lists (separator following item).
   IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].
   @source mediawiki.org/wiki/Snippets/Horizontal_lists
   @revision 6 (2014-05-09)
   @author [[User:Edokter]]
 */
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
    padding: 0;
}
/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
    margin: 0;
    display: inline;
}
/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
    display: inline;
}
/* Generate interpuncts */
.hlist dt:after {
    content: ": ";
}
.hlist dd:after,
.hlist li:after {
    content: " · ";
    font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
    content: none;
}
/* For IE8 */
.hlist dd.hlist-last-child:after,
.hlist dt.hlist-last-child:after,
.hlist li.hlist-last-child:after {
    content: none;
}
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
    content: " (";
    font-weight: normal;
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
    content: ") ";
    font-weight: normal;
}
/* For IE8 */
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
    content: ") ";
    font-weight: normal;
}
/* Put ordinals in front of ordered list items */
.hlist ol {
    counter-reset: listitem;
}
.hlist ol > li {
    counter-increment: listitem;
}
.hlist ol > li:before {
    content: " " counter(listitem) " ";
    white-space: nowrap;
}
.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
    content: " (" counter(listitem) " ";
}

/* This governs the sections on the Community portal */
.cpbox {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.cpbox #admins {
    box-sizing: border-box;
    width: calc(33% - 10px);
    margin: 5px;
    flex-grow: 1;
    min-width: 300px;
}

.cpbox #help {
    box-sizing: border-box;
    width: calc(67% - 10px);
    margin: 5px;
    flex-grow: 1;
}

/* Classes permitting setting of alignment on desktop only or differently on desktop and mobile */
/* (See .mobileleft, .mobilecenter, .mobileright in MediaWiki:Mobile.css for the mobile equivalents */
.desktopleft {
    text-align: left;
}

.desktopcenter {
    text-align: center;
}

.desktopright {
    text-align: right;
}
.mwe-popups.flipped-y, .mwe-popups.flipped-x-y { margin-top: -30px; }

/* Front page styles */
.fpmain {
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.fpbanner {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid #82A8AF;
    box-shadow: 0 2px 5px #687478;
    color: #9CCAD2;
    margin: 0 5px 5px 5px;
    padding: 5px;
    min-height: 80px;
}

.fpbannertable {
    background: transparent;
    border: none;
    display: table;
    width: 100%; 
    min-height: 75px;
    margin: 0;
    padding: 5px;
}

.fpbannercell {
    display: table-cell; 
    text-align: center; 
    vertical-align: middle;
}

.fpbannerblock {
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.75);
    font-size: 132%;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

.fpmidsections {
    float: left;
    width: 100%;
    overflow: hidden;
}

.fpbox {
    background: rgba(170, 170, 170, 0.05);
    border: 1px solid #F37F20;
    box-shadow: 0 0 2px #F37F20;
    color: var(--text-color);
    margin: 5px 5px 5px 5px;
    padding: 0;
    overflow: auto;
}

.fpbox .body { padding: 0 10px 10px; }

.fpbox .mainheading {
    border: none;
    border-bottom: 1px solid #F37F20;
    color: var(--main-heading-color);
    font-size: 150%;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    overflow: auto;
}

.fpbox .heading {
    background: var(--heading-background);
    border: none;
    color: var(--heading-color);
    font-size: 132%;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
    overflow: auto;
}

.fpbox .heading::after {
	content:'';
	display:block;
	margin:0 auto;
	width: 95%;
	padding-top:5px;
	border-bottom: 1px solid var(--heading-border);
}

.fpmain .columns .leftcol {
    width: 100%;
    margin: 0;
    padding: 0;
}

.fpmain .columns .rightcol {
    width: 100%;
    margin: 0;
    padding: 0;
}

.fpsection1, .fpsection2, .fpsection3, .fpsection4 {
    float: left;
    clear: both; 
    width: 100%;
}

div.fp2columnonly, div.fp3columnonly {
    display: none; 
}

@media (min-width: 790px) {
  .fpsection1 {
    float: left;
    clear: none;
    width: 50%;
  }

  .fpmidsections {
    clear: none;
    float: right;
    width: 50%;
  }

  .fpsection4 {
    float: left;
    clear: none;
    width: 50%;
  }

  div.fp2columnonly {
    display: block; 
  }
}

@media (min-width: 990px) {
  .fpmain .columns .leftcol {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
  }

  .fpmain .columns .rightcol {
    float: right;
    width: 50%;
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 1390px) {
  .fpmidsections {
    clear: none;
    float: right;
    width: 66.667%;
  }

  .fpsection1 {
    clear: none;
    width: 33.333%;
  }

  .fpsection2 {
    clear: none;
    width: 50%;
  }

  .fpsection3 {
    clear: none;
    width: 50%;
  }
 
  .fpsection4 {
    clear: left;
    width: 33.333%;
  }

  div.fp2columnonly {
    display: none; 
  }

  div.fp3columnonly {
    display: block; 
  }
}

.fpbox.plain {
    border: none;
    box-shadow: none;
    background: transparent;
}

.fpimagelist ul {
    list-style-type: none;
    list-style-image: none;
}

.fpvideos {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.fpvideo {
    display: inline-block;
    margin: 0 5px;
}

.columns {
  padding: 0;
  margin: 10px 0 0 0;
  overflow: hidden;
}

.columns .leftcol {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}

.columns .centercol {
  float: left;
  margin: 0;
  padding: 0;
}

.columns .rightcol {
  float: right;
  width: 50%;
  margin: 0;
  padding: 0;
}

/* E0E0E0 is the actual colour, in the bottom line */
ul {
    list-style-type: disc;
    list-style-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%225%22%20height%3D%2213%22%3E%0A%3Ccircle%20cx%3D%222.5%22%20cy%3D%229.5%22%20r%3D%222.5%22%20fill%3D%22%23E0E0E0%22%2F%3E%0A%3C%2Fsvg%3E%0A);
} 

pre,
.mw-code,
code {
  border: 1px dashed #616C7A;
  border-radius: 4px;
  background: rgba(171,171,171,0.1);
  color: var(--text-color);
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
pre code {
	border: 0;
}
pre + pre,
div.mw-code + div.mw-code {
	margin-top: -1px;
}
.mw-highlight { background: none; }

.toc,
#toc,
div.toc,
div#toc,
div.mw-warning,
.toccolours {
  border-color: var(--border-color);
  background: var(--background-color);
  color: var(--text-color);
  margin: 0 0 10px 0;
  padding: 3px 6px;
}
.tocnumber {
	color: var(--text-color);
}

ul#filetoc {
    background-color: var(--background-color);
    border: 1px solid #616C7A;
}


/* Anchors */
a, 
a:link,
a:active,
a:visited,
div#content a.extiw,
div#content a.extiw:visited,
div#content a.external, 
div#content a.external:visited,
.external a,
.external a:link,
.external a:active,
.external a:visited,
#mw-indicator-mw-helplink a {
    color: #E6D404 !important;  /*yellow-ish link colour */
}

a:hover {
	text-decoration: underline;
}

#global-wrapper #preftoc li.selected a {
	color: var(--text-color);
}

/* thumbnails and galleries and image file history */
div.thumb {
    border: 1px solid #394147;
    margin: 2px;
    margin-left: 6px;
}

.thumb.tleft {
    margin: 2px 10px 2px 0;
}

img.thumbborder {
    border: 1px solid #394147;
    padding: 5px;
}

div.thumbinner {
    background-color: #0A0B0C;
    border: medium none;
}

li.gallerybox div.thumb {
    background-color: #0A0B0C;
    background-image: -moz-linear-gradient(center top , #15181A 0%, #0A0B0C 100%);
    background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#15181A), color-stop(100%,#0A0B0C));
    background-image: -webkit-linear-gradient(top, #15181a 0%, #0A0B0C 100%);
    background-image: -o-linear-gradient(top, #15181a 0%, #0A0B0C 100%);
    background-image: -ms-linear-gradient(top, #15181a 0%, #0A0B0C 100%);
    background-image: linear-gradient(to bottom, #15181a 0%, #0A0B0C 100%);
    border: 1px solid #394147;
}

html .thumbimage {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #394147;
}

div.tright div.tleft {
    border: 1px solid #394147 !important;
}

div.tright {
    clear: right;
    float: right;
}

#file img,
.gallerybox .thumb img,
.filehistory a img {
    background: url("https://rimworldwiki.com/images/c/c5/Dark_checker.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    -webkit-filter: drop-shadow(0px 0px 10px #666666);
    filter: drop-shadow(0px 0px 3.5px #666666) drop-shadow(1px 1px 1px #666666);
}

img.highlight,
.highlight img,
.highlight a img {
    background: rgba(0,0,0,0);
    -webkit-filter: drop-shadow(0px 0px 10px #666666);
    filter: drop-shadow(0px 0px 3.5px #666666) drop-shadow(1px 1px 1px #666666);
}


.ambox,
table.ambox {
    background-color: #282828;
    border-bottom-color: #383838;
    border-right-color: #383838;
    border-top-color: #383838;
    border-collapse: collapse;
    font-size: 95%;
    margin: 0 auto 2px auto;
    width: 80%;
}

.ambox-gray {
    border-left-color: #383838;
}

.ambox.ambox-tiny {
    font-size: 90%;
    margin: 2px 0;
    width: auto;
}

.ambox + .ambox {
     margin-top: -2px;
}

.ambox-text {
     padding: 0.25em 0.5em;
}

.ambox-image {
     padding: 2px 0px 2px 0.5em;
     text-align: center;
     width: 60px;
}

.ambox-tiny .ambox-image {
     padding: 2px 0.5em;
     text-align: left;
     width: auto;
}

/* Ambox colors */
.ambox-blue {
     border-left: 10px solid #1e90ff;
}

.ambox-red {
     border-left: 10px solid #b22222;
}

.ambox-orange {
     border-left: 10px solid #f28500;
}

.ambox-yellow {
     border-left: 10px solid #f4c430;
}

.ambox-purple {
     border-left: 10px solid #9932cc;
}

.ambox-gray {
     border-left: 10px solid #bba;
}

.ambox-green {
     border-left: 10px solid #228b22;
}

/* Ambox small text */
.amsmalltext {
     font-size: smaller;
     margin-left: 0.8em;
     margin-top: 0.5em;
}


/* Navboxes in general */
/* Lore navboxes */

.navbox_title {
    background: #4A040A;
    color: #ffffff;
    font-size:90%;
}

/* Newer Navbox template style */
table.navbox {
    border: 1px solid #676767;
    clear: both;
    font-size: 88%;
    margin: auto;
    padding: 1px;
    text-align: center;
    width: 100%; 
}

/* Border between adjacent navboxes */
table.navbox + table.navbox {
    margin-top: -1px;
}

.navbox-title,
.navbox-abovebelow,
table.navbox th {
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
}

.navbox-group {
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap;
}

/* Base background */
.navbox, .navbox-subgroup {
    background: #0f0f0f;
}

.navbox-list {
    border-color: #0f0f0f;   /* Must match background color */
}

/* Level 1 color */
.navbox-title,
table.navbox th {
    background: var(--background-color);
    color: #fff;
}

/* Level 2 styling */
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
    background: #1c1b1b;
    color: #fff;
}

/* Level 3 styling */
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background: #242222;
    color: #fff;
}

/* Even row striping */
.navbox-even {
    background: #1C1E20;
    color: #fff;
}

/* Odd row striping */
.navbox-odd {
    background: transparent;
}
 
.collapseButton {
    font-weight: normal;
    width: auto;
}

.navbox .collapseButton {
    width: 6em;
}
 
.navbar {
    font-size: 88%;
    font-weight: normal;
}

.navbox .navbar {
    font-size: 100%;
    float: left;
}
 
table.collapsed tr.collapsible {
    display: none;
}
/* End of new Navbox styling */


.template-documentation {
	border: none;
	background-color: transparent;
}
/* !important to override inline coding */
#documentation-meta-data {
	background-color: transparent !important;
}


/*                          THIS STUFF CAN BE CHANGED OR REMOVED */
/* Infobox template style */
.infobox {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #505050;
    float: right;
    font-size: 89%; 
    margin-bottom: 0.5em;
    padding: 0.2em;
    width: 300px;
}

.infobox td.infoboxlabel {
    border: 2px solid inherit; 
    font-weight: bold;
    padding: 0.5px 7px;
    text-align: right;
}

.infoboxname {
    background-color: #f58120;
    color: #000;
    font-size: 110%;
    font-weight: bold;
    padding: 0.5em;
}

.infoboxdescription {
    background-color: #f58120;
    color: #000;
}

.infobox img {
	max-width: 250px;
}

/* old infoboxes above */


/* Imported infobox code from Witcher 3, remove unneeded stuff later */
/* INFOBOXES: game or book depended color style */
/*.infoboxtable {
    background: #000000; 
    background-image: -moz-linear-gradient(center top, #1A1D20 60%, #0A0B0C 100%); 
    background-image: -webkit-gradient(linear, center top, left bottom, color-stop(60%,#1A1D20), color-stop(100%,#0A0B0C)); 
    background-image: -webkit-linear-gradient(top, #1A1D20 60%, #0A0B0C 100%); 
    background-image: -o-linear-gradient(top, #1A1D20 60%, #0A0B0C 100%); 
    background-image: -ms-linear-gradient(top, #1A1D20 60%, #0A0B0C 100%); 
    background-image: linear-gradient(to bottom, #1A1D20 60%, #0A0B0C 100%); 
    border: 1px solid #404040; 
    color: #ffffff;
    float: right;
    font-size: 89%; 
    margin-bottom: 0.5em; 
    margin-left: 1em; 
    padding: 0.2em; 
    width: 300px;
}*/

/* TESTING (original above) */
.infoboxtable {
    background: #15191D; 
    background-image: -moz-linear-gradient(center top, #1A1D20 60%, #0A0B0C 100%); 
    background-image: -webkit-gradient(linear, center top, left bottom, color-stop(60%,#1A1D20), color-stop(100%,#0A0B0C)); 
    background-image: -webkit-linear-gradient(top, #1A1D20 60%, #0A0B0C 100%); 
    background-image: -o-linear-gradient(top, #1A1D20 60%, #0A0B0C 100%); 
    background-image: -ms-linear-gradient(top, #1A1D20 60%, #0A0B0C 100%); 
    background-image: linear-gradient(to bottom, #15191D 60%, #232323 100%); 
    border: 1px solid #404040; 
    color: #E6E6E6;
    float: right;
    font-size: 89%; 
    margin-bottom: 0.5em; 
    margin-left: 1em; 
    padding: 0.2em; 
    width: 300px;
}

/* yet more testing */
.infoboxtable .value {
    background-color: transparent;
    border: 1px solid #616C7A;
    text-align: center;
/*    color: #ffffff;
    padding: 0px 2px;
    font-weight: normal;*/
}

.infoboxtable th img {
    filter: drop-shadow(0px 0px 5px white);
}

.infoboxtable th.gradient,
.infoboxtable td.gradient,
table td.gradient {
    background-image: radial-gradient(closest-side,#ccc 10%,#15191D);
}

.infoboxtable td {
    vertical-align: top;
}

.infoboxtable td > div {
    background-color: rgb(41, 43, 46); 
    border-radius: 5px; 
    font-weight: bold;
    padding: 0.5px 7px;
    text-align: right;
}

.infoboxname {
    font-size: 110%; 
    font-weight: bold;
    padding: 0.5em; 
}

/* Infobox-Icons */
div.icons {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

div.icons img,
div.icons span {
    display: inline-block;
} 

div.icons span {
    width: 280px;
}

div.icons img {
    margin-top: -0.5em;
    margin-bottom: -0.5em;
}
/* end Infobox-Icons */

.infoboxdetails,
.infoboxdescription {
    padding: 0em;
}

.infoboxname,
.infoboxdetails,
.infoboxdescription {
    background: #15191D; 
    background-image: -moz-linear-gradient(center top, #C0C0C0 0%, #505050 100%); 
    background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#C0C0C0), color-stop(100%,#505050)); 
    background-image: -webkit-linear-gradient(top, #C0C0C0 0%, #505050 100%); 
    background-image: -o-linear-gradient(top, #C0C0C0 0%, #505050 100%); 
    background-image: -ms-linear-gradient(top, #C0C0C0 0%, #505050 100%); 
    background-image: linear-gradient(to bottom, #6A512E 0%, #15191D 100%); 
    color: #E6E6E6; 
    /* extra from org */
    text-align: center;
	font-weight: bold;
}

/* Collapsing sections in infoboxes */
.section-collapse {
    border-color: #ffffff;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 7px;
    margin-right: 5px;
    position: relative;
    right: 0;
    top: 5px;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 7px;
}

.section-collapsed {
    display: none;
}

.collapsed-icon {
   margin-top: -2px;
   transform: rotate(135deg);
}
/* End infobox import W3 */


fieldset { 
	border-color: var(--border-color);
}
#global-wrapper #preferences legend {
	color: #F37F20; 
}
.client-js #preferences fieldset {
	background: none;
}


/* Copied from Witcher 3 wiki */
/* Preferences */
#preftoc {
    background-color: #1C1E20;
    border: 0px;
    margin: 0 0 4px !important;
}

#preftoc,
#preftoc li,  
#preferences, 
#preftoc li a {
    background-image: none;
    background-color: transparent;
    color: #666666;
}

#preftoc li.selected a {
    background-color: #1C1E20;
    background-image: none;
    border-color: #404040 #404040 #1c1e20;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
}

#preferences {
    background-color: #1C1E20;
    border: 1px solid #404040;
}

#preferences fieldset {
    border-color: #404040;
}

#preferences legend {
    color: #e0e0e0;
}

/* page history */
.mw-changeslist-legend,
.mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend {
    border: 1px solid #404040;
    background-color: transparent;
}

#pagehistory li {
    background-color: transparent;
    border: 1px solid #404040;
    padding: 3px;
}

#pagehistory li.selected {
    background-color: var(--background-color);
    background-image: none;
    color: var(--text-color);
    border: 1px dashed #616C7A;
    padding: 3px;
}

table.diff,
td.diff-otitle,
.td.diff-ntitle {
    background: none repeat scroll 0 0 transparent;
}

.diff-addedline {
	border-color: #0c5500;
}
.diff-addedline .diffchange {
	background: #0c5500;
}
.diff-deletedline {
	border-color: #bb000a;
}
.diff-deletedline .diffchange {
	background: #bb000a;
}
td.diff-context {
    background: none repeat scroll 0 0 transparent;
    color: #c0c0c0;
    border-color: #616C7A;
}

.usermessage > a {
    color: #008000;
}

div#mw-js-message {
    background-color: #000000;
    border: 1px solid #616C7A;
}
/* end from Witcher 3 wiki */



/* Copied from Witcher 3 */
/* messages and popups */
div.noarticletext {
    background: none repeat scroll 0 0 #1C1E20;
    border: 1px solid #434647;
    color: #D5D4D4;
    padding: 0.2em 1em;
}

/* colour fix for advanced search options box */
fieldset#mw-searchoptions {
    background-color: var(--background-color);
    border-color: var(--border-color) !important;
}

.mw-search-profile-tabs {
    background-color: var(--background-color);
    border: 1px solid #616C7A;
    margin-top: 1em;
}

.mw-search-profile-tabs div.search-types ul li.current a {
    color: #FFFFFF;
}

div.mw-warning-with-logexcerpt {
    border: 2px solid #7AB1CC;
}

.not-patrolled {
    background-color: #454545;
}


/* MsUpload color fixes */
#msupload-list .file .file-name:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.msupload-check-span {
    color: var(--text-color);
}

/* Notifications */
.mw-echo-ui-notificationItemWidget:hover {
    background-color: #303030;
}

.mw-echo-ui-notificationItemWidget-unread:hover {
	background-color: #404040;
}

.mw-notification,
.mw-echo-ui-notificationsInboxWidget-toolbarWrapper {
    background-color: #000000;
}

.autocomment {
    color: #EFEFEF;
}
/* end from Witcher 3 */



/* [[Template:Message]] */
table.gpmbox {
    background:var(--message-background);
    color:var(--text-color);
}

.scalable img, img.scalable {
    max-width: 100%;
    height:auto;
}

/* class for adding a contrasting glow to an image */
.glow {
    background: rgba(0,0,0,0);
    -webkit-filter: drop-shadow(0px 0px 10px #666);
    filter: drop-shadow(0px 0px 3.5px #666) drop-shadow(1px 1px 1px #666);
}

/* Added and removed character counts */
.mw-plusminus-neg {
    color: #da2d2d;
}

.mw-plusminus-pos {
    color: #039603;
}


/*                      Apparently for Extension:SyntaxHighlight */
/* GeSHi syntax highlighting */
.mw-highlight .kw1 {
    color: var(--text-color);
    font-weight: bold;
}

.mw-highlight .nf {
    color: #02abab;
}


/* Operators */
.mw-highlight .p,
.mw-highlight .o {color: var(--text-color); font-weight: bold;}

/* Comments */
.mw-highlight .c {color: #8d9e6b; font-weight: bold;}

/* HTML Tags */
.mw-highlight .nt {color: #89a228;}

/* IDs */
.mw-highlight .nn {color: #9a9ac3;}

/* Classes */
.mw-highlight .nc {color: #7676ff;}

/* Pseudo-classes */
.mw-highlight .nd {color: #cf82ff;}

/* Properties */
.mw-highlight .k, 
.mw-highlight .kp {color: var(--text-color); font-weight: normal;}

/* Keywords */
.mw-highlight .nb {color: #ff5858;}

/* Text values, strings */
.mw-highlight .kc,
.mw-highlight .s1,
.mw-highlight .s2,
.mw-highlight .sx,
.mw-highlight .n {color: #03a503;}

/* Numeric values */
.mw-highlight .mi,
.mw-highlight .mf {color: #02abab; font-weight: bold;}

/* Units */
.mw-highlight .kt {color: #a57184;}

/* #Color values */
.mw-highlight .mh {color: #7d9c0e;}

/* !important */
.mw-highlight .cp {color: #F37F20;}


#searchlog th {
    background: var(--background-color);
}

#searchlog,
#searchlog th,
#searchlog td {
    border: 1px solid #808080;
}

/* Thumbnails */
html .thumbimage {
    background-color: transparent;
}

/* JSON */
.mw-json { color: #fff; }
.mw-json tr { background-color: rgba(105,105,105,0.2); }
.mw-json th { background-color: #000; }
.mw-json .value, .mw-json-single-value { background-color: #424242; }


/* Wikitable */
/* ======= Table Styles  ============== */

table.wikitable,
table.cargoTable,
table.TablePager, 
table.mw_metadata,
table.mw_metadata td,
table.mw-abuselog-details {
    border: 1px solid #616C7A;
    color: var(--text-color);
    border-spacing: 0;
    padding: 0;
    background: transparent;
}

table.dataTable thead .sorting_asc {}
table.dataTable thead .sorting_desc {}

table.wikitable > tr > th,
table.wikitable > * > tr > th,
table.cargoTable > tr > th,
table.cargoTable > * tr > th,
table.TablePager th,
table.mw_metadata th,
table.mw-abuselog-details th { 
    background-color: transparent;
    color: var(--text-color);
}

table.wikitable > tr > th, 
table.wikitable > tr > td, 
table.wikitable > * > tr > th, 
table.wikitable > * > tr > td,
table.cargoTable > tr > th, 
table.cargoTable > tr > td, 
table.cargoTable > * > tr > th, 
table.cargoTable > * > tr > td,
table.TablePager td,
table.TablePager th,
table.mw_metadata td,
table.mw_metadata th,
table.mw-abuselog-details td,
table.mw-abuselog-details th { 
    border: 1px solid #616C7A;
}

table.wikitable:not(.jquery-tablesorter) tr:nth-child(even) td,
table.wikitable.jquery-tablesorter tbody tr:nth-child(odd) td,
table.cargoTable:not(.jquery-tablesorter) tr:nth-child(even) td,
table.cargoTable.jquery-tablesorter tbody tr:nth-child(odd) td {
    background-color: rgba(114,70,8,.1);
}

table.wikitable tr:nth-child(even) {
    background: rgba(0,0,0,0.5);
}
table.wikitable tr:nth-child(odd) {
    background: transparent;
}

table.cargoTable tr:nth-child(even),
table.cargoTable.noMerge tr:nth-child(even) {
    background: rgba(0,0,0,0.5);
}
table.cargoTable tr:nth-child(odd),
table.cargoTable.noMerge tr:nth-child(odd){
    background: transparent;
}

.TablePager tr:hover td {
    background-color: rgba(255,255,255,.1);
}


/* --- Table sections --- */

table.wikitable > tr > th.section,
table.wikitable > * > tr > th.section,
table.cargoTable > tr > th.section,
table.cargoTable > * > tr > th.section {
    background-color: rgba(42,26,3,0.6);
    color: #DCC086;
    font-style: italic;
    position: relative;
    font-family: "EBGaramond12-Regular" !important;
}

table.wikitable th.section a,
table.cargoTable th.section a {
    color: #c28042 !important;
}

table.wikitable th.section .sidenote,
table.cargoTable th.section .sidenote  {
    position: absolute;
    right: 1em;
    bottom: 0.5em;
    font-size: 11px;
    font-weight: normal;
    color:#BDA472;
}


.copyright-icon { filter:var(--filter); }

/* Fix for making areas more readable in either Hydra or Hydradark */
.bg-highlight {
    background-color: rgba(80, 80, 80, 0.2);
    border: 1px solid #080808;
}

/* Gamepedia images tweak */
/*
.gamepedia-icon {
    background-image: var(--gp-icon);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 500px;
    height: 111px;
}
*/

/* for "edit this page" tab and "discussion" tab etc */
.pagetab {
     border-style: solid solid none;
     border-width: thin;
     border-color: #808080;
     padding:0.25ex 1ex 0ex;
     font-size: 95%;
}

/* Expand section arrow tweak */
.mw-ui-icon.mw-ui-icon-before::before,
.mw-ui-icon.mw-ui-icon-element::before {
    filter: var(--filter);
}


/* Flow - Structured Discussion extension */
.flow-post {
    color: var(--text-color);
}

.flow-topic-titlebar {
    background-color: transparent;
}

div > .flow-menu ul {
    background: var(--background-color);
}

.flow-component.flow-board-page.flow-full-height-side-rail .flow-board-header::before {
/*    box-shadow: -2px 0 0 0 rgba(0,0,0,0.1);  */
    background-color: transparent;
}

/* delay before this takes effect, so try to fix it */
.mw-ui-button.mw-ui-quiet:hover {
    background-color: #2D3034;
}
/* End Flow stuff */


/* Visual editor */
.oo-ui-decoratedOptionWidget .oo-ui-iconElement-icon,
.oo-ui-decoratedOptionWidget .oo-ui-indicatorElement-indicator,
.oo-ui-fieldsetLayout.oo-ui-iconElement > .oo-ui-fieldsetLayout-header > .oo-ui-iconElement-icon {
    filter: var(--filter);
}

.oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon,
.oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label,
.oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-iconElement > .oo-ui-tool-link .oo-ui-iconElement-icon {
    filter: var(--filter);
}

/* Notifications */
.mw-echo-ui-notificationsInboxWidget-toolbarWrapper,
.mw-echo-ui-crossWikiNotificationItemWidget-group,
.mw-echo-ui-bundleNotificationItemWidget-group {
	background: inherit;
}

/* Special:BotPasswords */
.mw-htmlform-ooui .mw-htmlform-matrix tbody tr:first-child td {
	background-color: inherit;
}

.mw-htmlform-ooui .mw-htmlform-matrix tbody tr:nth-child(2n) td {
	background-color: rgba(128,128,128,0.5);
}

div.mainavatar {
    filter: drop-shadow(0px 0px 3.5px #666) drop-shadow(1px 1px 1px #666);
}

.ve-ui-mwSaveDialog-options {
    background-color: var(--background-color);
}

.ve-ui-mwSaveDialog-license {
    color: var(--text-color);
}

.oo-ui-popupToolGroup .oo-ui-toolGroup-tools {
    background-color: var(--background-color);
    border: 1px solid #383838;
    box-shadow: 0 2px 2px 0 rgba(128,128,128,0.4);
}

.oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-title,
.oo-ui-buttonElement.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
    color: var(--text-color);
}

.oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-enabled:hover,
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover,
.oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-enabled:hover,
.oo-ui-widget.oo-ui-widget-enabled.oo-ui-optionWidget.oo-ui-decoratedOptionWidget.oo-ui-outlineOptionWidget.oo-ui-outlineOptionWidget-level-0.oo-ui-iconElement.oo-ui-labelElement:hover {
    background-color: rgba(128,128,128,0.4);
}

.ve-ui-specialCharacterDialog .oo-ui-outlineOptionWidget,
.ve-ui-specialCharacterPage, 
.ve-ui-specialCharacterPage h3 { 
	color: var(--text-color);
}

.oo-ui-popupToolGroup.oo-ui-widget-enabled.oo-ui-popupToolGroup-active {
    background-color: rgba(128,128,128,0.4);
}
.warning { color: #F37F20; }

table.zebra > tbody > tr:nth-child(2n) {background-color: rgba(128,128,128,0.2);}
.ve-init-mw-switchPopupWidget .oo-ui-checkboxInputWidget [type='checkbox']{ opacity:1; }

ol.references li:target, sup.reference:target { background-color: rgba(128,128,128,0.5); }

/* PageForms edit screen fix */
div.editSchemaSection .sectionHeader {
	    color: #000;
}

/***************************
* Used by [[Template:Key]] *
****************************/
/* Dark Wiki Variation */
.keysDark {
  color:black; 
  border: 1px solid rgb(170, 170, 170); 
  box-shadow: 0.1em 0.2em 0.2em rgb(221, 221, 221); 
  border-radius: .2em; 
  background-image: linear-gradient(to bottom, rgb(238, 238, 238), rgb(249, 249, 249), rgb(238, 238, 238)); 
  background-color: rgb(249, 249, 249); 
  padding: 0.1em 0.6em 0.1em 0.6em; 
  margin-right:2px; 
  font-size:85%; 
  font-family:inherit; 
  font-style:normal;
}

/* Light Wiki Variation */
.keysLight {
  color:white; 
  border: 1px solid rgb(0, 0, 0); 
  box-shadow: 0.1em 0.2em 0.2em rgb(0, 0, 0); 
  border-radius: .2em; 
  background-image: linear-gradient(to bottom, rgb(0, 0, 0), rgb(15, 15, 15), rgb(30, 30, 30)); 
  background-color: rgb(30, 30, 30); 
  padding: 0.1em 0.6em 0.1em 0.6em; 
  margin-right:2px; 
  font-size:85%; 
  font-family:inherit; 
  font-style:normal;
}

/******************************
* End Template:Key coloration *
*******************************/


/* Community Portal */
.communityportal {
	background: transparent;
}

.cp-header {
    background: rgba(243,127,32,0.3);
    color: var(--text-color);
}