The Endless Mission Wiki
SBEyes (talk | contribs)
No edit summary
SBEyes (talk | contribs)
No edit summary
Line 1,656: Line 1,656:
 
margin: -10px -10px 0 -10px;
 
margin: -10px -10px 0 -10px;
 
padding: 0;
 
padding: 0;
  +
}
  +
  +
.flexiconlinks.horizontal {
  +
margin: 0 -20px 10px -20px;
 
}
 
}
   
Line 1,668: Line 1,672:
 
flex: 0 0 8rem;
 
flex: 0 0 8rem;
 
min-width: 128px;
 
min-width: 128px;
  +
}
  +
  +
.flexiconlinks.horizontal .iconlink {
  +
padding: 4px 20px;
  +
}
  +
  +
.flexiconlinks.iconsize24 .iconlink {
  +
flex: 0 0 1.5rem;
  +
min-width: 24px;
  +
}
  +
  +
.flexiconlinks.linksize24 .iconlink {
  +
flex: 0 0 1.5rem;
  +
min-width: 24px;
 
}
 
}
   
Line 1,718: Line 1,736:
 
flex: 0 0 16rem;
 
flex: 0 0 16rem;
 
min-width: 256px;
 
min-width: 256px;
  +
}
  +
  +
.flexiconlinks.horizontal .iconlink {
  +
flex-flow: row nowrap;
  +
align-items: flex-start;
  +
flex: 0 0 15rem;
 
}
 
}
   
Line 1,727: Line 1,751:
 
width: 128px;
 
width: 128px;
 
height: 128px;
 
height: 128px;
  +
}
  +
  +
.flexiconlinks.horizontal .iconlink .icon {
  +
min-width: 24px;
  +
width: 24px;
  +
height: 24px;
  +
}
  +
  +
.flexiconlinks.linksize24 .iconlink .icon {
  +
min-width: 24px;
  +
width: 24px;
  +
height: 24px;
 
}
 
}
   
Line 1,798: Line 1,834:
   
 
.flexiconlinks .iconlink .text {
 
.flexiconlinks .iconlink .text {
color: #000000;
+
color: #d5d5d5;
 
width: 100%;
 
width: 100%;
 
text-align: center;
 
text-align: center;
  +
}
  +
  +
.flexiconlinks.horizontal .iconlink .text {
  +
width: auto;
  +
text-align: left;
 
}
 
}
   
Line 1,806: Line 1,847:
 
display: block;
 
display: block;
 
width: auto;
 
width: auto;
  +
}
  +
  +
.flexiconlinks.horizontal .iconlink .text a {
  +
padding-left: 0.5rem !important;
 
}
 
}
   

Revision as of 07:29, 28 July 2019

/* CSS placed here will affect users of the Hydra skin */

/******************
/* General styles *
/******************/
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url("/media/hydra/fonts/Raleway-Regular.ttf") format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url("/media/hydra/fonts/Raleway-Bold.ttf") format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url("/media/hydra/fonts/OpenSans-Regular.ttf") format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url("/media/hydra/fonts/OpenSans-Bold.ttf") format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url("/media/hydra/fonts/OpenSans-Italic.ttf") format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url("/media/hydra/fonts/OpenSans-BoldItalic.ttf") format('truetype');
}

body {
  background: #dfdfdf url("/media/theendlessmission.gamepedia.com/1/13/Skin-Body-Background.jpg") no-repeat center 100px / 100% auto;
  font-family: 'Open Sans', sans-serif;
}

div#mw-page-base {
  border: none;
  background: transparent !important;
  height: 100px;
  margin: 0 0 0 0;
}

/***************
/* Logo styles *
/***************/
#p-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 100px;
  margin: 0 0 0 0;
  padding: 0;
}

#p-logo a {
  background-size: 100% 100%;
  width: 160px;
  height: 100px;
  margin: 0;
  padding: 0;
}

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

div#mw-head {
  border-bottom: none;
  background: #000000;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 100px;
}

/**************************
/* Article navigation bar *
/**************************/
#left-navigation {
  margin: 70px 0 0 174px;
  padding: 0;
}

#right-navigation {
  margin: 70px 20px 0 0;
  padding: 0;
}

div.vectorTabs {
  border: none;
  background: transparent;
  height: 30px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

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

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

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

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

div#mw-head div.vectorTabs li span a {
  background: transparent;
  color: #fa710f;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  padding: 0 3px 0 3px;
  margin: 0 3px 0 3px;
}

div#mw-head div.vectorTabs span a:visited {
  color: #f58f1e !important;
}

div#mw-head div.vectorTabs li span a:hover, div.vectorTabs li span a:visited:hover {
}

div#mw-head div.vectorTabs li.selected span a, div.vectorTabs li.selected span a:hover {
  color: #eeeeee !important;
}

div#mw-head div.vectorTabs li.new span a {
  color: #ff0b17 !important;
}

div#mw-head div.vectorTabs li.new span a:visited {
  color: #fa151e !important;
}

div#mw-head div.vectorTabs li.new span a:hover, div.vectorTabs li.new span a:visited:hover {
}

div#mw-head div.vectorTabs li.selected.new span a, div.vectorTabs li.selected.new span a:hover {
  color: #ffdddd !important;
}

div#mw-head div.vectorTabs span a:active {
  color: #eeeeee !important;
}

div.vectorTabs li.new span a:active {
  color: #ffdddd !important;
}

#p-views {
}

div#mw-head  #ca-unwatch.icon a, div#mw-head #ca-watch.icon a {
  border: none;
  background-color: transparent;
  background-position: center center;
  padding: 30px 3px 0 3px;
  width: 29px;
  height: 0;
}

div#mw-head #ca-unwatch.icon a:hover, div#mw-head #ca-watch.icon a:hover {
  background-repeat: no-repeat;
}

div#mw-head #ca-unwatch.icon a, div#mw-head #ca-unwatch.icon a:hover, div#mw-head #ca-unwatch.icon a:focus {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAZCAYAAADe1WXtAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gMfEDctEXxyAQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAACNUlEQVRIx+2Vz0tUURTHP+e+XzrTNM6AOpgLoWgzYMu0hZAgQbWI1yLctHLTvkX7wP9EaPUoiIigVSu3GhmiIaKggw2O46Q+37unRZM/JnMGsp1ne773y/d8z/feC5fVrmyI2JBsp3jTIW4UmLEhpYskfaTwsEn+76Q2pACM4Ts14IENkYtQekuFUjKQM8AdaG9BJ6T3NXDitNidU6EAjLQ74J4Ycwi42tLPABNpbzarGVc04/2QxuFjG7J8BlfVRKwBv/yxIX3AW4UyQoJIegQVkrjc12PzgeOs13e81VoVIT42XfOkmhd4Azw1EclvpbtAJHDDBm7t8HphUH3HAIJr0MABIB24kkv7s0d5NY048Re2NiTVGPgApEdKm2od4B4wrZ6xB8P9g5rxik3MSe8tqpjq3pq/sGVFWQFemIjZ4+H+jNBN4KUK5bjcW7KF7sIpUlXrru2suCs1EXgLTJuIjXO3byIWgSngq7tez2L1VF/2E9z1+jWBGeB5K+F5kdpD6VLfsRgBVSW1Cqh6jqhnDoCGiU4srAPSIWDYFroticVd3an585XY2WxUcQSbC7aBCRvSdW5OW+o2Rhz1HS+Yr8zKblwCXpv693GzvT9ne4JR3WwYgUFgqa3S5t2+i5G8/7mybHbjA4FJgSmBZ26lUfC+bS8BRWCs0/GLwIgkVsTqR2DSRMyaiNREvAOeSGK/CATA+FkPzN/Gfw/MAa9al2EiFm3IFPAJ8AEHSC6/sv9bPwH2HdAMTTuckgAAAABJRU5ErkJggg==") no-repeat center center;
}

div#mw-head #ca-watch.icon a, div#mw-head #ca-watch.icon a:hover, div#mw-head #ca-watch.icon a:focus {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAZCAYAAADe1WXtAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gMfEDc0dRfawQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAABmElEQVRIx+3Vz4tOYRjG8c+L/IwyIspisrJiOVgQNSk2oryRrMRfMP4BSVGKhSRkI8bCCsls/FhI2YyymUYkMaVsjDF4B5vrrYfOmJPOSp7V07mf8z33fd3X/ZzW990aX7P4x6AtLGoauhFXsbJJ6C7sDLwR6FJsxkjArSag67EMF7CpjgR1oDvwGkNp1oaZXphT7Hux5Lf4QvRjMOUPYw9eVLA+4E0JXYEbWItJfCsOT+IhOriFwzhXxJdjVWIH0elCx3ETR/EcJzCW2Ee8yv4yrhXAdTiNebiHqVLTCZzCgXR7IBk+w0v8yLlOPjKOPlzKu21c6Z4rGzWFO9gbfQaxpUK72TiC88luH578Mn7T3FKLcTFltfGliK3Bg2R2DF/rWuozFuBtgOXsv8/zT1XAP0F7Y/qhZD2A25FmIpn2Y/5MPi1XX2w1hjPR9j5OpvzhyLIao3WgLWyNnmfT6f14iu04Hgd074TROuX3ZBR78LjobtcdbbzLtG2rumCmK/9uPHq9ohkjOIRHmBuLdepY6v+P7+/XT3tmX8gVDpABAAAAAElFTkSuQmCC") no-repeat center center;
}

div.vectorMenu {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAeAQMAAAD5HscWAAAABlBMVEVJTkf+UgBb5wXLAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfiAx8QODj7OYolAAAAHElEQVQI12NgIAMw/2NgYPwDZPwA4gIgViDZCADWFAOHBYEsowAAAABJRU5ErkJggg==") no-repeat left center;
  height: 30px;
  line-height: 27px;
  margin: 0;
  padding: 0 3px;
}

div#p-cactions {
  width: 21px;
}

div#p-sharing {
  width: auto;
}

div.vectorMenu h4 {
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 12px !important;
  margin: 0 6px 0 6px !important;
}

div.vectorMenu h3 span:after {
  display: none;
}

div#mw-head div#p-cactions h3 {
  display: none;
}

div#mw-head div#p-sharing h3 {
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 0;
  background: transparent;
}

div#mw-head div#p-sharing h3 a {
  height: 30px;
  line-height: 30px;
  border: none;
  background: transparent;
}

div#mw-head div#p-sharing h3 span {
  color: #666666;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  margin: 0 0 0 21px;
  padding: 0;
}

div.vectorMenu div.menu {
  border: none;
  background: #000000;
  color: #eeeeee;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  top: 30px;
  z-index: 3000;
}

div.vectorMenu div.menu ul {
  border: none;
  background: transparent;
}

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

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

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

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

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

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

#p-search {
  position: absolute;
  top: 40px;
  right: 20px;
  height: 30px;
  line-height: 27px;
  vertical-align: center;
  margin: -15px 2px 0 2px;
  padding: 0;
}

#p-search form {
  line-height: 27px;
  vertical-align: center;
  margin-bottom: 8px;
}

#p-search input {
}

#p-search input[type="submit"], #p-search input[type="button"], #p-search input[type="reset"] {
  font-size: 70%;
  padding: 0 6px;
}

#searchInput {
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #fa710f;
  background: #ffffff;
  color: #000000;
}

div#simpleSearch {
  border: 1px solid #fa710f;
  background: #ffffff;
  color: #000000;
  line-height: 1.4em;
  padding: 2px 2px;
}

div#simpleSearch #searchInput {
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  color: #000000;
}

div#simpleSearch #searchButton, div#simpleSearch #mw-searchButton, div#simpleSearch #searchButton:hover, div#simpleSearch #mw-searchButton:hover, div#simpleSearch #searchButton:active, div#simpleSearch #mw-searchButton:active {
  color: transparent;
  box-shadow: none;
}

.skin-hydra div.suggestions, html > body.skin-hydra div.suggestions {
  margin-top: -31px;
  border: 1px solid #fa710f;
  background: #ffffff;
  color: #ce6b0a;
}

.skin-hydra .suggestions-results, .skin-hydra .suggestions-results .suggestions-result, .skin-hydra .suggestions-special {
  border: none;
  background: #ffffff;
  color: #ce6b0a;
}

.skin-hydra .suggestions a.mw-searchSuggest-link, .skin-hydra .suggestions a.mw-searchSuggest-link:hover, .skin-hydra .suggestions a.mw-searchSuggest-link:active, .skin-hydra .suggestions a.mw-searchSuggest-link:focus, .skin-hydra .suggestions-special .special-query {
  color: #ce6b0a;
}

.skin-hydra .suggestions-results .suggestions-result .highlight {
  color: #000000;
}

.skin-hydra .suggestions-result-current {
  background: #fa710f !important;
  color: #6a3706;
}

.skin-hydra .suggestions-special {
  border: none;
  border-top: 1px solid #cccccc;
}

.skin-hydra .suggestions-special .special-label {
  color: #999999;
}

.skin-hydra .suggestions-result-current .special-label {
  color: #515151;
}

.skin-hydra .suggestions-results .suggestions-result-current, .skin-hydra .suggestions-special.suggestions-result-current .special-query, .skin-hydra .suggestions-result-current a.mw-searchSuggest-link, .skin-hydra .suggestions-result-current a.mw-searchSuggest-link:hover, .skin-hydra .suggestions-result-current a.mw-searchSuggest-link:active, .skin-hydra .suggestions-result-current a.mw-searchSuggest-link:focus {
  color: #6a3706;
}

.skin-hydra .suggestions-results .suggestions-result-current .highlight {
  color: #000000;
}

/**********************
/* Site notice styles *
/**********************/
#mw-dismissable-notice {
}

#mw-dismissable-notice td > a {
}

#mw-dismissable-notice td > a:hover {
}

#localNotice {
  border: 4px solid #f58f1e;
  background: #efefef;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

/***********************
/* Left sidebar styles *
/***********************/
.skin-hydra div#mw-panel, .skin-hydra div#mw-panel.collapsible-nav {
  position: static !important;
  float: left;
  top: 0;
  margin-left: -160px;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.1em;
  width: 160px;
  overflow: visible;
}

.skin-hydra div#mw-panel div.portal, .skin-hydra div#mw-panel.collapsible-nav div.portal {
  background: transparent !important;
  margin: 5px 0 0 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  text-align: center;
  width: 150px;
}

.skin-hydra div#mw-panel div.portal h3, .skin-hydra div#mw-panel.collapsible-nav div.portal h3 {
  display: inline-block;
  border: none;
  color: #4d515c;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 auto 0 auto !important;
  padding: 0 0 5px 0 !important;
  width: auto;
}

.skin-hydra div#mw-panel.collapsible-nav div.portal.collapsed h3 {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHAQMAAAD6aRWtAAAABlBMVEVzZWTOawowqr7xAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfiBAEXEgJV93WGAAAAFElEQVQI12NwYEhgKGCoAOIEBgcAEjYCmWxNs0wAAAAASUVORK5CYII=") center right no-repeat;
  color: #4d515c;
  padding: 0 8px 0px 0 !important;
  width: auto !important;
}

.skin-hydra div#mw-panel.collapsible-nav div.portal.expanded h3 {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAEAQMAAAB4CLc+AAAABlBMVEUAUADOawpgmZY8AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfiBAEXEgS8lNCzAAAAEElEQVQI12P4x1DDYMEgAAAKHgHDGrfkbwAAAABJRU5ErkJggg==") center right no-repeat;
  color: #4d515c;
  padding: 0 11px 5px 0 !important;
  width: auto !important;
}

.skin-hydra div#mw-panel.collapsible-nav div.portal h3 a, .skin-hydra div#mw-panel.collapsible-nav div.portal.collapsed h3 a {
  color: #4d515c !important;
}

.skin-hydra div#mw-panel.collapsible-nav div.portal.collapsed h3:hover a, .skin-hydra div#mw-panel.collapsible-nav div.portal.collapsed h3 a:hover {
  text-decoration: underline;
  text-decoration-color: #4d515c !important;
}

.skin-hydra div#mw-panel div.portal div.body, .skin-hydra div#mw-panel.collapsible-nav div.portal div.body, .skin-hydra div#mw-panel.collapsible-nav div.portal.expanded div.body {
  background: transparent;
  margin: 0 !important;
  padding: 0 0 10px 0 !important;
  width: 150px;
}

.skin-hydra div#mw-panel.collapsible-nav div.portal.first div.body, .skin-hydra div#mw-panel.collapsible-nav div.portal.first.expanded div.body, div#mw-panel #p-logo + div.portal div.body {
  background: transparent;
  padding: 0 !important;
  margin: 0 0 0 0 !important;
}

.skin-hydra div#mw-panel div.portal div.body ul, .skin-hydra div#mw-panel.collapsible-nav div.portal div.body ul {
  margin: 0;
  padding: 0;
}

.skin-hydra div#mw-panel div.portal div.body ul li, .skin-hydra div#mw-panel.collapsible-nav div.portal div.body ul li {
  margin: 0;
  padding: 2px 0;
}

div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:link {
  color: #ce6b0a;
}

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

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

div#mw-panel div#p-sitePromos, div#mw-panel div#p-socialProfiles {
  border: none;
  background: transparent;
  margin: 20px 0 0 0 !important;
  padding: 0;
  width: 150px;
}

div#mw-panel div#p-claimWiki {
  border: none;
  background: transparent;
  margin: 20px 0 20px 0 !important;
  padding: 0;
  width: 150px;
}

div#mw-panel div#p-sitePromos h3, div#mw-panel div#p-socialProfiles h3, div#mw-panel div#p-claimWiki h3 {
  display: none;
}

div#mw-panel div#p-sitePromos div.body, div#mw-panel div#p-socialProfiles div.body, div#mw-panel #p-logo + div#p-claimWiki div.body {
  margin: 0 auto 0 auto !important;
  padding: 0 0 0 0 !important;
  width: auto;
}

div#mw-panel div#p-sitePromos div.body div.promoSidebar, div#mw-panel div#p-socialProfiles div.body div.socialSidebar {
  margin: 0 auto 0 auto !important;
  padding: 0 0 0 0 !important;
  width: auto;
  text-align: center;
}

div#mw-panel div#p-claimWiki div.body div.claimSidebar {
  margin: 0 auto 0 auto !important;
  padding: 0 0 0 0 !important;
}

div.socialLink {
  margin: 1px 0 1px 0;
}

/***************
/* 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, .skin-hydra #mw-indicator-mw-helplink a, .skin-hydra #mw-indicator-mw-helplink a:link {
  color: #ce6b0a;
}

div#content a:visited, a:visited, .skin-hydra #mw-indicator-mw-helplink a:visited {
  color: #c95805;
}

div#content a.new, a.new {
  color: #ce0a0a;
}

div#content a.new:visited, a.new:visited {
  color: #cf050f;
}

a.stub {
  color: #ce340a;
}

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

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

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

a:active {
  color: #000000;
}

/******************
/* Article styles *
/******************/
#pageWrapper {
  border: none;
  background: transparent;
  margin-top: 0;
  margin-left: 160px;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

div#content {
  float: right;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: none;
  background: transparent;
  color: #000000;
  margin: 0 0 0 0;
  padding: 10px 20px 0 20px;
}

.mw-body-content {
  font-size: 0.95em;
}

div#content #firstHeading {
  border: none;
  border-bottom: 2px solid #f58f1e;
  color: #4d515c;
  font-family: Raleway, sans-serif;
  font-variant: small-caps;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}

body.page-The_Endless_Mission_Wiki #firstHeading {
  display: none;
}

div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6 {
  border: none;
  font-family: Raleway, sans-serif;
  font-variant: small-caps;
  color: #4d515c;
  margin: 20px 0 8px 0;
  padding: 0 0 5px 0;
  overflow: hidden;
}

div#content h1, div#content h2 {
  border-bottom: 2px solid #f58f1e;
}

div#content .login-intro h2 {
  border-bottom: none;
  background: transparent;
}

div#content h3, div#content h4 {
  border-bottom: 1px solid #aaaaaa;
}

/* Curse profile: Fixes conflict with overflow:auto; on h1 */
div#content div.headline h1 {
  overflow: visible;
}

div#content .mw-editsection, div#content .mw-editsection-like {
  font-weight: normal;
  font-variant: normal;
}

div#content .mw-editsection a:link, div#content .mw-editsection-like 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 {
}

#contentSub {
  color: #999999;
}

div.toc, div#toc {
  border: 4px solid #f58f1e;
  background: #efefef;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

#toctitle {
}

div#content #toctitle h2 {
  border: none;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  padding: 0 0 5px 0;
}

.toctoggle, #toc .toctoggle {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-variant: normal;
}

.toctoggle a, #toc .toctoggle a {
}

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

hr {
  border-bottom: 2px solid #f58f1e;
}

ul {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEUE2RL1jx61GHE5AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfiAx8QOQNTKVJAAAAAE0lEQVQI12NgQAEFDD/AsICBAQAakgPJO2sGpQAAAABJRU5ErkJggg==");
}

img {
}

.skin-hydra table.wikitable, .skin-hydradark table.dataTable {
  border: 4px solid #f58f1e;
  background: transparent;
  color: #000000;
  margin: 0 0 10px 0;
  padding: 0;
}

.skin-hydra table.wikitable th, .skin-hydra table.wikitable tr th, .skin-hydra table.wikitable > tr > th, .skin-hydra table.wikitable > * > tr > th, table.dataTable thead th, table.dataTable tfoot th {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #4d515c;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 3px 1px 3px;
}

.skin-hydra table.wikitable td, .skin-hydra table.wikitable tr td, .skin-hydra table.wikitable > tr > td, .skin-hydra table.wikitable > * > tr > td, table.dataTable td {
  border: 1px solid #aaaaaa;
  background: #efefef;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  padding: 0 3px 1px 3px;
}

table.dataTable td:hover {
  background: #efefef;
  background: rgba(255, 255, 255, 0.75);
}

table.dataTable.display tbody tr.odd, table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background: #e2e2e2;
  background: rgba(255, 255, 255, 0.5625);
}

table.dataTable.display tbody tr.even, table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background: #dbdbdb;
  background: rgba(255, 255, 255, 0.4375);
}

.skin-hydra table.jquery-tablesorter th.headerSort, table.dataTable thead .sorting {
  background: #ffffff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAALAQMAAACqBVQ+AAAABlBMVEUAAADOawpYiln3AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfiBAEXEgclnYEJAAAAH0lEQVQI12NgAAEFIC4A4h8MDIx/wCIQ+gdUXAEsBABvCgULsLYrXQAAAABJRU5ErkJggg==") no-repeat right center !important;
  padding: 0 15px 1px 3px;
}

.skin-hydra table.jquery-tablesorter th.headerSortDown, table.dataTable thead .sorting_desc {
  background: #ffffff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAGAQMAAAAWm0fgAAAABlBMVEUAAADOawpYiln3AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfiBAEXEgpbLP20AAAAFklEQVQI12NgAAEBILYA4hog/gcWAQAPFAHDmeMz/QAAAABJRU5ErkJggg==") no-repeat right center !important;
  padding: 0 15px 1px 3px;
}

.skin-hydra table.jquery-tablesorter th.headerSortUp, table.dataTable thead .sorting_asc {
  background: #dbdbdb url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAGAQMAAAAWm0fgAAAABlBMVEUAAADOawpYiln3AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfiBAEXEg3FSGgXAAAAGElEQVQI12NgAALGP0DiBxAXALECSIQBACSTAob8rZfiAAAAAElFTkSuQmCC") no-repeat right center !important;
  padding: 0 15px 1px 3px;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #999999;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  border: 1px solid transparent;
  background: transparent;
  color: #999999 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: none;
  background: transparent;
  color: #000000 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: none;
  background: #f58f1e;
  color: #000000;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: none;
  background: #fa710f;
  color: #000000;
}

ul.gallery {
}

li.gallerybox {
  border: 4px solid #f58f1e;
  background: #efefef;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

li.gallerybox div.thumb {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #000000;
}

div.gallerytext {
  text-align: center;
}

div.thumb {
  border: none;
  background: transparent;
  color: #000000;
}

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

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

div.thumbinner {
  border: 4px solid #f58f1e;
  background: #efefef;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  margin: 0 0 10px 0;
  padding: 3px 5px !important;
}

html .thumbimage {
  border: 1px solid #aaaaaa;
  background: #ffffff;
}

.thumbcaption {
}

.gallerytext p, .thumbcaption {
}

.toggle {
}

.sn-small {
}

sub, sup a {
}

sup.reference {
}

pre, .skin-hydra .mw-code {
  border: 1px dashed #f58f1e;
  background: #efefef;
  background: rgba(255, 255, 255, 0.75);
  color: #000000;
  padding: 2px 2px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  border: 1px dashed #f58f1e;
  background: transparent;
  white-space: pre-wrap;
  word-wrap: break-word;
}

#catlinks {
  border: 4px solid #f58f1e;
  background: #efefef;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  margin: 10px 0 10px 0;
  padding: 3px 6px;
}

#catlinks li {
  border-left: 1px solid #f58f1e;
}

#catlinks li:first-child {
  border-left: none;
}

/********************
/* Interface styles *
/********************/
input, select {
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #f58f1e;
  background: #ffffff;
  color: #000000;
  padding: 2px 2px;
}

textarea {
  border: 1px solid #f58f1e;
  background: #ffffff;
  color: #000000;
}

.oo-ui-dropdownWidget, .oo-ui-dropdownWidget-handle, .oo-ui-menuSelectWidget, .oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea {
  border: 1px solid #f58f1e;
  background: #ffffff;
  color: #000000;
}

.oo-ui-dropdownWidget .oo-ui-selectWidget {
  border: 1px solid #f58f1e;
  background: #ffffff;
  color: #000000;
}

.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected {
  background: #f58f1e;
  color: #000000;
}

.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted, .oo-ui-menuOptionWidget.oo-ui-optionWidget-selected.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted {
  background: #f58f1e;
  color: #000000;
}

.oo-ui-dropdownWidget .oo-ui-indicator-down, .oo-ui-menuOptionWidget .oo-ui-indicator-down {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAEAQMAAAB4CLc+AAAABlBMVEUAUADOawpgmZY8AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfiBAEXEgS8lNCzAAAAEElEQVQI12P4x1DDYMEgAAAKHgHDGrfkbwAAAABJRU5ErkJggg==");
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  border: none;
  background: #f58f1e;
  color: #000000;
  font-weight: bold;
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover {
  background: #fa710f;
  color: #000000;
}

.oo-ui-panelLayout-framed {
  border: 4px solid #f58f1e;
  background: #efefef;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.mw-ui-vform input:not([type="button"]):not([type="submit"]):not([type="file"]), .mw-ui-vform input:not([type="button"]):not([type="submit"]):not([type="file"]):hover, .mw-ui-vform input:not([type="button"]):not([type="submit"]):not([type="file"]):focus {
  font-family: 'Open Sans', sans-serif;
  padding: 2px 2px;
  box-shadow: none !important;
}

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"], #mw-createaccount-join, .mw-ui-button.mw-ui-progressive, .mw-ui-button.mw-ui-primary {
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  border: none;
  background: #f58f1e;
  color: #000000;
  font-weight: bold;
  padding: 1px 6px;
}

button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, #mw-createaccount-join:hover, .mw-ui-button.mw-ui-progressive:hover, .mw-ui-button.mw-ui-primary:hover {
  background: #fa710f;
  color: #000000;
}

button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active, #mw-createaccount-join:active, .mw-ui-button.mw-ui-progressive:active, .mw-ui-button.mw-ui-primary:active, .skin-hydra .mw-ui-button.mw-ui-progressive:disabled, .skin-hydra .mw-ui-button.mw-ui-primary:disabled {
  background: #9999999;
  color: #aaaaaa;
}

.mw-ui-vform label {
  color: #000000;
}

a.cta-button, a:link.cta-button, a:visited.cta-button {
  color: #000000;
}

div.editOptions {
  border: none;
  background: transparent;
}

.usermessage {
  border: 4px solid #f58f1e;
  background: #efefef;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

body.skin-hydra .mw-notification {
  border: 4px solid #f58f1e;
  background: #efefef;
  color: #000000;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

body.skin-hydra .mw-notification.postedit {
  border: 4px solid #f58f1e;
  background: #efefef;
  color: #000000;
  text-shadow: none;
  margin: 0 0 10px 0;
  padding: 3px 3em 3px 6px;
}

body.skin-hydra .postedit-close, body.skin-hydra .postedit-close:hover {
  color: #000000;
  text-shadow: none;
}

div.mw-warning {
  border: 4px solid #f58f1e;
  background: #efefef;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

div.mw-warning-with-logexcerpt {
  border: 4px solid #f58f1e;
  background: #efefef;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

div#content fieldset {
  border: 4px solid #f58f1e;
  background: #efefef;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

div#content fieldset legend {
  border: none;
  background: transparent;
  color: #4d515c;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  padding: 3px 6px;
}

.mw-plusminus-null {
  color: #999999;
}

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

.mw-plusminus-neg {
  color: #880000;
}

.mw-changeslist-legend {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #000000;
  margin: 0 0 10px 20px;
  padding: 3px 6px;
}

.skin-hydra .mw-search-profile-tabs {
  border: 4px solid #f58f1e;
  background: #efefef;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

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

#pagehistory li {
  border: none;
  background: transparent;
  color: #000000;
  margin: 1px;
  padding: 0;
}

#pagehistory li.selected {
  border: 1px solid #f58f1e;
  background: #efefef;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  margin: 0;
  padding: 1px;
}

.skin-hydra table.diff {
  border: 4px solid #f58f1e;
  background: #efefef;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.skin-hydra td.diff-otitle, .skin-hydra td.diff-ntitle {
  border: none;
  background: transparent;
}

td.diff-addedline {
  border: none;
  box-shadow: 0 0 3px #000000;
  background: #99ff99;
  color: #000000;
}

td.diff-deletedline {
  border: none;
  box-shadow: 0 0 3px #000000;
  background: #ffff99;
  color: #000000;
}

td.diff-context {
  border: none;
  box-shadow: 0 0 3px #000000;
  background: #cccccc;
  color: #000000;
}

td.diff-addedline .diffchange, td.diff-deletedline .diffchange {
  background: rgba(223, 223, 223, 0.5);
  color: #cc0000;
}

body.skin-hydra fieldset#mw-searchoptions {
  border: 4px solid #f58f1e;
  background: #efefef;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  margin: -10px 0 10px 0 !important;
  padding: 3px 6px;
}

body.skin-hydra fieldset#mw-searchoptions h4 {
  border: none;
  color: #4d515c;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

body.skin-hydra fieldset#mw-searchoptions div.divider {
  border: none;
  border-bottom: 2px solid #f58f1e;
}

.skin-hydra div#preferences {
  border: none !important;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}

.client-js .skin-hydra div#preferences fieldset {
  border: none;
  box-shadow: none;
  background: transparent;
  color: #000000;
  margin: 0 0 10px 0;
  padding: 0;
}

.client-js .skin-hydra div#preferences fieldset legend {
  border: none;
  background: transparent;
  color: #4d515c;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  padding: 3px 6px;
}

.skin-hydra div#preferences fieldset {
  border: 4px solid #f58f1e;
  background: #efefef;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.skin-hydra div#preferences fieldset legend {
  border: none;
  background: transparent;
  color: #4d515c;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  padding: 3px 6px;
}

.skin-hydra div#preferences fieldset.prefsection fieldset {
  border: 1px solid #aaaaaa;
  background: #efefef;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  margin: 5px;
  padding: 10px;
}

.skin-hydra div#preferences fieldset.prefsection fieldset legend {
  border: none;
  background: transparent;
  color: #4d515c;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  padding: 3px 6px;
}

.skin-hydra #preferences td.htmlform-tip {
  color: #999999;
}

.skin-hydra #preftoc {
  border: none;
  background: transparent;
}

.skin-hydra #preftoc ul {
  border: none;
  background: transparent;
}

.skin-hydra #preftoc li {
  border: none;
  background: transparent;
}

.skin-hydra #preftoc li a {
  color: #ce6b0a;
  height: 25px;
  line-height: 25px;
  padding: 3px 0 0 0;
  margin: 0 4px;
}

.skin-hydra #preftoc li a:visited {
  color: #ce6b0a;
}

.skin-hydra #preftoc li.selected a {
  background: transparent;
  color: #000000;
}

.skin-hydra #preftoc li a:active {
  color: #000000;
}

.error {
  color: #cc0000;
}

.warning {
  color: #999900;
}

.errorbox {
  border: 4px solid #f51f1f;
  background: #ffbfbf;
  color: #000000;
  margin: 0 0 10px 0;
  padding: 3px 6px 3px 16px;
}

.warningbox {
  border: 4px solid #f5f51f;
  background: #ffffbf;
  color: #000000;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.successbox {
  border: 4px solid #1ff51f;
  background: #bfffbf;
  color: #000000;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

table.mw-interwikitable.body td.mw-interwikitable-local-yes {
  background: #bfffbf;
}

ul#filetoc {
  border: 4px solid #f58f1e;
  background: #efefef;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.skin-hydra table.mw_metadata {
  border: 4px solid #f58f1e;
  background: transparent;
  color: #000000;
  margin: 0 0 10px 0;
  padding: 0;
}

.skin-hydra table.mw_metadata th {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #4d515c;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 3px 1px 3px;
}

.skin-hydra table.mw_metadata td {
  border: 1px solid #aaaaaa;
  background: #efefef;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  padding: 0 3px 1px 3px;
}

.skin-hydra .TablePager, .skin-hydra table.cargoTable {
  border: 4px solid #f58f1e;
  background: transparent;
  color: #000000;
  margin: 0 0 10px 0;
  padding: 0;
}

.skin-hydra .TablePager th, .skin-hydra .mw-datatable th, .skin-hydra table.cargoTable th {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #4d515c;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 3px 1px 3px;
}

.skin-hydra .TablePager td, .skin-hydra .mw-datatable td, .skin-hydra table.cargoTable td {
  border: 1px solid #aaaaaa;
  background: #efefef;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  padding: 0 3px 1px 3px;
}

table.cargoTable tr:nth-child(2n+1), .skin-hydradark table.cargoTable tr:nth-child(2n) {
  background: transparent;
}

.skin-hydra table.cargoTable tr:nth-child(2n+1) {
  background: #e2e2e2;
  background: rgba(255, 255, 255, 0.5625);
}

.skin-hydra table.cargoTable tr:nth-child(2n) {
  background: #dbdbdb;
  background: rgba(255, 255, 255, 0.4375);
}

.skin-hydra .TablePager tr:hover td, .skin-hydra .mw-datatable tr:hover td {
  background: #efefef;
  background: rgba(255, 255, 255, 0.75);
}

.ui-widget-content, .ui-menu {
  border: 4px solid #f58f1e;
  background: #efefef;
  color: #000000;
  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: 4px solid #f58f1e;
  background: transparent;
  color: #000000;
  margin: 0 0 10px 0;
  padding: 0;
}

table.mw-abuselog-details tr th {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #4d515c;
  font-weight: bold;
  padding: 0 3px 1px 3px;
}

table.mw-abuselog-details tr td {
  border: 1px solid #aaaaaa;
  background: #efefef;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  padding: 0 3px 1px 3px;
}

.mw-abusefilter-history-changed {
}

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

/*****************
/* Footer styles *
/*****************/
div#footer {
  float: right;
  clear: right;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: none;
  background: transparent;
  color: #000000;
  margin: 0 0 0 0;
  padding: 10px 20px 10px 20px;
  overflow: hidden;
}

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

/***************************
/* Template example styles *
/***************************/
span.templateexample {
  font-family: monospace;
}

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

span.templateexample span.paramname {
}

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

/******************
/* Image licenses *
/******************/
/* copyright images tweak */
.skin-hydra .copyright-icon {
  background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/thumb/b/b6/Copyright.png/32px-Copyright.png");
  background-size: 100%;
  height: 32px;
  width: 32px;
}

.ambox {
  border: 4px solid #f58f1e;
  background: #efefef;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  font-size: 95%;
  margin: 0 auto 10px auto;
  padding: 3px 6px 3px 16px;
  width: 80%;
}

.ambox-gray {
  box-shadow: 10px 0 0 #383838 inset;
}

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

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

.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 {
  box-shadow: 10px 0 0 #1e90ff inset;
}

.ambox-red {
  box-shadow: 10px 0 0 #b22222 inset;
}

.ambox-orange {
  box-shadow: 10px 0 0 #f28500 inset;
}

.ambox-yellow {
  box-shadow: 10px 0 0 #f4c430 inset;
}

.ambox-purple {
  box-shadow: 10px 0 0 #9932cc inset;
}

.ambox-gray {
  box-shadow: 10px 0 0 #bba inset;
}

.ambox-green {
  box-shadow: 10px 0 0 #228b22 inset;
}

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

/***********************
/* Flex text link list *
/***********************/
.flextextlinks ul {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  margin: 0 -20px 10px -20px;
  padding: 0;
}

.flextextlinks ul li {
  list-style: none;
  flex: 1 0 15em;
  margin: 0;
  padding: 4px 20px;
}

/***********************
/* Flex icon link list *
/***********************/
.flexiconlinks {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
  text-align: center;
  margin: -10px -10px 0 -10px;
  padding: 0;
}

.flexiconlinks.horizontal {
  margin: 0 -20px 10px -20px;
}

.flexiconlinks .iconlink {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  border: none;
  background: transparent;
  margin: 0;
  padding: 10px;
  flex: 0 0 8rem;
  min-width: 128px;
}

.flexiconlinks.horizontal .iconlink {
  padding: 4px 20px;
}

.flexiconlinks.iconsize24 .iconlink {
  flex: 0 0 1.5rem;
  min-width: 24px;
}

.flexiconlinks.linksize24 .iconlink {
  flex: 0 0 1.5rem;
  min-width: 24px;
}

.flexiconlinks.iconsize64 .iconlink {
  flex: 0 0 4rem;
  min-width: 64px;
}

.flexiconlinks.linksize64 .iconlink {
  flex: 0 0 4rem;
  min-width: 64px;
}

.flexiconlinks.iconsize96 .iconlink {
  flex: 0 0 6rem;
  min-width: 96px;
}

.flexiconlinks.linksize96 .iconlink {
  flex: 0 0 6rem;
  min-width: 96px;
}

.flexiconlinks.iconsize128 .iconlink {
  flex: 0 0 8rem;
  min-width: 128px;
}

.flexiconlinks.linksize128 .iconlink {
  flex: 0 0 8rem;
  min-width: 128px;
}

.flexiconlinks.iconsize192 .iconlink {
  flex: 0 0 12rem;
  min-width: 192px;
}

.flexiconlinks.linksize192 .iconlink {
  flex: 0 0 12rem;
  min-width: 192px;
}

.flexiconlinks.iconsize256 .iconlink {
  flex: 0 0 16rem;
  min-width: 256px;
}

.flexiconlinks.linksize256 .iconlink {
  flex: 0 0 16rem;
  min-width: 256px;
}

.flexiconlinks.horizontal .iconlink {
  flex-flow: row nowrap;
  align-items: flex-start;
  flex: 0 0 15rem;
}

.flexiconlinks .iconlink .icon {
  display: flex;
  flex-flow: column nowrap;
  justify-content: stretch;
  min-width: 128px;
  width: 128px;
  height: 128px;
}

.flexiconlinks.horizontal .iconlink .icon {
  min-width: 24px;
  width: 24px;
  height: 24px;
}

.flexiconlinks.linksize24 .iconlink .icon {
  min-width: 24px;
  width: 24px;
  height: 24px;
}

.flexiconlinks.linksize64 .iconlink .icon {
  min-width: 64px;
  width: 64px;
  height: 64px;
}

.flexiconlinks.linksize96 .iconlink .icon {
  min-width: 96px;
  width: 96px;
  height: 96px;
}

.flexiconlinks.linksize128 .iconlink .icon {
  min-width: 128px;
  width: 128px;
  height: 128px;
}

.flexiconlinks.linksize192 .iconlink .icon {
  min-width: 192px;
  width: 192px;
  height: 192px;
}

.flexiconlinks.linksize256 .iconlink .icon {
  min-width: 256px;
  width: 256px;
  height: 256px;
}

.flexiconlinks.iconsize64 .iconlink .icon {
  min-width: 64px;
  width: 64px;
  height: 64px;
}

.flexiconlinks.iconsize96 .iconlink .icon {
  min-width: 96px;
  width: 96px;
  height: 96px;
}

.flexiconlinks.iconsize128 .iconlink .icon {
  min-width: 128px;
  width: 128px;
  height: 128px;
}

.flexiconlinks.iconsize192 .iconlink .icon {
  min-width: 192px;
  width: 192px;
  height: 192px;
}

.flexiconlinks.iconsize256 .iconlink .icon {
  min-width: 256px;
  width: 256px;
  height: 256px;
}

.flexiconlinks .iconlink .icon a {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: center;
  flex: 0 0 100%;
}

.flexiconlinks .iconlink .text {
  color: #d5d5d5;
  width: 100%;
  text-align: center;
}

.flexiconlinks.horizontal .iconlink .text {
  width: auto;
  text-align: left;
}

.flexiconlinks .iconlink .text a {
  display: block;
  width: auto;
}

.flexiconlinks.horizontal .iconlink .text a {
  padding-left: 0.5rem !important;
}

/*******************************
/* Responsive flex page layout *
/*******************************/
.rfpelements {
  display: flex;
  flex-flow: row wrap;
  margin: -5px;
}

.rfpshelf,
.rfpstack {
  display: flex;
  flex-flow: column nowrap;
  margin: 0;
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.rfpblock {
  margin: 5px;
  padding: 7px 10px;
  flex: 0 0 calc( 100% - 10px );
  max-width: calc( 100% - 10px );
  text-align: center;
  box-sizing: border-box;
}

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

.rfpstack .rfpstack,
.rfpstack .rfpshelf,
.rfpshelf .rfpshelf,
.rfpshelf .rfpstack {
  flex: 1 0 auto;
  max-width: 100%;
}

.rfpstack .rfpblock,
.rfpshelf .rfpblock {
  flex: 1 0 auto;
  max-width: calc( 100% - 10px );
}

.rfpstack .rfpnoresize {
  flex: 0 0 auto;
}

@media (min-width: 820px) {
  .rfp100-50-67size,
  .rfp100-50-50size,
  .rfp100-50-33size {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .rfpblock.rfp100-50-67size,
  .rfpblock.rfp100-50-50size,
  .rfpblock.rfp100-50-33size {
    flex: 0 0 calc( 50% - 10px );
    max-width: calc( 50% - 10px );
  }
}

@media (min-width: 1440px) {
  .rfp100-100-67size,
  .rfp100-50-67size {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .rfpblock.rfp100-100-67size,
  .rfpblock.rfp100-50-67size {
    flex: 0 0 calc( 66.666667% - 10px );
    max-width: calc( 66.666667% - 10px );
  }

  .rfp100-100-50size,
  .rfp100-50-50size {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .rfpblock.rfp100-100-50size,
  .rfpblock.rfp100-50-50size {
    flex: 0 0 calc( 50% - 10px );
    max-width: calc( 50% - 10px );
  }

  .rfp100-100-33size,
  .rfp100-50-33size {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .rfpblock.rfp100-100-33size,
  .rfpblock.rfp100-50-33size {
    flex: 0 0 calc( 33.333333% - 10px );
    max-width: calc( 33.333333% - 10px );
  }

  .rfpshelf {
    flex-flow: row wrap;
  }

  .rfpshelf > .rfpstack {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .rfpshelf > .rfpblock {
    flex: 0 0 calc( 50% - 10px );
    max-width: calc( 50% - 10px );
  }

  .rfpshelf > .rfpstack.rfpkeepwide {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .rfpshelf > .rfpblock.rfpkeepwide {
    flex: 0 0 calc( 100% - 10px );
    max-width: calc( 100% - 10px );
  }
}

/****************************
/* Responsive flex specials *
/****************************/
.rfptwitter {
  display: flex;
  flex-flow: column nowrap;
}

.rfptwitter .body,
.rfptwitter .body .twitter-timeline-wrapper {
  border: none;
  display: flex;
  flex-flow: column nowrap;
  flex: 0 0 410px;
}

.rfptwitter .body .twitter-timeline-wrapper iframe {
  border: none;
  width: auto !important;
  height: auto !important;
  flex: 0 0 400px;
}

@media (min-width: 820px) {
  .rfptwitter .body,
  .rfptwitter .body .twitter-timeline-wrapper,
  .rfptwitter .body .twitter-timeline-wrapper iframe {
    flex: 1 0 auto;
  }
}

.rfpblock div.slideboxlightshow, 
.rfpblock div.slideboxlightshow a {
  max-width: 100%;
  height: auto;
}

/******************************
/* Responsive flex appearance *
/******************************/
.rfpbox,
.rfpdesktopbox {
  border: 4px solid #f58f1e;
  background: #efefef;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  margin: 5px;
  padding: 3px 6px;
}

.rfpblock .heading {
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  color: #4d515c;
  font-size: 132%;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

.rfpblock.rfpbox .heading {
  border-bottom: 1px solid #f58f1e;
  background: #ffffff;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  color: #4d515c;
  font-size: 132%;
  margin: -3px -6px 10px -6px;
  padding: 3px 6px 5px 6px;
}

/******************************************
/* Responsive flex documentation examples *
/******************************************/
.rfpdoclabel {
  border: 4px solid #f58f1e;
  padding: 3px 6px;
  text-align: center;
}

.rfpdocexample {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  margin: 0 0 10px 0;
}

.rfpdocnarrow {
  border: 4px solid #f58f1e;
  padding: 3px 0 0 0;
  width: 16.666667%;
  box-sizing: border-box;
}

.rfpdocmedium {
  border: 4px solid #f58f1e;
  padding: 3px 0 0 0;
  width: 33.333333%;
  box-sizing: border-box;
}

.rfpdocwide {
  border: 4px solid #f58f1e;
  padding: 3px 0 0 0;
  width: 50%;
  box-sizing: border-box;
}

.rfpdocelements {
  display: flex;
  flex-flow: row wrap;
}

.rfpdocshelf,
.rfpdocstack {
  display: flex;
  flex-flow: column nowrap;
  margin: 0;
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.rfpdocblock {
  margin: 5px;
  padding: 3px 6px;
  flex: 0 0 calc( 100% - 10px );
  max-width: calc( 100% - 10px );
  text-align: center;
  box-sizing: border-box;
}

.rfpdocstack .rfpdocstack,
.rfpsdoctack .rfpdocshelf,
.rfpdocshelf .rfpdocshelf,
.rfpdocshelf .rfpdocstack {
  flex: 1 0 auto;
  max-width: 100%;
}

.rfpdocstack .rfpdocblock,
.rfpdocshelf .rfpdocblock {
  flex: 1 0 auto;
  max-width: calc( 100% - 10px );
}

.rfpdocstack .rfpdocnoresize {
  flex: 0 0 auto;
}

.rfpdocmedium .rfpdoc100-50-67size,
.rfpdocmedium .rfpdoc100-50-50size,
.rfpdocmedium .rfpdoc100-50-33size {
  flex: 0 0 50%;
  max-width: 50%;
}

.rfpdocmedium .rfpdocblock.rfpdoc100-50-67size,
.rfpdocmedium .rfpdocblock.rfpdoc100-50-50size,
.rfpdocmedium .rfpdocblock.rfpdoc100-50-33size {
  flex: 0 0 calc( 50% - 10px );
  max-width: calc( 50% - 10px );
}

.rfpdocwide .rfpdoc100-100-67size,
.rfpdocwide .rfpdoc100-50-67size {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.rfpdocwide .rfpdocblock.rfpdoc100-100-67size,
.rfpdocwide .rfpdocblock.rfpdoc100-50-67size {
  flex: 0 0 calc( 66.666667% - 10px );
  max-width: calc( 66.666667% - 10px );
}

.rfpdocwide .rfpdoc100-100-50size,
.rfpdocwide .rfpdoc100-50-50size {
  flex: 0 0 50%;
  max-width: 50%;
}

.rfpdocwide .rfpdocblock.rfpdoc100-100-50size,
.rfpdocwide .rfpdocblock.rfpdoc100-50-50size {
  flex: 0 0 calc( 50% - 10px );
  max-width: calc( 50% - 10px );
}

.rfpdocwide .rfpdoc100-100-33size,
.rfpdocwide .rfpdoc100-50-33size {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.rfpdocwide .rfpdocblock.rfpdoc100-100-33size,
.rfpdocwide .rfpdocblock.rfpdoc100-50-33size {
  flex: 0 0 calc( 33.333333% - 10px );
  max-width: calc( 33.333333% - 10px );
}

.rfpdocwide .rfpdocshelf {
  flex-flow: row wrap;
}

.rfpdocwide .rfpdocshelf > .rfpdocstack {
  flex: 0 0 50%;
  max-width: 50%;
}

.rfpdocwide .rfpdocshelf > .rfpdocblock {
  flex: 0 0 calc( 50% - 10px );
  max-width: calc( 50% - 10px );
}

.rfpdocwide .rfpdocshelf > .rfpdocstack.rfpdockeepwide {
  flex: 0 0 100%;
  max-width: 100%;
}

.rfpdocwide .rfpdocshelf > .rfpdocblock.rfpdockeepwide {
  flex: 0 0 calc( 100% - 10px );
  max-width: calc( 100% - 10px );
}

/******************
/* Infobox styles *
/******************/
.infoboxtable {
  float: right;
  border: 4px solid #f58f1e;
  background: transparent;
  color: #000000;
  margin: 0 0 10px 20px;
  padding: 3px 6px;
  width: 300px;
}

.infoboxtable th {
  border: 1px solid #aaaaaa;
  background: #efefef;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  padding: 0.5px 7px;
}

.infoboxtable td {
  border: 1px solid #aaaaaa;
  background: #efefef;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  text-align: left;
  vertical-align: top;
  padding: 0.5px 3px 0.5px 3px;
}

.infoboxtable th.infoboxname {
  background: #ffffff;
  font-size: 110%;
  color: #4d515c;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  padding: 8px;
}

.infoboxtable th.infoboxdetails {
  background: #efefef;
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
  color: #4d515c;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
}

/********************
/* Navbox templates *
/********************/
table.navbox {
  border: 4px solid #f58f1e;
  background: transparent;
  color: #000000;
  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: transparent;
}

.navbox-list {
  background: transparent; /* Must match background color */
}

/* Level 1 color */
.navbox-title, table.navbox th {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #4d515c;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

/* Level 2 styling */
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
  background: #ffffff;
  color: #4d515c;
}

/* Level 3 styling */
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background: #efefef;
  background: rgba(255, 255, 255, 0.75);
  color: #000000;
}

/* Even row striping */
.navbox-even {
  background: #dbdbdb;
  background: rgba(255, 255, 255, 0.4375);
  color: #000000;
}

/* Odd row striping */
.navbox-odd {
  background: #e2e2e2;
  background: rgba(255, 255, 255, 0.5625);
  color: #000000;
}

.collapseButton {
  font-weight: normal;
  width: auto;
}

.navbox .collapseButton {
  width: 6em;
}

.navbar {
  font-size: 88%;
  font-weight: normal;
}

.navbox .navbar {
  font-size: 100%;
}

table.collapsed tr.collapsible {
  display: none;
}

/******************
/* General styles *
/******************/
.contentbox {
  border: 4px solid #f58f1e;
  background: #efefef;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  margin: 0 0 10px 0;
  padding: 3px 6px;
  overflow: auto;
}

span.bullet {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEUE2RL1jx61GHE5AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfiAx8QOQNTKVJAAAAAE0lEQVQI12NgQAEFDD/AsICBAQAakgPJO2sGpQAAAABJRU5ErkJggg==") no-repeat center 60%;
  width: 9px;
  font-size: 11px;
  vertical-align: baseline;
}

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

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

.constrain_image {
  overflow: hidden;
}

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

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

.desktopleft {
  text-align: left;
}

.desktopcenter {
  text-align: center;
}

.desktopright {
  text-align: right;
}

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