Deep Rock Galactic Wiki
No edit summary
No edit summary
Line 409: Line 409:
 
/* Left sidebar styles *
 
/* Left sidebar styles *
 
/***********************/
 
/***********************/
div#mw-panel, div#mw-panel.collapsible-nav {
+
div#mw-panel, .skin-hydradark div#mw-panel.collapsible-nav {
 
position: static !important;
 
position: static !important;
 
float: left;
 
float: left;
Line 425: Line 425:
 
}
 
}
   
div#mw-panel div.portal, div#mw-panel.collapsible-nav div.portal {
+
div#mw-panel div.portal, .skin-hydradark div#mw-panel.collapsible-nav div.portal {
 
background: transparent !important;
 
background: transparent !important;
 
margin: 5px 0 0 0 !important;
 
margin: 5px 0 0 0 !important;
Line 436: Line 436:
 
}
 
}
   
div#mw-panel div.portal h3, div#mw-panel.collapsible-nav div.portal h3 {
+
div#mw-panel div.portal h3, .skin-hydradark div#mw-panel.collapsible-nav div.portal h3 {
 
display: inline-block;
 
display: inline-block;
 
border: none;
 
border: none;
Line 446: Line 446:
 
}
 
}
   
div#mw-panel.collapsible-nav div.portal.collapsed h3 {
+
.skin-hydradark div#mw-panel.collapsible-nav div.portal.collapsed h3 {
 
background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHAQMAAAD6aRWtAAAABlBMVEVvcnTgv1yT6P8sAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfhBAQDOgRLrPcpAAAAFElEQVQI12NwYEhgKGCoAOIEBgcAEjYCmWxNs0wAAAAASUVORK5CYII=") center right no-repeat;
 
background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHAQMAAAD6aRWtAAAABlBMVEVvcnTgv1yT6P8sAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfhBAQDOgRLrPcpAAAAFElEQVQI12NwYEhgKGCoAOIEBgcAEjYCmWxNs0wAAAAASUVORK5CYII=") center right no-repeat;
 
color: #d5d5d5;
 
color: #d5d5d5;
Line 453: Line 453:
 
}
 
}
   
div#mw-panel.collapsible-nav div.portal.expanded h3 {
+
.skin-hydradark div#mw-panel.collapsible-nav div.portal.expanded h3 {
 
background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAEAQMAAAB4CLc+AAAABlBMVEVvcnTgv1yT6P8sAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfhBAQDOCas+tRPAAAAEElEQVQI12P4x1DDYMEgAAAKHgHDGrfkbwAAAABJRU5ErkJggg==") center right no-repeat;
 
background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAEAQMAAAB4CLc+AAAABlBMVEVvcnTgv1yT6P8sAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfhBAQDOCas+tRPAAAAEElEQVQI12P4x1DDYMEgAAAKHgHDGrfkbwAAAABJRU5ErkJggg==") center right no-repeat;
 
color: #d5d5d5;
 
color: #d5d5d5;
Line 460: Line 460:
 
}
 
}
   
div#mw-panel.collapsible-nav div.portal h3 a, div#mw-panel.collapsible-nav div.portal.collapsed h3 a {
+
.skin-hydradark div#mw-panel.collapsible-nav div.portal h3 a, .skin-hydradark div#mw-panel.collapsible-nav div.portal.collapsed h3 a {
 
color: #d5d5d5 !important;
 
color: #d5d5d5 !important;
 
}
 
}
   
div#mw-panel.collapsible-nav div.portal.collapsed h3:hover a, div#mw-panel.collapsible-nav div.portal.collapsed h3 a:hover {
+
.skin-hydradark div#mw-panel.collapsible-nav div.portal.collapsed h3:hover a, .skin-hydradark div#mw-panel.collapsible-nav div.portal.collapsed h3 a:hover {
 
text-decoration: underline;
 
text-decoration: underline;
 
text-decoration-color: #d5d5d5 !important;
 
text-decoration-color: #d5d5d5 !important;
 
}
 
}
   
div#mw-panel div.portal div.body, div#mw-panel.collapsible-nav div.portal div.body, div#mw-panel.collapsible-nav div.portal.expanded div.body {
+
div#mw-panel div.portal div.body, .skin-hydradark div#mw-panel.collapsible-nav div.portal div.body, .skin-hydradark div#mw-panel.collapsible-nav div.portal.expanded div.body {
 
background: transparent;
 
background: transparent;
 
margin: 0 !important;
 
margin: 0 !important;
Line 476: Line 476:
 
}
 
}
   
div#mw-panel.collapsible-nav div.portal.first div.body, div#mw-panel.collapsible-nav div.portal.first.expanded div.body, div#mw-panel #p-logo + div.portal div.body {
+
.skin-hydradark div#mw-panel.collapsible-nav div.portal.first div.body, .skin-hydradark div#mw-panel.collapsible-nav div.portal.first.expanded div.body, div#mw-panel #p-logo + div.portal div.body {
 
background: transparent;
 
background: transparent;
 
padding: 0 !important;
 
padding: 0 !important;
Line 482: Line 482:
 
}
 
}
   
div#mw-panel div.portal ul, div#mw-panel.collapsible-nav div.portal ul {
+
div#mw-panel div.portal ul, .skin-hydradark div#mw-panel.collapsible-nav div.portal ul {
 
margin: 0;
 
margin: 0;
 
padding: 0;
 
padding: 0;
 
}
 
}
   
div#mw-panel div.portal ul li, div#mw-panel.collapsible-nav div.portal ul li {
+
div#mw-panel div.portal ul li, .skin-hydradark div#mw-panel.collapsible-nav div.portal ul li {
 
margin: 0;
 
margin: 0;
 
padding: 0;
 
padding: 0;
Line 1,119: Line 1,119:
 
}
 
}
   
div#preferences {
+
div.skin-hydradark #preferences {
 
border: none !important;
 
border: none !important;
 
background: transparent !important;
 
background: transparent !important;

Revision as of 06:47, 3 July 2017

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

/******************
/* General styles *
/******************/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://hydra-media.cursecdn.com/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(https://hydra-media.cursecdn.com/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(https://hydra-media.cursecdn.com/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(https://hydra-media.cursecdn.com/hydra/fonts/OpenSans-BoldItalic.ttf) format('truetype');
}

body {
  background: #254542 url("https://hydra-media.cursecdn.com/deeprockgalactic.gamepedia.com/1/13/Skin-Body-Background.jpg?version=8fedf689d66587f8290676d4896f8eaa") no-repeat center top / 100% auto;
  font-family: 'Open Sans', sans-serif;
}
     
div#mw-page-base {
  background: transparent !important;
  height: 71px;
}

/***************
/* Logo styles *
/***************/
#p-logo {
  position: absolute;
  top: 3px;
  left: 5px;
  width: 150px;
  height: 64px;
  margin: 0 0 0 0;
  padding: 0;
}

#p-logo a {
  width: 150px;
  height: 64px;
  margin: 0;
  padding: 0;
}

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

div#mw-head {
  border: none;
  border-bottom: 1px solid #53a448;
  background: transparent;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 70px;
}

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

#right-navigation {
  margin: 40px 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: #e0bf5c;
  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: #bfad7d !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: #d5d5d5 !important;
}

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

div#mw-head div.vectorTabs li.new span a:visited {
  color: #d16b6b !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: #220000 !important;
}

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

div.vectorTabs li.new span a:active {
  color: #220000 !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/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QQEAzkxNjJgyQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAABaUlEQVRIx+XVO0seQRTG8d+uFySNQkAMWBhi44VYiEIwlRCwMJg02iiKhY0fwSak8SvYiJ1fIcEUFhYi6SwkJCAGAqIE0iQgXt7X5gjrsuoKKxZ54LBndnb+zJnzMJscbE6rWqkH0KNCU7RXDV3AHgaqhj7FfFXQ5+iJ/H2ZNWWg79Ac+TO8rAI6k8kbcuNCNWby1+jIzbehD0mM65jCdgHrJ75mob34gpZYmFeSeXZgPbf7FEfowslV+cfYygCTXGThDWjKRIIaPuM0e6a/MY6POMNFSavV8S8sNxfwa406xQe8jZ1fXH1UoFrEN4xg9a7ub2AwwDcpwQ6GsVvWUn+iackt4BP8vY9PR9Cag+ZdMRSWKw2dzHmzhl+R12PuSRxTKWiKN7GwHmUuohvLOI/3KWbLQl+gM/J9vMJKuGMJE2FBGC1iNN5Q/vfo6kJBMz7FvboW4+ao5lboD/TfYfpDjP0/P7576RL1l0St1WMX8QAAAABJRU5ErkJggg==") 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/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QQEAzkMblos2AAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAABn0lEQVRIx+3VP0iVYRQG8N+tKEsMMoqCQGlyqtF0KAoiqCUIuijiJDUL1dIcQYGgg4hQtIReh6aKyCH/DBG0GLSIkYSUELhkZnWllvPBq1y5V/ikpbN8L9857/O953me836F+Vdd8o4dtiH+KWgB9XmDtuExjuQJehmXAjwX0AM4jdkALuQBehIHMYz2WiioBfQiPmE8xDpVbcOuZN2M/Rvy+3AepWh/BlfwoQLWEhZS0MMYQwtW8TspXsUUyniKaxhM8odwNHLdKGegy3iCW3iPu1iM3DfMx/ohRhLAE+jDHrzEWsrpCu6jK9S+GSd8h4/4E3Xl+MgyWvEg9hbxKKtLhVrDc1wNfko4U4G7nbiOoThdB95UU38WPfHsjdbSaMLtoOFGQlNVS/3AXnzGzw2z/zXef8evrfi0OUw/jobg+FlQs4LJsFpdNZ+m0Rq2WkR/cDuBezgefi3iGOZqAS3gbHA5EEp34i0u4E44ILsT5mppvzFGsRGvE3UzdxTxJabtXKULZrP2X4RHRyuIkbljGrvDYuV1rf7/8eUefwHgo1/8UoI2zAAAAABJRU5ErkJggg==") no-repeat center center;
}

div.vectorMenu {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAeAQMAAAD5HscWAAAABlBMVEVvcnTgv1yT6P8sAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfhBAQDOB0d8T1rAAAAHElEQVQI12NgIAMw/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#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: #bbbbbb;
  text-transform: uppercase;
  margin: 0 0 0 21px;
  padding: 0;
}

div.vectorMenu div.menu {
  border-radius: 0 0 10px 10px;
  border: 1px solid #53a448;
  background: #000000;
  color: #d5d5d5;
  font-family: 'Open Sans', sans-serif;
  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: #e0bf5c;
  margin: 2px 5px;
  padding: 1px 0;
}

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

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

#p-search {
  position: absolute;
  top: 0;
  right: 20px;
  height: 30px;
  line-height: 27px;
  vertical-align: center;
  margin: 0 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 {
  border: none;
  font-family: 'Open Sans', sans-serif;
  border-radius: 3px;
  border: 1px solid #00ff00;
  background: #000000;
  color: #00ff00;
}

div#simpleSearch { 
  border: none;
  background: #000000;
  line-height: 1.4em;
  padding: 2px 2px;
}

div#simpleSearch #searchInput {
  border: none;
  box-shadow: none;
  background: transparent;
  color: #00ff00;
}

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-hydradark div.suggestions, html > body.skin-hydradark div.suggestions {
  margin-top: -28px;
  border-radius: 3px;
  border: none;
  background: #000000;
  color: #008800;
}

.skin-hydradark .suggestions-results, .skin-hydradark .suggestions-results .suggestions-result, .skin-hydradark .suggestions-special {
  border: none;
  background: #000000;
  color: #008800;
}

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

.skin-hydradark .suggestions-results .suggestions-result .highlight {
  color: #00ff00;
}

.skin-hydradark .suggestions-result-current {
  background: #00ff00 !important;
  color: #000000;
}

.skin-hydradark .suggestions-special {
  border: none;
  border-top: 1px solid #00ff00;
}

.skin-hydradark .suggestions-special .special-label {
  color: #004400;
}

.skin-hydradark .suggestions-result-current .special-label {
  color: #00bb00;
}

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

.skin-hydradark .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-radius: 3px;
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.5);
  color: #d5d5d5;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

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

div#mw-panel div.portal, .skin-hydradark 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: left;
  width: 150px;
}

div#mw-panel div.portal h3, .skin-hydradark div#mw-panel.collapsible-nav div.portal h3 {
  display: inline-block;
  border: none;
  color: #d5d5d5;
  text-transform: uppercase;
  margin: 0 auto 0 auto !important;
  padding: 0 0 5px 0 !important;
  width: auto;
}

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

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

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

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

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

.skin-hydradark div#mw-panel.collapsible-nav div.portal.first div.body, .skin-hydradark 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;
}

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

div#mw-panel div.portal ul li, .skin-hydradark div#mw-panel.collapsible-nav div.portal ul li {
  margin: 0;
  padding: 0;
}
 
div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:link {
  color: #e0bf5c;
}

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

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

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: #d5d5d5 !important;
}

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

a, a:link {
  color: #e0bf5c;
}

div#content a:visited, a:visited {
  color: #bfad7d;
}

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

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

a.stub {
  color: #e1945b;
}

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

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

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

a:active {
  color: #d5d5d5;
}

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

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

div#content #firstHeading {
  border: none;
  border-bottom: 1px solid #53a448;
  color: #d5d5d5;
  font-family: 'Open Sans', sans-serif;
  font-variant: small-caps;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

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

div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6 {
  font-family: 'Open Sans', sans-serif;
  font-variant: small-caps;
  color: #d5d5d5;
  margin: 20px 0 8px 0;
  padding: 0 0 5px 0;
  overflow: hidden;
}

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

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

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

/* 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: #bbbbbb;
}

div.toc, div#toc {
  border-radius: 3px;
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.5);
  color: #d5d5d5;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

#toctitle {
}

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

.toctoggle, #toc .toctoggle {
  font-variant: normal;
}

.toctoggle a, #toc .toctoggle a {
}

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

hr {
  border: none;
  border-bottom: 1px solid #53a448;
}

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

img {
}

.skin-hydradark table.wikitable {
  border: none;
  background: transparent;
  color: #d5d5d5;
  margin: 0 0 10px 0;
  padding: 0;
}

.skin-hydradark table.wikitable th, .skin-hydradark table.wikitable tr th, .skin-hydradark table.wikitable > tr > th, .skin-hydradark table.wikitable > * > tr > th {
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.75);
  color: #d5d5d5;
  padding: 0 3px 1px 3px;
}

.skin-hydradark table.wikitable td, .skin-hydradark table.wikitable tr td, .skin-hydradark table.wikitable > tr > td, .skin-hydradark table.wikitable > * > tr > td {
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.25);
  color: #d5d5d5;
  padding: 0 3px 1px 3px;
}

.skin-hydradark table.jquery-tablesorter th.headerSort {
  background: rgba(0, 0, 0, 0.75) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAALAQMAAACqBVQ+AAAABlBMVEVvcnTgv1yT6P8sAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfhBAQDOSUs6LS0AAAAH0lEQVQI12NgAAEFIC4A4h8MDIx/wCIQ+gdUXAEsBABvCgULsLYrXQAAAABJRU5ErkJggg==") no-repeat right center !important;
  padding: 0 15px 1px 3px;
}

.skin-hydradark table.jquery-tablesorter th.headerSortDown {
  background: rgba(0, 0, 0, 0.75) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAGAQMAAAAWm0fgAAAABlBMVEVvcnTgv1yT6P8sAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfhBAQDOC07KA3HAAAAFklEQVQI12NgAAEBILYA4hog/gcWAQAPFAHDmeMz/QAAAABJRU5ErkJggg==") no-repeat right center !important;
  padding: 0 15px 1px 3px;
}

.skin-hydradark table.jquery-tablesorter th.headerSortUp {
  background: rgba(0, 0, 0, 0.75) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAGAQMAAAAWm0fgAAAABlBMVEVvcnTgv1yT6P8sAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfhBAQDODq4+4gAAAAAGElEQVQI12NgAALGP0DiBxAXALECSIQBACSTAob8rZfiAAAAAElFTkSuQmCC") no-repeat right center !important;
  padding: 0 15px 1px 3px;
}

ul.gallery {
}

li.gallerybox {
  border-radius: 3px;
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.5);
  color: #d5d5d5;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

li.gallerybox div.thumb {
  border: 1px solid #53a448;
  background: #000000;
  color: #d5d5d5;
}

div.gallerytext {
  text-align: center;
}

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

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

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

div.thumbinner {
  border-radius: 1px;
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.5);
  color: #d5d5d5;
  margin: 0 0 10px 0;
  padding: 3px 5px !important;
}

html .thumbimage {
  border: none;
  background: #000000;
  color: #d5d5d5;
}

.thumbcaption {
}

.gallerytext p, .thumbcaption {
}

.toggle {
}

.sn-small {
}

sub, sup a {
}

sup.reference {
}

pre, .skin-hydradark .mw-code {
  border-radius: 3px;
  border: 1px dashed #333333;
  background: #d5d5d5;
  color: #000000;
  padding: 2px 2px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  background: transparent;
  white-space: pre-wrap;
  word-wrap: break-word;
}

#catlinks {
  border-radius: 3px;
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.5);
  color: #d5d5d5;
  margin: 10px 0 10px 0;
  padding: 3px 6px;
}

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

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

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

textarea {
  border-radius: 3px;
  border: none;
  background: #ffffff;
  color: #000000;
  padding: 2px 2px;
}

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

.oo-ui-dropdownWidget .oo-ui-selectWidget {
  border: none;
}

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

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

.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
  border-radius: 3px;
  border: none;
  background: #00ff00;
  color: #000000;
}

.oo-ui-panelLayout-framed {
  border-radius: 3px;
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.5);
  color: #d5d5d5;
  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: 'Open Sans', sans-serif;
  border-radius: 3px;
  border: none;
  background: #00ff00;
  color: #000000;
  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 {
  border: none;
  background: #33ff33;
  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-hydradark .mw-ui-button.mw-ui-progressive:disabled, .skin-hydradark .mw-ui-button.mw-ui-primary:disabled {
  border: none;
  background: #009900;
  color: #00cc00;
}

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

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

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

.usermessage {
  border-radius: 3px;
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.5);
  color: #d5d5d5;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

body.skin-hydradark .mw-notification {
  border-radius: 3px;
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.5);
  color: #d5d5d5;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

div.mw-warning {
  border-radius: 3px;
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.5);
  color: #d5d5d5;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

div.mw-warning-with-logexcerpt {
  border-radius: 3px;
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.5);
  color: #d5d5d5;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

div#content fieldset {
  border-radius: 3px;
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.5);
  color: #d5d5d5;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

div#content fieldset legend {
  border-radius: 3px;
  border: 1px solid #53a448;
  background: #000000;
  color: #d5d5d5;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  padding: 3px 6px;
}

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

.mw-plusminus-pos {
  color: #33ff33;
}

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

.skin-hydradark .mw-search-profile-tabs {
  border-radius: 3px;
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.5);
  color: #d5d5d5;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

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

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

#pagehistory li.selected {
  border-radius: 2px;
  border: 1px solid #53a448;
  background: #2e363e;
  color: #d5d5d5;
  margin: 0;
  padding: 0;
}

.skin-hydradark table.diff {
  border-radius: 3px;
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.5);
  color: #d5d5d5;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

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

td.diff-addedline {
  border: none;
  background: #006600;
  color: #d5d5d5;
}

td.diff-deletedline {
  border: none;
  background: #666600;
  color: #d5d5d5;
}

td.diff-context {
  border: none;
  background: #333333;
  color: #d5d5d5;
}

td.diff-addedline .diffchange, td.diff-deletedline .diffchange {
  background: rgba(255, 255, 255, 0.2);
  color: #ff9999;
}

body.skin-hydradark fieldset#mw-searchoptions {
  border-radius: 3px;
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.5);
  color: #d5d5d5;
  margin: -10px 0 10px 0 !important;
  padding: 3px 6px;
}

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

body.skin-hydradark fieldset#mw-searchoptions div.divider {
  border: none;
  border-bottom: 1px solid #53a448;
}

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

.skin-hydradark div#preferences fieldset {
  border-radius: 3px;
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.5);
  color: #d5d5d5;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.skin-hydradark div#preferences fieldset legend {
  border-radius: 3px;
  border: 1px solid #53a448;
  background: #000000;
  color: #d5d5d5;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  padding: 3px 6px;
}

.skin-hydradark div#preferences fieldset.prefsection fieldset {
  border-radius: 3px;
  border: 1px solid #53a448;
  background: #000000;
  color: #d5d5d5;
  margin: 5px;
  padding: 10px;
}

.skin-hydradark div#preferences fieldset.prefsection fieldset legend {
  border-radius: 3px;
  border: 1px solid #53a448;
  background: #000000;
  color: #d5d5d5;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  padding: 3px 6px;
}

.skin-hydradark #preferences td.htmlform-tip {
  color: #bbbbbb;
}

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

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

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

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

.skin-hydradark #preftoc li a:visited {
  color: #e0bf5c;
}

.skin-hydradark #preftoc li.selected a {
  background: transparent;
  color: #d5d5d5;
}

.skin-hydradark #preftoc li a:active {
  color: #d5d5d5;
}

.errorbox {
  border-radius: 3px;
  border: 1px outset #551f1f;
  background: rgba(32, 0, 0, 0.5);
  color: #ff9999;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.warningbox {
  border-radius: 3px;
  border: 1px outset #55551f;
  background: rgba(32, 32, 0, 0.5);
  color: #ffff99;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.successbox {
  border-radius: 3px;
  border: 1px outset #1f551f;
  background: rgba(0, 32, 0, 0.5);
  color: #99ff99;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

table.mw-interwikitable.body td.mw-interwikitable-local-yes {
  background: rgba(0, 32, 0, 0.5);
}

ul#filetoc {
  border-radius: 3px;
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.5);
  color: #d5d5d5;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.skin-hydradark table.mw_metadata {
  border: none;
  background: transparent;
  color: #d5d5d5;
  margin: 0 0 10px 0;
  padding: 0;
}

.skin-hydradark table.mw_metadata th {
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.75);
  color: #d5d5d5;
  padding: 0 3px 1px 3px;
}

.skin-hydradark table.mw_metadata td {
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.25);
  color: #d5d5d5;
  padding: 0 3px 1px 3px;
}

.skin-hydradark .TablePager, .skin-hydradark .mw-datatable {
  border-collapse: separate;
  border: none;
  background: transparent;
  color: #d5d5d5;
  margin: 0 0 10px 0;
  padding: 0;
}

.skin-hydradark .TablePager th, .skin-hydradark .mw-datatable th {
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.75);
  color: #d5d5d5;
  padding: 0 3px 1px 3px;
}

.skin-hydradark .TablePager td, .skin-hydradark .mw-datatable td {
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.25);
  color: #d5d5d5;
  padding: 0 3px 1px 3px;
}

.skin-hydradark .TablePager tr:hover td, .skin-hydradark .mw-datatable tr:hover td {
  background: rgba(0, 0, 0, 0.5);
}

#other_options div {
  border-radius: 3px;
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.5);
  color: #d5d5d5;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

table.smwtable {
  border: none;
  background: transparent;
  color: #d5d5d5;
  margin: 0 0 10px 0;
  padding: 0;
}

table.smwtable th {
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.75);
  color: #d5d5d5;
  padding: 0 3px 1px 3px;
}

table.smwtable td {
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.25);
  color: #d5d5d5;
  padding: 0 3px 1px 3px;
}

.smwrdflink {
  color: #bbbbbb;
}

div.smwfact {
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
}

#bodyContent span.swmfactboxheadbrowse a, #bodyContent span.swmfactboxheadbrowse a:hover {
  color: #e0bf5c;
}

#bodyContent span.swmfactboxheadbrowse a:visited, #bodyContent span.swmfactboxheadbrowse a:visited:hover {
  color: #bfad7d;
}

div.smwfact table {
  border-radius: 3px;
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.5);
  color: #d5d5d5;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

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

div.smwfact table tr td {
  border: none;
  background: none;
}

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

table.smwb-factbox, table.smwb-ifactbox {
  border: none;
  background: transparent;
  margin: 0 0 10px 0;
  padding: 0;
}

table.smwb-factbox tr, table.smwb-ifactbox tr {
  border: none;
  background: none;
}

table.smwb-factbox tr th, table.smwb-ifactbox tr th {
  font-weight: bold;
  padding: 0 3px 1px 3px;
}

table.smwb-factbox tr td, table.smwb-ifactbox tr td {
  padding: 0 3px 1px 3px;
}

.ui-widget-content, .ui-menu {
  border-radius: 3px;
  border: 1px solid #53a448;
  background: #2e363e;
  color: #d5d5d5;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

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

.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: none;
  background: transparent;
  color: #d5d5d5;
  margin: 0 0 10px 0;
  padding: 0;
}

table.mw-abuselog-details tr th {
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.75);
  color: #d5d5d5;
  padding: 0 3px 1px 3px;
}

table.mw-abuselog-details tr td {
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.25);
  color: #d5d5d5;
  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: #d5d5d5;
  margin: 0 0 0 0;
  padding: 10px 20px 10px 20px;
  overflow: hidden;
}

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

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

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

span.templateexample span.paramname {
}

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

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

.ambox {
  border-radius: 0 3px 3px 0;
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.5);
  color: #d5d5d5;
  font-size: 95%;
  margin: 0 auto 10px auto;
  padding: 3px 6px;
  width: 80%;
}

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

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

/*********************
/* Front page styles *
/*********************/
.fp8sections {
  width: 100%;
  overflow: hidden;
}

.fp8block {
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.fp8block.box {
  border-radius: 3px;
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.5);
  color: #d5d5d5;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

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

.fp8block .heading.main {
  border-bottom: 1px solid #53a448;
  color: #d5d5d5;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 132%;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

.fp8block .heading {
  border-bottom: 1px solid #53a448;
  color: #d5d5d5;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 132%;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

.fp8block .imagelinks {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.fp8block .imagelinks .imagelink {
  display: inline-block;
  border: none;
  background: transparent;
  margin: 0 5px 10px 5px;
  padding: 0;
  width: 100px;
  height: 100px;
}

.fp8block .imagelinks .imagelink .text {
  color: #d5d5d5;
  text-align: center;
  z-index: 1;
}

.fp8block .imagelinks .imagelink .text a {
  color: #d5d5d5;
}

div#content .fp8block .imagelinks .imagelink .text a:visited {
  color: #e0bf5c;
}

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

.fp8block .videos .video {
  display: inline-block;
  margin: 0 5px;
}

@media (min-width: 820px) {
  #fp8wrapperABC, #fp8sectionF {
    float: left;
    clear: left;
    width: 50%;
  }
  
  #fp8sectionA .section, #fp8sectionB .section, #fp8sectionC .section, #fp8sectionF .section {
    margin-right: 10px;
  }
  
  #fp8sectionD, #fp8sectionE, #fp8wrapperGH {
    float: right;
    clear: right;
    width: 50%;
  }
  
  #fp8sectionD .section, #fp8sectionE .section, #fp8sectionG .section, #fp8sectionH .section {
    margin-left: 10px;
  }
}

@media (min-width: 1440px) { 
  #fp8wrapperABC, #fp8sectionF, #fp8wrapperGH {
    float: left;
    clear: left;
    width: 66.667%;
  }
  
  #fp8sectionB, #fp8sectionG {
    float: left;
    width: 50%;
  }
  
  #fp8sectionC, #fp8sectionH {
    float: right;
    width: 50%;
  }
  
  #fp8sectionC .section, #fp8sectionH .section {
    margin-left: 10px;
    margin-right: 10px;
  }
  
  #fp8sectionD {
    width: 33.333%;
  }
  
  #fp8sectionE {
    float: left;
    clear: left;
    width: 66.667%;
  }
  
  #fp8sectionE .section, #fp8sectionG .section {
    margin-left: 0;
    margin-right: 10px;
  }
}

/****************************
/* Flexbox main page styles *
/****************************/
.fmpsections {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
}

.fmpsection {
  flex-basis: 100%;
}

.fmpblock {
  margin: 5px;
  padding: 3px 6px;
  flex: 1 0 auto;
  text-align: center;
}

.fmpblock.noresize {
  flex: 0 0 auto;
}

.fmpblock.box {
  border-radius: 3px;
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.5);
  color: #d5d5d5;
  margin: 5px;
  padding: 3px 6px;
}

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

.fmpblock .heading.main {
  border-bottom: 1px solid #53a448;
  color: #d5d5d5;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 132%;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

.fmpblock .heading {
  border-bottom: 1px solid #53a448;
  color: #d5d5d5;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 132%;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

.fmpblock .links ul {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  margin: -2px -10px 8px -10px;
  padding: 0;
}

.fmpblock .links ul li {
  display: flex;
  list-style: none;
  flex-flow: column wrap;
  flex: 1 0 15em;
  margin: 0;
  padding: 2px 10px;
}

.fmpblock .iconlinks {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
  text-align: center;
  margin: -10px -10px 0 -10px;
  padding: 0;
}

.fmpblock .iconlinks .iconlink {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  border: none;
  background: transparent;
  margin: 0;
  padding: 10px;
  flex: 0 0 15em;
}
.fmpblock .iconlinks .iconlink .icon {
  display: flex;
  flex-flow: column nowrap;
  justify-content: stretch;
  min-width: 100px;
  width: 100%;
  height: 100px;
}

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

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

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

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

.fmpblock .videos .video {
  display: inline-block;
  margin: 0 5px;
}

@media (min-width: 820px) {
  .fmpsections .fmpsection {
    display: flex;
    flex-flow: column nowrap;
    flex-basis: 50%;
    max-width: 50%;
  }

  .fmpsections .fmpsectiongroup {
    display: flex;
    flex-flow: column nowrap;
    flex-basis: 50%;
    max-width: 50%;
  }

  .fmpsections .fmpsectiongroup .fmpsection {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1440px) { 
  .fmpsections .fmpsectiongroup {
    display: flex;
    flex-flow: row wrap;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .fmpsections .fmpsection {
    display: flex;
    flex-flow: column nowrap;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .fmpsections .fmpsectiongroup .fmpsection.fullwhenwide {
    width: auto;
    flex-basis: 100%;
    max-width: 100%;
  }

  .fmpsections .fmpsectiongroup .fmpsection.halfwhenwide {
    width: auto;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.fmpexamples {
  display: flex;
  align-items: self-start;
}

.fmpexample {
  margin: 0 3em;
  text-align: center;
}

.fmpexample.narrow {
  width: 5em;
}

.fmpexample.medium {
  width: 10em;
}

.fmpexample.wide {
  width: 15em;
}

.fmpexample .body {
  margin: -5px;
}

.fmpexample.medium .body {
  display: flex;
  flex-flow: row wrap;
}

.fmpexample.medium .body .fmpsection {
  display: flex;
  flex-flow: column nowrap;
  flex-basis: 50%;
}

.fmpexample.medium .body .fmpsectiongroup {
  display: flex;
  flex-flow: column nowrap;
  flex-basis: 50%;
}

.fmpexample.medium .body .fmpsectiongroup .fmpsection {
  flex-basis: 100%;
}

.fmpexample.wide .body {
  display: flex;
  flex-flow: row wrap;
}

.fmpexample.wide .body .fmpsectiongroup {
  display: flex;
  flex-flow: row wrap;
  flex-basis: 66.667%;
}

.fmpexample.wide .body .fmpsection {
  display: flex;
  flex-flow: column nowrap;
  flex-basis: 33.333%;
}

.fmpexample.wide .body .fmpsectiongroup .fmpsection.fullwhenwide {
  width: auto;
  flex-basis: 100%;
}

.fmpexample.wide .body .fmpsectiongroup .fmpsection.halfwhenwide {
  width: auto;
  flex-basis: 50%;
}


/******************
/* Infobox styles *
/******************/
.infoboxtable {
  float: right;
  border-radius: 3px;
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.5);
  color: #d5d5d5;
  margin: 0 0 10px 20px;
  padding: 3px 6px;
  width: 300px;
}

.infoboxtable th {
  border-radius: 2px;
  border: 1px solid #53a448;
  background: #000000;
  color: #d5d5d5;
  text-align: right;
  vertical-align: top;
  padding: 0.5px 7px;
}

.infoboxtable td {
  border: 1px solid transparent;
  background: transparent;
  color: #d5d5d5;
  text-align: left;
  vertical-align: top;
  padding: 0.5px 3px 0.5px 3px;
}

.infoboxtable th.infoboxname {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 110%;
  color: #d5d5d5;
  text-align: center;
  padding: 8px; 
}

.infoboxtable th.infoboxdetails {
  text-align: center;
  background: transparent;
  color: #d5d5d5;
  padding: 0;
}

/********************
/* Navbox templates *
/********************/
table.navbox {
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.25);
  color: #d5d5d5;
  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 {
  background: rgba(0, 0, 0, 0.75);
  color: #d5d5d5;
}

/* Level 2 styling */
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
  background: rgba(0, 0, 0, 0.60);
  color: #d5d5d5;
}

/* Level 3 styling */
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background: rgba(0, 0, 0, 0.40);
  color: #d5d5d5;
}

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

/* Odd row striping */
.navbox-odd {
  background: rgba(0, 0, 0, 0.20);
}
 
.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-radius: 3px;
  border: 1px solid #53a448;
  background: rgba(0, 0, 0, 0.5);
  color: #d5d5d5;
  margin: 0 0 10px 0;
  padding: 3px 6px;
  overflow: auto;
}

span.bullet {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEVvcnTgv1yT6P8sAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfhBAQDORh0gPilAAAAE0lEQVQI12NgQAEFDD/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: #bbbbbb; /* 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;
}