Dead by Daylight Wiki
Register
No edit summary
No edit summary
Line 2,319: Line 2,319:
 
height: 20px;
 
height: 20px;
 
width: 119px;
 
width: 119px;
  +
margin-top: 10px;
 
}
 
}

Revision as of 01:44, 9 June 2019

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

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

/******************
/* General styles *
/******************/
body {
  background: #1e293c url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/5/54/Skin-Body-Background-New.jpg") left top no-repeat;
  font-family: 'Roboto', sans-serif;
}
     
div#mw-page-base {
  background: transparent !important;
  height: 92px;
}

/***************
/* Logo styles *
/***************/
#p-logo {
  position: absolute;
  top: -70px;
  left: 0;
  width: 632px;
  height: 60px;
  margin: 0 0 0 0;
  padding: 0;
}

#p-logo a {
  width: 632px;
  height: 60px;
  margin: 0;
  padding: 0;
}

/*****************
/* Header styles *
/*****************/
div#mw-head-base {
  display: none;
}

div#mw-head {
  border-bottom: 2px solid #1f1f1f;
  background: transparent;
  font-family: 'Roboto', sans-serif;
  top: 0;
  left: 0px;
  right: 0px;
  width: auto;
  height: 90px;
}

/**************************
/* Article navigation bar *
/**************************/
#left-navigation {
  margin: 60px 0 0 180px;
  padding: 0;
}

#right-navigation {
  margin: 60px 20px 0 0;
  padding: 0;
}

div.vectorTabs {
  border: none;
  background: transparent;
  height: 30px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

div.vectorTabs ul {
  border: none;
  background: transparent;
}

div.vectorTabs ul li {
  border: none;
  background: transparent;
}

div.vectorTabs ul li, div.vectorTabs ul li.selected {
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
}

div.vectorTabs ul li span, div.vectorTabs ul li.selected span {
  border: none;
  background: transparent;
}

div#mw-head div.vectorTabs li span a {
  background: transparent;
  color: #63ccff;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  padding: 0 3px 0 3px;
  margin: 0 3px 0 3px;
}

div#mw-head div.vectorTabs span a:visited {
  color: #6caece !important;
}

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

div#mw-head div.vectorTabs li.new span a {
  color: #ff6363 !important;
}

div#mw-head div.vectorTabs li.new span a:visited {
  color: #ec7676 !important;
}

div#mw-head div.vectorTabs li.selected.new span a,
div.vectorTabs li.selected.new span a:hover {
  color: #ffdddd !important;
}

div#mw-head div.vectorTabs span a:active {
  color: #ffffff !important;
}

div.vectorTabs li.new span a:active {
  color: #ffffff !important;
}

div#mw-head  #ca-unwatch.icon a,
div#mw-head #ca-watch.icon a {
  border: none;
  background-color: transparent;
  background-position: center center;
  padding: 30px 3px 0 3px;
  width: 29px;
  height: 0;
}

div#mw-head #ca-unwatch.icon a:hover,
div#mw-head #ca-watch.icon a:hover {
  background-repeat: no-repeat;
}

div#mw-head #ca-unwatch.icon a,
div#mw-head #ca-unwatch.icon a:hover,
div#mw-head #ca-unwatch.icon a:focus {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAZCAYAAADe1WXtAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AYXCA0GysChZAAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAABaklEQVRIx+XVvUoeQRTG8d+uH4hNBEEMpDBoExUtJELQShAsEtRGK0mwsPESbMTGW7AJ6byANAmmCaQIQbBIISFCQBBEEWwUxI/3tTnCuqy6woYUeeCwZ3Z2/syZ8zCbfNz6qmql/oL+KTRFR9XQBWxjsGpoO+argj7Hi8iny6wpA51Cc+RPMVAFdC6TN+TGhWrM5KPozM23oQ9JjOuYxfcC1i42s9BefEFLLMwryTw7sZ7bfYoDdOHspvxDfMsAk1xk4Q1oykSCGj7jPHumR3iNFVzgqqTV6jgNy70L+K1GnWMZb2LnVzcfFagW8QsjeP9Q9zcwFOC7lOAHhvGzrKWOo2nJPeAznDzGpyN4koPmXfEyLFcaOpPzZg17kddjrjWOqRQ0xXgsrEeZi+jBKi7jfYq3ZaHdeBb5H7zCWrhjCZNhQRgrYjTeUf7v6OpCQTM+xb36IcbNUc290B30P2D6fUz8Pz++R+kaMWlE8goTSzgAAAAASUVORK5CYII=") no-repeat center center;
}
 
div#mw-head #ca-watch.icon a,
div#mw-head #ca-watch.icon a:hover,
div#mw-head #ca-watch.icon a:focus {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAZCAYAAADe1WXtAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AYXCAs6s/V6ZQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAABn0lEQVRIx+3VP0hWYRQG8N9XkWUUpBQFQtLUVKPlUBSEYEsg9GFEU9QcqEuzCAVCDiFC4RJlQ4NkRC5aQwQRGLSIUUSoELT4J/98Usu58CqffF9wxaWz3Jd7zvvc9zzPc95bGP44Ju/YYQtiW0EL2Jc36Bk8xpE8QS/jUoDnAnoQZzEZwIU8QE+hHgNoroaCakBb8R2jIdbpSht2JetGHNiQr8VFDEX7E2jDlzJYv/AjBT2MZziBJawmxUt4gxJe4CYeJPlDOBq56yhloPN4ji58Rg9mIzeHb7F+hCcJ4En0ogavsZZyuoh7uBZqd8YJP+Er/kRdKT4yjyY8jL1FDGZ1qVBreIkrwc8QzpXhbiduoT9O1473ldSfxI143o7W0jiGO0FDR0JTRUv9xl5MY3nD7P+M9wtY+RefNobpR7E/OB4JahYxHlbbU8mnaTSFrWZxP7gdw10cD78W0YCpakALOB9c9oXSV/EBLegOB2R3wlQ17dfFKNbhXaJu5o4iZmLaLpS7YDZr/1V49GkZMTJ3vMXusFhpXav/f3y5x192/WCGztW1twAAAABJRU5ErkJggg==") no-repeat center center;
}

div.vectorMenu,
div.vectorMenu h3 span::after {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAeAQMAAAD5HscWAAAABlBMVEVvcnSyzsAzTZIqAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfgBhcIDCOY30RiAAAAHElEQVQI12NgIAMw/2NgYPwDZPwA4gIgViDZCADWFAOHBYEsowAAAABJRU5ErkJggg==") no-repeat left center;
  height: 30px;
  line-height: 27px;
  margin: 0;
  padding: 0 3px;
}

div#p-cactions {
  width: 21px;
}

div#p-sharing {
  width: auto;
}

div.vectorMenu h4 {
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 12px !important;
  margin: 0 6px 0 6px !important;
}

div#mw-head div#p-cactions h3 {
  display: none;
}

div#mw-head div#p-sharing h3 {
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 0;
  background: transparent;
}

div#mw-head div#p-sharing h3 a {
  height: 30px;
  line-height: 30px;
  border: none;
  background: transparent;
}

div#mw-head div#p-sharing h3 span {
  color: #7c8a83;
  margin: 0 0 0 21px;
  padding: 0;
}

div.vectorMenu div.menu {
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #aaa9a9;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  top: 30px;
  z-index: 3000;
}

div.vectorMenu div.menu ul {
  border: none;
  background: transparent;
}

div#p-sharing div.menu {
  left: 0;
}

div#p-cactions div.menu {
  left: auto;
  right: 0;
  text-align: right;
}

div#p-cactions div.menu ul li {
  text-align: right;
}

div#p-cactions div.menu ul li a {
  color: #63ccff;
  margin: 2px 5px;
  padding: 1px 0;
}

div#p-cactions div.menu ul li a:visited {
  color: #6caece;
}

div#p-cactions div.menu ul li a:active {
  color: #ffffff;
}

#p-search {
  position: absolute;
  top: 5px;
  right: 20px;
  height: 30px;
  line-height: 27px;
  vertical-align: center;
  margin: 0 2px 0 2px;
  padding: 0;
}

#p-search form {
  line-height: 27px;
  vertical-align: center;
  margin-bottom: 8px;
}

#p-search input {
}

#p-search input[type="submit"], #p-search input[type="button"], #p-search input[type="reset"] {
  font-size: 70%;
  padding: 0 6px;
}

#searchInput {
  border-radius: 2px;
  border: 2px solid #1f1f1f;
  background: #0b0b0b;
  color: #aaa9a9;
}

div#simpleSearch { 
  border-radius: 2px;
  border: 2px solid #1f1f1f;
  background: #0b0b0b;
  line-height: 1.4em;
  padding: 2px 2px;
}

div#simpleSearch #searchInput {
  border: none;
  box-shadow: none;
  background: transparent;
  color: #aaa9a9;
}

div#simpleSearch #searchButton, div#simpleSearch #mw-searchButton, div#simpleSearch #searchButton:hover, div#simpleSearch #mw-searchButton:hover, div#simpleSearch #searchButton:active, div#simpleSearch #mw-searchButton:active {
  color: transparent;
  box-shadow: none;
}

.skin-hydradark div.suggestions, html > body.skin-hydradark div.suggestions {
  margin-top: -28px;
  border: 2px solid #1f1f1f;
  background: #0b0b0b;
  color: #aaa9a9;
}

.skin-hydradark .suggestions-results, .skin-hydradark .suggestions-results .suggestions-result, .skin-hydradark .suggestions-special {
  border: none;
  background: #0b0b0b;
  color: #aaa9a9;
}

.skin-hydradark .suggestions a.mw-searchSuggest-link, .skin-hydradark .suggestions a.mw-searchSuggest-link:hover, .skin-hydradark .suggestions a.mw-searchSuggest-link:active, .skin-hydradark .suggestions a.mw-searchSuggest-link:focus, .skin-hydradark .suggestions-special .special-query {
  color: #aaa9a9;
}

.skin-hydradark .suggestions-results .suggestions-result .highlight {
  color: #63ccff;
}

.skin-hydradark .suggestions-result-current {
  background: #1f1f1f !important;
  color: #ffffff;
}

.skin-hydradark .suggestions-special {
  border: none;
  border-top: 1px solid #1f1f1f;
}

.skin-hydradark .suggestions-special .special-label {
  color: #7c8a83;
}

.skin-hydradark .suggestions-result-current .special-label {
  color: #7c8a83;
}

.skin-hydradark .suggestions-results .suggestions-result-current, .skin-hydradark .suggestions-special.suggestions-result-current .special-query, .skin-hydradark .suggestions-result-current a.mw-searchSuggest-link, .skin-hydradark .suggestions-result-current a.mw-searchSuggest-link:hover, .skin-hydradark .suggestions-result-current a.mw-searchSuggest-link:active, .skin-hydradark .suggestions-result-current a.mw-searchSuggest-link:focus {
  color: #ffffff;
}

.skin-hydradark .suggestions-results .suggestions-result-current .highlight {
  color: #63ccff;
}

/**********************
/* Site notice styles *
/**********************/
#mw-dismissable-notice {
}

#mw-dismissable-notice td > a {
}

#mw-dismissable-notice td > a:hover {
}

#localNotice {
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #aaa9a9;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

/***********************
/* Left sidebar styles *
/***********************/
div#mw-panel, .skin-hydradark div#mw-panel.collapsible-nav {
  position: relative;
  float: left;
  top: 0;
  margin-left: -160px;
  margin-right: 0;
  margin-top: -20px;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 0;
  width: 160px;
  overflow: visible;
  z-index: 1;
}

div#mw-panel div.portal, .skin-hydradark div#mw-panel.collapsible-nav div.portal {
  background: transparent !important;
  margin: 5px 0 0 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  text-align: center;
  width: 150px;
}

.skin-hydradark div#mw-panel div.portal h3, .skin-hydradark div#mw-panel.collapsible-nav div.portal h3 {
  display: inline-block;
  border: none;
  color: #aaa9a9;
  font-family: 'Roboto', sans-serif !important;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 auto 0 auto !important;
  padding: 5px 5px 5px 5px !important;
  width: auto;
}

.skin-hydradark div#mw-panel.collapsible-nav div.portal.collapsed h3 {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAJUlEQVR4AWP4//8/Q/JFIAmkYRguCMIYgjCMJojAGIL4zMS0HQALMmvoX+5X5wAAAABJRU5ErkJggg==") 5px center no-repeat;
  padding: 5px 0 5px 16px !important;
  width: auto !important;
}

.skin-hydradark div#mw-panel.collapsible-nav div.portal.expanded h3 {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAIklEQVR4AWNIvvj/Py7M8B+IsUmAxEGSYIwuAZNEUYDMBwD0kVb9/sFd1wAAAABJRU5ErkJggg==") 5px center no-repeat;
  padding: 5px 0 5px 16px !important;
  width: auto !important;
}

.skin-hydradark div#mw-panel.collapsible-nav div.portal h3 a, .skin-hydradark div#mw-panel.collapsible-nav div.portal.collapsed h3 a {
  color: #aaa9a9 !important;
}

.skin-hydradark div#mw-panel.collapsible-nav div.portal.collapsed h3:hover a, .skin-hydradark div#mw-panel.collapsible-nav div.portal.collapsed h3 a:hover {
  text-decoration: underline;
  text-decoration-color: #6caece !important;
}

.skin-hydradark div#mw-panel div.portal div.body, .skin-hydradark div#mw-panel.collapsible-nav div.portal div.body, .skin-hydradark div#mw-panel.collapsible-nav div.portal.expanded div.body {
  background: transparent;
  margin: 0 !important;
  padding: 0 0 10px 0 !important;
  width: 150px;
}

.skin-hydradark div#mw-panel.collapsible-nav div.portal.first div.body, .skin-hydradark div#mw-panel.collapsible-nav div.portal.first.expanded div.body, div#mw-panel #p-logo + div.portal div.body {
  background: transparent;
  padding: 0 !important;
  margin: 0 0 0 0 !important;
}

div#mw-panel div.portal ul, .skin-hydradark div#mw-panel.collapsible-nav div.portal ul {
  margin: 0;
  padding: 0;
}

div#mw-panel div.portal ul li, .skin-hydradark div#mw-panel.collapsible-nav div.portal ul li {
  margin: 0;
  padding: 0;
}
 
.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 {
  color: #63ccff;
}

.skin-hdyradark div#mw-panel div.portal div.body ul li a:visited {
  color: #6caece;
}

.skin-hydradark div#mw-panel div.portal div.body ul li a:active {
  color: #ffffff;
}

div#mw-panel div#p-sitePromos, div#mw-panel div#p-socialProfiles {
  border: none;
  background: transparent;
  margin: 20px 0 0 0 !important;
  padding: 0;
  width: 150px;
}

div#mw-panel div#p-claimWiki {
  border: none;
  background: transparent;
  margin: 10px 0 20px 0 !important;
  padding: 0;
  width: 150px;
}

div#mw-panel div#p-sitePromos h3, div#mw-panel div#p-socialProfiles h3, div#mw-panel div#p-claimWiki h3 {
  display: none;
}

div#mw-panel div#p-sitePromos div.body, div#mw-panel div#p-socialProfiles div.body, div#mw-panel #p-logo + div#p-claimWiki div.body {
  margin: 0 auto 0 auto !important;
  padding: 0 0 0 0 !important;
  width: auto;
}

div#mw-panel div#p-sitePromos div.body div.promoSidebar, div#mw-panel div#p-socialProfiles div.body div.socialSidebar {
  margin: 0 auto 0 auto !important;
  padding: 0 0 0 0 !important;
  width: auto;
  text-align: center;
}

div#mw-panel div#p-claimWiki div.body div.claimSidebar {
  margin: 0 auto 0 auto !important;
  padding: 0 0 0 0 !important;
}

div.socialLink {
  margin: 1px 0 1px 0;
}

/***************
/* Link styles *
/***************/
.t-netbar a.new, .t-netbar a.new:link, .t-netbar a.new:visited {
  color: #c39999 !important;
}

.t-netbar a:active, .t-footer a:active {
  color: #ffffff !important;
}

.t-netbar a.new:hover, .t-netbar a.new:active {
  color: #ffdddd !important;
}

a, a:link {
  color: #63ccff;
}

div#content a:visited, a:visited {
  color: #6caece;
}

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

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

a.stub {
  color: #fffd63;
}

div#content a.stub:visited, a.stub:visited {
  color: #d8d78a;
}

div#content a.extiw, div#footer a.extiw, div#content a.external, div#footer a.external {
  color: #63ccff;
}

div#content a.extiw:visited, div#footer a.extiw:visited, div#content a.external:visited, div#footer a.external:visited {
  color: #6caece;
}

a:active {
  color: #ffffff;
}

/******************
/* Article styles *
/******************/
#pageWrapper {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 160px;
  padding-right: 0;
  padding-bottom: 0;
}

div#content {
  float: right;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: none;
  background: transparent;
  color: #aaa9a9;
  margin: 0 0 0 0;
  padding: 0 20px 0 20px;
}

div#content #firstHeading {
  border: none;
  border-bottom: 1px solid #1f1f1f;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

body.page-Dead_by_Daylight_Wiki #firstHeading {
  display: none;
}

div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6 {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-variant: small-caps;
  margin: 20px 0 8px 0;
  padding: 0 0 5px 0;
  overflow: auto;
}

div#content h1, div#content h2 {
  border-bottom: 2px solid #1f1f1f;
}

div#content h3, div#content h4 {
  border-bottom: 1px solid #1f352b;
}

/* Curse profile: Fixes conflict with overflow:auto; on h1 */
div#content div.headline h1 {
  overflow: visible;
}

div#content .mw-editsection, div#content .mw-editsection-like {
  font-weight: normal;
}

div#content .mw-editsection a:link, div#content .mw-editsection-like a:link {
}

div#content span.editsection a:active {
}

div#content span.editsection a:visited {
}

div#content span.editsection:active:hover:visited {
}

span.editsection a:hover {
}

#contentSub {
  color: #7c8a83;
}

div.toc, div#toc {
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #aaa9a9;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

#toctitle {
}

div#content #toctitle h2 {
  border: none;
}

.toctoggle, #toc .toctoggle {
}

.toctoggle a, #toc .toctoggle a {
}

.toctoggle a:hover, #toc .toctoggle a:hover {
}

hr {
  border: none;
  border-bottom: 1px solid #1f1f1f;
}

ul {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANCAYAAABhPKSIAAAAIklEQVR4AWP4//8/Bh4EgskX//+HYRAfLICOiRfEMBOn7QAE9caXWLaw+gAAAABJRU5ErkJggg==");
}

img {
}

.skin-hydradark table.wikitable {
  border-radius: 2px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b;
  color: #aaa9a9;
  margin: 0 0 10px 0;
  padding: 0;
}

.skin-hydradark table.wikitable th, .skin-hydradark table.wikitable tr th, .skin-hydradark table.wikitable > tr > th, .skin-hydradark table.wikitable > * > tr > th {
  border: 1px solid #1f1f1f;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #ffffff;
  font-weight: bold;
  padding: 0 3px 1px 3px;
}

.skin-hydradark table.wikitable td, .skin-hydradark table.wikitable tr td, .skin-hydradark table.wikitable > tr > td, .skin-hydradark table.wikitable > * > tr > td {
  border: 1px solid #1f1f1f;
  background: transparent;
  color: #aaa9a9;
  padding: 0 3px 1px 3px;
}

.skin-hydradark table.jquery-tablesorter th.headerSort {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAALAQMAAACqBVQ+AAAABlBMVEVvcnSw/2O5S7OkAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfgBhcIDDOFaFQGAAAAH0lEQVQI12NgAAEFIC4A4h8MDIx/wCIQ+gdUXAEsBABvCgULsLYrXQAAAABJRU5ErkJggg==") no-repeat right center,
              #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat !important;
  padding: 0 15px 1px 3px;
}

.skin-hydradark table.jquery-tablesorter th.headerSortDown {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAGAQMAAAAWm0fgAAAABlBMVEVvcnSw/2O5S7OkAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfgBhcIDBwuuWlfAAAAFklEQVQI12NgAAEBILYA4hog/gcWAQAPFAHDmeMz/QAAAABJRU5ErkJggg==") no-repeat right center no-repeat right center,
              #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat !important;
  padding: 0 15px 1px 3px;
}

.skin-hydradark table.jquery-tablesorter th.headerSortUp {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAGAQMAAAAWm0fgAAAABlBMVEVvcnSw/2O5S7OkAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfgBhcIDArabdwOAAAAGElEQVQI12NgAALGP0DiBxAXALECSIQBACSTAob8rZfiAAAAAElFTkSuQmCC") no-repeat right center no-repeat right center,
              #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat !important;
  padding: 0 15px 1px 3px;
}

ul.gallery {
}

li.gallerybox {
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #aaa9a9;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

li.gallerybox div.thumb {
  border: 1px solid #1f1f1f;
  background: #1f1f1f;
  color: #aaa9a9;
}

div.gallerytext {
  text-align: center;
}

div.thumb {
  border-radius: 2px;
  border: none;
  background: transparent;
  color: #aaa9a9;
}

.thumb.tleft {
  margin: 0 20px 10px 0;
}

.thumb.tright {
  margin: 0 0 10px 20px;
}

div.thumbinner {
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #aaa9a9;
  margin: 0 0 10px 0;
  padding: 3px 5px !important;
}

html .thumbimage {
  border-radius: 2px;
  border: none;
  background: #1f1f1f;
  color: #aaa9a9;
}

.thumbcaption {
}

.gallerytext p, .thumbcaption {
}

.toggle {
}

.sn-small {
}

sub, sup a {
}

sup.reference {
}

pre, .skin-hydradark .mw-code {
  border: 1px dashed #b9c4d0;
  background: #2a3040;
  color: #aaa9a9;
  padding: 2px 2px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  background: transparent;
  white-space: pre-wrap;
  word-wrap: break-word;
}

#catlinks {
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #aaa9a9;
  margin: 10px 0 10px 0;
  padding: 3px 6px;
}

#catlinks li {
  border-left: 1px solid #1f1f1f;
}

#catlinks li:first-child {
  border-left: none;
}

/********************
/* Interface styles *
/********************/
input, select {
  font-family: 'Roboto', sans-serif;
  border-radius: 2px;
  border: 2px solid #b9c4d0;
  background: #b9c4d0;
  color: #000000;
  padding: 2px 2px;
}

textarea {
  border-radius: 2px;
  border: 2px solid #b9c4d0;
  background: #b9c4d0;
  color: #000000;
  padding: 2px 2px;
}

.oo-ui-dropdownWidget, .oo-ui-dropdownWidget-handle, .oo-ui-menuSelectWidget, .oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea {
  background: #b9c4d0;
  border: none;
  color: #000000;
}

.oo-ui-dropdownWidget .oo-ui-selectWidget {
  border: none;
}

.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected {
  background: #b9c4d0;
  color: #000000;
}

.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted,
.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted {
  background: #aaa9a9;
  color: #000000;
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
  border-radius: 5px;
  border: none;
  background: #19263e;
  box-shadow: 0 0 5px 0 #000000;
  color: #ffffff;
  font-weight: bold;
}

.oo-ui-panelLayout-framed {
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #aaa9a9;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.mw-ui-vform input:not([type="button"]):not([type="submit"]):not([type="file"]), .mw-ui-vform input:not([type="button"]):not([type="submit"]):not([type="file"]):hover, .mw-ui-vform input:not([type="button"]):not([type="submit"]):not([type="file"]):focus {
  font-family: 'Roboto', sans-serif;
  padding: 2px 2px;
  box-shadow: none !important;
}

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
}

button, input[type="submit"], input[type="button"], input[type="reset"], #mw-createaccount-join, .mw-ui-button.mw-ui-progressive, .mw-ui-button.mw-ui-primary {
  font-family: 'Roboto', sans-serif;
  border-radius: 5px;
  border: none;
  background: #19263e;
  box-shadow: 0 0 5px 0 #000000;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1px 6px;
}

button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, #mw-createaccount-join:hover, .mw-ui-button.mw-ui-progressive:hover, .mw-ui-button.mw-ui-primary:hover {
  background: #2066a2;
}

button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active, #mw-createaccount-join:active, .mw-ui-button.mw-ui-progressive:active, .mw-ui-button.mw-ui-primary:active, .skin-hydradark .mw-ui-button.mw-ui-progressive:disabled, .skin-hydradark .mw-ui-button.mw-ui-primary:disabled {
  background: #052b5b;
  color: #aaa9a9;
}

.mw-ui-vform label {
  color: #aaa9a9;
}

a.cta-button, a:link.cta-button, a:visited.cta-button {
  color: #000000;
}

div.editOptions {
  border: none;
  background: transparent;
}

.usermessage {
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #aaa9a9;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

body.skin-hydradark .mw-notification {
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #aaa9a9;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

div.mw-warning {
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #aaa9a9;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

div.mw-warning-with-logexcerpt {
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #aaa9a9;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

div#content fieldset {
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #aaa9a9;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

div#content fieldset legend {
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  padding: 3px 6px;
}

div#content fieldset fieldset {
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #aaa9a9;
}

.mw-plusminus-null {
  color: #cccccc;
}

.mw-plusminus-pos {
  color: #99ff99;
}

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

.skin-hydradark .mw-search-profile-tabs {
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #aaa9a9;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

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

#pagehistory li {
  border: none;
  background: transparent;
  margin: 1px;
  padding: 0;
}

#pagehistory li.selected {
  border-radius: 2px;
  border: 1px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.skin-hydradark table.diff {
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #aaa9a9;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.skin-hydradark td.diff-otitle, .skin-hydradark td.diff-ntitle {
  border: none;
  background: transparent;
}

td.diff-addedline {
  border: none;
  background: #005000;
  color: #ffffff;
}

td.diff-deletedline {
  border: none;
  background: #505000;
  color: #ffffff;
}

td.diff-context {
  border: none;
  background: #282828;
  color: #ffffff;
}

td.diff-addedline .diffchange, td.diff-deletedline .diffchange {
  background: rgba(0, 0, 0, 0.2);
  color: #ff6666;
}

body.skin-hydradark fieldset#mw-searchoptions {
  border-radius: 5px;
  border: 2px solid #1f1f1f !important;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #aaa9a9;
  margin: -10px 0 10px 0 !important;
  padding: 3px 6px;
}

body.skin-hydradark fieldset#mw-searchoptions h4 {
  border: none;
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

body.skin-hydradark fieldset#mw-searchoptions div.divider {
  border: none;
  border-bottom: 1px solid #1f1f1f;
}

div.skin-hydradark #preferences {
  border: none !important;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}

.skin-hydradark div#preferences fieldset {
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #aaa9a9;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.skin-hydradark div#preferences fieldset legend {
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  padding: 3px 6px;
}

.skin-hydradark div#preferences fieldset.prefsection fieldset {
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #aaa9a9;
  margin: 5px;
  padding: 10px;
}

.skin-hydradark div#preferences fieldset.prefsection fieldset legend {
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  padding: 3px 6px;
}

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

.skin-hydradark #preftoc {
  border: none;
  background: transparent;
}

.skin-hydradark #preftoc ul {
  border: none;
  background: transparent;
}

.skin-hydradark #preftoc li {
  border: none;
  background: transparent;
}

.skin-hydradark #preftoc li a {
  color: #63ccff;
  height: 25px;
  line-height: 25px;
  padding: 3px 0 0 0;
  margin: 0 4px;
}

.skin-hydradark #preftoc li a:visited {
  color: #63ccff;
}

.skin-hydradark #preftoc li.selected a {
  background: transparent;
  color: #ffffff;
}

.skin-hydradark #preftoc li a:active {
  color: #ffffff;
}

.errorbox {
  border-radius: 5px;
  border: 2px solid #bd3131;
  box-shadow: 0 0 0 2px #690909 inset;
  background: #700c0c;
  color: #ffd3d3;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.warningbox {
  border-radius: 5px;
  border: 2px solid #bdbd31;
  box-shadow: 0 0 0 2px #696909 inset;
  background: #70700c;
  color: #ffffd3;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.successbox {
  border-radius: 5px;
  border: 2px solid #31bd31;
  box-shadow: 0 0 0 2px #096909 inset;
  background: #0c700c;
  color: #d3ffd3;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

ul#filetoc {
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #aaa9a9;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.skin-hydradark table.mw_metadata {
  border-radius: 2px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b;
  color: #aaa9a9;
  margin: 0 0 10px 0;
  padding: 0;
}

.skin-hydradark table.mw_metadata th {
  border: 1px solid #1f1f1f;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #ffffff;
  font-weight: bold;
  padding: 0 3px 1px 3px;
}

.skin-hydradark table.mw_metadata td {
  border: 1px solid #1f1f1f;
  background: transparent;
  color: #aaa9a9;
  padding: 0 3px 1px 3px;
}

.skin-hydradark .TablePager, .skin-hydradark .mw-datatable {
  border-radius: 2px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b;
  color: #aaa9a9;
  margin: 0 0 10px 0;
  padding: 0;
}

.skin-hydradark .TablePager th, .skin-hydradark .mw-datatable th {
  border: 1px solid #1f1f1f;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #ffffff;
  font-weight: bold;
  padding: 0 3px 1px 3px;
}

.skin-hydradark .TablePager td, .skin-hydradark .mw-datatable td {
  border: 1px solid #1f1f1f;
  background: transparent;
  color: #aaa9a9;
  padding: 0 3px 1px 3px;
}

.skin-hydradark .TablePager tr:hover td, .skin-hydradark .mw-datatable tr:hover td {
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
}

#other_options div {
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #aaa9a9,
              0 0 5px 0 #aaa9a9 inset;
  background: rgba(68, 51, 34, 0.05);
  color: #aaa9a9;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

table.smwtable {
  border-radius: 2px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b;
  color: #aaa9a9;
  margin: 0 0 10px 0;
  padding: 0;
}

table.smwtable th {
  border: 1px solid #1f1f1f;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #aaa9a9;
  font-weight: bold;
  padding: 0 3px 1px 3px;
}

table.smwtable td {
  border: 1px solid #1f1f1f;
  background: transparent;
  color: #aaa9a9;
  padding: 0 3px 1px 3px;
}

.smwrdflink {
  color: #e2c99e;
}

div.smwfact {
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
}

#bodyContent span.swmfactboxheadbrowse a, #bodyContent span.swmfactboxheadbrowse a:hover {
  color: #63ccff;
}

#bodyContent span.swmfactboxheadbrowse a:visited, #bodyContent span.swmfactboxheadbrowse a:visited:hover {
  color: #6caece;
}

div.smwfact table {
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #aaa9a9,
              0 0 5px 0 #aaa9a9 inset;
  background: rgba(68, 51, 34, 0.05);
  color: #aaa9a9;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

div.smwfact table tr {
  border: none;
  background: none;
}

div.smwfact table tr td {
  border: none;
  background: none;
}

.smw-ask-options table, .smw-ask-options table tr, .smw-ask-options table tr td {
  border: none !important;
  background: transparent !important;
}

table.smwb-factbox, table.smwb-ifactbox {
  border: none;
  background: transparent;
  margin: 0 0 10px 0;
  padding: 0;
}

table.smwb-factbox tr, table.smwb-ifactbox tr {
  border: none;
  background: none;
}

table.smwb-factbox tr th, table.smwb-ifactbox tr th {
  font-weight: bold;
  padding: 0 3px 1px 3px;
}

table.smwb-factbox tr td, table.smwb-ifactbox tr td {
  padding: 0 3px 1px 3px;
}

.ui-widget-content, .ui-menu {
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #aaa9a9;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

div#content fieldset.smw-ask-options legend {
  padding-left: 20px;
}

.ui-menu-item, .ui-menu-item a, .ui-widget-content a {
}

.ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-hover a, .ui-menu .ui-state-hover, .ui-menu .ui-state-hover a {
}

table.mw-abuselog-details {
  border-radius: 2px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b;
  color: #aaa9a9;
  margin: 0 0 10px 0;
  padding: 0;
}

table.mw-abuselog-details tr th {
  border: 1px solid #1f1f1f;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #ffffff;
  font-weight: bold;
  padding: 0 3px 1px 3px;
}

table.mw-abuselog-details tr td {
  border: 1px solid #1f1f1f;
  background: transparent;
  color: #aaa9a9;
  padding: 0 3px 1px 3px;
}

.mw-abusefilter-history-changed {
}

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

/*****************
/* Footer styles *
/*****************/
div#footer {
  float: right;
  clear: right;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: none;
  background: transparent;
  color: #ffffff;
  margin: 0 0 0 0;
  padding: 10px 20px 10px 20px;
  overflow: hidden;
}

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

/***************************
/* Template example styles *
/***************************/
span.templateexample {
  font-family: monospace;
}

span.templateexample span.templatelink {
  font-weight: bold;
}

span.templateexample span.paramname {
}

span.templateexample span.paramvalue {
  color: #7c8a83;
  font-style: italic;
}

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

.ambox {
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #aaa9a9;
  border-collapse: collapse;
  font-size: 95%;
  margin: 0 auto 10px auto;
  padding: 3px 6px;
  width: 80%;
}

.ambox-gray {
  border-left-color: #383838;
}

.ambox.ambox-tiny {
  font-size: 90%;
  margin: 2px 0;
  width: auto;
}

.ambox + .ambox {
  margin-top: -10px;
}

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

/*********************
/* Front page styles *
/*********************/
.fpcontent {
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

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

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

.fpbox {
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #aaa9a9;
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
}

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

.fpbox .welcome {
  border-bottom: 1px solid #1f1f1f;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 150%;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

.fpbox .heading {
  border-bottom: 1px solid #1f1f1f;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-variant: small-caps;
  font-size: 132%;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

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

.fpbox hr {
  border: none;
  border-bottom: 2px solid #1f1f1f;
}

.fplinks {
  margin: -5px;
}

.fplinks .linkslabel {
  border-bottom: 2px solid #1f1f1f;
  background: transparent;
  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 {
  display: table;
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
}

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

.fplink .box .row .cell {
  display: table-cell;
  position: relative;
  font-family: 'Roboto', sans-serif;border-radius: 5px;
  border: none;
  background: #19263e;
  box-shadow: 0 0 5px 0 #000000;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
}

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

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

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

.fplink.image .box .row .cell .image img {
  width: 100px;
  height: 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%;
  }
  
  #fptopsection .fpbox, #fpbottomsection .fpbox { 
    background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  }

  #fpflexsection .fplink {
    width: 25%;
  }

  #fpflexsection .fplink.wide {
    width: 50%;
  }
  
  #fpflexsection .fpbox { 
    background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/a/aa/Skin-Element-Right-Background.jpg") right bottom no-repeat;
  }
}

@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: 130px;
    height: 130px;
  }

  #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: 160px;
    height: 160px;
  }

  #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: #19263e;
  background: rgba(25, 38, 62, 0.5);
  font-size: 80%;
}

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

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

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

/******************
/* Infobox styles *
/******************/
.infoboxtable {
  float: right;
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/a/aa/Skin-Element-Right-Background.jpg") right bottom no-repeat;
  color: #aaa9a9;
  margin: 0 0 10px 0;
  padding: 3px 6px;
  width: 300px;
}

.infoboxtable td {
  vertical-align: top;
}

.infoboxtable td > div {
  border: none;
  background: #1f1f1f;
  color: #ffffff;
  font-weight: bold;
  padding: 0.5px 7px;
  text-align: right;
}

.infoboxname {
  border-bottom: 1px solid #1f1f1f;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 8px; 
}

.infoboxdetails {
  padding: 0;
}

/*********************
/* Navigation tables *
/*********************/
table.nav {
  border-radius: 2px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b;
  color: #aaa9a9;
  margin: 0 auto 10px auto;
  padding: 0;
  clear: both;
}

table.nav th, table.nav tr th, table.nav > tr > th, table.nav > * > tr > th {
  border: 1px solid #1f1f1f;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  margin: 0;
  padding: 0 5px 5px 5px;
}

table.nav td, table.nav tr td, table.nav > tr > td, table.nav > * > tr > td {
  border: 1px solid #1f1f1f;
  background: transparent;
  color: #aaa9a9;
  text-align: left;
  margin: 0;
  padding: 3px 11px 8px 11px;
}

table.nav td.list, table.nav tr td.list, table.nav > tr > td.list, table.nav > * > tr > td.list {
  padding: 0;
}

table.nav td .item {
  display: inline-block;
  border-left: 1px solid #1f1f1f;
  margin: 3px 0 6px 0;
  padding: 0 11px 2px 11px;
  vertical-align: top;
}

table.nav td .item:first-child {
  border: none;
}

/******************
/* General styles *
/******************/
.contentbox {
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 5px 0 #000000;
  background: #0b0b0b url("https://deadbydaylight.gamepedia.com/media/deadbydaylight.gamepedia.com/2/2f/Skin-Element-Left-Background.jpg") left bottom no-repeat;
  color: #aaa9a9;
  margin: 0 0 10px 0;
  padding: 3px 6px;
  overflow: auto;
}

span.bullet {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEVvcnSw/2O5S7OkAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfgBhgHBTp+SQCAAAAAE0lEQVQI12NgQAEFDD/AsICBAQAakgPJO2sGpQAAAABJRU5ErkJggg==") no-repeat center 60%;
  width: 9px;
  font-size: 11px;
  vertical-align: baseline;
}

.dablink {
  padding: 2px 36px 10px 36px;
  font-style: italic;
}

span.ghost {
  color: #7c8a83; /* For any text that appear fainter for some reason */
}

.columns {
  padding: 0;
  margin: 10px 0 0 0;
  overflow: hidden;
}

.columns .leftcol {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}

.columns .centercol {
  float: left;
  margin: 0;
  padding: 0;
}

.columns .rightcol {
  float: right;
  width: 50%;
  margin: 0;
  padding: 0;
}

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

/* Gallery improvements */

.lb-container {
    background: black;
}

.sbls-description {
  text-align: center;
}

/* Notifications */
.mw-echo-ui-notificationsInboxWidget-toolbarWrapper,
.mw-echo-ui-crossWikiNotificationItemWidget-group,
.mw-echo-ui-bundleNotificationItemWidget-group {
	background: inherit;
}

div#mw-panel div.portal li a[href="https://discord.gg/HGXusZz"] {
    background: url(https://discordapp.com/api/guilds/578297084739059734/embed.png) no-repeat;
    color: transparent !important;
    display: inline-block;
    height: 20px;
    width: 119px;
    margin-top: 10px;
}