Dead Cells Wiki
(Adding some css for the navbox that use Template:Navbox)
No edit summary
Line 1,921: Line 1,921:
 
font-size: 14px;
 
font-size: 14px;
 
color: #E0E0E0;
 
color: #E0E0E0;
  +
hyphens: none;
 
}
 
}
   
Line 1,931: Line 1,932:
 
flex-basis: 140px;
 
flex-basis: 140px;
 
font-family: sans-serif;
 
font-family: sans-serif;
  +
hyphens: none;
 
}
 
}
   

Revision as of 14:45, 6 March 2021

/* CSS placed here will affect users of the Hydradark skin */

/* Entire body of the wiki */
body {
    background-color: #0d3557;
    background-image: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/5/5e/Beheaded-Island-BG.png/revision/latest);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

/* --------------------------- HEADER CSS --------------------------- */

/* All "large" headers that exist within the body of the wiki */
.mw-body h1, .mw-body h2 {
    font-family: 'Dosis', sans-serif;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #414f6a, rgba(0,0,0,0)) 30% 5%;
}

/* All "small" headers that exist within the body of the wiki */
.mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6 {
    font-family: 'Dosis', sans-serif;
    letter-spacing: 1px; /* Add space between letters to make bolded words look less blurry */
}

/* Custom font sizes for headers. Edited to work nicer with custom font. */
/* These headers go in order from LARGEST to smallest */
.mw-body h1, .mw-body-content h1 {
	font-size: 2em;
}

.mw-body h2, .mw-body-content h2 {
	font-size: 1.78em;
}

.mw-body h3, .mw-body-content h3 {
	font-size: 1.4em;
}

.mw-body h4, .mw-body-content h4 {
	font-size: 1.20em;
}

/* ------------------------- END HEADER CSS ------------------------- */

#footer {
	padding: 0.5em 1em;
    background-color: rgba(17,22,35,0.45);
    margin-bottom: 1em;
    backdrop-filter: blur(3px);
    border-radius: 0 0 10px 10px;
    border: 1px solid #527fd0;
    border-top: none;
}

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

/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}

/* Fonts */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(/media/hydra/fonts/Raleway-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(/media/hydra/fonts/Raleway-Bold.ttf) format('truetype');
}
 
/* Hide main page header */
body.page-Dead_Cells_Wiki h1.firstHeading {
    display:none;
}

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

/* Head */
div#mw-page-base {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

#mw-head-base {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-bottom: 0px;
}

div#mw-head {
    color: #e8e8e8;
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5em;
    margin-top: 0;
    margin-right:0;
}

/* Tabs */
#left-navigation {
    margin-top: calc(3.3em - 1px);
    margin-left: 11em;
    height: 30px;
}

#right-navigation {
    margin-top: calc(3.3em - 1px);
    margin-right: 0;
    height: 30px;
}

div.vectorTabs li.selected, div.vectorTabs ul li {
    background-image: none;
    margin-right: 5px;
    border-radius: 10px 10px 0 0;
    border: 1px solid #527fd0;
    border-bottom: none;
    height: 1.7em;
    backdrop-filter: blur(5px);
}

div.vectorTabs li.selected,  div.vectorTabs ul li:hover {
    background-color: #13274c;    
}

div.vectorTabs ul li {
    background-color: rgba(19,39,76,0.5);
}

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

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

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

div#p-sharing, div#p-cactions {
    background-image: none;
    margin-right: 5px;
    border-radius: 10px 10px 0 0;
    border: 1px solid #527fd0;
    border-bottom: none;
    height: 1.7em;
    background-color: rgba(19,39,76,0.5);
    backdrop-filter: blur(5px);
}

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

div#p-search {
    margin-top: -7px;
}

#p-search form,
#p-search input {
    margin: 0.15em 0 0;
}

div.vectorTabs {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    height: 30px;
    margin: 0;
    padding: 0;
}
 
div.vectorTabs span,
div#mw-head div.vectorMenu h3 {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

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

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.vectorTabs ul {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}
 
div#mw-head,
div.vectorTabs li a,
.vectorTabs li a span,
div#mw-head div.vectorTabs a,
div.vectorMenu h3 span {
    color: #C0C0C0;
}

div.vectorMenu h3 span {
    font-family: sans-serif;
    padding-top: 0.5em;
}
 
div.vectorTabs li a:hover,
div.vectorTabs li a:hover span {
    color: #FFFFFF;
}
 
div.vectorTabs li a {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

div#mw-head div.vectorMenu h4,
div#p-variants.vectorMenu #mw-vector-current-variant {
    padding-top: 0.5em;
}

div.vectorMenu h3 span::after {
    top: 0.5em;
}

div.vectorMenu div.menu {
    background-color: #000000;
    border: 1px solid #527fd0;
    position: absolute;
    top: 2em;
}
 
div#mw-head div.vectorMenu ul {
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

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

/* Sidebar */
div#p-logo {
    top: -140px !important;
    left: 4px !important;
}

div#mw-panel {
    text-shadow: 1px 1px 2px #3c2025;
}

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

.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 {
    color: #f7eb62;
    font-weight: bold;
    font-family: sans-serif;
}
 
.skin-hydradark div#mw-panel div.portal div.body ul li a,
.skin-hydradark div#mw-panel div.portal div.body ul li a:link,
.skin-hydradark div#mw-panel div.portal div.body ul li a:visited {
    color: #FFFFFF;
}
 
.skin-hydradark div#mw-panel div.portal div.body ul li a:hover {
    color: #e8e8e8;
}

/* social media add-on fix */
.skin-hydradark div#mw-panel div#p-socialProfiles.portal .body {
    margin: auto;
}

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

/* Sidebar Formatting */
.skin-hydradark div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos) {
    background-color: rgba(17,22,35,0.85);
    backdrop-filter: blur(5px);
    box-shadow: 6px 9px 14px -7px rgba(0,0,0,0.75);
    border-radius: 2px;
    margin: 5px;
    border: 1px solid #527fd0;
}

.mw-wiki-logo {
    width: 155px !important;
    height: 127px !important;
    padding: 6px;
    filter: drop-shadow(2px 0 6px rgba(0, 0, 0, 0.45)) drop-shadow(-2px 0 6px rgba(0, 0, 0, 0.45)) drop-shadow(0 4px 0 rgba(0, 0, 0, 0.45)) drop-shadow(0 -4px 6px rgba(0, 0, 0, 0.45));
}

.skin-hydradark #mw-panel.collapsible-nav .portal h3 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAcUlEQVQ4EWNgGD5ghqzwf3R8RUf+PyEMDwGQ5o/TzeH47/uA/yAMEvv/Jx4rBhkONwDEABkC04TNMJih//+tBLsMRTOMg80QmEYQjVczLkNgBhClGZshRNsM0wyjYQELshnEhomTRIM0kq2ZJJsGTDEAz0G5qFGpNxYAAAAASUVORK5CYII=), linear-gradient(to right,#13274c 70%,rgba(0,0,0,0) 100%);
    margin-top: 0;
}

.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAdUlEQVQ4EWNgwAKu6Mj/B2EsUviFQJr+/4knXTNM4/9/K0nTDNP4933Af5I0I2skSTO6RpjmGbLC+AMMm0aiNIM0fpxujhXjtRWkEWQDsmYQH68mUAyDFCBrJEoTTCPMNqI1IWskSROyRoJ+AilGBiANhDQBAOOmuagslTU2AAAAAElFTkSuQmCC), linear-gradient(to right,#13274c 70%,rgba(0,0,0,0) 100%);
    margin-top: 0;
}

#mw-panel .portal {
    padding: 0 0;
}

/* Content */
div#content {
    background-color: rgba(17,22,35,0.85);
    backdrop-filter: blur(5px);
    border: 1px solid #527fd0;
    border-bottom: none;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.75);
    color: #e8e8e8;
    font-family: Raleway, sans-serif;
}

/* anchors */
a, 
a:visited,
div#content a.extiw,
div#content a.extiw:visited,
div#content a.external, 
div#content a.external:visited,
.skin-hydradark #mw-indicator-mw-helplink a,
label.toctogglelabel {
    color: #dd964b;
}

a.new,
div#content a.new {
    color: #B80117;
}

.mw-interwiki-legend .mw-collapsible-toggle a {
    color: #e8e8e8;
}

ul {
    list-style-image: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/7/7a/Bullet.png/revision/latest);
}

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

.catlinks,
#catlinks,
ul#filetoc {
    background-color: rgba(21,30,61,0.5);
    border-bottom: 1px solid rgba(65, 79, 106, 0.3);
    clear: both;
    margin-top: 1em;
    padding: 5px;
}

.catlinks li {
    border-left: none;
}

.CategoryTreeToggle {
    color: #dd964b;
}

div#toc,
div.toc,
.mw-warning {
    background-color: rgba(21,30,61,0.5);
    border-bottom: 1px solid rgba(65, 79, 106, 0.3);
}

div.mw-warning-with-logexcerpt {
    border: 2px solid rgba(65, 79, 106, 0.3);
}

code {
    background-color: #000000;
    color: #ffffff;
}

pre,
.skin-hydradark .mw-code {
    background-color: #000000;
    border: 1px dashed rgba(65, 79, 106, 0.3);
    color: #e0e0e0;
}

fieldset {
    border: 1px solid #527fd0;
}

/* thumbnails and galleries */
div.thumbinner {
    background-color: rgba(21, 30, 61, 0.1);
    border: 1px solid rgba(65, 79, 106, 0.3);
}

img.thumbborder {
    border: 1px solid rgba(65, 79, 106, 0.3);
}

html .thumbimage {
    border: 1px solid rgba(65, 79, 106, 0.3);
}

li.gallerybox div.thumb {
    background-color: rgba(21, 30, 61, 0.1);
    background-image: none;
    border: 1px solid rgba(65, 79, 106, 0.3);
}

html .thumbimage {
    background-color: transparent;
    border: 1px solid rgba(65, 79, 106, 0.3);
}

/* tables */
.skin-hydradark table.wikitable {
	background-color: #151E3D;
	border: 4px solid transparent;
	border-radius: 7px;
	border-collapse: inherit;
	border-image-source: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/f/f7/Table-border.png);
	border-image-slice: 15 16;
	border-image-width: 15px;
	border-spacing: 0;
}

.skin-hydradark .wikitable th {
	background-color: #090e21;
	border: none;
    text-align: center;
	color: #FFF;
	padding: 5px;
}

.skin-hydradark .wikitable td {
    border: none;
	color: #FFF;
	padding: 5px;
}

.skin-hydradark table.wikitable tr:nth-child(even) {
    background-color: #0f1733;
}

.skin-hydradark .TablePager,
.skin-hydradark .mw-datatable,
table.mw_metadata {
    background-color: rgba(21, 30, 61, 0.1);
    border: 1px solid rgba(65, 79, 106, 0.3);
    color: #e8e8e8;    
}

.skin-hydradark .TablePager th,
.skin-hydradark .mw-datatable th,
table.mw_metadata th {
    background: #a6274e; /* Old browsers */
    background: -moz-linear-gradient(to right,#13274c 70%,rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(to right,#13274c 70%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,#13274c 70%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6274e', endColorstr='#ffe280',GradientType=0 ); /* IE6-9 */
    border: 1px solid rgba(65, 79, 106, 0.3);
    color: #e8e8e8;    
}

.skin-hydradark .TablePager tr:hover td,
.skin-hydradark .mw-datatable tr:hover td {
    background-color: rgba(65, 79, 106, 0.3) !important;
    color: #e8e8e8;
}

.skin-hydradark .TablePager th a,
.skin-hydradark .mw-datatable th a,
table.mw_metadata th a {
    background: #a6274e; /* Old browsers */
    background: -moz-linear-gradient(to right,#13274c 70%,rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(to right,#13274c 70%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,#13274c 70%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6274e', endColorstr='#ffe280',GradientType=0 ); /* IE6-9 */
    color: #e8e8e8 !important;
}
 
.skin-hydradark .TablePager td,
.skin-hydradark .mw-datatable td,
table.mw_metadata td {
    background-color: rgba(21, 30, 61, 0.1);
    border: 1px solid rgba(65, 79, 106, 0.3);
    color: #e8e8e8;
}

/* sort headers */
th.header-bg.th.headerSort,
.skin-hydradark table.jquery-tablesorter th.headerSort {
    background-attachment: scroll;
    background-repeat: no-repeat, repeat;
    background-position: center right, center center;
    padding-right: 21px;
}

th.header-bg.th.headerSortDown,
.skin-hydradark table.jquery-tablesorter th.headerSortDown {
    background-attachment: scroll;
    background-repeat: no-repeat, repeat;
    background-position: center right, center center;
    padding-right: 21px;
}

th.header-bg.th.headerSortUp,
.skin-hydradark table.jquery-tablesorter th.headerSortUp {
    background-attachment: scroll;
    background-repeat: no-repeat, repeat;
    background-position: center right, center center;
    padding-right: 21px;
}

/* Page history */
#pagehistory li {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 3px;
}

#pagehistory li.selected {
    background-color: #000000;
    background-image: none;
    border: 1px dashed #505050;
    padding: 3px;
}

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

.skin-hydradark td.diff-addedline,
.skin-hydradark td.diff-deletedline,
.skin-hydradark td.diff-context {
    border-style: solid;
    border-width: 1px 1px 1px 4px;
}

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

.skin-hydradark td.diff-deletedline {
    background-color: #440000;
    border-color: #e62444;
}

.skin-hydradark td.diff-deletedline .diffchange {
    color: #e62444;
}

.skin-hydradark td.diff-addedline {
    background-color: #004400;
    border-color: #bfd959;
}

.skin-hydradark td.diff-addedline .diffchange {
    color: #bfd959;
}

/* search form */
.skin-hydradark .mw-search-profile-tabs {
    background: rgba(21, 30, 61, 0.1);
    border: 1px solid rgba(65, 79, 106, 0.3);
    margin-top: 1em;
}

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

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

.mw-search-result-data {
    color: #c0c0c0;
}

.skin-hydradark fieldset#mw-searchoptions {
    background-color: rgba(21, 30, 61, 0.1);
    border: 1px solid rgba(65, 79, 106, 0.3) !important;
}

.skin-hydradark fieldset#mw-searchoptions div.divider {
    border-bottom: 1px solid rgba(65, 79, 106, 0.3);
}

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

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

.skin-hydradark #preftoc li.selected a {
    background-image: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/5/5e/Tab_fade.png/revision/latest);
    color: #e8e8e8;
}

.skin-hydradark #preferences {
    background-color: rgba(21, 30, 61, 0.1);
    border: 1px solid rgba(65, 79, 106, 0.3);
}

.skin-hydradark #preferences fieldset {
    border-color: rgba(65, 79, 106, 0.3);
}

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

/* wiki editor styling */
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 rgba(65, 79, 106, 0.3);
}

div.wikiEditor-ui-tabs div {
    border-bottom: 1px solid rgba(65, 79, 106, 0.3);
    border-right: 1px solid rgba(65, 79, 106, 0.3);
}

div.wikiEditor-ui-tabs div a {
    background: #000000;
    color: #c8c8c8;
}

div.wikiEditor-ui-tabs div.current {
    border-bottom: 1px solid rgba(65, 79, 106, 0.3);
}

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

div.wikiEditor-ui .wikiEditor-ui-top {
   border-bottom: 1px solid rgba(65, 79, 106, 0.3);
}

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

div.wikiEditor-ui-toolbar .group {
    border-right: 1px solid rgba(65, 79, 106, 0.3);
}

div.wikiEditor-ui-toolbar .group-search {
   border-left: 1px solid rgba(65, 79, 106, 0.3);
   border-right: none;
}

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

.tab {
   border-color: rgba(65, 79, 106, 0.3);
}

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

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

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

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

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

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

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

div.wikiEditor-ui-toolbar .page-characters div span {
    border: 1px solid rgba(65, 79, 106, 0.3);
    color: #c8c8c8;
}

div.wikiEditor-ui-toolbar .page-characters div span:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(65, 79, 106, 0.3);
    color: #cd2f46;
}

div.wikiEditor-ui-toolbar .page-table td {
    border-top: 1px solid rgba(65, 79, 106, 0.3);
    color: #c8c8c8;
}

div.wikiEditor-preview-loading {
    background-color: rgba(0, 0, 0, 0);
}

div.wikiEditor-preview-contents {
    background-color: rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color rgba(65, 79, 106, 0.3) rgba(65, 79, 106, 0.3);
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}

div.editOptions {
    background-color: rgba(21, 30, 61, 0.1);
    border: 1px solid rgba(65, 79, 106, 0.3);
}

/* 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 1.5em 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 rgba(65, 79, 106, 0.3);
    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://static.wikia.nocookie.net/ucp-internal-test-starter-commons/images/5/58/Copyright_darkwiki.png);
    background-size: 100%;
    height: 32px;
    width: 32px;
}

/* interwiki table bg fix for active entries */
.mw-interwikitable-local,
.mw-interwikitable-trans {
    text-shadow: 1px 1px 1px #000000;
}

.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 #67676;
    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 CSS governs the responsive 2 column main page layout */
.fpcontent {
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.fpmaybecols {
    overflow: hidden;
    margin: -5px 0 -5px 0;
}

.fpmaybecols + .fpmaybecols {
    margin: 0 0 -5px 0;
}

.fpbox {
    background: rgba(21, 30, 61, 0.5);
    border-radius: 5px;
    border-bottom: 1px solid rgba(65, 79, 106, 0.3);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.75) inset;
    color: #e8e8e8;
    margin: 5px;
    padding: 5px 10px;
}

.fpplainbox {
    padding: 5px 8px 10px 8px;
    margin: 0 5px 10px 5px;
    vertical-align: top;
}

.fpbox .welcome {
    border-bottom: rgba(65, 79, 106, 0.3);
    color: #e8e8e8;
    font-size: 150%;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.fpbox .heading {
    border-bottom: rgba(65, 79, 106, 0.3);
    color: #e8e8e8;
    font-size: 132%;
    font-variant: small-caps;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

.fpbox .heading .smalllink {
    color: #e8e8e8;
    font-size: 75%;
    font-weight: bold;
}

.fpbox hr {
    border: none;
    border-bottom: 2px solid rgba(65, 79, 106, 0.3);
}

.fplinks {
    margin: -5px;
}

.fplinks .linkslabel {
    background: rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(65, 79, 106, 0.3);
    margin: 15px 5px 5px 5px;
    padding: 0 0 5px 0;
}

.fplink {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

/* Yeah, using display: table makes for a lot of extra markup, but it makes proportionate sizing and vertical centering a lot easier, so going with it */
.fplink .box {
    border-collapse: separate;
    border-spacing: 5px;
    display: table;
    width: 100%;
}

.fplink .box .row {
    display: table-row;
}

.fplink .box .row .cell {
    background: rgba(0, 0, 0, 0);
    border: 2px solid rgba(65, 79, 106, 0.3);
    border-radius: 2px;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.75) inset;
    color: #e8e8e8;
    display: table-cell;
    font-weight: bold;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.fplink.wide .box .row .cell {
    padding: 0 5px;
}

#fptopsection .fplink.image,
#fpflexsection .fplink.image,
#fpbottomsection .fplink.image {
    height: 114px;
    width: 114px;
}

.fplink.image .box .row .cell {
    height: 100px;
    width: 100px;
    vertical-align: bottom;
}

.fplink.image .box .row .cell .image img {
    height: 100px;
    width: 100px;
}

@media (min-width: 470px) {
  .fplink {
    width: 50%;
  }

  .fplink.wide {
    width: 100%;
  }
}

@media (min-width: 580px) {
  .fplink {
    width: 33.333%;
  }

  .fplink.wide {
    width: 66.666%;
  }
}

@media (min-width: 690px) {
  .fplink {
    width: 25%;
  }

  .fplink.wide {
    width: 50%;
  }
}

@media (min-width: 800px) {
  .fplink {
    width: 20%;
  }

  .fplink.wide {
    width: 40%;
  }
}

@media (min-width: 910px) {
  .fplink {
    width: 16.666%;
  }

  .fplink.wide {
    width: 33.333%;
  }
}

@media (min-width: 990px) {
  .fpcontent { 
    padding-right: 520px; 
    width: auto; 
  }

  #fptopsection { 
    float: left; 
    width: 100%; 
  }

  #fpflexsection { 
    float: right;
    width: 520px;
    margin-right: -520px 
  }

  #fpbottomsection { 
    float: left; 
    width: 100%; 
    margin-top: -5px; 
  }

  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 50%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 100%;
  }

  #fpflexsection .fplink {
    width: 25%;
  }

  #fpflexsection .fplink.wide {
    width: 50%;
  }
}

@media (min-width: 1100px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 33.333%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 66.666%;
  }
}

@media (min-width: 1210px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 25%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 50%;
  }
}

@media (min-width: 1320px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 20%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 40%;
  }
}

@media (min-width: 1430px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 16.666%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 33.333%;
  }

  .fplink a {
    padding: 3px 5px;
  }
}

@media (min-width: 1540px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 14.285%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 28.571%;
  }

  #fptopsection .fpmaybercol .fpbox, #fpbottomsection .fpmaybercol .fpbox {
    background-image: none;
  }

  .fpmaybelcol {
    float: left;
    width: 70.886%;
  }

  #fptopsection .fpmaybelcol .fplink, #fpbottomsection .fpmaybelcol .fplink {
    width: 20%;
  }

  #fptopsection .fpmaybelcol .fplink.wide, #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 40%;
  }

  .fpmaybercol {
    float: right;
    width: 29.113%;
  }

  #fptopsection .fpmaybercol .fplink, #fpbottomsection .fpmaybercol .fplink {
    width: 50%;
  }

  #fptopsection .fpmaybercol .fplink.wide, #fpbottomsection .fpmaybercol .fplink.wide {
    width: 100%;
  }
}

@media (min-width: 1650px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 12.5%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 25%;
  }
}

@media (min-width: 1697px) {
  #fptopsection .fpmaybelcol .fplink, #fpbottomsection .fpmaybelcol .fplink {
    width: 16.666%;
  }

  #fptopsection .fpmaybelcol .fplink.wide, #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 33.333%;
  }
}

@media (min-width: 1760px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 11.111%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 22.222%;
  }
}

@media (min-width: 1850px) {
  #fptopsection .fpmaybelcol .fplink, #fpbottomsection .fpmaybelcol .fplink {
    width: 14.285%;
  }

  #fptopsection .fpmaybelcol .fplink.wide, #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 28.571%;
  }
}

@media (min-width: 1870px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 10%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 20%;
  }

  #fptopsection .fplink.image, #fpbottomsection .fplink.image {
    width: 134px;
    height: 134px;
  }

  #fptopsection .fplink.image .box .row .cell, #fpbottomsection .fplink.image .box .row .cell {
    width: 120px;
    height: 120px;
  }

  #fptopsection .fplink.image .box .row .cell .image img, #fpbottomsection .fplink.image .box .row .cell .image img {
    width: 120px;
    height: 120px;
  }
}

@media (min-width: 1918px) {
  #fptopsection .fpmaybercol .fplink, #fpbottomsection .fpmaybercol .fplink {
    width: 33.333%;
  }

  #fptopsection .fpmaybercol .fplink.wide, #fpbottomsection .fpmaybercol .fplink.wide {
    width: 66.666%;
  }
}

@media (min-width: 1980px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 9.09%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 18.181%;
  }
}

@media (min-width: 2006px) {
  #fptopsection .fpmaybelcol .fplink, #fpbottomsection .fpmaybelcol .fplink {
    width: 12.5%;
  }

  #fptopsection .fpmaybelcol .fplink.wide, #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 25%;
  }
}

@media (min-width: 2090px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 8.33%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 16.666%;
  }
}

@media (min-width: 2161px) {
  #fptopsection .fpmaybelcol .fplink, #fpbottomsection .fpmaybelcol .fplink {
    width: 11.111%;
  }

  #fptopsection .fpmaybelcol .fplink.wide, #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 22.222%;
  }
}

@media (min-width: 2200px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 7.692%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 15.384%;
  }
}

@media (min-width: 2296px) {
  #fptopsection .fpmaybercol .fplink, #fpbottomsection .fpmaybercol .fplink {
    width: 25%;
  }

  #fptopsection .fpmaybercol .fplink.wide, #fpbottomsection .fpmaybercol .fplink.wide {
    width: 50%;
  }
}

@media (min-width: 2310px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 7.142%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 14.285%;
  }
}

@media (min-width: 2316px) {
  #fptopsection .fpmaybelcol .fplink, #fpbottomsection .fpmaybelcol .fplink {
    width: 10%;
  }

  #fptopsection .fpmaybelcol .fplink.wide, #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 20%;
  }
}

@media (min-width: 2420px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 6.666%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 13.333%;
  }

  .fplink a {
    padding: 5px 5px;
  }

  #fptopsection .fplink.image, #fpbottomsection .fplink.image {
    width: 164px;
    height: 164px;
  }

  #fptopsection .fplink.image .box .row .cell, #fpbottomsection .fplink.image .box .row .cell {
    width: 150px;
    height: 150px;
  }

  #fptopsection .fplink.image .box .row .cell .image img, #fpbottomsection .fplink.image .box .row .cell .image img {
    width: 150px;
    height: 150px;
  }
}

.fplink.image .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 75%;
    z-index: 1;
}

.fplink.image a {
    z-index: 2;
}

.fplink a {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1px 5px;
}

.fplink.image .image a {
    padding: 0;
}

.fplink.image .link a {
    background: rgba(0, 0, 0, 0.1);
    border-top: 2px solid rgba(65, 79, 106, 0.3);
}

.fplink.wide a {
    margin: 0 -5px;
}

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

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

.oo-ui-menuSelectWidget { z-index:10; }


/*New style main button*/
.dc_button {
    vertical-align: top;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid rgba(65, 79, 106, 0.3);
    border-radius: 2px;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.75) inset;
    min-width: 100px;
    height: 100px;
    margin: 5px;  
}

.dc_button a {
     display: block;}

.dc_button:hover {
    box-shadow: 0px 0px 16px rgba(45,26,26,0.75) inset, 0 0 5px #3ee3ff;
    border: 2px solid #00a3da;
}
.dc_btext {
    margin: 6px 0px 0px 0px;
    height: 20px !important;
    overflow: hidden;
    border-top: 2px solid rgba(65, 79, 106, 0.3);
}

.dc_button:hover .dc_btext {
    border-top: 2px solid #00a3da;
}


/**/
.dc_button2 {
    font-weight: bold;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid rgba(65, 79, 106, 0.3);
    border-radius: 2px;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.75) inset;
    min-width: 94px;
    margin: 5px;  
}

.dc_button2 a {
   display: block;
   height: 100%;}

.dc_button2:hover {
    box-shadow: 0px 0px 16px rgba(45,26,26,0.75) inset, 0 0 5px #3ee3ff;
    border: 2px solid #00a3da;
}

.dc_btext a.external {
    background-image: none;
    padding-right: 0px;
}

/*Input title skin*/
.skin-hydradark .mw-ui-button.mw-ui-progressive:disabled, .skin-hydradark .mw-ui-button.mw-ui-primary:disabled {
    background: rgba(21,30,61,0.5);
    border: 2px solid rgba(65,79,106,0.3);
    border-radius: 2px;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.75) inset;
    color: #dd964b;
}

.skin-hydradark .mw-ui-button.mw-ui-progressive:hover, .skin-hydradark .mw-ui-button.mw-ui-primary:disabled, .mw-ui-input:hover {
    box-shadow: 0px 0px 16px rgba(45,26,26,0.75) inset, 0 0 5px #3ee3ff;
    border: 2px solid #00a3da;
}

.mw-ui-input {
    background-color: rgba(21,30,61,0.5);
    height: 37px;
    color: #dd964b;
    border: 2px solid rgba(65,79,106,0.3);
    box-shadow: 0px 0px 16px rgba(0,0,0,0.75) inset;
}

.mw-ui-button.mw-ui-progressive:hover {
    background-color: #512f2a;
}

.mw-ui-button.mw-ui-progressive, .mw-ui-input:focus {
    box-shadow: 0px 0px 16px rgba(45,26,26,0.75) inset, 0 0 5px #3ee3ff;
    border: 2px solid #00a3da;
    background-color: #261310;
    color: #dd964b;
}

.mobile_title {
    display: none;
}


/*Quotes slider*/

    .hslider {
      position: relative;
      
      overflow: hidden;
    }

    .hslider__wrapper {
      display: flex;
      transition: transform 0.6s ease;
    }

    .hslider__item {
      flex: 0 0 100%;
      max-width: 100%;
    }

    .hslider__control {
      position: absolute;
      top: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      color: #fff;
      text-align: center;
      opacity: 0.5;
      height: 50px;
      transform: translateY(-50%);
    }

    .hslider__control:hover,
    .hslider__control:focus {
      color: #fff;
      text-decoration: none;
      outline: 0;
      opacity: .9;
    }

    .hslider__control_left {
      left: 0;
    }

    .hslider__control_right {
      right: 0;
    }

    .hslider__control::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      background: transparent no-repeat center center;
      background-size: 100% 100%;
    }

    .hslider__control_left::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    }

    .hslider__control_right::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    }

    .hslider__item>div {
    line-height: 22px;
    font-size: 14px;
    text-align: center;
}

/* Images should be responsive */
.res-img img {
    max-width:100%;
    height:auto;
}

/* ---------- Custom page backgrounds ---------- */
.page-Gear {
    background-image: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/d/d1/BG-PrisonersQuarters-GearBottles.png/revision/latest)
}

.page-Prisoners_Quarters {
    background-image: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/6/6f/PQ-Background-WithGiant.png/revision/latest)
}

.page-Outfits {
	background-image: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/2/22/BG-PQ-OutfitRoom.png/revision/latest);
}

/* Stage 2 BGs */
.page-Promenade_of_the_Condemned {
    background-image: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/2/29/BG-Promenade-Trees.png/revision/latest)
}

.page-Toxic_Sewers {
    background-image: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/3/30/BG-ToxicSewers-Pipes.png/revision/latest)
}

.page-Dilapidated_Arboretum {
    background-image: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/f/fa/BG-Arboretum-GreenhouseWithTrees.png/revision/latest)
}

/* Stage 2.5 BGs */
.page-Corrupted_Prison {
    background-image: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/e/ea/BG-CorruptedPrison.png/revision/latest)
}

.page-Prison_Depths {
    background-image: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/8/8a/BG-PrisonDepths.png/revision/latest)
}

/* Stage 3 BGs */
.page-Ramparts {
	background-image: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/6/6e/BG-Ramparts-Towers.png/revision/latest);	
}

.page-Ossuary {
    background-image: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/0/08/BG-Ossuary-Entrance.png/revision/latest)
}

.page-Ancient_Sewers {
    background-image: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/6/64/BG-AncientSewers-Water.png/revision/latest)
}

.page-Morass_of_the_Banished {
	background-image: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/7/7a/BG-Morass-Swamp.png/revision/latest);
}

/* First Bosses BGs */
.page-Black_Bridge {
    background-image: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/4/4a/BG-BlackBridge.png/revision/latest)
}

.page-Insufferable_Crypt {
    background-image: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/c/ce/BG-InsufferableCrypt-Arena.png/revision/latest)
}

/* Stage 4 BGs */
.page-Stilt_Village {
    background-image: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/7/7a/BG-Stilt-Houses.png/revision/latest)
}

.page-Slumbering_Sanctuary {
    background-image: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/9/9a/BG-SlumberingSanctuary-Asleep.png/revision/latest)
}

.page-Fractured_Shrines {
	background-image: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/b/b6/BG-Fractured-Shrines-Outdoors.png/revision/latest);
}

/* Stage 5 BGs */
.page-Forgotten_Sepulcher {
	background-image: url(media/8/8d/BG-Sepulcher-KeyRoom.png);
}

.page-Undying_Shores {
	background-image: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/0/06/BG-Undying-Shores-Boats.png/revision/latest);
}

/* 2nd Bosses BGs */

.page-Clock_Room {
    background-image: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/d/de/BG-ClockRoom.png/revision/latest)
}

.page-Mausoleum {
	background-image: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/d/d8/BG-Mausoleum-BossRoom.png/revision/latest);
}

 /* Stage 5 BGs */
.page-Derelict_Distillery {
    background-image: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/f/f4/BG-DerelictDistillery-Barrels.png/revision/latest)
}

.page-High_Peak_Castle {
	background-image: url(media/1/1e/BG-High-Peak-Statue.png);
}

.page-Throne_Room {
    background-image: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/e/e5/BG-ThroneRoom-Small.png/revision/latest)
}

/* Force all images to have crisp edges when scaled up */
#content img:not(.no-pixel) {
    image-rendering       : optimizeSpeed;             /* Legal fallback */
    image-rendering       : -moz-crisp-edges;          /* Firefox        */
    image-rendering       : -o-crisp-edges;            /* Opera          */
    image-rendering       : -webkit-optimize-contrast; /* Safari         */
    image-rendering       : optimize-contrast;         /* CSS3 Proposed  */
    -ms-interpolation-mode: nearest-neighbor;          /* IE8+           */
    image-rendering       : pixelated;                 /* Chrome         */
}

/* Fix for highlighted references */
ol.references li:target, sup.reference:target {
    background-color: rgba(150,100,100,0.3);
    border-radius: 5px;
}

/* Highlight mode theming */
#editform .CodeMirror {
   background: black;
   color: white;
}

#editform .CodeMirror-cursor {
   border-left: 1px solid white;
}

/* Infobox styling */
.portable-infobox {
	background: rgba(21,30,61,0.7);
    border: 1px solid transparent;
    padding: 6px;
    margin-left: 1em;
    margin-bottom: 0.5em;
    width: 350px;
    background-image: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/4/4b/Infobox-background.png/revision/latest?cb=20210221012803);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-image-source: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/f/f7/Table-border.png);
	border-image-slice: 15 16;
	border-image-width: 15px;
	border-radius: 12px;
}

.portable-infobox .pi-title,
.portable-infobox .pi-header {
	background: rgba(6,9,19,0.5);
    line-height: 36px;
    color: #f7eb62;
    font-size: 150%;
    font-family: 'Dosis', sans-serif;
    padding: 5px !important;
    text-align: center;
    font-weight: bold;
    border: none;
    border-bottom: 3px solid transparent;
	border-image: radial-gradient(#414f6a,rgba(0, 0, 0, 0),rgba(0,0,0,0)) 60% 20%;
}

.portable-infobox .pi-border-color {
	border-color: transparent;
}

.portable-infobox .pi-secondary-font,
.portable-infobox .pi-data-value {
	line-height: 1.6;
	font-size: 14px;
	color: #E0E0E0;
	hyphens: none;
}

.portable-infobox .pi-secondary-font {
    font-weight: bold;
    padding-top: 0;
}

.portable-infobox .pi-data-label {
	flex-basis: 140px;
	font-family: sans-serif;
	hyphens: none;
}

.portable-infobox .pi-data-value:not(:first-child) {
	flex-basis: calc(100% - 130px);
}
.portable-infobox .pi-item-spacing {
	padding: 2px 5px;
}

.portable-infobox .pi-section-label {
	color: #bcbcbc;
	font-family: 'Nova Flat', sans-serif;
}

.pi-section-navigation .pi-section-tab:hover .pi-section-label {
	color: #FFF;
}

.pi-section-tab {
	cursor: pointer;
}

.pi-section-tab.pi-section-active {
	box-shadow: inset 0 -2px 0 0 #bcbcbc;
}

.pi-section-tab:hover.pi-section-active {
	box-shadow: inset 0 -2px 0 0 #FFF;
}

.pi-smart-data-value:not(:first-child), 
.pi-smart-data-label:not(:first-child) {
	border-color: transparent;
}

.pi-image-thumbnail {
    max-height: 150px;
    min-height: 72px;
    width: auto;
}

.portable-infobox.pi-theme-enemy {
	background: rgba(21,30,61,0.5);
    border: 1px solid transparent;
    background-image: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/4/4b/Infobox-background.png/revision/latest?cb=20210221012803);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-image-source: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/f/f7/Table-border.png);
	border-image-slice: 15 16;
	border-image-width: 15px;
	border-radius: 12px;
    font-size: 89%;
    margin-bottom: 0.5em;
    margin-left: 1em;
    padding: 0.2em;
    width: 295px;
}

.portable-infobox.pi-theme-enemy .pi-title,
.portable-infobox.pi-theme-enemy .pi-header {
	background: rgba(6,9,19, 0.5);
    color: #f7eb62 !important;
    border: none;
    border-bottom: 3px solid transparent;
	border-image: radial-gradient(#414f6a,rgba(0, 0, 0, 0),rgba(0,0,0,0)) 60% 20%;
	text-align: center;
	font-size: 150%;
	padding: 5px;
}

.portable-infobox.pi-theme-enemy .pi-secondary-font {
	background-color: #181818;
	border-radius: 5px;
	font-weight: bold;
	padding: 0.5px 7px;
	text-align: right;
	font-size: 14px;
}

.portable-infobox.pi-theme-enemy .pi-data-label {
	flex-basis: 86px;
}

.portable-infobox.pi-theme-enemy .pi-data-value:not(:first-child) {
	flex-basis: calc(100% - 76px);
}

.portable-infobox.pi-theme-enemy .pi-item-spacing {
	padding: 3px 5px;
}

.portable-infobox .pi-section-navigation {
  flex-wrap:wrap;
  justify-content:center;
}

.pi-section-label {
    margin: 0 4px;
    font-size: 11px;
}

.pi-section-content.pi-section-active {
    border-color: #414f6a;
    border-width: 1px 0;
    border-style: solid;
}

.pi-smart-group .pi-smart-data-label, 
.pi-smart-group .pi-smart-data-value {
    flex-basis: auto !important;
}

/* Title of search result pages */
.unified-search__result__title {
	font-size: 18px;
}

/* WDS Banner notifications styling */
.wds-banner-notification {
	color: #E8E8E8;
    background-color: rgba(0,0,0,0.5);
    border: 1px solid #527fd0;
    border-radius: 10px;
}

.wds-banner-notification__text {
    color: #E8E8E8;
}

.wds-success .wds-banner-notification__icon {
    border-radius: 8.5px 0 0 8.5px;
}
/* End of WDS styling */

/* Navbox template style */
table.navbox {
    border: 4px solid transparent;
    clear: both;
    font-size: 88%;
    margin: auto;
    padding: 1px;
    text-align: center;
    width: 100%;
    border-image-source: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/f/f7/Table-border.png);
	border-image-slice: 15 16;
	border-image-width: 15px;
}

/* 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: #151E3D;
    border-radius: 9px;
}

.navbox-list {
    border-color: #151E3D; /* Must match background color */
}

/* Level 1 color */
.navbox-title,
table.navbox th {
    background: #090e21;
    color: #DD964B;
    font-family: 'Dosis';
    font-size: 1.2em;
    letter-spacing: 0.75px;
}

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

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

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

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