Zeal Wiki
Advertisement

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


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

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

/* fonts */
@font-face {
	font-family: 'OpenSans-Bold';
	src: local('OpenSans-Bold'), local('OpenSans-Bold'), url(/media/hydra/fonts/OpenSans-Bold.ttf) format('truetype');
}

@font-face {
	font-family: 'OpenSans-BoldItalic';
	src: local('OpenSans-BoldItalic'), local('OpenSans-BoldItalic'), url(/media/hydra/fonts/OpenSans-BoldItalic.ttf) format('truetype');
}

@font-face {
	font-family: 'OpenSans-ExtraBold';
	src: local('OpenSans-ExtraBold'), local('OpenSans-ExtraBold'), url(/media/hydra/fonts/OpenSans-ExtraBold.ttf) format('truetype');
}

@font-face {
	font-family: 'OpenSans-ExtraBoldItalic';
	src: local('OpenSans-ExtraBoldItalic'), local('OpenSans-ExtraBoldItalic'), url(/media/hydra/fonts/OpenSans-ExtraBoldItalic.ttf) format('truetype');
}

@font-face {
	font-family: 'OpenSans-Italic';
	src: local('OpenSans-Italic'), local('OpenSans-Italic'), url(/media/hydra/fonts/OpenSans-Italic.ttf) format('truetype');
}

@font-face {
	font-family: 'OpenSans-Light';
	src: local('OpenSans-Light'), local('OpenSans-Light'), url(/media/hydra/fonts/OpenSans-Light.ttf) format('truetype');
}

@font-face {
	font-family: 'OpenSans-LightItalic';
	src: local('OpenSans-LightItalic'), local('OpenSans-LightItalic'), url(/media/hydra/fonts/OpenSans-LightItalic.ttf) format('truetype');
}

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

@font-face {
	font-family: 'OpenSans-Semibold';
	src: local('OpenSans-Semibold'), local('OpenSans-Semibold'), url(/media/hydra/fonts/OpenSans-Semibold.ttf) format('truetype');
}

@font-face {
	font-family: 'OpenSans-SemiboldItalic';
	src: local('OpenSans-SemiboldItalic'), local('OpenSans-SemiboldItalic'), url(/media/hydra/fonts/OpenSans-SemiboldItalic.ttf) format('truetype');
}

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

p {
  font-family: "OpenSans-Regular";
}

/*************/
/* Framework */
/*************/
/* Hide main page header */
body.page-Zeal_Wiki h1.firstHeading {
    display:none;
}

body {
    background: #000000 url("https://zeal.gamepedia.com/media/zeal.gamepedia.com/e/ea/Zeal-warrior-background-art.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #202020;
    font-family: "OpenSans-Regular", Arial, sans-serif;
}

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

/********/
/* Logo */
/********/
#p-logo, 
#p-logo a {
	height: 160px !important;
	width: 285px !important;
	background-size: 100%;
}

#p-logo {
    left: 50vw;
    margin-left: -143px;
    margin-top: 10px;
}


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

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

/* Content */
div#content {
    background: rgba(0,0,0,0.8);
    box-shadow: 0 0.1em 0.75em #EF370E;
    color: #ffffff;
    box-sizing: border-box;
    margin-top: 120px;
    border: none;
}

div#toc, 
div.toc, 
div.mw-warning {
    background: rgba(0,0,0,0.8);
    box-shadow: 0 0.1em 0.75em #EF370E;
    border-color: none;
}

.mw-body-content #toc h2, 
.mw-body-content .toc h2 {
	font-family: "TrajanPro-Regular";
	text-shadow: 0.1em -0.1em 0.1em #EF370E;
	color: #E07F3B;
        box-shadow: 0 0.1em 0.75em #EF370E;
	border: none;
       -webkit-text-stroke: 0.02em white;
	font-weight: bold;
}

.skin-hydradark .mw-search-profile-tabs {
	background-color: #202020;
	border: none;
	margin-top: 1em;
        box-shadow: 0 0.1em 0.75em #EF370E;
}

.skin-hydradark .mw-search-profile-tabs div.search-types ul li.current a {
	text-shadow: 0.1em -0.1em 0.1em #EF370E;
	color: #E07F3B;
         -webkit-text-stroke: 0.02em white;
	font-family: "TrajanPro-Regular";
}


.skin-hydradark .mw-search-profile-tabs div.search-types ul li.normal a {
	text-shadow: none;
	color: #FFFFFF;
         -webkit-text-stroke: none;
	font-family: "TrajanPro-Regular";
}

code {
       background-color: #202020;
       box-shadow: 0 0.1em 0.75em #EF370E;
}

h1, 
h2 {
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}

h3 {
    color: #ffffff;
    font-size: 16px;
}

h4 {
    color: #ffffff;
    font-size: 14px;
}

h5 {
    color: #ffffff;
    font-size: 12px;
}

h6 {
    color: #ffffff;
    font-size: 11px;
}

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

/* Footer */
div#footer {
    background: rgba(0,0,0,0.8);
    box-shadow: 0 0.1em 0.75em #EF370E;
    color: #FFFFFF;
    margin-top: 5px;
    overflow: hidden;
}

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

/* tables */
table.wikitable > tr > th, table.wikitable > * > tr > th {
	background-color: #202020;
	text-shadow: 0.1em -0.1em 0.1em #EF370E;
	color: #E07F3B;
        box-shadow: 0 0.1em 0.75em #EF370E;
        border: 1px solid #E07F3B;
       -webkit-text-stroke: 0.02em white;
	font-weight: bold;
        font-family: "TrajanPro-Regular";
}

table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
	border-color: #a2a9b1;
}

.skin-hydradark .TablePager th, .skin-hydradark .mw-datatable th, .skin-hydradark table.mw_metadata th {
	background-color: #202020;
	text-shadow: 0.1em -0.1em 0.1em #EF370E;
	color: #E07F3B;
        box-shadow: 0 0.1em 0.75em #EF370E;
        border: 1px solid #E07F3B;
       -webkit-text-stroke: 0.02em white;
	font-weight: bold;
        font-family: "TrajanPro-Regular";
}

.skin-hydradark .TablePager, 
.skin-hydradark .mw-datatable, 
.skin-hydradark table.mw_metadata {
	background-color: #202020;
	border: 1px solid #E07F3B;
}

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

div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos) {
    background: rgba(0,0,0,0.8);
    border-radius: 5px 5px 5px 5px;
    margin: 5px;
    padding-top: 5px;
    border: none;
    box-shadow: 0 0.1em 0.75em #EF370E;
    border-bottom: 1px solid #E07F3B;
}

div#mw-panel div.portal h3,
.skin-hydradark #mw-panel.collapsible-nav .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 {
       font-family: "TrajanPro-Regular";
	text-shadow: 0.1em -0.1em 0.1em #EF370E;
	color: #E07F3B;
        box-shadow: 0 0.1em 0.75em #EF370E;
        border-bottom: 1px solid #E07F3B;
	border: none;
       -webkit-text-stroke: 0.02em white;
	font-weight: bold;
}

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

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: white;
}

.skin-hydradark #mw-panel.collapsible-nav div.portal h3 a,
.skin-hydradark div#mw-panel div.portal h3 {
    color: white;
}

div#p-socialProfiles.portal.persistent,
#p-socialProfiles-label {
     box-shadow: none !important;
}


/********/
/* Tabs */
/********/
#left-navigation {
    margin-top: 160px;
}

#right-navigation {
    margin-right: 5px;
    margin-top: 160px;
}

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

div#mw-head a,
.vectorTabs li a span,
div#mw-head div.vectorTabs a,
div.vectorMenu h3 span {
    color: white;
    font-weight: bold;
}

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

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

div.vectorTabs li.new a,
div.vectorTabs li.new a:visited {
    color: white;
}

div.vectorTabs li span {
    background: rgba(0,0,0,0.8);
    display: inline-block;
    border-radius: 4px 4px 4px 4px;
    padding: 2px 10px;
    margin: 0 3px 0 3px;
    height: 19px;
    text-align: center;
    border: none;
    box-shadow: 0 0.1em 0.75em #EF370E;
    border-bottom: 1px solid #E07F3B;
}

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

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

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

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

div.vectorTabs li a,
div.vectorTabs li a span {
    color: white;
    cursor: pointer;
    font-weight: bold;
}

div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

div.vectorMenu div.menu {
    border-color: inherit;
}

div.vectorMenu h3 a {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 0px;
}

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

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

div#mw-head div.vectorMenu ul {
    background-color: #15181a;
    background-image: none;
    border: 1px solid rgba(3,31,55,.8);
}

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

div#mw-head div.vectorMenu h3 {
    background: rgba(0,0,0,0.8);
    display: inline-block;
    border: none;
    border-radius: 4px 4px 4px 4px;
    color: white;
    font-weight: bold;
    padding: 2px 10px;
    margin-top: 8px;
    height: 19px;
    text-align: center;
    box-shadow: 0 0.1em 0.75em #EF370E;
    border-bottom: 1px solid #E07F3B;
}

div.vectorMenu h3 span::after {
	content: '';
	position: absolute;
	top: 0.4em;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/8/80/Vector_menu_downarrow_white.png") !important;
	background-position: 100% 50%;
	background-repeat: no-repeat;
        invert: none;
}

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

.vectorTabs #ca-unwatch.icon a, 
.vectorTabs #ca-watch.icon a {
	margin: 0;
	padding: 0;
	display: block;
	width: 28px;
	padding-top: 3.1em;
	margin-top: -0.8em;
	height: 0;
	overflow: hidden;
	background-position: 5px 60%;
	background-repeat: no-repeat;
}

div.vectorMenu h3:hover span, div.vectorMenu h3:focus span {
	color: white;
}


#ca-watch span,
#ca-unwatch span {
    background: transparent no-repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: none;
    border: none;
}

#ca-unwatch.icon a,
#ca-watch.icon a {
    padding-top: 18px;
}

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#simpleSearch {
	display: block;
	width: 12.6em;
	width: 20vw;
	min-width: 5em;
	max-width: 20em;
	padding-right: 1.4em;
	height: 1.4em;
	margin-top: 0.20em;
	position: relative;
	min-height: 1px;
}

/* Preferences */
.skin-hydradark #preftoc {
    background-color: #202020;
    border: 0px;
    margin: 0 0 4px !important;
}

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

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

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

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

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

.skin-hydradark #preferences fieldset {
    border-color: rgba(3,31,55,.8);
}

.skin-hydradark fieldset {
    border: 1px solid rgba(3,31,55,.8)0;
}

	
.skin-hydradark fieldset#mw-searchoptions {
    background-color: #000000;
    border-color: #434b4d !important;
}

ul#filetoc {
    background-color: transparent;
    border: 1px solid #434b4d;
    font-size: 95%;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
    text-align: center;
}

li.gallerybox div.thumb, 
html .thumbimage, {
    background-color: #15181a;
    border: 0px;
}

code {
    background-color: #15181a;
}

.mw-specialpages-table {
    background-color: #15181a;
}

.mw-specialpagesgroup {
    background-color: #15181a;
    padding: 8px;
}

abbr, acronym, .explain {
    border-bottom: 1px dotted #434b4d;
}

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

div.wikiEditor-ui div.wikiEditor-ui-view {
    border: 1px solid #404040;
}

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 #1D1D1D;
}

div.wikiEditor-ui-tabs {
    background-color: #101010;
    border-left: 1px solid #1D1D1D;
    border-top: 1px solid #1D1D1D;
}

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

div.wikiEditor-ui-tabs div a {
    background: #202020; 
    color: #FFFFFF;
}

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

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

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

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

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

div.wikiEditor-ui-toolbar .group-search {
   border-left: 1px solid #1D1D1D;
   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: #000000;
}

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

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 #404040;
    color: #e0e0e0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul {
	list-style-type: square;
	list-style-image: none;
}

/* 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);
    color: #ffffff;
    float: right;
    font-size: 89%; 
    margin-bottom: 0.5em; 
    margin-left: 1em; 
    padding: 0.2em; 
    width: 300px;
    border-radius: 5px 5px 5px 5px;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    box-shadow: 0 0.1em 0.75em #EF370E;
    border-bottom: 1px solid #E07F3B;
}

.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; 
    font-family: "TrajanPro-Regular";
    text-shadow: 0.1em -0.1em 0.1em #EF370E;
    color: #E07F3B;
    box-shadow: 0 0.1em 0.75em #EF370E;
    border-bottom: 1px solid #E07F3B;
    border: none;
   -webkit-text-stroke: 0.02em white;
   font-weight: bold;
}

.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);
    font-family: "TrajanPro-Regular";
    text-shadow: 0.1em -0.1em 0.1em #EF370E;
    color: #E07F3B;
    border: none;
   -webkit-text-stroke: 0.02em white;
    font-weight: bold;
}

/* 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 #E07F3B;
    box-shadow: 0 0.1em 0.75em #EF370E;
    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 {
	font-family: "TrajanPro-Regular";
	text-shadow: 0.1em -0.1em 0.1em #EF370E;
	color: #E07F3B;
        box-shadow: 0 0.1em 0.75em #EF370E;
        border-bottom: 1px solid #E07F3B;
	border: none;
	text-align: center;
	font-size: 150%;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	overflow: auto;
	-webkit-text-stroke: 0.02em white;
	font-weight: bold;
}

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