Eccentric Biomes Wiki
No edit summary
No edit summary
Line 193: Line 193:
 
.skin-hydradark div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos) {
 
.skin-hydradark div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos) {
 
background: rgba(0,0,0,0.85);
 
background: rgba(0,0,0,0.85);
border-radius: 5px 5px 5px 5px;
+
border-radius: 5px;
margin: 5px;
 
 
padding-top: 5px;
 
padding-top: 5px;
 
}
 
}
Line 217: Line 216:
 
.skin-hydradark #mw-panel.collapsible-nav .portal {
 
.skin-hydradark #mw-panel.collapsible-nav .portal {
 
background-image: none;
 
background-image: none;
  +
}
  +
  +
.skin-hdyradark div#mw-panel div.portal h3 {
 
margin-left: 10px;
 
}
 
}
   

Revision as of 15:07, 17 November 2018

/* CSS in this file will affect all users of the wiki */
/* CSS placed here will affect users of the mobile site */
.mobileonly {
    display: none;
}

/* body */
body.page-Eccentric_Biomes_Wiki h1.firstHeading {
    display:none;
}

/* Framework */
body { 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background: #89b0d8 url("media/3/3a/Bg.png") no-repeat center center fixed;
    background-size: cover;
}

body #pageWrapper {
    margin-right: 5em;
}

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

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

/* Tabs */
#left-navigation {
    margin-left: 180px;
    margin-top: 2.5em;
}

#right-navigation {
    margin-right: 5em;
    margin-top: 2.5em;
}

div.vectorTabs {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    height: 33px;
    margin-top: 8px;
}

div.vectorTabs li a {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    margin-top: -12px;
}

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

div.vectorTabs li span,
div#mw-head div.vectorMenu h3 {
    background: #484848; /* Old browsers */
    background: -moz-linear-gradient(top,  #484848 0%, #000000 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#484848), color-stop(60%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #484848 0%,#000000 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #484848 0%,#000000 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #484848 0%,#000000 60%); /* IE10+ */
    background: linear-gradient(to bottom,  #484848 0%,#000000 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    border: none;
    border-radius: 5px 5px 0 0;
    display: block;
    height: 23px;
}

div.vectorTabs li.selected span {
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(top,  #000000 0%, #484848 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(60%,#484848)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #000000 0%,#484848 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #000000 0%,#484848 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #000000 0%,#484848 60%); /* IE10+ */
    background: linear-gradient(to bottom,  #000000 0%,#484848 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#484848',GradientType=0 ); /* IE6-9 */
}

div.vectorTabs li span {
    margin-right: 3px;
    margin-top: 0.5em;
}

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 a {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("https://commons.gamepedia.com/media/commons.gamepedia.com/0/0b/Vector_menu_downarrow.png") !important;
    background-position: 50% 70%;
    background-repeat: no-repeat;
}

div#mw-head h3 {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 16px;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
}

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: #999999;
    font-weight: bold;
}

div.vectorTabs li.new a, 
div.vectorTabs li.new a:visited {
    color: #BA0000 !important;
}

div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    color: #ffffff !important;
}

div#mw-head div.vectorMenu h4, 
div#p-variants.vectorMenu #mw-vector-current-variant {
    color: #999999;
    padding-left: 0.75em;
    padding-top: 0.25em;
}
div.vectorMenu h3 span::after { top: 0.3em; }

.vectorTabs #ca-unwatch.icon a,
.vectorTabs #ca-watch.icon a {
    padding: 23px 0 0;
}

div.vectorMenu h3 span {
    font-family: arial;
    padding-top: 0.35em;
}

div.vectorMenu div.menu {
    background: #484848; /* Old browsers */
    background: -moz-linear-gradient(top,  #484848 0%, #000000 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#484848), color-stop(60%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #484848 0%,#000000 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #484848 0%,#000000 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #484848 0%,#000000 60%); /* IE10+ */
    background: linear-gradient(to bottom,  #484848 0%,#000000 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    border: 1px solid #323232;
}

div.vectorMenu ul {
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

div.vectorMenu li a {
    color: #70B8FF;
}

div.vectorMenu li.selected a,
div.vectorMenu li.selected a:visited {
    color: #ffffff;
}

/* Sidebar */
.skin-hydradark div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos) {
    background: rgba(0,0,0,0.85);
    border-radius: 5px;
    padding-top: 5px;
}

.skin-hydradark 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 div.portal h3 a,
.skin-hydradark #mw-panel.collapsible-nav div.portal h3 a:visited,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a:visited {
    border: medium none;
    color: #c0c0c0;
    font-size: 1em;
    font-weight: bold;
    padding: 0;
    text-transform: uppercase;
}

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

.skin-hdyradark div#mw-panel div.portal h3 {
    margin-left: 10px;
}

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: #c0c0c0;
}

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

.promoSidebar {
    margin-left: 10px;
}

.skin-hydradark div#mw-panel div.portal#p-socialProfiles div.body,
.skin-hydradark 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,0.85);
    border-top: 1px solid #323232;
    border-left: none;
    border-right: none;
    border-bottom: none;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
    color: #ffffff;
}

a, 
a:visited,
div#content a.extiw,
div#content a.extiw:visited,
div#content a.external,
div#content a.external:visited {
    color: #70B8FF;
}

#contentSub,
#contentSub2 {
    color: #70B8FF;
}

/* Don't use vector's blue circle image for unordered lists, instead use the square black bullet points, which is obviously more fitting here */
ul {
	list-style-image: none
}

h1, 
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff;
}

div#toc,
div.toc,
.mw-warning {
    background-color: #000000;
    border: 1px solid #323232;
}

code {
    background-color: #000000;
}

.catlinks {
    background: #1e2125; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e2125 0%, #141618 61%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e2125), color-stop(61%,#141618), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e2125 0%,#141618 61%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e2125', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    border: 1px solid #323232;
    border-radius: 5px;
    margin-bottom: 5px;
}

.CategoryTreeToggle {
    color: #70B8FF;
}

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

div#footer a {
    color: #70B8FF;
}

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

/* Thumbnails */
div.thumbinner {
    background-color: #000000;
    border: 1px solid #323232;
}

li.gallerybox {
    border: 1px solid #323232;
}

li.gallerybox div.thumb {
    background: #1e2125; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e2125 0%, #141618 61%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e2125), color-stop(61%,#141618), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e2125 0%,#141618 61%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e2125', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    display: inline-block;
    border: 1px solid #323232;
}

img.thumbborder {
    border: 1px solid #323232;
}

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

/* Search form */
.skin-hydradark .mw-search-profile-tabs,
ul#filetoc {
    background: #1e2125; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e2125 0%, #141618 61%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e2125), color-stop(61%,#141618), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e2125 0%,#141618 61%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e2125', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    border: 1px solid #1e2125;
    margin-top: 1em;
}

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

.skin-hydradark fieldset#mw-searchoptions {
    background-color: rgba(0, 0, 0, 0);
    border-color: #1e2125 !important;
}

/* page history */
#pagehistory li {
    border: medium none;
}

#pagehistory li.selected {
    background-color: #000000;
    border: 1px dashed #323232;
}

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

/* WikiClaims tool dropdown fix */
#claimlist .controls_container > .dropdown {
    right: 24px;
    top: -24px;
}

/* 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: #1e2125; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e2125 0%, #141618 61%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e2125), color-stop(61%,#141618), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e2125 0%,#141618 61%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e2125', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    text-align: center;
}

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

.skin-hydradark .wikitable th {
    background-color: #1e2125;
    border: 1px solid #434649;
    color: #cccccc;
    padding: 0.2em;
}

.skin-hydradark .wikitable td {
    border: 1px solid #434649;
    color: #cccccc;
    padding: 0.2em;
}

table.mw_metadata th {
    background: #1e2125; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e2125 0%, #141618 61%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e2125), color-stop(61%,#141618), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e2125 0%,#141618 61%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e2125', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    color: #cccccc;
}

table.mw_metadata td {
    background-color: transparent;
}

table.mw_metadata td, table.mw_metadata th {
    border: 1px solid #434649;
}

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

.skin-hydradark .TablePager {
    background-color: rgba(0, 0, 0, 0);
    color: #000000;
    border: 1px solid #434649;
    padding: 0 0.15em;
}
 
.skin-hydradark .TablePager th {
    background: #1e2125; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e2125 0%, #141618 61%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e2125), color-stop(61%,#141618), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e2125 0%,#141618 61%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e2125', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    color: #cccccc!important;
}

.skin-hydradark .TablePager tr:hover td {
    background-color: #1e2125 !important;
    color: #FFFFFF;
}

.skin-hydradark .TablePager th a {
    background-color: transparent;
    color: #cccccc!important;
}
 
.skin-hydradark .TablePager td {
    background: transparent !important;
    border: 1px solid #434649;
    color: #cccccc;
}

.skin-hydradark table.jquery-tablesorter th.headerSort {
    background-attachment: scroll;
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/3/36/Sort_both_white.gif"), -moz-linear-gradient(top,  #1e2125 0%, #141618 61%, #000000 100%) !important; /* FF3.6+ */
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/3/36/Sort_both_white.gif"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e2125), color-stop(61%,#141618), color-stop(100%,#000000)) !important; /* Chrome,Safari4+ */
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/3/36/Sort_both_white.gif"), -webkit-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%) !important; /* Chrome10+,Safari5.1+ */
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/3/36/Sort_both_white.gif"), -o-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%) !important; /* Opera 11.10+ */
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/3/36/Sort_both_white.gif"), -ms-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%) !important; /* IE10+ */
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/3/36/Sort_both_white.gif"), linear-gradient(to bottom,  #1e2125 0%,#141618 61%,#000000 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e2125', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat, repeat;
    background-position: center right, center center;
    padding-right: 21px;
}

.skin-hydradark table.jquery-tablesorter th.headerSortDown {
    background-attachment: scroll;
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/5/56/Sort_down_white.gif"), -moz-linear-gradient(top,  #1e2125 0%, #141618 61%, #000000 100%) !important; /* FF3.6+ */
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/5/56/Sort_down_white.giff"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e2125), color-stop(61%,#141618), color-stop(100%,#000000)) !important; /* Chrome,Safari4+ */
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/5/56/Sort_down_white.giff"), -webkit-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%) !important; /* Chrome10+,Safari5.1+ */
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/5/56/Sort_down_white.gif"), -o-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%) !important; /* Opera 11.10+ */
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/5/56/Sort_down_white.gif"), -ms-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%) !important; /* IE10+ */
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/5/56/Sort_down_white.gif"), linear-gradient(to bottom,  #1e2125 0%,#141618 61%,#000000 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e2125', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat, repeat;
    background-position: center right, center center;
    padding-right: 21px;
}

.skin-hydradark table.jquery-tablesorter th.headerSortUp {
    background-attachment: scroll;
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/8/82/Sort_up_white.gif"), -moz-linear-gradient(top,  #1e2125 0%, #141618 61%, #000000 100%) !important; /* FF3.6+ */
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/8/82/Sort_up_white.gif"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e2125), color-stop(61%,#141618), color-stop(100%,#000000)) !important; /* Chrome,Safari4+ */
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/8/82/Sort_up_white.gif"), -webkit-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%) !important; /* Chrome10+,Safari5.1+ */
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/8/82/Sort_up_white.gif"), -o-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%) !important; /* Opera 11.10+ */
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/8/82/Sort_up_white.gif"), -ms-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%) !important; /* IE10+ */
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/8/82/Sort_up_white.gif"), linear-gradient(to bottom,  #1e2125 0%,#141618 61%,#000000 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e2125', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat, repeat;
    background-position: center right, center center;
    padding-right: 21px;
}

/* Preferences */
.skin-hydradark #preftoc {
    background-color: #000000;
    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: #ffffff;
}

.skin-hydradark #preferences fieldset.prefsection {
    border: medium none !important;
}

.skin-hydradark #preftoc li.selected a {
    background-color: #000000;
    background-image: none;
    border-color: #434649;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #FFFFFF;
}

.skin-hydradark #preferences {
    background-color: #000000;
    border: 1px solid #434649;
}

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

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

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

/* Search bar */
#p-search form {
    line-height: 33px;
    vertical-align: center;
    margin-bottom: 2px;
}

#searchInput {
    border-radius: 3px;
    border: none;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3) inset,
    0 -1px 0 0 rgba(160, 160, 160, 0.1) inset;
    background: #454545;
    color: #cccccc;
    margin: 0 6px;
    padding: 2px;
}

.os-suggest {
    border: none;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3) inset,
    0 -1px 0 0 rgba(160, 160, 160, 0.1) inset;
    background: #252525;
    color: #cccccc;
}

.os-suggest-result {
    background: #252525;
    color: #cccccc;
}

.os-suggest-result-hl {
    background: #454545;
    color: #ff6600;
}


/* multi-upload screen font colour fix */
#upload_list .file .file-title {
    margin-left: 10px;
}

.check_span {
    color: #1D1D1D;
    float: right;
}

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

div.wikiEditor-ui-tabs {
    background: #484848;
    border-left: 1px solid #323232;
    border-top: 1px solid #323232;
}

div.wikiEditor-ui-tabs div {
    background: #484848; 
    border-right: 1px solid #323232;
    border-bottom: 1px solid #323232;
}

div.wikiEditor-ui-tabs div a {
    background: #484848; /* Old browsers */
    background: -moz-linear-gradient(top,  #484848 0%, #000000 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#484848), color-stop(60%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #484848 0%,#000000 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #484848 0%,#000000 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #484848 0%,#000000 60%); /* IE10+ */
    background: linear-gradient(to bottom,  #484848 0%,#000000 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    color: #CCCCCC;
}

div.wikiEditor-ui-tabs div.current {
    background: #484848; /* Old browsers */
    background: -moz-linear-gradient(top,  #484848 0%, #000000 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#484848), color-stop(60%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #484848 0%,#000000 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #484848 0%,#000000 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #484848 0%,#000000 60%); /* IE10+ */
    background: linear-gradient(to bottom,  #484848 0%,#000000 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #323232;
}

div.wikiEditor-ui-tabs div.current a {
   color: #ffffff;
}

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

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 #323232;
}

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

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

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

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

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

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

div.wikiEditor-ui-toolbar .booklet .index .current {
    background-color: #0A0B0C;
    color: #e0e0e0;
}

div.wikiEditor-ui-toolbar .booklet .pages {
    background-color: #0a0b0c;
}

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

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

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

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

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

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

/* Scribunto console tweak */
.mw-scribunto-console-fieldset {
    background: black none repeat scroll 0 0;
    color: white;
}

.mw-scribunto-message {
    background: black none repeat scroll 0 0;
    color: green;
}


/* CSS placed here will be applied to all skins */

div.documentation {
    background-color: #000;
}

/* INFOBOXES */

.infoboxtable {
    background:#000000; 
    background-image:-moz-linear-gradient(center top, #1A1D20 60%, #0A0B0C 100%); 
    background-image:-webkit-gradient(linear, center top, left bottom, color-stop(60%,#1A1D20), color-stop(100%,#0A0B0C)); 
    background-image:-webkit-linear-gradient(top, #1A1D20 60%, #0A0B0C 100%); 
    background-image:-o-linear-gradient(top, #1A1D20 60%, #0A0B0C 100%); 
    background-image:-ms-linear-gradient(top, #1A1D20 60%, #0A0B0C 100%); 
    background-image: linear-gradient(to bottom, #1A1D20 60%, #0A0B0C 100%); 
    border:1px solid #323232; 
    float:right; 
    font-size:89%; color:white;
    margin-bottom:0.5em; 
    margin-left:1em; 
    padding:0.2em; 
    width:300px;
}

.infoboxtable td {
    vertical-align:top;
}

.infoboxtable td > div {
    background-color: rgba(98, 98, 98, 0.2); 
    background-color: rgb(41, 43, 46); 
    border: 2px solid inherit; 
    border-radius: 5px; 
    text-align:right;
    font-weight:bold;
    padding:0.5px 7px;
}

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

.infoboxdetails, .infoboxdescription {
    padding:0em;
}

.infoboxname, .infoboxdetails, .infoboxdescription {
    background: #1e2125; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e2125 0%, #141618 61%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e2125), color-stop(61%,#141618), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e2125 0%,#141618 61%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e2125', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

/* custom header */
div.header {
    background: #1e2125; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e2125 0%, #141618 61%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e2125), color-stop(61%,#141618), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e2125 0%,#141618 61%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e2125', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    border: 1px solid #323232;
    box-shadow: rgba(132, 141, 95, 1) 0 0.1em 0.5em;
    text-align: center;
    color: #ffffff;
    font-size: 130%;
    padding: 4px;
}

.toccolours {
    background-color: #000000;
    border: 1px solid #676767;
}


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