ATLAS Wiki
Advertisement

CSS and Javascript changes must comply with the wiki design rules.


Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will affect users of the Hydradark skin */
/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}
 
/* Hide main page header */
body.page-Atlas_Wiki h1.firstHeading {
    display:none;
}

/* Visual editor */
.oo-ui-popupToolGroup .oo-ui-toolGroup-tools {
    background-color: #282828;
    border: 1px solid #383838;
    box-shadow: 0 2px 2px 0 rgba(255,255,255,0.2);
}

.oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-title,
.oo-ui-buttonElement.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
    color: #e0e0e0;
}

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

.oo-ui-decoratedOptionWidget .oo-ui-iconElement-icon,
.oo-ui-decoratedOptionWidget .oo-ui-indicatorElement-indicator,
.oo-ui-fieldsetLayout.oo-ui-iconElement > .oo-ui-fieldsetLayout-header > .oo-ui-iconElement-icon {
    filter: invert(100%);
}

.oo-ui-textInputWidget.oo-ui-iconElement .oo-ui-iconElement-icon {
    filter: unset;
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button {
    border-color: #ffffff;
}

.oo-ui-popupToolGroup.oo-ui-widget-enabled.oo-ui-popupToolGroup-active {
    background-color: rgba(255,255,255,0.2);
}

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

.oo-ui-messageDialog-actions .oo-ui-actionWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive .oo-ui-buttonElement-button:hover {
    background-color: #282828;
}

.oo-ui-indicator-down {
    background-image: linear-gradient(transparent,transparent),url(https://commons.gamepedia.com/media/commons.gamepedia.com/0/00/Light_down_arrow.svg);
    filter: unset;
}

.ve-ui-mwSaveDialog-options {
    background-color: #282828;
}

.ve-ui-mwSaveDialog-license {
    color: #e0e0e0;
}

/* Page history tweaks */
td.diff-addedline .diffchange {
    background: none;
    color: #bfd959;
}

td.diff-deletedline .diffchange {
    background: none;
    color: #e62444;
}

td.diff-addedline,
td.diff-deletedline {
    border-color: transparent;
}

/* Interwiki page legend tweak */
.mw-collapsible-toggle.mw-collapsible-toggle-expanded a,
.mw-collapsible-toggle.mw-collapsible-toggle-collapsed a {
    color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* INFOBOXES: game or book depended color style */
.infoboxtable {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #505050;
    color: #ffffff;
    float: right;
    font-size: 89%; 
    margin-bottom: 0.5em; 
    margin-left: 1em; 
    padding: 0.2em; 
    width: 300px;
}

.infoboxtable td {
    vertical-align: top;
}

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

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

.infoboxdetails {
    padding: 0em;
}

/* copyright images tweak */
.skin-hydradark .copyright-icon {
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/thumb/5/58/Copyright_darkwiki.png/32px-Copyright_darkwiki.png");
    background-size: 100%;
    height: 32px;
    width: 32px;
}

.feature {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 10px;
}

/* Navbox template style */
table.navbox {
    border: 1px solid #505050;
    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-title .mw-collapsible-toggle {
  width:6em;
  text-align:right
}

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

/* Base background */
.navbox, .navbox-subgroup {
    background: rgba(0, 0, 0, 0.1);
}

.navbox-list {
    border-color: rgba(0, 0, 0, 0.1); /* Must match background color */
}

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

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

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

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

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

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

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

/* this section governs the responsive 3 column main page layout */
.fpmain {
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.fpbanner {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #505050;
    box-shadow: 0 2px 5px #505050;
    color: #e0e0e0;
    margin: 0 5px 5px 5px;
    padding: 5px;
    min-height: 80px;
}

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

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

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

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

.fpbox {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #505050;
    box-shadow: 0 2px 5px #505050;
    color: #B3B4B7;
    margin: 5px;
    padding: 5px;
    overflow: auto;
}

.fpbox .mainheading {
    border: none;
    border-bottom: 1px solid #505050;
    font-size: 150%;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    overflow: auto;
}

.fpbox .heading {
    border: none;
    border-bottom: 1px solid #505050;
    text-align: center;
    font-size: 132%;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    overflow: auto;
}

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

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

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

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

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

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

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

  div.fp2columnonly {
    display: block; 
  }
}

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

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

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

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

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

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

  div.fp2columnonly {
    display: none; 
  }

  div.fp3columnonly {
    display: block; 
  }
}

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

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

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

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

@font-face {
	font-family: '1529 Champ Fleury W01 Regular';
	src: local('1529 Champ Fleury W01 Regular'), local('1529-Champ-Fleury-W01-Regular'), url('/media/hydra/fonts/1529 Champ Fleury W01 Regular.ttf') format('truetype');
}

/* Base framework */
body {
  background:url(https://atlas.gamepedia.com/media/9/98/Bg.jpg) no-repeat top left;
  background-size:cover;
  background-attachment:fixed;
  background-color:#a9e0fe;
}

#mw-page-base {
  background:rgba(255,255,255,0.1);
  height:4em;
}

div#content {
  position:relative;
  background-color:rgba(127,81,40,0.9);
  border:2px solid #7f7f7f;
  border-radius:0px;
  box-shadow:inset 0 0 5px 0px #000, -1px -1px 2px rgba(0,0,0,0.5), 3px 3px 3px 0 rgba(0,0,0,0.75);
  color:#F2F2F2;
  padding-top:3em;
}

div#content::before {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  content:"";
  background:url(https://atlas.gamepedia.com/media/2/2c/Wood_texture.jpg) repeat top left border-box;
  background-color:#7b5332;
  background-size:100vw auto;
  opacity:0.9;
  z-index:-1;
}

#pageWrapper {
  margin-right:10px;
}

div#content table {
  color:#fff;
}

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

div#footer {
  position:relative;
  background-color:rgba(127,81,40,0.75);
  border:2px solid #7f7f7f;
  border-radius:0px;
  box-shadow:inset 0 0 5px 0px #000, -1px -1px 2px rgba(0,0,0,0.5), 3px 3px 3px 0 rgba(0,0,0,0.75);
  color:#C7C9CC;
  margin-top:4em;
  margin-bottom:2em;
}

div#footer::before {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  content:"";
  background:url(https://atlas.gamepedia.com/media/2/2c/Wood_texture.jpg) repeat-y top left border-box;
  background-color:#7b5332;
  background-size:100% auto;
  opacity:0.85;
  z-index:-1;
}

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

footer#footer .footer-box {
  flex:unset;
}

footer#footer div.footer-box ul li {
  white-space:nowrap;
}

#p-logo {
  height: 10em;
  top:-175px;
  background-size: contain;
  background-repeat:no-repeat;
}

#p-logo a {
  background-size: contain;
  height: 10em;
}

fieldset {
  border-color:#b6b6b6;
}
/* End base framework */

/* heading styles */
h1#firstHeading {
  border-color:#e5e5e5;
}

h1#firstHeading,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
.fakeh2 {
  text-shadow:-1px -1px 2px rgba(63,40,20,0.95);
  color:#E5E5E5;
  padding-left:3px;
}

h2 {
  border-bottom:1px solid #E5E5E5;
}

.fakeh2 {
  font-size: 1.5em;
  margin: 0;
  margin-top: 1em;
  margin-bottom: 0.25em;
  line-height: 1.3;
  padding: 0;
  padding-left:3px;
  background: none;
  font-weight: normal;
  overflow: hidden;
  border-bottom: 1px solid #E5E5E5;
}
/* end headings */

/* Links */
#content a,
div#footer a,
a:visited,
div#content a:not(.new),
div#content a.extiw,
div#content a.extiw:visited,
div#content a.external,
div#content a.external:visited,
#mw-indicator-mw-helplink a,
.pseudo-link {
  color: #B2E0FF;
}

div#content a.new {
  color: #E55B5B;
  text-shadow: 0px 0px 1px #000;
}

/* End links */

/* Sidebar */
div#mw-panel {
  padding-left:.25em;
  margin-left:0.2em;
  top:190px;
  background-color:rgba(127,81,40,0.75);
  border:2px solid #7f7f7f;
  border-radius:0px;
  box-shadow:inset 0 0 5px 0px #000, -1px -1px 2px rgba(0,0,0,0.5), 3px 3px 3px 0 rgba(0,0,0,0.75);
}

div#mw-panel::before {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  content:"";
  background:url(https://atlas.gamepedia.com/media/2/2c/Wood_texture.jpg) repeat-y top left border-box;
  background-color:#7b5332;
  background-size:cover auto;
  opacity:0.9;
  z-index:-1;
}

div#mw-panel div#p-claimWiki {
  margin:0 0.6em 0 0.3em;
}

#mw-panel.collapsible-nav .portal#p-claimWiki {
  margin: 0 0 1.5em 0.2em;
}

.claimSidebar,
.claimSidebar a,
.claimSidebar a:hover {
  width:9.4em;
  background-size:contain;
  background-repeat:no-repeat;
}

div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles) {
  padding:0;
  margin-left:0;
  margin-right:0.1em;
  margin-bottom:15px;
}

div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a:visited,
div#mw-panel div.portal div.body ul li a:link,
#mw-panel.collapsible-nav a:visited{
  color: #e6e6e6;
  font-family: sans-serif;
  font-weight:bold;
}

#mw-panel.collapsible-nav .portal div.body ul,
#mw-panel .portal div.body ul{
  margin-left: -0.75em; 
  margin-right:0.5em;
}

#mw-panel.collapsible-nav .portal div.body ul li,
#mw-panel .portal div.body ul li {
  padding-left:0.2em;
}

#mw-panel .portal div.body ul li a{
  margin-left:0.2em;
  font-size:1.1em;
}

div#mw-panel div.portal h3:not(#p-socialProfiles-label):not(#p-sitePromos-label) {
  margin:0;
  font-weight:bold;
  font-size:0.9em;
  padding:5px;
  padding-left:20px;
}

div#mw-panel div.portal.collapsed h3:not(#p-socialProfiles-label):not(#p-sitePromos-label) {
  border-bottom:0;
}

.skin-hydradark div#mw-panel div.portal h3 a,
.skin-hydradark div#mw-panel div.portal h3,
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a {
  font-family: '1529 Champ Fleury W01 Regular', serif;
  font-weight:bold;
  color: #E5E5E5;
  text-shadow: -1px -1px 2px rgba(63,40,20,0.95);
  letter-spacing: 0.05em;
}

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

div#mw-panel div#p-socialProfiles.portal {
  margin:0;
}
/* End Sidebar */

/* Vector tabs */
#left-navigation,
#right-navigation {
  margin-top:4em;
}

div#left-navigation {
  height:2.5em;
  margin-left:11.6em;
}

div#right-navigation {
  height:2.5em;
}

div.vectorTabs {
  background: none;
}

div#mw-head div.vectorTabs ul li a,
div#mw-head div.vectorTabs ul li.new a,
h3#p-sharing-label span,
h3#p-cactions-label span {
  color:#e1d38e;
  font-size:0.9em;
  font-weight:bold;
  text-decoration:none;
  text-shadow:-1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
}

div#mw-head div.vectorTabs ul li.selected span a {
  color:#fff;
  text-shadow:-1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
}

div.vectorTabs span a {
  padding-top:1em
}

div#mw-head div.vectorTabs ul li:not(.selected) span a:hover,
div#mw-head div.vectorTabs ul li:not(.selected) span a:focus {        
  color:#7f7f7f;
}

h3#p-sharing-label span,
h3#p-cactions-label span {
  margin-top:-0.5em;
}

div#p-sharing, div#p-cactions {
  margin-top:0.35em;
}

div.vectorTabs {
  padding-left:0;
}

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

div#right-navigation div#p-search {
  margin-top:0.8em;
  margin-right:15px;
}

div.vectorMenu h3#p-cactions-label {
  padding-bottom:1em;
}

div.vectorMenu h3 > span {
  padding-top:1.25em;
}

div.vectorMenu div.menu {
  border:1px solid #7f7f7f;
  background-color:rgba(0,0,0,0.8);
  color: ##fff6e7;
  font-family: sans-serif;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.3), 1px -1px 1px rgba(0,0,0,0.3), -1px -1px 1px rgba(0,0,0,0.3);
  box-shadow:inset 0 0 2px #000;
}

div.vectorMenu div.menu ul {
 background-color:transparent;
}

div.vectorMenu div.menu a {
  color:#D7DEE8;
  font-weight:bold;
  text-decoration:none;
}

div.vectorMenu div.menu li:hover {
  background-color:rgba(255,255,255,0.2);
  box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
}

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

div#p-cactions .menu {
  top:33px;
}

div#p-sharing .menu {
  margin-left: 20px;
  min-width: 0px;
  width: 48px;
  top:33px;
}

div#simpleSearch {
  margin-top:-0.5em;
}

/* End Vector Tabs */

/* Preferences */
.client-js div#preferences {
  background:rgba(0,0,0,0.2);
  border:1px solid #7f7f7f;
  margin-top:1px;
}

.client-js #preftoc,
.client-js #preftoc li,
.client-js #preftoc li a,
.client-js #preftoc li {
  background-image: none;
  background-color: transparent;
  font-family: sans-serif;
  color:#e1d38e;
  text-shadow:-1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
  font-size:1em;
}

.client-js #preftoc li a:active {
  font-size:1em;
}

.client-js ul#preftoc {
  margin-left:-0.1em;
  margin-bottom:5px;
}

.client-js #preftoc li.selected a {
  background-image: none;
  color: #fff;
  text-decoration:none;
}

.client-js #preftoc li.selected {
  border:0;
  padding-right:0;
  height:2.3em;
}

.client-js #preftoc li:not(.selected) a:hover {
  color:#fff;
  text-decoration:none;
}

.skin-hydradark #preferences legend {
  color: #fff;
}

.skin-hydradark #preferences fieldset.prefsection fieldset {
  border-color:#7f7f7f;
}

.client-js .htmlform-tip {
  color:#BFBFBF;
}
/* End Preferences */

/* Page History */
#pagehistory li.selected {
  background-color:rgba(0,0,0,0.3);
  border:1px solid #7f7f7f;
  padding:1px;
}

table.diff,
td.diff-otitle,
td.diff-ntitle {
  background-color:rgba(0,0,0,0.3)
}

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

.mw-plusminus-pos {
  color:#00BF13;
}

.autocomment {
  color: #97A4B2;
}

/* end history */

/* tablepager styling */
.skin-hydradark table.TablePager td {
  border:1px solid #7f7f7f;
}

.skin-hydradark table.TablePager tr th {
  background-color: rgba(0,0,0,0.5);
  font-family: '1529 Champ Fleury W01 Regular', serif;
  text-shadow: -1px -1px 2px rgba(63,40,20,0.95);
  color: #E5E5E5;
  letter-spacing:0.05em;
  font-size:1.2em;
  border:1px solid #bfbfbf
}

.skin-hydradark table.TablePager tbody tr td {
  background-color:rgba(0,0,0,0.3)
}

.skin-hydradark table.TablePager tbody tr:hover td {
  background:rgba(75,75,75,0.2);
}
/* end tablepager styling */

/* wikitable styling */
table.wikitable {
  border:1px solid #e5e5e5;
  background-color:rgba(0,0,0,0.3);
  border-radius:1px;
  box-shadow: inset 0 0 5px 0px #000, -1px -1px 2px rgba(0,0,0,0.5), 3px 3px 3px 0 rgba(0,0,0,0.75);
}

table.wikitable tbody tr th
table.wikitable > tr > th,
table.wikitable > * > tr > th {
  background-color: rgba(0,0,0,0.5);
  font-family: '1529 Champ Fleury W01 Regular', serif;
  text-shadow: -1px -1px 2px rgba(63,40,20,0.95);
  color: #E5E5E5;
  border:1px solid #bfbfbf;
  font-size:1.2em;
}

table.wikitable tbody tr td {
  border:1px solid #7f7f7f;
}
/* End wikitable styling */

/* search styling */
.skin-hydradark div.mw-search-profile-tabs {
  background-color: rgba(0,0,0,0.5);
  font-family: '1529 Champ Fleury W01 Regular', serif;
  text-shadow: -1px -1px 2px rgba(63,40,20,0.95);
  letter-spacing:0.05em;
  color: #fff5e7;
  border:1px solid #7f7f7f;
  box-shadow:inset 0 0 5px #000;
}

.skin-hydradark fieldset#mw-searchoptions {
  border:1px solid #7f7f7f;
  background-color:rgba(0,0,0,0.2);
}

.skin-hydradark .mw-search-profile-tabs .search-types {
  padding-left:0;
}

.skin-hydradark div#content .mw-search-profile-tabs .search-types ul li a {
  color:#e5e5e5;
  border-right: 2px solid #7f7f7f;
}

.skin-hydradark .mw-search-profile-tabs ul li.current {
  background-color: rgba(0,0,0,0.1);
  box-shadow: inset 0 0 20px rgba(0,0,0,0.75);
}

.skin-hydradark .mw-search-profile-tabs ul li:not(.current) a:hover {
  background-color:rgba(255,255,255,0.2);
  box-shadow:inset 0 0 3px rgba(0,0,0,0.2);
  text-decoration:none;
}

.skin-hydradark .mw-search-profile-tabs ul li:last-child {
  border-bottom:0;
}

/* end search styling */

/* Editor Styling */
div.wikiEditor-ui .wikiEditor-ui-view {
  border-color:#bfbfbf;
}
div.wikiEditor-ui {
    background: transparent;
    border:0;
}
div.wikiEditor-ui-buttons {
    background-color: transparent;
    border-top:0;
    margin-right: 5px;
}
div.wikiEditor-ui-controls,
div.wikiEditor-ui-tabs {
  background-color: transparent;
  border:0;
}
div.wikiEditor-ui-tabs div {
  font-weight:bold;
  border-bottom:0;
  border:1px solid #7f7f7f;
  box-shadow:inset 0px 0px 2px #000, 0px 0px 1px #000;
}
#content div.wikiEditor-ui-tabs div a {
  background-color:transparent;
  color: #e1d38e;
  font-weight: bold;
  text-decoration: none;
  letter-spacing:0.05em;
  text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
}
div.wikiEditor-ui-tabs div {
  background-color: transparent;
}
div.wikiEditor-ui-tabs div:not(.current):hover {
  background-color:rgba(0,0,0,0.25);
}
div.wikiEditor-ui-tabs div.current {
  border-bottom:0;
  background-color: rgba(0,0,0,0.5);
}
div.wikiEditor-ui-toolbar {
  background: none;
  background:rgba(50,50,50,0.5);
}
div.wikiEditor-ui-toolbar .group {
  border-right: 1px solid #bfbfbf; 
}
div.wikiEditor-ui-toolbar .group-search {
   border-left: 1px solid #bfbfbf;
   border-right: none;
}

.tab {
   border-color: transparent;
}

div.wikiEditor-ui-toolbar .tabs span.tab a,
div.wikiEditor-ui-toolbar .tabs span.tab a:visited {
   color: #E0E0E0;
}

div.wikiEditor-ui-toolbar .tabs span.tab a.current,
div.wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
   color: #ffffff;
}

#content div.wikiEditor-ui-toolbar .group .tool-select .label {
   color: #000000;
}

#content div.wikiEditor-ui-toolbar .menu .options a.option {
  color:#000;
}

div.wikiEditor-ui-toolbar .sections .section {
  background:rgba(50,50,50,0.5);
  border-top: 1px solid #bfbfbf;
}

div.wikiEditor-ui-toolbar .booklet .index div {
    color: #fff;
}

div.wikiEditor-ui-toolbar .booklet .index .current {
  background-color:#e7e7e7;
  color: #000;
}

div.wikiEditor-ui-toolbar .booklet .pages {
    background-color: rgba(0,0,0,0.3);
}

div.wikiEditor-ui-toolbar .page-characters div span {
    border: 1px solid #7f7f7f;
    color: #e5e5e5;
}

div.wikiEditor-ui-toolbar .page-characters div span:hover {
  background-color:#e5e5e5;
  color: #000;
}

div.wikiEditor-ui-toolbar .page-table td {
    border-top: 1px solid #7f7f7f;
    color: #e5e5e5;
}

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

div.wikiEditor-ui-toolbar div.oo-ui-widget {
  background-color:rgba(0,0,0,0);
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
  color:#e6e6e6;
}

div.wikiEditor-toolbar-dialog,
.skin-hydradark .ui-widget-header {
  border-color:#e5e5e5 !important;
}

div.editOptions {  
  background-color: transparent;
  border:none;
}
/* End Editor Styling */

/* thumnbail tweaks */
div.thumbinner {
  background-color:rgba(75,55,55,0.5);
  border-color:#000;
}
li.gallerybox div.thumb {
 background-color:rgba(75,55,55,0.5);
 border-color:#000;
}
/* end thumbnail tweaks */

/* Category bar and filetoc */
#catlinks,
ul#filetoc {
  background-color: rgba(75,55,55,0.5);
  border:1px solid #000;
  box-shadow:inset 0 0 2px rgba(0,0,0,0.5), 0 0 1px rgba(0,0,0,0.5);
}
/* end Category bar */

/* Table of contents (toc) styling */
div#toc {
  background-color: rgba(75,55,55,0.5);
  border:1px solid #000;
  box-shadow:inset 0 0 2px rgba(0,0,0,0.5), 0 0 1px rgba(0,0,0,0.5);
}
/* end toc */

/* Makes redirect notice legible */
#contentSub,
#contentSub2 {
	color: #E0E2E5;
}
/* end redirect tweak */

/* FP (front page) tweaks */
.fpbox {
  border:2px solid #7f7f7f;
  border-radius:0;
  background:rgba(183,183,183,0.1);
  color:#E0E2E5;
  box-shadow:inset 0 0 2px 1px #000, inset 0 0 8px 0 rgba(0,0,0,0.5), 1px 1px 2px 1px rgba(0,0,0,0.75);
}

.fpbox .heading,
.fpbox .welcome,
.fplinks .linkslabel {
  color: #fff;
  text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
  font-family: '1529 Champ Fleury W01 Regular', serif;
  border-color:#000;
  font-weight:bold;
  font-variant:normal;
  font-size:1.5em;
  padding:5px;
}

div.fplink.plainlinks div.box {
  background:rgba(0,0,0,0.4);
  border-radius:0;
  border:1px solid #7f7f7f;
  margin:5px;
}

div.fplink.plainlinks div.box:hover,
div.fplink.plainlinks div.box a:focus {
  box-shadow:inset 0 0 15px #000;
}

div.fplink.plainlinks div.box:hover a {
  text-decoration:none;
}

div.fplink .link {
  width:100%;
}

div.fplink a {
  display:block;
}
/* end fp tweaks */


/* Infobox styles */
.infobox {
  position:relative;
  float: right;
  width: 23em;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 0.5em;
  padding: 2px;
  border:1px solid #7f7f7f;
  background-color: rgba(127,81,40,0.5);
  box-shadow:inset 0 0 2px 1px #000,inset 0 0 8px 0 rgba(0,0,0,0.5),1px 1px 2px 1px rgba(0,0,0,0.75);
}

.infobox::before {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  content:"";
  background:url(https://atlas.gamepedia.com/media/2/2c/Wood_texture.jpg) repeat-y top left border-box;
  background-size:100% auto;
  background-color:#7b5332;
  z-index:-1;
  opacity:0.75;
}

.infobox-table {
  width: 100%;
  padding: 0;
  background-color:transparent;
  border: 0;
}

.infobox-header {
  padding:0.5em;
  font-size: 150%;
  letter-spacing:0.05em;
  text-align: center;
  background-color:rgba(0,0,0,0.5);
  text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
  box-shadow:inset 0 0 2px 1px #000,inset 0 0 8px 0 rgba(0,0,0,0.5),1px 1px 2px 1px rgba(0,0,0,0.75);
  border:1px solid #7f7f7f;
  color: #fff;
  font-family: sans-serif;
}

.infobox-section {
  text-align: center;
  background-color:rgba(0,0,0,0.5);
  border:1px solid #7f7f7f;
  color: #fff;
  font-family: sans-serif;
  text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
  box-shadow:inset 0 0 2px 1px #000,inset 0 0 8px 0 rgba(0,0,0,0.5),1px 1px 2px 1px rgba(0,0,0,0.75);
}

.infobox-centered {
  text-align: center;
}

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

.infobox-row {
  vertical-align: top;
}

.infobox-row-name {
  text-align: left;
  white-space: nowrap;
}

.infobox-spacer {
  height: 0.5em;
}
/* End infobox styles */

/* Color tweak for warning on css and js pages */
.warning {
	color: #CC8800;
}

/* Tweak for illegible code highlighting */
.mw-highlight .nc,
.mw-highlight .nn {
  color:#8E8ECC;
}

/* Responsive resizing tweaks */
@media screen {
  .mw-body,
  div#footer{
    margin-left:11em;
  }  
}

@media screen and (max-width:720px) {
  #pageWrapper {
    margin-right:0;
  }

  div#left-navigation,
  div#right-navigation {
    margin-top:1em;
  }

  div#left-navigation {
    margin-left:0;
  }
  
  div#p-sharing {
    top:2.4em;
  }
  
  div#mw-panel::before {
    display:none;
  }
  
  div#mw-panel {
    margin-left:0;
  }
  
  div#footer {
    margin-left:0;
  }
}
Advertisement