Civilization VI Wiki
No edit summary
No edit summary
Line 22: Line 22:
 
body {
 
body {
 
background-image:
 
background-image:
url(https://hydra-media.cursecdn.com/civ6.gamepedia.com/f/fb/Hydradark-background-accent.png),
+
url("https://hydra-media.cursecdn.com/civ6.gamepedia.com/f/fb/Hydradark-background-accent.png"),
url(https://hydra-media.cursecdn.com/civ6.gamepedia.com/a/a0/Hydradark-background.jpg);
+
url("https://hydra-media.cursecdn.com/civ6.gamepedia.com/a/a0/Hydradark-background.jpg");
 
background-size: auto, 100% auto;
 
background-size: auto, 100% auto;
 
background-repeat: no-repeat, repeat;
 
background-repeat: no-repeat, repeat;
Line 33: Line 33:
 
div#mw-page-base {
 
div#mw-page-base {
 
background-color: #282828;
 
background-color: #282828;
background-image: url(https://hydra-media.cursecdn.com/civ6.gamepedia.com/2/26/Hydradark-mw-page-base-background.png);
+
background-image: url("https://hydra-media.cursecdn.com/civ6.gamepedia.com/2/26/Hydradark-mw-page-base-background.png");
 
background-position: left top;
 
background-position: left top;
 
background-repeat: repeat-x;
 
background-repeat: repeat-x;
Line 67: Line 67:
 
width: 473px;
 
width: 473px;
 
height: 61px;
 
height: 61px;
background-image: url(https://hydra-media.cursecdn.com/civ6.gamepedia.com/a/a6/Hydradark-wiki.png);
+
background-image: url("https://hydra-media.cursecdn.com/civ6.gamepedia.com/a/a6/Hydradark-wiki.png");
 
}
 
}
   
Line 378: Line 378:
   
 
div#mw-panel div.portal h3,
 
div#mw-panel div.portal h3,
#mw-panel.collapsible-nav .portal h3 a,
+
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a,
#mw-panel.collapsible-nav .portal h3 a,
+
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a,
#mw-panel.collapsible-nav div.portal h3 a,
+
.skin-hydradark #mw-panel.collapsible-nav div.portal h3 a,
#mw-panel.collapsible-nav .portal h3 a:visited,
+
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a:visited,
#mw-panel.collapsible-nav .portal.collapsed h3 a,
+
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a,
#mw-panel.collapsible-nav .portal.collapsed h3 a:visited,
+
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a:visited,
 
.skin-hydradark #mw-panel.collapsible-nav div.portal h3 a,
 
.skin-hydradark #mw-panel.collapsible-nav div.portal h3 a,
 
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a {
 
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a {
Line 401: Line 401:
   
 
.skin-hydradark #mw-panel.collapsible-nav div.portal h3 {
 
.skin-hydradark #mw-panel.collapsible-nav div.portal h3 {
background-image: url(https://hydra-media.cursecdn.com/civ6.gamepedia.com/5/5a/Hydradark-open.png);
+
background-image: url("https://hydra-media.cursecdn.com/civ6.gamepedia.com/5/5a/Hydradark-open.png");
 
}
 
}
   
 
.skin-hydradark #mw-panel.collapsible-nav div.collapsed h3 {
 
.skin-hydradark #mw-panel.collapsible-nav div.collapsed h3 {
background-image: url(https://hydra-media.cursecdn.com/civ6.gamepedia.com/4/46/Hydradark-closed.png);
+
background-image: url("https://hydra-media.cursecdn.com/civ6.gamepedia.com/4/46/Hydradark-closed.png");
 
}
 
}
   
Line 909: Line 909:
 
.diffchange {}
 
.diffchange {}
   
.mw-search-formheader,
+
.mw-search-profile-tabs,
 
.mw-search-profile-tabs {
 
.mw-search-profile-tabs {
 
border: none;
 
border: none;
Line 962: Line 962:
 
}
 
}
   
div#preferences fieldset,
+
div.skin-hydradark #preferences fieldset,
div#preferences fieldset fieldset {
+
div.skin-hydradark #preferences fieldset fieldset {
 
background-color: transparent;
 
background-color: transparent;
 
}
 
}

Revision as of 19:11, 28 June 2017

/* CSS placed here will affect users of the Hydra skin */
/* For elements which only display in the mobile view */
.mobileonly {
  display: none;
}
 
/* Hide main page header */
body.page-Civilization_VI_Wiki h1.firstHeading {
  display: none;
}

body.page-Civilization_VI_Wiki.action-view div#content {
  background-color: transparent;
  background-image: none;
  border: none;
  padding: 0;
}

/******************
/* General styles *
/******************/
body {
  background-image:
    url("https://hydra-media.cursecdn.com/civ6.gamepedia.com/f/fb/Hydradark-background-accent.png"),
    url("https://hydra-media.cursecdn.com/civ6.gamepedia.com/a/a0/Hydradark-background.jpg");
  background-size: auto, 100% auto;
  background-repeat: no-repeat, repeat;
  background-position: right top, center top;
  font-family: "Droid Serif", "Georgia", "Times New Roman", "Palatino", "Hoefler Text", "Baskerville", serif;
  font-size: 1.03em;
}
   
div#mw-page-base {
  background-color: #282828;
  background-image: url("https://hydra-media.cursecdn.com/civ6.gamepedia.com/2/26/Hydradark-mw-page-base-background.png");
  background-position: left top;
  background-repeat: repeat-x;
  height: 125px;
  margin-bottom: 1em;
}

#global-wrapper {}

#pageWrapper {
  padding-right: 1em;
}

body.page-Civilization_VI_Wiki.action-view div#content {
  background: none;
}

/***************
/* Logo styles *
/***************/
/* Logo */
#p-logo {
  width: 473px;
  height: 61px;
  margin-left: 32px;
  margin-top: 14px;
  padding: 0;
  position: absolute;
  z-index: 4;
}

#p-logo a {
  width: 473px;
  height: 61px;
  background-image: url("https://hydra-media.cursecdn.com/civ6.gamepedia.com/a/a6/Hydradark-wiki.png");
}

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

div#mw-head {
  border: none;
  background-image: none;
  background-color: #11110e;
  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;
}

#ca-unwatch.icon a,
#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("https://hydra-media.cursecdn.com/civ6.gamepedia.com/b/bc/Skin-Nav-Divider.png") no-repeat right center;
}

#right-navigation ul li {
  background: transparent url("https://hydra-media.cursecdn.com/civ6.gamepedia.com/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("https://hydra-media.cursecdn.com/civ6.gamepedia.com/b/bc/Skin-Nav-Divider.png") no-repeat left center;
  padding: 0 16px 0 18px;
}

div#p-sharing {
  width: auto;
  background: transparent url("https://hydra-media.cursecdn.com/civ6.gamepedia.com/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://hydra-media.cursecdn.com/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://hydra-media.cursecdn.com/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://hydra-media.cursecdn.com/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://hydra-media.cursecdn.com/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: none;
  background: #11110e;
  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: calc(-45px - .7em);
  right: 1em;
  margin: 0;
}

#p-search form {}

#p-search input {}

#p-search input[type="submit"],
#p-search input[type="button"],
#p-search input[type="reset"] {}

#p-search form,
#p-search input {
  margin-top: 0;
}

div#simpleSearch {
  margin-top: calc(16px - .7em);
}


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

div#mw-panel {
  top: 120;
  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;
}

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

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,
div#mw-panel div.portal div.body ul li a:link,
div#mw-panel div.portal div.body ul li a:visited,
div#mw-panel div.portal div.body ul li a:active {
  color: #112848;
}

div#mw-panel div.portal h3,
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a,
.skin-hydradark #mw-panel.collapsible-nav div.portal h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a:visited,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a:visited,
.skin-hydradark #mw-panel.collapsible-nav div.portal h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a {
  border: none;
  border-top: 1px soild #ffffff;
  border-bottom: 1px soild #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;
}

.skin-hydradark #mw-panel.collapsible-nav div.portal h3 {
  background-image: url("https://hydra-media.cursecdn.com/civ6.gamepedia.com/5/5a/Hydradark-open.png");
}

.skin-hydradark #mw-panel.collapsible-nav div.collapsed h3 {
  background-image: url("https://hydra-media.cursecdn.com/civ6.gamepedia.com/4/46/Hydradark-closed.png");
}

/***************
/* 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,
div#footer a.extiw,
div#footer a.external {
  color: #f5c256;
}

a:visited,
div#footer a.extiw:visited,
div#footer a.external:visited {
  color: #ddc38c;
}

a:active,
div#footer a.extiw:active,
div#footer a.external:active {
  color: #ffffff;
}

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#content a.external {
  color: #238d87;
}

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

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

div#footer a {
    text-shadow: 0 0 2px black;
}

/******************
/* Article styles *
/******************/

div#content {
  border: solid 5px rgba(37,30,20,.4);
  background: rgba(37,30,20,.85) padding-box;
  color: #ebe4d7;
  margin-top: 0;
  padding: 20px 20px 10px 20px;
}

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

div#content table {
  color: #ebe4d7;
}

div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5,
div#content h6 {
  border: none;
  font-weight: bold;
  color: #f7f0e3;
  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 {}

.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,
div#content hr {
  background-color: #f7f0e3;
  border-color: #f7f0e3;
  color: #f7f0e3;
}

ul {
  list-style-image: url("https://civ6.gamepedia.com/File:Icon_Bullet.png");
}

img {
}

table.wikitable {
  border: 1px solid rgba(8,7,5,1);
  background-color: transparent;
  color: #ebe4d7;
  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: rgba(37,30,20,.85);
  border: 1px solid rgba(8,7,5,1);
  color: #FFFFFF;
}

table.wikitable td,
table.wikitable tr td,
table.wikitable > tr > td,
table.wikitable > * > tr > td {
  border: 1px solid rgba(8,7,5,1);
  background-color: rgba(37,30,20,.6);
  color: #ebe4d7;
}

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

ul.gallery {
}

li.gallerybox {
  border-color: transparent;
  border-radius: 2px;
  background: rgba(37,32,20,.85);
}

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

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: none;
  border-radius: 2px;
  background: rgba(37,30,20,.85) padding-box;
  margin: 0 0 10px 0;
  padding: 3px 5px !important;
}

html .thumbimage {
  border: none;
  background: transparent;
  color: #ebe4d7;
}

.thumbcaption {
}

.gallerytext p, .thumbcaption {
}

.toggle {
}

.sn-small {
}

sub, sup a {
}

sup.reference {
}

pre,
.mw-code,
code {
  border: 1px dashed #888;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  background: rgba(37,30,20,.85) padding-box;
  color: #ebe4d7;
  white-space: pre-wrap;
  word-wrap: break-word;
}

div#catlinks,
div#toc,
div.toc, 
div.mw-warning {
  border: none;
  border-radius: 2px;
  background: rgba(37,30,20,.85) padding-box;
}

.mw-changeslist-legend {
    background: rgba(37,30,20,.85) padding-box;
    border: none;
    border-radius: 2px;
}

/********************
/* Editor / Options *
/********************/
div.editOptions {
  background-color: rgba(37,30,20,.85);
  border-color: rgba(8,7,5,1);
  border-top: none;
}

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

div.wikiEditor-ui .wikiEditor-ui-view {
  border-color: rgba(8,7,5,1);
  border-top: none;
}

div.wikiEditor-ui-controls {
  background-color: transparent;
  border-color: rgba(8,7,5,1);
}

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

div.wikiEditor-ui-tabs {
  background-color: transparent;
  border-color: rgba(8,7,5,1);
}

div.wikiEditor-ui-tabs div {
  background-color: rgba(37,30,20,.4);
  border-color: rgba(8,7,5,1);
}

div.wikiEditor-ui-tabs div.current {
  background-color: rgba(37,30,20,.85);
}

div.wikiEditor-ui .wikiEditor-ui-top {
}

wikiEditor-ui-toolbar,
div.wikiEditor-ui-toolbar {
  background: rgba(37,30,20,.85);
}

div.wikiEditor-ui-toolbar .group {
  border-color: rgba(8,7,5,1);
}

div.wikiEditor-ui-toolbar .sections .section {
  background-color: transparent;
  border-color: rgba(8,7,5,1);
}

div.wikiEditor-ui-toolbar .booklet .index .current {
  background-color: rgba(255, 217, 85, .2);
}

div.wikiEditor-ui-toolbar .booklet .pages {
  background-color: transparent;
}

div.wikiEditor-ui-toolbar .page-characters div span {
  background-color: rgba(8,7,5,.4);
  border-color: rgba(8,7,5,1);
}

div.wikiEditor-ui-toolbar .page-characters div span:hover {
  background-color: rgba(255, 217, 85, .2);
  border-color: rgb(255, 217, 85);
}

div.wikiEditor-ui-toolbar .page-table td {
  border-color: rgba(8,7,5,1);
}

div.wikiEditor-preview-contents {
  background-color: transparent;
}

/********************
/* Interface styles *
/********************/
input,
select,
textarea {}

input:focus,
select:focus,
textarea:focus {}

input:hover,
select:hover,
textarea:hover {}

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"] {}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {}

.usermessage {
  border: 1px solid rgba(36, 61, 92, 0.17);
  border-radius: 2px;
  background: rgba(37,30,20,.85) padding-box;
  color: #ebe4d7;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

#mw-js-message {
  border: 1px solid rgba(36, 61, 92, 0.17);
  border-radius: 2px;
  background: rgba(37,30,20,.85) padding-box;
  color: #ebe4d7;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

div#content fieldset {
  border: none;
  border-radius: 2px;
  background: rgba(37,30,20,.5) padding-box;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

div#content fieldset legend {
  background: rgba(37,30,20,.85) padding-box;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 0 .25em;
}

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

#pagehistory li.selected {
  border: 1px dashed #ebe4d7;
  border-radius: 2px;
  background: rgba(37,30,20,.85) padding-box;
  margin: 1px 0;
  padding: 0 !important;
}

table.diff {
  border: none;
  background-color: transparent;
  background-image: none;
}

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

td.diff-addedline {}

td.diff-addedline .diffchange {}

td.diff-deletedline {}

td.diff-deletedline .diffchange {}

td.diff-context {}

.diffchange {}

.mw-search-profile-tabs,
.mw-search-profile-tabs {
  border: none;
  border-radius: 2px 2px 0 0;
  background: rgba(37,30,20,.85) padding-box;
  color: #ebe4d7;
  padding: 3px 6px;
}

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

.skin-hydradark fieldset#mw-searchoptions {
  border: none;
  border-radius: 0 0 2px 2px;
  background: rgba(37,30,20,.6) padding-box;
}

fieldset#mw-searchoptions h4 {
  color: #f7f0e3;
  margin-top: 0;
}

.skin-hydradark fieldset#mw-searchoptions div.divider {
  border-bottom: 1px solid rgba(8,7,5,1);
}

.skin-hydradark #preftoc,
.skin-hydradark #preftoc li {
    background-color: transparent;
    background-image: none;
    border: none;
    height: auto;
    margin-bottom: 0;
}

.skin-hydradark #preftoc a,
.skin-hydradark #preftoc a:active {
    color: #f5c256;
}

.skin-hydradark #preftoc li.selected a {
    background-image: linear-gradient(to bottom, rgba(37,30,20,0) 0%, rgba(37,30,20,.85) 100%);
    color: #ffffff;
}

.skin-hydradark #preferences {
    background-color: rgba(37,30,20,.85);
    border: none;
    margin-top: 0;
}

div.skin-hydradark #preferences fieldset,
div.skin-hydradark #preferences fieldset fieldset {
    background-color: transparent;
}

ul#filetoc {
  border: none;
  border-radius: 2px;
  background: rgba(37,30,20,.85) padding-box;
  color: #ebe4d7;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.skin-hydradark table.mw_metadata {
  border: 1px solid rgba(8,7,5,1);
  background: rgba(37,30,20,.6);
  color: #ebe4d7;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.skin-hydradark table.mw_metadata th {
  border: 1px solid rgba(8,7,5,1);
  background: rgba(37,30,20,.85);
  font-weight: bold;
  color: #ffffff;
}

.skin-hydradark table.mw_metadata td {
  border: 1px solid rgba(8,7,5,1);
  background: rgba(37,30,20,.6);
  color: #ebe4d7;
}

.skin-hydradark .TablePager,
.skin-hydradark .mw-datatable,
.skin-hydradark table.mw_metadata {
  border: 1px solid rgba(8,7,5,1);
  background: transparent;
  color: #ebe4d7;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.skin-hydradark .TablePager th,
.skin-hydradark .mw-datatable th,
.skin-hydradark table.mw_metadata th {
  border: 1px solid rgba(8,7,5,1);
  background: rgba(37,30,20,.85);
  font-weight: bold;
  color: #ffffff;
}

.skin-hydradark .TablePager td,
.skin-hydradark .mw-datatable td,
.skin-hydradark table.mw_metadata td {
  border: 1px solid rgba(8,7,5,1);
  background: rgba(37,30,20,.6);
  color: #ebe4d7;
}

.skin-hydradark .TablePager tr:hover td,
.skin-hydradark .mw-datatable tr:hover td {
  background: rgba(37,30,20,.85);
}

#other_options div {
  border: 1px solid rgba(36, 61, 92, 0.17);
  border-radius: 2px;
  background: rgba(37,30,20,.85) padding-box;
  color: #ebe4d7;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.tableWrapper {
  overflow: visible;
}

table.smwtable {
  border: 1px solid rgba(8,7,5,1);
  background: transparent;
  color: #ebe4d7;
  margin: 0 0 10px 0;
  padding: 0;
}

table.smwtable th {
  border: 1px solid rgba(8,7,5,1);
  background: rgba(37,30,20,.85);
  font-weight: bold;
  color: #000000;
  margin: 0;
  padding: 0 3px 3px 3px;
}

table.smwtable td {
  border: 1px solid rgba(8,7,5,1);
  background: rgba(37,30,20,.6);
  color: #ebe4d7;
  margin: 0;
  padding: 0 3px 3px 3px;
}

.smwrdflink {
  color: #777777;
}

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

.smwfact a {
  color: #f5c256;
}

.smwfact a:visited {
  color: #f5c256;
}

.smwfact a:hover {
  color: #f5c256;
}

.smwfact a:visited:hover {
  color: #f5c256;
}

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

#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: 1px solid rgba(36, 61, 92, 0.17);
  border-radius: 2px;
  background: #ffffff padding-box;
  color: #ebe4d7;
  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: 1px solid rgba(8,7,5,1);
  background: transparent;
  color: #ebe4d7;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

table.mw-abuselog-details tr th {
  border: 1px solid rgba(8,7,5,1);
  background: rgba(37,30,20,.85);
  font-weight: bold;
  color: #000000;
}

table.mw-abuselog-details tr td {
  border: 1px solid rgba(8,7,5,1);
  background: rgba(37,30,20,.6);
  color: #ebe4d7;
}

.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: #11110e;
}

.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: none;
  border-radius: 2px;
  background: rgba(37,30,20,.85) padding-box;
  padding: 3px 6px;
  overflow: auto;
}

.topNotice .heading {
  font-weight: bold;
  color: #f7f0e3;
  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: none;
  border-radius: 2px;
  background: rgba(37,30,20,.85) padding-box;
  color: #ebe4d7;
  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: none;
  border-radius: 2px;
  background: rgba(37,30,20,.85) 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(37,30,20,.85);
  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,
.fpbox1 {
  border: solid 5px rgba(37,30,20,.4);
  border-radius: 2px;
  background: rgba(37,30,20,.85) padding-box;
  margin: 0 5px 10px;
  padding: 5px 15px 5px 15px;
}

.fpboxnoresize {
  border: none;
  border-radius: 2px;
  background: rgba(37,30,20,.85) 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: #f7f0e3;
  font-weight: bold;
  font-size: 150%;
  margin: 0 auto 10px auto;
  padding: 0 0 5px 0;
}

.fpbox .heading {
  border: none;
  color: #f7f0e3;
  font-weight: bold;
  font-size: 150%;
  margin: .5em 0;
}

.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: rgb(37,30,20);
  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: rgb(47,40,30);
  border-color: rgba(0,0,0,0.5);
}

.btn:active {
  background-color: rgb(57,50,40);
  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(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("https://hydra-media.cursecdn.com/civ6.gamepedia.com/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("https://hydra-media.cursecdn.com/civ6.gamepedia.com/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("https://hydra-media.cursecdn.com/civ6.gamepedia.com/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; }



:hov


.cls

element.style {
}
div#content table {
    color: #ebe4d7;
}
<style></style>
div#content table {
    color: #ebe4d7;
}
div#content, h1, h2, h3, h4, h5, h6, pre, div#content table {
    color: #E0E0E0;
}

.infobox {
    background: rgba(0,0,0,.1);
}

/*********************
/* Navigation tables *
/*********************/
table.nav {
  border: none;
  border-radius: 2px;
  background: rgba(37,30,20,.85) padding-box;
  cell-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 rgba(8,7,5,1);
  background: rgba(37,30,20,.85);
  font-size: 116%;
  font-weight: bold;
  color: #f7f0e3;
  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 rgba(8,7,5,1);
  background: rgba(37,30,20,.6);
  color: #ebe4d7;
  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 rgba(8,7,5,1);
  margin: 3px 0 6px 0;
  padding: 0 11px 2px 11px;
}

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

/******************
/* General styles *
/******************/
.contentbox {
  border: none;
  border-radius: 2px;
  background: rgba(37,30,20,.85) 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: rgba(37,30,20,.85);
  border-bottom: none;
  border-right: none;
  border-top: none;
  border-radius: 2px;
  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 */
.skin-hydradark .copyright-icon {
    background-image: url("https://hydra-media.cursecdn.com/commons.gamepedia.com/thumb/5/58/Copyright_darkwiki.png/32px-Copyright_darkwiki.png");
    background-size: 100%;
    height: 32px;
    width: 32px;
}

/* Navbox template style */
/* Navbox container style */
.navbox {
    border: 1px solid rgba(8,7,5,1);
    clear: both;
    font-size: 88%;
    margin: auto;
    padding: 1px;
    text-align: center;
    width: 100%;
}

.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: rgba(37,30,20,.6);
    color: #EBE4D7;
}

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

/* Level 1 color */
.navbox th,
.navbox-title {
  background: #7F3808 linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.4) 100%);
  border: 0 solid rgba(8,7,5,1);
  color: #FFFFFF;
}

/* Level 2 color */
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
  background: #7F3808;
  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(255, 255, 255, 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: #F5C256 !important;
}

/* INFOBOXES: game or book depended color style */
.infobox {
  background: transparent;
  border: solid 1px rgba(8,7,5,1);
  border-collapse: collapse;
  color: #ebe4d7;
  float: right;
  font-size: 89%;
  margin: 0 0 1em 1em;
  padding: 0;
  width: 300px;
}

/* infobox within tooltip has a background */
.wst-tooltip-loading .infobox {
  background: rgba(37,30,20,.85);
}

.infobox td > div {
  background-color: rgba(37,30,20,.85); 
  color: #dadada;
  border: 1px solid inherit; 
  border-radius: 5px; 
  font-weight: bold;
  padding: 0.5px 7px;
  text-align: right;
}

table.infobox .infoboxlabel {
  background: rgba(37,30,20,.85) padding-box;
  color: #FFFFFF;
  font-weight: bold;
  padding: 5px;
}

.infoboxname {
  background: #7F3808 linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.4) 100%);
  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: #7F3808;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0em;
}

.infoboxicon {
  position: absolute;
}

table.infobox td,
table.infobox > tr > td,
table.infobox > * > tr > td {
  border: solid 1px rgba(8,7,5,1);
}

table.infobox td,
table.infobox tr td,
table.infobox > tr > td,
table.infobox > * > tr > td {
  background-color: rgba(37,30,20,.5);
  padding: 5px;
}

.wikipediabox {
    background: rgba(37,30,20,.6);
    border: 1px solid rgba(8,7,5,1);
    clear: right;
    color: #EBE4D7;
    float: right;
    font-size: 90%;
    margin: 0 0 1em 1em;
    padding: 3px;
    spacing: 0px;
    width: 244px;
}