Empyrion: Galactic Survival Wiki
No edit summary
m (Reverted edits by Emberbot (talk) to last revision by Game widow)
Line 12: Line 12:
 
/* Framework */
 
/* Framework */
 
body {
 
body {
background: #000000 url("https://hydra-media.cursecdn.com/empyrion.gamepedia.com/9/98/Bg.jpg") no-repeat fixed center top;
+
background: #000000 url(https://hydra-media.cursecdn.com/empyrion.gamepedia.com/9/98/Bg.jpg) no-repeat fixed center top;
 
-webkit-background-size: cover;
 
-webkit-background-size: cover;
 
-moz-background-size: cover;
 
-moz-background-size: cover;
Line 36: Line 36:
 
background: -ms-linear-gradient(top, #173146 0%,#0d192c 100%); /* IE10+ */
 
background: -ms-linear-gradient(top, #173146 0%,#0d192c 100%); /* IE10+ */
 
background: linear-gradient(to bottom, #173146 0%,#0d192c 100%); /* W3C */
 
background: linear-gradient(to bottom, #173146 0%,#0d192c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#173146", endColorstr="#0d192c",GradientType=0 ); /* IE6-9 */
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173146', endColorstr='#0d192c',GradientType=0 ); /* IE6-9 */
 
border-left: 1px solid #455a6a;
 
border-left: 1px solid #455a6a;
 
border-right: 1px solid #455a6a;
 
border-right: 1px solid #455a6a;
Line 283: Line 283:
 
background: -ms-linear-gradient(top, #173146 0%,#0d192c 100%); /* IE10+ */
 
background: -ms-linear-gradient(top, #173146 0%,#0d192c 100%); /* IE10+ */
 
background: linear-gradient(to bottom, #173146 0%,#0d192c 100%); /* W3C */
 
background: linear-gradient(to bottom, #173146 0%,#0d192c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#173146", endColorstr="#0d192c",GradientType=0 ); /* IE6-9 */
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173146', endColorstr='#0d192c',GradientType=0 ); /* IE6-9 */
 
border: 1px solid #455a6a;
 
border: 1px solid #455a6a;
 
margin-top: 1em;
 
margin-top: 1em;
Line 434: Line 434:
 
}
 
}
   
.skin-hydradark .TablePager td {
+
.TablePager td {
 
background-color:transparent;
 
background-color:transparent;
 
}
 
}
   
.skin-hydradark .TablePager tr:hover td {
+
.TablePager tr:hover td {
 
background-color: #343434;
 
background-color: #343434;
 
}
 
}
   
.skin-hydradark .mw-datatable th {
+
.mw-datatable th {
 
background-color: #222222 !important;
 
background-color: #222222 !important;
 
}
 
}
Line 473: Line 473:
 
}
 
}
   
.skin-hydradark #preftoc li:first-child,
+
#preftoc li:first-child,
 
.skin-hydradark #preftoc li:first-child {
 
.skin-hydradark #preftoc li:first-child {
 
margin-bottom: 7px;
 
margin-bottom: 7px;
Line 480: Line 480:
   
 
.skin-hydradark #preftoc li.selected a,
 
.skin-hydradark #preftoc li.selected a,
.skin-hydradark #preftoc li.selected a {
+
#preftoc li.selected a {
 
background: rgba(0, 0, 0, 0.4);
 
background: rgba(0, 0, 0, 0.4);
 
border-color: #455a6a #455a6a rgba(0, 0, 0, 0.5);
 
border-color: #455a6a #455a6a rgba(0, 0, 0, 0.5);
Line 578: Line 578:
 
background: -ms-linear-gradient(top, #173146 0%,#0d192c 100%); /* IE10+ */
 
background: -ms-linear-gradient(top, #173146 0%,#0d192c 100%); /* IE10+ */
 
background: linear-gradient(to bottom, #173146 0%,#0d192c 100%); /* W3C */
 
background: linear-gradient(to bottom, #173146 0%,#0d192c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#173146", endColorstr="#0d192c",GradientType=0 ); /* IE6-9 */
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173146', endColorstr='#0d192c',GradientType=0 ); /* IE6-9 */
 
display: inline-block;
 
display: inline-block;
 
color: #FFFFFF;
 
color: #FFFFFF;
Line 817: Line 817:
 
background: -ms-linear-gradient(top, #173146 0%,#0d192c 100%); /* IE10+ */
 
background: -ms-linear-gradient(top, #173146 0%,#0d192c 100%); /* IE10+ */
 
background: linear-gradient(to bottom, #173146 0%,#0d192c 100%); /* W3C */
 
background: linear-gradient(to bottom, #173146 0%,#0d192c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#173146", endColorstr="#0d192c",GradientType=0 ); /* IE6-9 */
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173146', endColorstr='#0d192c',GradientType=0 ); /* IE6-9 */
 
border: 1px solid #455a6a !important;
 
border: 1px solid #455a6a !important;
 
border-image: none;
 
border-image: none;
Line 844: Line 844:
 
background: -ms-linear-gradient(top, #173146 0%,#0d192c 100%); /* IE10+ */
 
background: -ms-linear-gradient(top, #173146 0%,#0d192c 100%); /* IE10+ */
 
background: linear-gradient(to bottom, #173146 0%,#0d192c 100%); /* W3C */
 
background: linear-gradient(to bottom, #173146 0%,#0d192c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#173146", endColorstr="#0d192c",GradientType=0 ); /* IE6-9 */
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173146', endColorstr='#0d192c',GradientType=0 ); /* IE6-9 */
 
border-color: #455a6a !important;
 
border-color: #455a6a !important;
 
color: #FFFFFF !important;
 
color: #FFFFFF !important;
Line 857: Line 857:
 
background: -ms-linear-gradient(top, #173146 0%,#0d192c 100%); /* IE10+ */
 
background: -ms-linear-gradient(top, #173146 0%,#0d192c 100%); /* IE10+ */
 
background: linear-gradient(to bottom, #173146 0%,#0d192c 100%); /* W3C */
 
background: linear-gradient(to bottom, #173146 0%,#0d192c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#173146", endColorstr="#0d192c",GradientType=0 ); /* IE6-9 */
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173146', endColorstr='#0d192c',GradientType=0 ); /* IE6-9 */
 
color: #FFFFFF !important;
 
color: #FFFFFF !important;
 
}
 
}
Line 871: Line 871:
 
background: -ms-linear-gradient(top, #173146 0%,#0d192c 100%); /* IE10+ */
 
background: -ms-linear-gradient(top, #173146 0%,#0d192c 100%); /* IE10+ */
 
background: linear-gradient(to bottom, #173146 0%,#0d192c 100%); /* W3C */
 
background: linear-gradient(to bottom, #173146 0%,#0d192c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#173146", endColorstr="#0d192c",GradientType=0 ); /* IE6-9 */
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173146', endColorstr='#0d192c',GradientType=0 ); /* IE6-9 */
 
border-bottom: 1px none !important;
 
border-bottom: 1px none !important;
 
padding: 2px 0.5em 4px !important;
 
padding: 2px 0.5em 4px !important;

Revision as of 00:59, 3 July 2017

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

/* Framework */
body {
    background: #000000 url(https://hydra-media.cursecdn.com/empyrion.gamepedia.com/9/98/Bg.jpg) no-repeat fixed center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

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

#mw-page-base {
    background: transparent !important;
    height: 130px; 
}

#mw-head-base {
    background: #173146; /* Old browsers */
    background: -moz-linear-gradient(top,  #173146 0%, #0d192c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#173146), color-stop(100%,#0d192c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #173146 0%,#0d192c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #173146 0%,#0d192c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #173146 0%,#0d192c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #173146 0%,#0d192c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173146', endColorstr='#0d192c',GradientType=0 ); /* IE6-9 */
    border-left: 1px solid #455a6a;
    border-right: 1px solid #455a6a;
    border-top: 1px solid #455a6a;
    bottom: 0;
    height: 40px;
    margin-right: 5px;
    margin-top: -40px;
}

div#mw-head {
    position: absolute;
    right: 0;
    top: 45px;
    width: 100%;
}

/* Logo */
#p-logo {
    height: 65px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 250px !important;
    z-index: 4 !important;
}

#p-logo a {
    height: 65px !important;
    width: 250px !important;
}

#p-portals {
    margin-top: 4em;
}

/* tabs */
#right-navigation {
    float: right;
    margin-right: 16px;
}

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

div.vectorTabs span {
    background-image: none;
    border-right: medium none;
}

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

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

div#mw-head a:hover,
div.vectorTabs li a:hover,
div.vectorTabs li a:hover span {
    color: #c0c0c0;
}

div.vectorTabs li a {
    background-image: none;
}

div.vectorTabs li.selected {
    background-color: transparent;
    background-image: none;
}

div.vectorTabs ul {
    background-image: none;
}

div.vectorTabs ul li {
    background-color: transparent;
    background-image: none;
    border-bottom: medium none;
}

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


div.vectorMenu div.menu {
    border-color: #455a6a;
}

div.vectorMenu ul {
    background-color: #0d192c;
    border: 1px solid #455a6a;  
}

div.vectorMenu h3 a {
    background-image: none;
}

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

div.vectorMenu {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAQCAMAAAAlM38UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9QTFRFsbGxmpqa3d3deXl58/n79CzHcQAAAAV0Uk5T/////wD7tg5TAAAAMklEQVR42mJgwQoYBkqYiZEZAhiZUFRDxWGicEPA4nBRhNlAcYQokpVMDEwD6kuAAAMAyGMFQVv5ldcAAAAASUVORK5CYII=");
	border: medium none;
}

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

div.vectorMenu h3 span {
    color: #c0c0c0;
}

/* Sidebar */
div#mw-panel {
    margin-top: 5px;
}

div#mw-panel div.portal,
div#mw-panel div.portal div.body,
.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 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 {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
 
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: #2ac0ff !important;
    text-shadow: 1px 1px 0.1em #000000;
}

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(23, 49, 69, 0.8);
    border: 1px solid #455a6a;
    box-shadow: 0 0.1em 0.75em #455a6a;
    box-sizing: border-box;
    margin-top: 0px;
}

/* Anchors */
a, 
a:visited,
div#content a.extiw,
div#content a.extiw:visited,
div#content a.external, 
div#content a.external:visited {
    color: #2ac0ff;
}

fieldset {
    border: 1px solid #2ac0ff;
}

code {
    background-color: #0d192c;
}

pre,
.skin-hydradark .mw-code {
    background-color: #0d192c;
    border: 1px dashed #2ac0ff;
}

.CategoryTreeToggle {
    color: #2ac0ff;
}

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

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

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

/* Footer */
div#footer {
    overflow-y: hidden;
}

div#footer ul li {
    color: #ffffff;
    text-shadow: 1px 1px 0.25em #999999;
}

div#footer ul li a {
    color: #2ac0ff;
    text-shadow: 1px 1px 0.25em #999999;
}

/* Page history */
#pagehistory li {
    background-color: transparent;
    border: 0px solid white;
    padding: 3px;
}

#pagehistory li.selected {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: none;
    border: 1px solid #455a6a;
    padding: 3px;
}

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

td.diff-context {
    background: none repeat scroll 0 0 #0d192c;
    color: #c0c0c0;
}

.mw-plusminus-pos {
    color: #7DBA84;
}

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

/* thumbnails */
div.thumb {
    background-color: #0d192c;
    border-color: transparent;
}

div.thumbinner {
    background-color: #0d192c;
    border: 1px solid #455a6a;
}


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

.skin-hydradark img.thumbborder {
    border: 1px solid #455a6a;
    padding: 2px;
}

html .thumbimage {
    border: 0px solid #455a6a;
}

.highlight img,
.highlight a img {
    background: rgba(0,0,0,0);
    -webkit-filter: drop-shadow(0px 0px 10px #666666);
    filter: drop-shadow(0px 0px 3.5px #666666) drop-shadow(1px 1px 1px #666666);
}

/* tables */
.article-table {
    background: #142c3d none repeat scroll 0 0;
    border: 0 none #455a6a;
    border-collapse: collapse;
    margin: 1em 1em 1em 0;
}

.article-table th,
.article-table td {
    border-bottom: 1px solid #455a6a;
    padding: 6px 12px;
}

.mw-collapsible-toggle {
    -moz-user-select: none;
    float: right;
    font-size: 90%;
    font-weight: normal;
}

table {
    color: #CCCCCC;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

.skin-hydradark table.wikitable {
    border: 1px solid #455a6a;
    border-collapse: collapse;
}

.skin-hydradark table.wikitable > tr > th,
table.wikitable > tr > td,
.skin-hydradark table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
    border: 1px solid #455a6a;
    padding: 3px;
    color: #c0c0c0;
}

.skin-hydradark table.wikitable > tr > th,
.skin-hydradark table.wikitable > * > tr > th {
    background-color: #0d192c;
    text-align: center;
}

.skin-hydradark table.wikitable > tr > td,
.skin-hydradark table.wikitable > * > tr > td {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}

.skin-hydradark .wikitable td
    border: 1px solid #404040;
    color: #ffffff;
    padding: 0.2em;
}

.TablePager th {
    background-color: #222222;
}

.TablePager td {
  background-color:transparent;
}

.TablePager tr:hover td {
  background-color: #343434;
}

.mw-datatable th {
    background-color: #222222 !important;
}

#mw-allmessagestable .allmessages-customised td.am_default {
    background-color: rgba(0, 0, 0, 0.5);
}

#mw-allmessagestable td.am_actual {
    background-color: #1F383D;
}

/* colour fix for metadata box (mostly for the image file pages) */
table.mw_metadata th {
    background-color: #222222;
}

table.mw_metadata td {
    background-color: #222222;
}

/* Preferences */
.skin-hydradark #preftoc,
.skin-hydradark #preftoc li,  
.skin-hydradark #preferences, 
.skin-hydradark #preftoc li a {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    color: #e0e0e0;
}

#preftoc li:first-child,
.skin-hydradark #preftoc li:first-child {
    margin-bottom: 7px;
    margin-left: 5px;
}

.skin-hydradark #preftoc li.selected a,
#preftoc li.selected a {
    background: rgba(0, 0, 0, 0.4);
    border-color: #455a6a #455a6a rgba(0, 0, 0, 0.5);
    border-radius: 3px 3px 0 0;
    border-style: solid;
    border-width: 1px;
    color: #ffc220;
}

.skin-hydradark #preferences {
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid #455a6a;
    border-radius: 3px;
}

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

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

div.wikiEditor-ui-tabs div {
    border-bottom: 1px solid #455a6a;
    border-right: 1px solid #455a6a;
}

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

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

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

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

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

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

div.wikiEditor-ui-toolbar .booklet .index .current {
    background-color: rgba(0, 0, 0, 0.2);
    color: #2ac0ff;
}

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

div.wikiEditor-ui-toolbar .page-characters div span:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: #455a6a;
    color: #ffffff;
}

div.wikiEditor-ui-toolbar .page-table th,
div.wikiEditor-ui-toolbar .page-table td {
    color: #e0e0e0;
}

div.wikiEditor-ui-toolbar .page-table td {
    border-top: 1px solid #455a6a;
}

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

div.wikiEditor-ui-tabs div.current {
    border-bottom: 1px solid #455a6a;
}

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

div.wikiEditor-ui-tabs {
    border-left: 1px solid #455a6a;
    border-top: 1px solid #455a6a;
}

div.wikiEditor-preview-contents {
    background: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0.2);
    border-color: #455a6a;
    border-style: solid;
    border-width: 0 1px 1px;
    color: #e0e0e0;
}

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

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

div.editOptions {  
    background-color: rgba(0, 0, 0, 0.4);
    border-color: -moz-use-text-color #455a6a #455a6a;
    border-image: none;
    border-radius: 0 0 3px 3px;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}

input#wpSummary {
    margin-bottom: 1em;
    margin-top: 1em;
    width: 80%;
}

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

.ambox {
    background-color: #0d192c;
    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.1);
    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: #0d192c; 
    border: 2px solid inherit; 
    border-radius: 5px; 
    font-weight: bold;
    padding: 0.5px 7px;
    text-align: right;
}

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

.infoboxdetails {
    padding: 0em;
}

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

/* Hack for using Terraria crafting table "border-collapse" and "border-radius" in the same table display 
   ...by using one table nested within another */  
table.outer {
        white-space: nowrap;
}

table.inner {
    border-collapse: collapse; 
    background: inherit; 
    width: 100%;
}

table.inner th {
    border: solid #FFFFFF; 
    border-width: 2px 2px 2px 2px;
}

/*CSS FOR VERTICAL TEXT */
.vtext{
    writing-mode:tb-rl;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform:rotate(90deg);
    transform: rotate(90deg);
    white-space:nowrap;
    display:block;
    bottom:0;
    width:20px;
    height:20px;
}

/* Tabber styling */
.tabberlive .tabbertab {
    background: #0d192c none repeat scroll 0 0;
    border: 1px solid #455a6a !important;
    border-bottom: medium none !important;
    border-left: medium none !important;
    border-right: medium none !important;
    border-radius: 5px !important;
    padding: 10px;
}

ul.tabbernav {
    border-bottom: medium none !important;
}

ul.tabbernav li a {
    background: #173146; /* Old browsers */
    background: -moz-linear-gradient(top,  #173146 0%, #0d192c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#173146), color-stop(100%,#0d192c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #173146 0%,#0d192c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #173146 0%,#0d192c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #173146 0%,#0d192c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #173146 0%,#0d192c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173146', endColorstr='#0d192c',GradientType=0 ); /* IE6-9 */
    border: 1px solid #455a6a !important;
    border-image: none;
    border-radius: 5px 5px 0 0 !important;
    margin-left: 3px;
    padding: 3px 0.5em;
    text-decoration: none;
}

ul.tabbernav li {
    display: inline;
    list-style: none outside none;
    margin: 0 0 0 7px;
}

ul.tabbernav li a:link {
    color: #2ac0ff !important;
}

ul.tabbernav li a:hover {
    background: #173146; /* Old browsers */
    background: -moz-linear-gradient(top,  #173146 0%, #0d192c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#173146), color-stop(100%,#0d192c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #173146 0%,#0d192c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #173146 0%,#0d192c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #173146 0%,#0d192c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #173146 0%,#0d192c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173146', endColorstr='#0d192c',GradientType=0 ); /* IE6-9 */
    border-color: #455a6a !important;
    color: #FFFFFF !important;
}

ul.tabbernav li.tabberactive a {
    background: #173146; /* Old browsers */
    background: -moz-linear-gradient(top,  #173146 0%, #0d192c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#173146), color-stop(100%,#0d192c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #173146 0%,#0d192c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #173146 0%,#0d192c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #173146 0%,#0d192c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #173146 0%,#0d192c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173146', endColorstr='#0d192c',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF !important;
}

ul.tabbernav li.tabberactive a,
ul.tabbernav li.tabberactive a:hover,
ul.tabbernav li.tabberactive a:link {
    background: #173146; /* Old browsers */
    background: -moz-linear-gradient(top,  #173146 0%, #0d192c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#173146), color-stop(100%,#0d192c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #173146 0%,#0d192c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #173146 0%,#0d192c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #173146 0%,#0d192c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #173146 0%,#0d192c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173146', endColorstr='#0d192c',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px none !important;
    padding: 2px 0.5em 4px !important;
}

div#mf-content * ul.tabbernav {
    text-align:center;
}