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

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
@font-face {
    font-family: "Retail Demo Bold";
    font-display: swap;
    src: url('/Special:FilePath/Retaildemo-bold.woff2') format('woff2');
}

@font-face {
	font-family: "Retail Demo Regular";
	font-display: swap;
	src: url('/Special:FilePath/Retaildemo-regular.woff2') format('woff2');
}

.ability-icon {
     filter: invert(100%);
     opacity: 0.7;
}

.navbox {
    display: table !important; 
    clear: both;
    width: 100%;
    margin: 1.5em auto 0; 
}

.navbox-title .navbar {
    float: left;
    text-align: left;
    margin-right: 0.5em;
}

.navbox .navbar {
    display: block;
    font-size: 100%;
}

.navbar {
    display: inline;
    font-size: 88%;
    font-weight: normal;
}

.navbar.mini li abbr[title] {
    font-variant: small-caps;
    border-bottom: none;
    text-decoration: none;
    cursor: inherit;
}

.mw-body-content .navbar ul {
    line-height: inherit;
}

.navbar ul {
    display: inline-block;
    white-space: nowrap;
}

.hlist dl, .hlist ol, .hlist ul {
    margin: 0;
    padding: 0;
}

.mw-body h1, .mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5, .mw-body-content h6 {
    font-family: 'PT Serif', 'Palatino', 'Georgia', serif !important;
}

.mainpage-header .header-intro h1 {
    font-size: 2.5em;
    font-weight: bold;
    border: none;
    margin: 0 0 0.15em;
}

.mainpage-header .header-intro p {
    font-size: 1.1em;
    line-height: 1.7em;
}

.page-Deadlock_Wiki .mw-parser-output {
    max-width: 95em;
    margin: 0 auto;
}

.mainpage-header .header-stats {
    flex: 1;
    display: flex;
/*    justify-content: center; */
    align-items: center;
    margin-top: -1em;
}

.mainpage-header .header-stats ul {
    list-style: none;
}

.tooltip {
    cursor: help;
    border-bottom: 1px dotted;
}

.HeroCard2:hover {
	transform: scale(1.1);
	z-index: 2;
}

.infobox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 250px;
}
.infobox-title {
    font-size: 2em;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox-table th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox-table td {
    vertical-align: top;
}
.infobox_item a {
color: #fff;
}

.infobox_template {
	border-radius: 8px; overflow: hidden;
}

table {
  display: table !important;
}
/*CSS for ability hover images*/
.popover-wrapper {
  position: relative;
  display: inline-block;
}
.popover-content {
  opacity: 0;
  visibility: hidden;
  position: relative;
  transform: translate(0, 10px);
  z-index: 3;
}

.popover-wrapper:hover + .popover-content,
.popover-content:hover {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 20px);
  transition: all 0.4s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

/* In game used colors for weapon, vitality, and spirit, respectively */
.weapon-orange {
  color: #d5903f; 
}

.vitality-green {
  color: #74b01c; 
}

.spirit-purple {
  color: #c288f0; 
}

.mw-page-title-namespace, .mw-page-title-separator, .mw-page-title-main {
  font-family: "Forevs Demo Medium";
}

.infobox-hero-name {
  font-family: "Reaver";
  font-weight: bold;
  text-transform: uppercase;
}

/*HariySaag info for Hero Cards*/
@media screen and (max-width: 480px) {
  td:has(.hide-parent-td-mobile) {
    display: none;
  }
}

/* Sur stat infobox styling */
.stat-infobox-table {
    width: 100%;
    border-collapse: separate;
    margin-top: 10px; /* Add space above to prevent overlap with content above */
    margin-bottom: 10px; /* Add space below the table */
}

.stat-infobox-table th, 
.stat-infobox-table td {
    padding: 5px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.08);
    border: 1px solid black;
    position: relative;
    font-family: 'Retail Demo', sans-serif;
}

.stat-infobox-table th:hover,
.stat-infobox-table td:hover {
    background-color: rgba(0, 0, 0, .4);
}

.stat-infobox-table td::before, 
.stat-infobox-table th::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.08);
    mix-blend-mode: multiply;
}

.stat-infobox-table .darker {
    background-color: rgba(0, 0, 0, 0.25);
}