Civilization VI Wiki
m (temporarily remove preference styles)
m (preferences)
Line 989: Line 989:
 
fieldset#mw-searchoptions div.divider {
 
fieldset#mw-searchoptions div.divider {
 
border-bottom: 1px solid #e6e6e6;
 
border-bottom: 1px solid #e6e6e6;
  +
}
  +
  +
/* Preferences */
  +
.client-js #preferences {
  +
background: transparent;
  +
}
  +
  +
.client-js #preferences fieldset {
  +
border: none;
  +
border-radius: 2px;
  +
background: none;
  +
}
  +
  +
.client-js #preferences fieldset fieldset {
  +
border: 2px solid rgba(36, 61, 92, 0.17);
  +
border-radius: 2px;
  +
background: rgba(255, 255, 255, 0.75) padding-box;
  +
margin: 5px;
  +
padding: 10px;
  +
}
  +
  +
.client-js #preferences .oo-ui-labelWidget.oo-ui-inline-help {
  +
color: #777777;
  +
}
  +
  +
.client-js #preferences .oo-ui-tabSelectWidget {
  +
border-bottom: 2px solid #e6e6e6;
  +
background: #f2f2f2;
  +
}
  +
  +
.client-js #preferences .oo-ui-tabOptionWidget .oo-ui-labelElement-label {
  +
color: #255e9f;
  +
}
  +
  +
.client-js #preferences .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected .oo-ui-labelElement-label {
  +
color: #000;
  +
}
  +
  +
.client-js #preferences .oo-ui-tabOptionWidget:active .oo-ui-labelElement-label,
  +
.client-js #preferences .oo-ui-tabOptionWidget:hover .oo-ui-labelElement-label {
  +
color: #298eff;
 
}
 
}
   

Revision as of 22:24, 23 December 2019

/* CSS placed here will affect users of the Hydra skin */
/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}

/******************
/* General styles *
/******************/
body {
  background: #FFFFFF url(/media/6/6e/Background-Skin.jpg) no-repeat scroll left 159px;
  font-family: "Droid Serif", "Georgia", "Times New Roman", "Palatino", "Hoefler Text", "Baskerville", serif;
  font-size: 1.03em;
}
     
div#mw-page-base {
  background: transparent url(/media/a/a8/Header-Background.png) repeat-x top left !important;
  background-color: transparent;
  height: 130px;
}

body, #mw-page-base {
  background-color: transparent;
  height: 130px;
}

div#p-personal {
  position: absolute;
  top: -30px;
}

/***************
/* Logo styles *
/***************/
/* Logo */
#p-logo {
    height: 66px !important;
    width: 370px !important;
    margin-left: 15px;
    margin-top: 66px;
    padding: 0;
    position: absolute;
    z-index: 4;
}

#p-logo a {
    height: 66px !important;
    width: 800px !important;
}

/*****************
/* Header styles *
/*****************/
div#mw-head-base {
  display: none;
}

div#mw-head {
  border: none;
  background: url(/media/f/f8/Skin-Nav-Background.jpg) repeat-x left top;
  margin-top: 90px;
  height: 35px;
}

/**************************
/* Article navigation bar *
/**************************/
#left-navigation {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

#right-navigation {
  margin: 0 0 0 0;
  padding: 0;
}

div.vectorTabs {
  border: none;
  background: transparent;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  height: 30px;
  margin: 2px 0 3px 0;
  padding: 0 0 0 0;
}

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

div.vectorTabs ul {
  border: none;
  background: transparent;
}

div.vectorMenu h3 a {
    background-image: none;
}

div.vectorTabs ul li { 
}

div.vectorTabs ul li,
div.vectorTabs ul li.selected {
  border: none;
  margin: 0;
  padding: 0;
}

#left-navigation ul li {
  background: transparent url(/media/b/bc/Skin-Nav-Divider.png) no-repeat right center;
}

#right-navigation ul li {
  background: transparent url(/media/b/bc/Skin-Nav-Divider.png) no-repeat left center;
}

div.vectorTabs ul li span,
div.vectorTabs ul li.selected span {
  border: none;
  background: transparent;
}

div.vectorTabs li span a {
  border: none;
  background: transparent;
  color: #ffd955;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  height: 30px;
  line-height: 30px;
  margin: 0;
}

#left-navigation li span a {
  padding: 0 18px 0 16px;
}

#right-navigation li span a {
  padding: 0 16px 0 18px;
}

div.vectorTabs span a:visited {
  color: #d5c67f;
}

div.vectorTabs li.selected span a {
  border: none;
  background: transparent;
  color: #ffffff !important;
}

div.vectorTabs span a:hover,
div.vectorTabs span a:visited:hover,
div.vectorTabs li.selected span a:hover {
  text-decoration: underline;
}

div.vectorTabs li.new span a {
  color: #d58f7f;
}

div.vectorTabs li.new span a:visited {
  color: #c09c94;
}

div.vectorTabs li.new.selected span a {
  border: none;
  background: transparent;
  color: #ffdddd !important;
}

div.vectorTabs span a:active {
  color: #ffffff;
}

#p-views {
}

div.vectorMenu {
  border: none;
  width: 9px;
  height: 30px;
  line-height: 30px;
  margin: 2px 0 3px 0;
}

div#p-cactions {
  width: 9px;
  background: transparent url(/media/b/bc/Skin-Nav-Divider.png) no-repeat left center;
  padding: 0 16px 0 18px;
}

div#p-sharing {
  width: auto;
  background: transparent url(/media/b/bc/Skin-Nav-Divider.png) no-repeat right center;
  padding: 0 18px 0 16px;
}

div#mw-head div.vectorMenu h3 {
  background: transparent url(https://commons.gamepedia.com/media/commons.gamepedia.com/8/80/Vector_menu_downarrow_white.png) no-repeat center center !important;
  width: 9px;
  height: 30px;
}

div#mw-head div.vectorMenu:hover h3 {
  background: transparent url(https://commons.gamepedia.com/media/commons.gamepedia.com/8/80/Vector_menu_downarrow_white.png) no-repeat center center !important;
  width: 9px;
  height: 30px;
}

div#mw-head div.vectorMenu h3 span {
  display: none;
}

div#mw-head div.vectorMenu h3 a {
  border: none;
  background: transparent;
}

div.vectorMenu h4 {
  border: none;
  background: transparent;
  color: #ffd955;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  height: 30px;
  line-height: 30px;
  margin: 0 5px 0 0 !important;
  padding: 0 0.3em 0 0.3em !important;
}

div.vectorMenu h5 {
  background: transparent url(https://commons.gamepedia.com/media/commons.gamepedia.com/0/0b/Vector_menu_downarrow.png) no-repeat center center !important;
  width: 9px;
  height: 30px;
}

div.vectorMenu:hover h5 {
  background: transparent url(https://commons.gamepedia.com/media/commons.gamepedia.com/0/0b/Vector_menu_downarrow.png) no-repeat center center !important;
  width: 9px;
  height: 30px;
}

div.vectorMenu h5 a {
  border: none;
  background: transparent;
}

div.vectorMenu div.menu {
  border: 1px solid #58708a;
  background: #253e5c;
  margin: 0;
  padding: 4px 10px;
  top: 30px;	
  z-index: 3000;
}

div#p-cactions div.menu ul {
  border: none;
  background: transparent;
}

div#p-cactions div.menu {
  left: auto;
  right: 0;
}

div#p-cactions div.menu ul li{
  text-align: right;
}

div#p-sharing div.menu {
  left: 0;
}

div.vectorMenu div.menu ul li {
  background: transparent !important;
}

div#p-cactions div.menu ul li a {
  color: #ffd955;
  margin: 5px 0;
  padding: 1px 0;
}

div#p-cactions div.menu ul li a:visited {
  color: #c09c94;
}

div#p-cactions div.menu ul li a:active {
  color: #ffffff;
}

#p-search {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

#p-search form {
}

#p-search input {
}

#p-search input[type="submit"],
#p-search input[type="button"],
#p-search input[type="reset"] {
  vertical-align: top;
}

#searchInput {
  width: 220px;
}

div#content mw-body {
  background: #ffffff url(/media/6/6e/Background-Skin.jpg) no-repeat top left 0px;
}


/***********************
/* Left sidebar styles *
/***********************/

div#mw-panel {
    top: 120px;
    margin-left: 13px;
    margin-right: 12px;
    margin-top: 0;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-right: 0;
    width: 145px;
    overflow: visible;
}

div#mw-panel div.portal div.body ul li {
    margin: 0;
    padding: 5px 0 5px 0;
}
 
div#mw-panel div.portal div.body ul li a {
    color: #255e9f;
}

div#mw-panel div.portal div.body ul li a:visited {
    color: #1f75cd;
}

div#mw-panel div.portal div.body ul li a:active {
    color: #298eff;
}

div#mw-panel div.portal h3,
#mw-panel.collapsible-nav .portal h3 a,
#mw-panel.collapsible-nav .portal h3 a,
#mw-panel.collapsible-nav div.portal h3 a,
#mw-panel.collapsible-nav .portal h3 a:visited,
#mw-panel.collapsible-nav .portal.collapsed h3 a,
#mw-panel.collapsible-nav .portal.collapsed h3 a:visited {
    border: none;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 0 2px -1px #c2c2c2 inset,
                0 0 -2px -1px #c2c2c2 inset;
    color: #112848;
    font-size: 105%;
    font-weight: bold;
    margin: 0 -7px 0 -12px;
    padding: 0 7px 5px 12px;
    width: 145px;
}

div#mw-panel div.portal div.body,
#mw-panel.collapsible-nav .portal {
    background-image: none;
}

/***************
/* Link styles *
/***************/
.t-netbar a.new,
.t-netbar a.new:link,
.t-netbar a.new:visited {
  color: #c39999 !important;
}

.t-netbar a:active,
.t-footer a:active {
  color: #ffffff !important;
}

.t-netbar a.new:hover,
.t-netbar a.new:active {
  color: #ffdddd !important;
}

a,
a:link,
label.toctogglelabel {
  color: #255e9f;
}

div#content a:visited,
a:visited {
  color: #1f75cd;
}

a:active,
label.toctogglelabel:active {
  color: #298eff;
}

a.new {
  color: #8d3c23 !important;
}

div#content a.new:visited,
a.new:visited {
  color: #ab3819 !important;
}

div#content a.new:active,
a.new:active {
  color: #ff3701 !important;
}

a.stub {
  color: #5f8d23;
}

div#content a.stub:visited,
a.stub:visited {
  color: #7abc1c;
}

div#content a.stub:active,
a.stub:active {
  color: #9fff15;
}

div#content a.extiw,
div#footer a.extiw,
div#content a.external,
div#footer a.external {
  color: #238d87;
}

div#content a.extiw:visited,
div#footer a.extiw:visited,
div#content a.external:visited,
div#footer a.external:visited {
  color: #1cbcb3;
}

div#content a.extiw:active,
div#footer a.extiw:active,
div#content a.external:active,
div#footer a.external:active {
  color: #01fff0;
}

/******************
/* Article styles *
/******************/
div#content #mw-head {
  border: none;
  background: transparent;
  color: #222222;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: -170px;
  padding-right: 0;
  padding-bottom: 0;
}

div#content {
  border: none;
  background: transparent;
  color: #222222;
  margin-top: 0;
  padding: 20px 20px 10px 20px;
}

div#content #firstHeading {
  border: none;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  color: #243e5c;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
}

div#content table {
    color: #222222;
}

div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5,
div#content h6 {
  border: none;
  font-weight: bold;
  color: #243e5c;
  margin: 20px 0 8px 0;
  padding: 0 0 5px 0;
  overflow: auto;
}

div#content h1,
div#content h2 {
  border-bottom: 1px solid #dddddd;
}

span.editsection {
  font-weight: normal;
}

span.editsection a:link {
}

div#content span.editsection a:active {
}

div#content span.editsection a:visited {
}

div#content span.editsection:active:hover:visited {
}

span.editsection a:hover {
}

.toc,
#toc {
  border: 6px solid rgba(36, 61, 92, 0.17);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.75) padding-box;
  color: #222222;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.toc td, #toc td {
}

#toctitle {
}

div#content #toctitle h2 {
  border: none;
}

.toctoggle, #toc .toctoggle {
}

.toctoggle a, #toc .toctoggle a {
}

.toctoggle a:hover, #toc .toctoggle a:hover {
}

hr {
  border-bottom: 1px solid #dddddd;
}

ul {
    list-style-image: url(/media/2/23/Icon_Bullet.png);
}

img {
}

table.wikitable {
  border: 2px solid #E6E6E6;
  background-color: transparent;
  color: #222222;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

table.wikitable th,
table.wikitable tr th,
table.wikitable > tr > th,
table.wikitable > * > tr > th {
  background-color: #243E5C;
  border: 1px solid #E6E6E6;
  color: #FFFFFF;
}

table.wikitable td,
table.wikitable tr td,
table.wikitable > tr > td,
table.wikitable > * > tr > td {
  border: 1px solid #E6E6E6;
  background-color: transparent;
  color: #222222;
}

table.jquery-tablesorter th.headerSort {
    background-image: url(https://commons.gamepedia.com/media/commons.gamepedia.com/3/36/Sort_both_white.gif);
}
table.jquery-tablesorter th.headerSortUp {
    background-image: url(https://commons.gamepedia.com/media/commons.gamepedia.com/8/82/Sort_up_white.gif);
}
table.jquery-tablesorter th.headerSortDown {
    background-image: url(https://commons.gamepedia.com/media/commons.gamepedia.com/5/56/Sort_down_white.gif);
}

table th a.mw-collapsible-text {
  color: #1cbcb3;
}

li.gallerybox {
  border: 2px solid rgba(36,61,92,0.1);
  border-radius: 2px;
  background: transparent;
}

li.gallerybox div.thumb {
  border: none;
  background: transparent;
  color: #222222;
}

div.gallerytext {
  text-align: center;
}

.thumb {
  border: none;
  background: transparent;
}

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

.thumb.tright {
  margin: 0 0 10px 20px;
}

div.thumbinner {
  border: 6px solid rgba(36, 61, 92, 0.17);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.75) padding-box;
  margin: 0 0 10px 0;
  padding: 3px 5px !important;
}

html .thumbimage {
  border: none;
  background: #f2f2f2;
  color: #222222;
}

.thumbcaption {
}

.gallerytext p, .thumbcaption {
}

.toggle {
}

.sn-small {
}

sub, sup a {
}

sup.reference {
}

pre,
.mw-code,
code {
  border: 1px dashed #dddddd;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  background: #f2f2f2;
  color: #222222;
  white-space: pre-wrap;
  word-wrap: break-word;
}

#catlinks,
#toc,
.toc, 
.mw-warning {
    border: 2px solid rgba(36,61,92,0.17);
    border-radius: 2px;
    background: rgba(255,255,255,0.75) padding-box;
    margin: 10px 0 10px 0;
    padding: 3px 6px;
}

/********************
/* Editor / Options *
/********************/
div.editOptions {
    background-color: #F0F0F0;
    border: 1px solid silver;
    border-top: none;
    padding: 1em 1em 1.5em 1em;
    margin-bottom: 2em;
}

div.wikiEditor-ui .wikiEditor-ui-top {
    position: relative;
    border-bottom: 1px solid silver;
}

wikiEditor-ui-toolbar,
div.wikiEditor-ui-toolbar {
    position: relative;
    display: block;
    background-image: url(/media/d/d7/Toolbar.png);
    background-position: left top;
    background-repeat: repeat-x;
}

div.wikiEditor-ui-tabs,
div.wikiEditor-ui-tabs div {
    float: left;
    height: 2.5em;
    margin-right: -1px;
    background-color: white;
    border-left: 1px solid silver;
    border-top: 1px solid silver;
}

div.wikiEditor-ui-tabs div a {
    display: inline-block;
    padding: 0 0.75em;
    line-height: 2.5em;
    color: #0645ad;
}

div.wikiEditor-ui-tabs div.current,
div.wikiEditor-ui-tabs div.current a {
    border-bottom: 1px solid white;
    background-color: white;
	color: #333;
}

div.wikiEditor-ui {
    position: relative;
    clear: both;
    width: 100%;
	border: transparent;
    background-color: #e0eef7;
}

div.wikiEditor-ui-controls {
    float: left;
    width: 100%;
    background-color: white;
	border-bottom: 1px solid #F0F0F0;
}

div.wikiEditor-ui-buttons {
    background-color: transparent;
    border-color: transparent;
}

#wikiEditor-ui-toolbar {
    /* background-image: none; */
}

div.wikiEditor-preview-contents {
    padding: 1em;
    background-color: white;
}

/********************
/* Interface styles *
/********************/
input,
select,
textarea {
  border: 1px solid #dddddd;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  background: #ffffff;
  color: #222222;
  padding: 4px;
}

input:focus,
select:focus,
textarea:focus {
  border: 1px solid #255e9f;
  box-shadow: 0 0 4px rgba(58, 120, 190, 0.6);
  background: #f9f9f9;
  color: #000000;
}

input:hover,
select:hover,
textarea:hover {
  background: #f9f9f9;
  color: #000000;
}

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset,
              0 1px 2px rgba(0, 0, 0, 0.05);
  background: #3a78be;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  padding: 0 0.5em;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  background: #30649f;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset,
              0 1px 2px rgba(0, 0, 0, 0.05);
  background: #26507a;
}

.usermessage {
  border: 2px solid rgba(36, 61, 92, 0.17);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.75) padding-box;
  color: #222222;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

#mw-js-message {
  border: 2px solid rgba(36, 61, 92, 0.17);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.75) padding-box;
  color: #222222;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

div#content fieldset {
  border: 2px solid rgba(36, 61, 92, 0.17);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.75) padding-box;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

div#content fieldset legend {
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 0;
}

.mw-search-profile-tabs {
  border: 2px solid rgba(36, 61, 92, 0.17);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.75) padding-box;
  color: #222222;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

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

div#simpleSearch {
    display: block;
    width: 12.6em;
    padding-right: 1.4em;
    height: 1.4em;
    margin-top: -5em;
    position: relative;
    min-height: 1px;
    border: solid 1px #aaa;
    color: black;
    background-color: white;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAQCAIAAABY/YLgAAAAJUlEQVQIHQXBsQEAAAjDoND/73UWdnerhmHVsDQZJrNWVg3Dqge6bgMe6bejNAAAAABJRU5ErkJggg==);
    background-position: top left;
    background-repeat: repeat-x;
}

#pagehistory li {
  margin: 1px 0;
  padding: 1px !important;
}

#pagehistory li.selected {
  border: 1px solid rgba(36, 61, 92, 0.17);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.75) padding-box;
  margin: 1px 0;
  padding: 0 !important;
}

table.diff {
  border: 6px solid rgba(36, 61, 92, 0.17);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.75) padding-box;
  color: #222222;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

td.diff-otitle, td.diff-ntitle {
    background-color: transparent;
}

td.diff-addedline {
    border-color: #a3d3ff;
	background-color: transparent;
	border: #a3d3ff;
}

td.diff-addedline .diffchange {
    background: #d8ecff;
    color: #222222;
}

td.diff-deletedline {
    border-color: #ffe49c;
    background-color: transparent;
	border: #ffe49c;
}

td.diff-deletedline .diffchange {
    background: #feeec8;
	color: #222222;
}

td.diff-context {
    background: #f9f9f9;
    border-color: #e6e6e6;
    color: #333333;
}

.diffchange {
    border-radius: 0.33em;
    padding: 0.25em 0;
    font-weight: bold;
    text-decoration: none;
}

fieldset#mw-searchoptions {
  border: 2px solid rgba(36, 61, 92, 0.17);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.75) padding-box;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

fieldset#mw-searchoptions h4 {
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
  color: #243e5c;
  margin: 0 0 8px 0;
  padding: 0 0 5px 0;
}

fieldset#mw-searchoptions div.divider {
  border-bottom: 1px solid #e6e6e6;
}

/* Preferences */
.client-js #preferences {
  background: transparent;
}

.client-js #preferences fieldset {
  border: none;
  border-radius: 2px;
  background: none;
}

.client-js #preferences fieldset fieldset {
  border: 2px solid rgba(36, 61, 92, 0.17);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.75) padding-box;
  margin: 5px;
  padding: 10px;
}

.client-js #preferences .oo-ui-labelWidget.oo-ui-inline-help {
  color: #777777;
}

.client-js #preferences .oo-ui-tabSelectWidget {
  border-bottom: 2px solid #e6e6e6;
  background: #f2f2f2;
}

.client-js #preferences .oo-ui-tabOptionWidget .oo-ui-labelElement-label {
  color: #255e9f;
}

.client-js #preferences .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected .oo-ui-labelElement-label {
  color: #000;
}

.client-js #preferences .oo-ui-tabOptionWidget:active .oo-ui-labelElement-label,
.client-js #preferences .oo-ui-tabOptionWidget:hover .oo-ui-labelElement-label {
  color: #298eff;
}

ul#filetoc {
  border: 2px solid rgba(36, 61, 92, 0.17);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.75) padding-box;
  color: #222222;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

table.mw_metadata {
  border: 2px solid #e6e6e6;
  background: transparent;
  color: #222222;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

table.mw_metadata th {
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
  font-weight: bold;
  color: #000000;
}

table.mw_metadata td {
  border: 1px solid #e6e6e6;
  background: transparent;
  color: #222222;
}

.mw-datatable {
  border: 2px solid #e6e6e6;
  background: #f2f2f2;
  color: #222222;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.mw-datatable th {
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
  font-weight: bold;
  color: #000000;
}

.mw-datatable td {
  border: 1px solid #e6e6e6;
  background: #f2f2f2;
  color: #222222;
}

#mw-allmessagestable tbody:hover tr td,
.mw-datatable tr:hover td {
  background: #e6e6e6;
}

#other_options div {
  border: 2px solid rgba(36, 61, 92, 0.17);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.75) padding-box;
  color: #222222;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.tableWrapper {
  overflow: visible;
}

table.smwtable {
  border: 2px solid #e6e6e6;
  background: transparent;
  color: #222222;
  margin: 0 0 10px 0;
  padding: 0;
}

table.smwtable th {
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
  font-weight: bold;
  color: #000000;
  margin: 0;
  padding: 0 3px 3px 3px;
}

table.smwtable td {
  border: 1px solid #e6e6e6;
  background: transparent;
  color: #222222;
  margin: 0;
  padding: 0 3px 3px 3px;
}

.smwrdflink {
  color: #777777;
}

.smwfact {
  border: 2px solid rgba(36, 61, 92, 0.17);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.75) padding-box;
  margin: 0 0 10px 0;
  padding: 3px 8px 5px 8px;
}

.smwfact a {
  color: #255e9f;
}

.smwfact a:visited {
  color: #1f75cd;
}

.smwfact a:hover {
  color: #255e9f;
}

.smwfact a:visited:hover {
  color: #1f75cd;
}

.smwfact a:active,
.smwfact a:visited:active {
  color: #298eff;
}

#bodyContent span.rdflink a,
#bodyContent span.rdflink a:hover {
  color: #777777;
}

.smwfacttable {
  border: none !important;
  background: transparent !important;
}

div.smwfact table {
  border: none;
  background: transparent;
}

div.smwfact tr {
  border: none;
  background: transparent;
}

div.smwfact td {
  border: none;
  background: transparent;
}

.smw-ask-options table,
.smw-ask-options table tr,
.smw-ask-options table tr td {
  border: none !important;
  background: transparent !important;
}

div#content fieldset.smw-ask-options legend {
  padding-left: 20px;
}

.ui-widget-content,
.ui-menu {
  border: 2px solid rgba(36, 61, 92, 0.17);
  border-radius: 2px;
  background: #ffffff padding-box;
  color: #222222;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.ui-menu-item, .ui-menu-item a, .ui-widget-content a {
}

.ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-hover a, .ui-menu .ui-state-hover, .ui-menu .ui-state-hover a {
}

table.mw-abuselog-details {
  border: 2px solid #e6e6e6;
  background: transparent;
  color: #222222;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

table.mw-abuselog-details tr th {
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
  font-weight: bold;
  color: #000000;
}

table.mw-abuselog-details tr td {
  border: 1px solid #e6e6e6;
  background: transparent;
  color: #222222;
}

.mw-abusefilter-history-changed {
}

/*****************
/* Footer styles *
/*****************/
div#footer {
    margin-left: 11em;
    padding: .3em;
}

div#footer ul {
  color: #101010;
  margin: 10px 0px 10px 10px;
  padding: 5px 5px 5px 5px;
  overflow: hidden;
}


div#footer ul li {
  color: #222222;
}

.t-footer {
  clear: both;
}

/***************************
/* Template example styles *
/***************************/
span.templateexmaple {
  font-family: fixed-width;
}

span.templateexample span.templatelink {
  font-weight: bold;
}

span.templateexample span.paramname {
}

span.templateexample span.paramvalue {
  color: #777777;
  font-style: italic;
}

/********************
/* Notice templates *
/********************/
.topNotice {
  border: 6px solid rgba(36, 61, 92, 0.17);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.75) padding-box;
  padding: 3px 6px;
  overflow: auto;
}

.topNotice .heading {
  font-weight: bold;
  color: #243e5c;
  font-size: 132%;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 0;
}

.topNotice.delete {
  background: #ffcdcd;
}

.topNotice.move,
.topnotice.merge,
.topnotice.split {
  background: #ffe6cd;
}

.topNotice.pagestub,
.topNotice.imagerequest,
.topNotice.nowalkthrough {
  background: #cdffcd;
}

/******************
/* Image licenses *
/******************/
div.imageLicense {
  border: 6px solid rgba(36, 61, 92, 0.17);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.75) padding-box;
  color: #222222;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

div.imageLicense table {
  margin: 5px 0;
}

div.imageLicense p {
  margin: 5px 0;
}

div.licenseHeading {
  font-size: 150%;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 0;
}

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

.fpbanner {
  border: 6px solid rgba(36, 61, 92, 0.17);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.75) padding-box;
  margin: 0 5px 5px 5px;
  padding: 5px;
  min-height: 80px;
}

.fpbannertable {
  display: table;
  border: none;
  background: transparent;
  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;
}

.fpbanner1 .fpbannertable {
  background: #ffffff;
}

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

.fpbox {
  border: 6px solid rgba(36, 61, 92, 0.17);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.75) padding-box;
  margin: 5px 5px 5px 5px;
  padding: 5px 15px 5px 15px;
}

.fpbox.alt-border {
  border: 6px solid rgba(40, 81, 136, .7);
}

.fpboxnoresize {
  border: 6px solid rgba(36, 61, 92, 0.17);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.75) padding-box;
  margin: 5px 5px 5px 5px;
  padding: 5px 15px 5px 15px;
}

.fpbox .welcome {
  display: inline-block;
  border: none;
  border-bottom: 1px solid #dddddd;
  color: #243e5c;
  font-weight: bold;
  font-size: 150%;
  margin: 0 auto 10px auto;
  padding: 0 0 5px 0;
}

.fpbox .heading {
    border: 3px solid #112848;
    border-radius: 0.3em;
    text-align: center;
    color: #000000;
    font-size: 130%;
    margin-bottom: 5px;
    padding: 2px 2px 2px 2px;
}

.fpbox .subheading {
  border: none;
  color: #a61c1c;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0 0 2px 0;
}

.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; 
  }


}

.fpplainbox {
  padding: 5px 8px 10px 8px;
  margin: 0 5px 10px 5px;
  vertical-align: top;
}

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

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

.btn {
  display: inline-block;
  color: #666;
  background-color: #eee;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid rgba(0,0,0,0.3);
  border-bottom-width: 3px;
}

.btn:hover {
    background-color: #e3e3e3;
    border-color: rgba(0,0,0,0.5);
}
	
.btn:active {
    background-color: #CCC;
    border-color: rgba(0,0,0,0.9);
}

/******************
/* Infobox styles *
/******************/
div.infobox {
  float:right;
  position:relative;
  width:250px;
  background:#FFF;
  font-size:.923em;
  border:1px solid #AAA;
  margin:0 0 1em 1em;
  padding:0;
}

div.infobox,
div.nav .box {
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffeeeeee);
  background-image:linear-gradient(to top, #fff 0%, #eee 100%);
  background-image:-o-linear-gradient(top, #fff 0%, #eee 100%);
  background-image:-moz-linear-gradient(top, #fff 0%, #eee 100%);
  background-image:-webkit-linear-gradient(top, #fff 0%, #eee 100%);
  background-image:-ms-linear-gradient(top, #fff 0%, #eee 100%);
  background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #eee));
}

div.infobox .icon {
  float:right;
  position:relative;
  z-index:2;
  width:auto;
  margin:5px;
}

div.infobox .icon p {
  text-align:center;
  color:#444;
  font-size:9px!important;
  background-color:rgba(255,255,255,0.5);
  border-radius:.75em;
  line-height:1em;
  margin:.25em -.5em;
  padding:2px;
}

div.infobox .wrapper {
  clear:both;
  padding:0;
}

div.infobox .statistics {
  text-align:center;
  margin:0 8px;
}

div.statistics span + span { margin-left:5px; }

div.infobox .heading,
div.nav .heading {
  font-weight:700;
  background-image:url(/media/c/cc/Infobox_header_overlay.png) !important;
  text-align:center;
  border:1px solid rgba(0,0,0,0.25);
  border-bottom-width:0;
  position:relative;
  z-index:1;
  font-size-adjust:.52;
  margin:-1px -1px 5px!important;
}

div.infobox .heading {
  font-family:EasonPro, "Times New Roman", serif!important;
  font-size:1.417em!important;
  color:#fff!important;
  background-color:#444;
  text-shadow:rgba(0,0,0,0.75) 0 0 .25em;
  line-height:1.176em;
  font-size-adjust:.43;
  padding:.5em!important;
}

div.infobox .subheading,
div.nav .subheading {
  font-weight:700;
  background-color:#888;
  background-image:url(/media/c/cc/Infobox_header_overlay.png)!important;
  border-left:1px solid rgba(0,0,0,0.25);
  border-right:1px solid rgba(0,0,0,0.25);
  line-height:100%;
  text-align:center;
  position:relative;
  margin:0 -1px!important;
}

div.infobox .subheading {
  font-family:EasonPro, "Times New Roman", serif;
  font-size:1.25em!important;
  color:#fff!important;
  background-color:#444;
  text-shadow:rgba(0,0,0,0.75) 0 0 .25em;
  z-index:1;
  line-height:1.333em;
  font-size-adjust:0.43;
  padding:.567em!important;
}

div.nav dl,
div.infobox dl { margin:10px 0; }

div.infobox dt {
  float:left;
  text-align:right;
  width:78px;
  line-height:1em;
  font-weight:700;
  clear:left;
  border-right:2px solid #999;
  margin:0 -2px 0 0;
  padding:2px 8px 2px 3px;
}

div.infobox dd {
  float:left;
  width:125px;
  font-weight:400;
  border-left:2px solid #999;
  margin:0;
  padding:2px 7px;
}

div.infobox .image_wrapper {
  text-align:center;
  padding:0;
  margin:10px 0;
}

div.infobox::after,
div.nav .box::after,
div.infobox .heading::after,
div.nav .heading::after,
div.infobox .subheading::after,
div.nav .subheading::after,
.table::after {
  content:"";
  position:absolute;
  width:100%;
  left:0;
  height:3px;
  background-image:url(/media/4/45/Shadow_after.png);
  background-size:100% 3px;
}

div.infobox::after,
div.nav .box::after { bottom:-4px; }

div.infobox .heading::after,
div.nav .heading::after,
div.infobox .subheading::after,
div.nav .subheading::after,
.table::after { bottom:-3px; }

/*********************
/* Navigation tables *
/*********************/
table.nav {
  border: 6px solid rgba(36, 61, 92, 0.17);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.75) padding-box;
  border-spacing: 0;
  margin: 0 auto 10px auto;
  padding: 0;
  clear: both;
}

table.nav th,
table.nav tr th,
table.nav > tr > th,
table.nav > * > tr > th {
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
  font-size: 116%;
  font-weight: bold;
  color: #243e5c;
  text-align: center;
  vertical-align: top;
  margin: 0;
  padding: 0 5px 5px 5px;
}

table.nav td,
table.nav tr td,
table.nav > tr > td,
table.nav > * > tr > td {
  border: 1px solid #e6e6e6;
  background: transparent;
  color: #222222;
  text-align: left;
  vertical-align: top;
  margin: 0;
  padding: 3px 11px 8px 11px;
}

table.nav td.list,
table.nav tr td.list,
table.nav > tr > td.list,
table.nav > * > tr > td.list {
  padding: 0;
}

table.nav td .item {
  display: inline-block;
  border-right: 2px solid #e6e6e6;
  margin: 3px 0 6px 0;
  padding: 0 11px 2px 11px;
}

table.nav td .item:last-child {
  border: none;
}

/******************
/* General styles *
/******************/
.contentbox {
  border: 6px solid rgba(36, 61, 92, 0.17);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.75) padding-box;
  margin: 0 0 10px 0;
  padding: 12px;
  overflow: auto;
}

span.bullet {
  background: transparent no-repeat center 60%;
  width: 9px;
  font-size: 11px;
  vertical-align: baseline;
}

.dablink {
  padding: 2px 36px 10px 36px;
  font-style: italic;
}

span.ghost {
  color: #777777;; /* For any text that appear fainter for some reason */
}

.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;
}

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

.ambox {
    background-color: #eeeeee;
    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;
}

/* copyright images tweak */
.copyright-icon {
    background: url(https://commons.gamepedia.com/media/commons.gamepedia.com/thumb/b/b6/Copyright.png/32px-Copyright.png) transparent center center no-repeat;
    background-size: 100%;
    width: 32px;
    height: 32px;
}

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

.navbox-inner,
.navbox-subgroup {
    width: 100%;
}

/* Title, group and above/below styles */
.navbox-group,
.navbox-title,
.navbox-abovebelow {
    padding: 0.25em 1em;
    line-height: 1.5em;
    text-align: center;
}

/* Group style */
th.navbox-group {
    white-space: nowrap;
    /* @noflip */
    text-align: right;
}

.navbox,
.navbox-subgroup {
    background-color: transparent;
    color: #222222;
}

.navbox-list {
    line-height: 1.8em;
    border-color: transparent;	/* Must match background color */
}

/* Level 1 color */
.navbox th,
.navbox-title {
    background-color: #233C5A;
    border: 0 solid #E6E6E6;
    color: #FFFFFF;
}

/* Level 2 color */
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(129, 124, 120, 1) 0%, rgba(224, 222, 221, 1) 100%) repeat scroll 0 0;
    color: #FFFFFF;
}

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

/* Odd row striping */
.navbox-odd {
    background: transparent;
}

/* Even row striping */
.navbox-even {
    background-color: rgba(0, 0, 0, 0.1);
}

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

/* Default styling for Navbar template */
.navbar {
    font-size: 88%;
    font-weight: normal;
}

/* Navbar styling when nested in infobox and navbox */
.navbox .navbar {
    display: block;
    font-size: 100%;
}

.navbox-title .navbar {
    float: left;
    text-align: left;
    margin-right: 0.5em;
    width: 6em;
}

/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-collapsible-toggle {
    font-weight: normal;
    /* @noflip */
    text-align: right;
}

.navbox .mw-collapsible-toggle {
    width: 6em;
}

.navbox .mw-collapsible-toggle a {
    color: #1F75CD !important;
}

/* INFOBOXES: game or book depended color style */
.infobox {
    background: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%);
    border: 1px solid #AAAAAA;
    color: #000000;
    float: right;
    font-size: 89%;
    margin: 0 0 1em 1em;
    padding: 0;
    width: 300px;
}

.infobox td > div {
    background-color: #142539; 
    color: #dadada;
    border: 2px solid inherit; 
    border-radius: 5px; 
    font-weight: bold;
    padding: 0.5px 7px;
    text-align: right;
}

.infoboxlabel {
    background: #787878;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px;
}

.infoboxname {
    background: #444444 url(/media/c/cc/Infobox_header_overlay.png) repeat scroll 0 0;
    color: #FFFFFF;
    font-family: EasonPro,"Times New Roman",serif;
    font-size: 135%;
    font-weight: bold;
    padding-top: 5px;
    text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.75);
}

.infoboxdetails {
    background: #233C5A;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0em;
}

.infoboxicon {
    position: absolute;
}

table.infobox td,
table.infobox tr td,
table.infobox > tr > td,
table.infobox > * > tr > td {
    border-color: #E6E6E6;
    border-style: solid;
    border-width: 0 0 1px 1px;
}

.wikipediabox {
    background: #E6E6E6;
    border: 1px solid #223A56;
    clear: right;
    color: #000000;
    float: right;
    font-size: 90%;
    margin: 0 0 1em 1em;
    padding: 3px;
    border-spacing: 0px;
    width: 244px;
}

/* Notifications fix */
.mw-echo-ui-notificationsInboxWidget-toolbarWrapper {
    background: inherit;
}