Banished Wiki
mNo edit summary
mNo edit summary
Line 836: Line 836:
 
margin-top:0.5em;
 
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 */
 
/* copyright images tweak */
Line 848: Line 886:
 
background: inherit;
 
background: inherit;
 
}
 
}
  +
  +
/* 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-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 */

Revision as of 23:11, 22 December 2019

/* 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-Banished_Wiki h1.firstHeading {
    display:none;
}

/* Framework */
body { 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background: url(/media/7/79/Banished71.jpg) no-repeat center center fixed #000000;
    background-size: cover;
}

/* Logo */
div#p-logo {
    background-color: transparent;
    height: 110px;
    width: 160px;
}

body #pageWrapper {
    margin-right: 1px;
}

/* Head */
div#mw-head {
    top: 1em;
}

div#mw-page-base {
    background: transparent;
    background-image: none;
}

#mw-head-base {
    background: transparent;
    background-image: none;
    border-bottom: 0px;
    height: 3em;
}

/* Tabs */
#left-navigation {
   left: 0px;
   margin-top: 1em;
}

#right-navigation {
    margin-right: 1.75em;
    margin-top: 1em;
}

/* Menus */
div.vectorTabs,
div.vectorTabs span,
div.vectorTabs li.selected,
div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs li a {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

div.vectorTabs ul li {
    margin-right: 5px;
}

div.vectorTabs li span {
    background:#434b4d;
    background:-moz-linear-gradient(top, #354145 35%, #192327 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(35%,#354145), color-stop(100%,#192327));
    background:-webkit-linear-gradient(top, #354145 35%, #192327 100%);
    background:-o-linear-gradient(top, #354145 35%, #192327 100%);
    background:-ms-linear-gradient(top, #354145 35%, #192327 100%);
    background: linear-gradient(to bottom, #354145 35%, #192327 100%);
    border-color: #6bc53a;
    display: inline-block;
    border: 1px solid #6bc53a;
    border-radius: 4px;
    padding: 2px 10px;
    margin-top: 0.5em;
    height: 19px;
    text-align: center;
}

div.vectorTabs li a {
    background-image: none;
    margin-top: -16px;
}

div#mw-head li.new a,
div#mw-head li.new a:visited {
    color: #fc0000 !important;
    text-shadow: 1px 1px #000000;
}

div#mw-head a,
div#mw-head div.vectorTabs a,
div#mw-head div.vectorMenu a,
.vectorTabs li a span,
div.vectorMenu h3 span {
    color: #c0c0c0 !important;
}

div.vectorTabs li span a {
    color: #222222;
    font-weight: bold;
    text-align: center;
}

div.vectorTabs ul li:first-child {
    border-image: none;
    border-left: medium none;
}

div#mw-head li.selected a,
div#mw-head li.selected a span,
div#mw-head div.vectorTabs li.selected a,
div#mw-head div.vectorTabs li.selected a:visited {
    color: #ffffff !important;
    font-weight: bold;
}

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

#p-sharing #socialIconImages img {
   width: 100%;
}

#p-sharing #socialIconImages a {
   width: 40px;
}

div.vectorMenu h3 span {
    font-weight: bold;
    padding-top: 0.1em;
}

div#mw-head div.vectorMenu h4,
div#p-variants.vectorMenu #mw-vector-current-variant {
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 0.1em;
    text-shadow: none;
}

.vectorTabs #ca-unwatch.icon a,
.vectorTabs #ca-watch.icon a {
    margin-left: 3px;
    padding: 18px 0 0;
}

div.vectorMenu div.menu {
    border: none;
    margin-left: 5px;
}

div#mw-head div.vectorMenu h3 {
    background:#434b4d;
    background:-moz-linear-gradient(top, #354145 35%, #192327 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(35%,#354145), color-stop(100%,#192327));
    background:-webkit-linear-gradient(top, #354145 35%, #192327 100%);
    background:-o-linear-gradient(top, #354145 35%, #192327 100%);
    background:-ms-linear-gradient(top, #354145 35%, #192327 100%);
    background: linear-gradient(to bottom, #354145 35%, #192327 100%);
    border-color: #6bc53a;
    display: inline-block;
    border: 1px solid #6bc53a;
    border-radius: 4px;
    padding: 2px 10px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    height: 19px;
    text-align: center;
}

div.vectorMenu h3 a {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(https://commons.gamepedia.com/media/commons.gamepedia.com/8/80/Vector_menu_downarrow_white.png);
    background-position: 50% 50%;
    border: medium none;
}

div#mw-head div.vectorMenu li.selected a,
div#mw-head div.vectorMenu li.selected a:visited {
    color: #c0c0c0;
}

div#mw-head div.vectorMenu li a {
    color: #7AB1CC;
}

div#mw-head div.vectorMenu ul {
    background-color: #000000;
    background-image: none;
    border-right: 5px none;
    box-shadow: 0 0.1em 0.75em #d5d4d4;
}

div.vectorMenu h3 span::after {
    top: 0;
}

/* Sidebar */
.skin-hydradark #mw-panel.collapsible-nav .portal {
    background-image: none;
}

div#mw-panel div.portal h3,
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a:visited,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a:visited {
  border: none;
  background: none;
  color: #efa40b;
  font-weight: bold;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  text-align: center;
}

.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a {
    color: #ffffff;
    font-size: 130%;
}

.skin-hydradark #mw-panel.collapsible-nav .portal h3 a {
    color: #ffffff;
    font-size: 130%;
}

.skin-hydradark #mw-panel.collapsible-nav div.portal h3 a {
    color: #ffffff;
    font-size: 130%;
}
 
div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a:link,
div#mw-panel div.portal div.body ul li a:visited {
    color: #FFFFFF;
}

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

/* social media add-on fix */
div#mw-panel div.portal#p-socialProfiles {
    background: none;
    border: none;
    padding: 0;
    margin: 10px 0;
}

div#mw-panel div.portal#p-sitePromos {
    background: none;
    border: none;
    margin-left: 10px !important;
    padding: 0;
}

div#mw-panel div.portal#p-socialProfiles h5,
div#mw-panel div.portal#p-sitePromos h5 {
    display: none;
}

div#mw-panel div.portal#p-socialProfiles div.body,
div#mw-panel div.portal#p-sitePromos div.body {
    background: none;
    padding: 0;
    margin-left: 0 !important;
    text-align: center;
}

.socialSidebar {
    width: auto;
    max-width: 100%;
}

/* Content */
div#content {
    background: rgba( 0, 0, 0, .7);
    border: 1px solid #b7e99c;
    margin-top: 1.5em;
    box-shadow: 0 0.1em 0.75em #ffffff;
    box-sizing: border-box;
    color: #FFFFFF;
    margin-right: 1em;
}

/* anchors */
a, 
a:visited,
div#content a.extiw,
div#content a.extiw:visited,
div#content a.external, 
div#content a.external:visited,
label.toctogglelabel {
    color: #6bc53a;
}

h1, h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #6bc53a;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
}

h3, h4, h5, h6 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #c0c0c0;
}

#catlinks,
.skin-hydradark #toc,
.skin-hydradark .toc,
.mw-warning,
ul#filetoc {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: #012437;
}

.CategoryTreeEmptyBullet {
    color: #c0c0c0;
}

.catlinks li {
    border-left: none;
}

.CategoryTreeToggle {
    color: #989296;
}

code {
    background-color: #012437;
}

/* Footer */
div#footer {
    background-image: none;
}

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

div#footer a { 
    color: #ffffff;
}

div#footer a:hover { 
    color: #989296;
}

/* Page history */
.skin-hydradark #pagehistory li {
    background-color: transparent;
    border: none;
    padding: 3px;
}

.skin-hydradark #pagehistory li.selected {
    background-color: #01060c;
    background-image: none;
    border: 1px dashed #012437;
    padding: 3px;
}

.skin-hydradark table.diff {
    background: transparent;
}

/* thumbnails and galleries and image file history */
div.thumb {
    border: 1px solid #012437;
    margin: 2px;
    margin-left: 6px;
}

img.thumbborder {
    border: 1px solid #012437;
    padding: 5px;
}

div.thumbinner {
    background-color: rgba(0, 0, 0, 0.2);
    border: medium none;
}

li.gallerybox {
    background-color: transparent;
    border: 1px solid #434b4d;
    clear: both;
    margin-top: 1em;
    padding: 5px;
}
li.gallerybox div.thumb {
    background-color: transparent;
    border: 1px solid #434b4d;
    margin: 2px;
    text-align: center;
}

html .thumbimage {
    border: 1px solid #012437;
}

div.tright div.tleft {
    border: 1px solid #012437 !important;
}

div.tright {
    clear: right;
    float: right;
}

#file img:hover,
.filehistory a img {
    background: url(https://commons.gamepedia.com/media/commons.gamepedia.com/8/84/Dark_checker.svg) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.filehistory a img:hover {
    background: rgba(0, 0, 0, 0);
}

/* tables */
.skin-hydradark table.wikitable {
    background: none repeat scroll 0 0 transparent;
}

.skin-hydradark table.wikitable > caption {
    color: #ffffff;
}

.skin-hydradark table.wikitable > tr > th,
.skin-hydradark table.wikitable > * > tr > th {
    background: #012437;
    border: 1px solid #01060c;
    color: #FFFFFF;
    text-align: center;
}

.skin-hydradark table.wikitable > tr > td,
.skin-hydradark table.wikitable > * > tr > td {
    border: 1px solid #01060c;
    padding: 0.2em;
}

.skin-hydradark .wikitable th {
    background-color: #012437;
    border: 1px solid #01060c;
    color: #FFFFFF;
    padding: 0.2em;
}

.skin-hydradark .wikitable td {
    border: 1px solid #01060c;
    color: #c0c0c0;
    padding: 0.2em;
}

table.mw_metadata th {
    background: #012437;
    border: 1px solid #01060c;
    color: #FFFFFF;
}

table.mw_metadata td {
    background-color: transparent;
    border: 1px solid #01060c;
    color: #c0c0c0;
}

.skin-hydradark .mw-datatable th {
    border: 1px solid #01060c;
}

.skin-hydradark .mw-datatable,
.skin-hydradark .mw-datatable td {
    border: 1px solid #01060c;
}

.skin-hydradark .TablePager {
    border:1px solid #01060c;
    color: #c0c0c0;
    padding:0 0.15em;
}

.skin-hydradark .TablePager th {
    background-color: #012437;
    color: #ffffff;
    border:1px solid #01060c;
    padding:0 0.15em;
}

.skin-hydradark .TablePager tr:hover td {
    background-color: rgba(0, 0, 0, 0.2) !important;
    color: #FFFFFF;
}

.skin-hydradark .TablePager th a {
    background-color: #012437;
    color: #FFFFFF !important;
}
 
.skin-hydradark .TablePager td {
    background: transparent !important;
    border: 1px solid #01060c;
    color: #c0c0c0;
}

/* colour fix for advanced search options box */
fieldset#mw-searchoptions {
    background-color: rgba(0, 0, 0, 0);
    border-color: #012437 !important;
}

.skin-hydradark .mw-search-profile-tabs {
    background-color: #282828;
    margin-top: 1em;
    border: 1px solid silver;
}

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

.skin-hydradark .mw-search-profile-tabs {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #012437;
    margin-top: 1em;
}

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

/* Preferences */
.skin-hydradark.page-Special_Preferences .oo-ui-tabSelectWidget {
    background-color: rgba(1,36,55,0.5);
}
.skin-hydradark.page-Special_Preferences .mw-prefs-buttons {
    background-color: rgb(1,36,55);
    border-top-color: #000;
}
.skin-hydradark.page-Special_Preferences .mw-prefs-tabs-wrapper.oo-ui-panelLayout-framed,
.skin-hydradark.page-Special_Preferences .mw-prefs-tabs > .oo-ui-menuLayout-content > .oo-ui-indexLayout-stackLayout > .oo-ui-tabPanelLayout {
    border-color: transparent;
}
.skin-hydradark.page-Special_Preferences .oo-ui-widget-enabled .oo-ui-optionWidget-selected {
    background-color: rgb(1,36,55);
}
.skin-hydradark.page-Special_Preferences .oo-ui-tabOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget-selected:hover {
    background-color: rgb(1,36,55);
}

.skin-hydradark #preftoc {
    background-color: rgba(1, 36, 55, 0.5);
    border: 0px;
    margin: 0 0 4px !important;
}

.skin-hydradark #preftoc,
.skin-hydradark #preftoc li,  
.skin-hydradark #preferences, 
.skin-hydradark #preftoc li a {
    background-image: none;
    background-color: transparent;
    color: #c0c0c0;
}

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

.skin-hydradark #preftoc li.selected a {
    background-color: rgba(1, 36, 55, 0.5);
    background-image: none;
    border-color: #01060c;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #FFFFFF;
}

.skin-hydradark #preferences {
    background-color: rgba(1, 36, 55, 0.5);
    border: 1px solid #01060c;
}

.skin-hydradark #preferences fieldset {
    border-color: #01060c;
}


#mw-createaccount-join {
    box-shadow: 4px 4px 4px 4px rgba(255, 255, 255, 0.2);
}

/* Wiki editor fixes */
div.wikiEditor-ui {
    background: rgba(0, 0, 0, 0);
    border: medium none;
}

div.wikiEditor-ui-buttons {
    background-color: rgba(0, 0, 0, 0);
    border-top: medium none;
    margin-right: 5px;
}

div.wikiEditor-ui-controls {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #012437;
}

div.wikiEditor-ui-tabs {
    background-color: #01060c;
    border-left: 1px solid #012437;
    border-top: 1px solid #012437;
}

div.wikiEditor-ui-tabs div {
    background-color: #01060c;
    border-right: 1px solid #012437;
    border-bottom: 1px solid #012437;
}

div.wikiEditor-ui-tabs div a {
     background: #01060c;  /* you can use a gradient here if you want to get fancy */
     color: #ffffff;
}

div.wikiEditor-ui-tabs div.current {
    background-color: #01060c;
    border-bottom: 1px solid #012437;
}

div.wikiEditor-ui-tabs div.current a {
    color: #989296;
    font-weight: bold;
}

div.wikiEditor-ui .wikiEditor-ui-top {
   border-bottom: 1px solid #012437;
}

div.wikiEditor-toolbar-spritedButton {
    background: url(https://help.gamepedia.com/media/help.gamepedia.com/5/5c/Editbar_sprites.png);
}

div.wikiEditor-ui-toolbar {
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

div.wikiEditor-ui-toolbar .group {
    border-right: 1px solid #012437;
}

div.wikiEditor-ui-toolbar .group-search {
   border-left: 1px solid #012437;
   border-right: none;
}

div.wikiEditor-ui-toolbar .group .label {
   color: #ffffff;
}

.tab {
   border-color: transparent;
}

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

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

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

div.wikiEditor-ui-toolbar .sections .section {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 1px solid #012437;
}

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

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

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

div.wikiEditor-ui-toolbar .page-characters div span {
    border: 1px solid #012437;
    color: #ffffff;
}

div.wikiEditor-ui-toolbar .page-characters div span:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #012437;
    color: #989296;
}

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

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

div.wikiEditor-preview-contents {
    background-color: transparent;
    border-color: -moz-use-text-color #012437 #012437;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}

div.editOptions {  
    background-color: transparent;
    border-color: -moz-use-text-color #012437 #012437;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}

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

.mw-echo-ui-notificationsInboxWidget-toolbarWrapper {
    background: inherit;
}

/* 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-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 */