Heroes of the Storm Wiki
Advertisement

In other languages: Español


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


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

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/****************
 * Custom Fonts *
 ****************/

@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  src: url(http://themes.googleusercontent.com/static/fonts/exo/v2/wocyXRLWPo2Av-yUTmmbTA.woff) format('woff');
}

@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 700;
  src: url(http://themes.googleusercontent.com/static/fonts/exo/v2/RokIQ-knd7LT9uhmuUjL2g.woff) format('woff');
}

@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 400;
  src: url(http://themes.googleusercontent.com/static/fonts/exo/v2/SrRPhC0khZfK-pbowUGBAw.woff) format('woff');
}

@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 700;
  src: url(http://themes.googleusercontent.com/static/fonts/exo/v2/ENjw15vOU74UM6LyiOhPTvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

/*******************
 * Document Styles *
 *******************/

html {}

body {
    background-image: url(https://heroesofthestorm.gamepedia.com/media/heroesofthestorm.gamepedia.com/2/26/Background.png);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #11041e;
    background-size: 100% auto;
    color: #ffffff;
}

#global-wrapper {}

fieldset {
    border-color: rgba(255,255,255,.1);
}

/***************
 * Link Styles *
 ***************/

a,
div#content a.external {
    color: #5FA8F2;
}

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

div#content a.external {
    background-image: url(https://heroesofthestorm.gamepedia.com/media/heroesofthestorm.gamepedia.com/6/64/Icon_External_Link.png);
}

div#content a.external[href ^="https://"],
.link-https {
    background-image: url(https://heroesofthestorm.gamepedia.com/media/heroesofthestorm.gamepedia.com/b/b0/Lock-icon.png);
}

/************************
 * Mediawiki Navigation *
 ************************/

#mw-page-base {
    background: url(https://heroesofthestorm.gamepedia.com/media/heroesofthestorm.gamepedia.com/7/78/Navbar.png);
    height: 81px;
    background-repeat: repeat-x;
    margin-bottom: 2.5em;
    box-shadow: 0 0 4px 1px black;
}

div#mw-head,
div#mw-head-base {
    background: none;
    height: 81px;
}

#left-navigation {
    margin-left: calc(196px + 1em);
    margin-top: 0;
}

#right-navigation {
    margin-right: 1em;
    margin-top: 0;
}

div#mw-head div.vectorTabs a,
div#mw-head div.vectorMenu a {
    color: #ffffff;
}

div#mw-head li.selected a {
    color: #E0E0E0;
}

div.vectorTabs,
div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs ul li.selected,
div.vectorTabs ul li span,
div.vectorTabs ul li.selected span,
div.vectorTabs li a {
    background-color: transparent;
    background-image: none;
    height:81px;
}

div.vectorTabs ul li,
div.vectorTabs ul li.selected {
    margin: 1px;
}

div.vectorTabs li a,
div.vectorTabs li a:visited {
    color: #ffffff;
    padding-top: 0;
    line-height: 81px;
    height: auto;
}

div.vectorTabs li:hover a,
div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    background-image: url(https://heroesofthestorm.gamepedia.com/media/heroesofthestorm.gamepedia.com/3/32/Navbarhover.png);
    background-repeat: repeat-x;
    text-decoration: none;
}

#ca-unwatch.icon a,
#ca-watch.icon a {
    background-repeat: no-repeat;
    background-position: center 45%;
    padding-top: 81px;
}

div.vectorMenu {
    background-image: url(https://heroesofthestorm.gamepedia.com/media/heroesofthestorm.gamepedia.com/4/46/Arrow_down_icon.png);
    background-position: 100% 50%;
}

div.vectorMenu:hover {
    background-image: url(https://heroesofthestorm.gamepedia.com/media/heroesofthestorm.gamepedia.com/4/46/Arrow_down_icon.png),
        url(https://heroesofthestorm.gamepedia.com/media/heroesofthestorm.gamepedia.com/3/32/Navbarhover.png);
    background-repeat: no-repeat, repeat-x;
    background-position: 100% 50%, top left;
}

div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    color: #ffffff;
    text-shadow: 0 0 6px rgba(255,2552,255,.75);
}

div#mw-head div.vectorMenu h3 {
    background: none;
    height: 81px;
    font-family: inherit;
}

div#mw-head div.vectorMenu h3 span {
    line-height: 81px;
    height: 81px;
    padding-top: 0;
    color: #ffffff;
    padding-bottom: 0;
    margin-bottom: 0;
}

div.vectorMenu h3 a{
    background: none;
    height: 81px;
}

div.vectorMenu div.menu {
    background: none;
    border: none;
    top: 100%;
}

div.vectorMenu div.menu ul {
    background: #000000;
    background: rgba(0, 0, 0, .6);
    border: solid 1px #111;
    border: solid 1px rgba(255, 255, 255, .1);
}

div.vectorMenu div.menu li a,
div.vectorMenu div.menu li a:visited {
    color: #ffffff;
}

/**
 * Sidebar
 */

div#mw-panel {
    top: 81px;
    width: 12em;
}

#p-logo,
#p-logo a,
#p-logo a img {
    height: 81px;
    width: 196px;
}

#p-logo {
    top: -81px;
    left: 0;
}

div#mw-panel div.portal,
.skin-hydradark #mw-panel.collapsible-nav .portal,
.skin-hydradark #mw-panel.collapsible-nav div.portal,
.skin-hydradark #mw-panel.collapsible-nav div.portal, div#mw-panel div.portal {
    background: none;
    padding-bottom: 1em;
}

div#mw-panel div.portal h3,
.skin-hydradark #mw-panel.collapsible-nav div.portal h3,
.skin-hydradark #mw-panel.collapsible-nav div.portal.collapsed h3,
.skin-hydradark #mw-panel.collapsible-nav div.portal h3 {
    color: #ffffff;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
}

div#mw-panel div.portal.first h3,
.skin-hydradark #mw-panel.collapsible-nav div.portal.first h3 {
    display: block !important;
}

div#mw-panel div.portal.first#p-claimWiki h3,
.skin-hydradark #mw-panel.collapsible-nav div.portal.first#p-claimWiki h3 {
    display: none !important;
}

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

div#mw-panel div.portal h3:hover,
.skin-hydradark #mw-panel.collapsible-nav div.portal h3:hover,
.skin-hydradark #mw-panel.collapsible-nav div.portal.collapsed h3:hover {
    text-decoration: none !important;
}

div#mw-panel div.portal div.body {
    background: none;
    margin: 0 1em !important; /* This needs to be !imporant because of the shared Hyrda.css */
    text-align: center;
    display: block !important;
}


div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos) div.body,
.skin-hydradark #mw-panel.collapsible-nav div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos) div.body {
    background-color: #000000;
    background: rgba(0, 0, 0, .6);
    background-image: url(https://heroesofthestorm.gamepedia.com/media/heroesofthestorm.gamepedia.com/0/0f/Portal-break.png) !important;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    border: none;
    padding-left: 1em;
    padding-top: 1em;
    text-align: left;
}

div#mw-panel div.portal div.body ul li {
    padding-bottom: 1em;
}

div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a:link,
div#mw-panel div.portal div.body ul li a:visited {
    color: #ffffff;
}

#mw-panel {
    padding: 0;
}

/**
 * Search
 */

#p-search {
    height: 81px;
}

#p-search form {
    margin: 0;
    height: 100%;
    position: relative;
}

div#simpleSearch {
    background: rgba(0,0,0,.6);
    border: 1px solid rgba(255,255,255,.1);
    margin: 0;
    position: relative;
    top: calc( 50% - .7em - 1px );
}

div#simpleSearch #searchInput {
    color: #e0e0e0;
}

.skin-hydradark .suggestions-results,
.skin-hydradark .suggestions-special {
    background-color: rgba(40,40,40,.6);
    border-color: rgba(255,255,255,.1);
}

.skin-hydradark .suggestions-result {
    background-color: rgba(0,0,0,.6);
    color: #e0e0e0;
}

.skin-hydradark .suggestions-result-current {
    background-color: rgba(80,80,80,.6);
    color: #e0e0e0;
}

.skin-hydradark .suggestions-special .special-label {
    color: gray;
}

.skin-hydradark .suggestions-special .special-query {
    color: #e0e0e0;
}

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

.suggestions-result .highlight {
    color: orange;
    font-weight: 400;
}

/*********************
 * MediaWiki Content *
 *********************/

#pageWrapper {
    padding-right: 1em;
}

div#content {
    background: #000000;
    background: rgba(0, 0, 0, .6);
    border: none;
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff;
    border-color: rgba(255,255,255,.1);
    font-family: Exo;
}

h1 {
    border-color: #1b83ed;
}

div#content hr {
    background-color: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.1);
}

div#content table {
    color: #ffffff;
}

body.skin-hydradark .mw-notification-area {
    margin: calc( 81px + 1em ) 1em 0 0 ;
    padding: 0;
}

body.skin-hydradark .mw-notification {
    background: #000000;
    background: rgba(0, 0, 0, .6);
    border: none;
    color: #ffffff;
}

div.toc,
div#toc,
#catlinks,
div.mw-warning {
    background: linear-gradient(to bottom, rgba(255,255,255,.15) 0%, rgba(255,255,255,.02) 100%) no-repeat border-box;
    border: solid 1px rgba(255,255,255,.1);
}

pre,
.skin-hydradark .mw-code {
    background-color: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.1);
    overflow-x: auto;
}

table.wikitable {
    border-collapse: separate;
    border-spacing: 2px;
    background: none;
    border: none;
    color: #ffffff;
}

table.wikitable > tr > th,
table.wikitable > * > tr > th,
.skin-hydradark table.wikitable > tr > th,
.skin-hydradark table.wikitable > * > tr > th {
    background-color: rgba(255,255,255,.2);
    border: none;
}

table.wikitable > tr > td,
table.wikitable > * > tr > td {
    background-color: rgba(255,255,255,.1);
    border: none;
}

li.gallerybox div.thumb {
    background: #222;
    background: rgba(255,255,255,.1);
    background: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,.02) 100%) no-repeat border-box;
    border: solid 1px rgba(255,255,255,.1);
}

div.thumbinner {
    background: #111;
    background: rgba(255, 255, 255, .1);
    border: solid 1px #222;
    border: solid 1px rgba(255, 255, 255, .1);
    font-size: 94%;
    overflow: hidden;
    padding: 3px !important;
    text-align: center;
}

/********************
 * MediaWiki Footer *
 ********************/

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

/*************
 * File Page *
 *************/

ul#filetoc {
    background: #222;
    background: rgba(255, 255, 255, .1);
    background: linear-gradient(to bottom, rgba(255,255,255,.15) 0%, rgba(255,255,255,.02) 100%) no-repeat border-box;
    border: solid 1px rgba(255,255,255,.1);
}

table.mw_metadata {
    border-spacing: 2px;
    border-collapse: separate;
    background: none;
    border: none;
    color: #ffffff;
}

table.mw_metadata th {
    border: none;
    background: rgba(255,255,255,.2);
}

table.mw_metadata td {
    border: none;
    background: rgba(255,255,255,.1);
}

/***********
 * History *
 ***********/

#pagehistory li.selected {
    background-color: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.1);
    border-style: dashed;
    border-width: 1px;
}

#pagehistory li:first-child {
    border-width: 1px;
}

#pagehistory li {
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
}



/**************
 * Difference *
 **************/

.skin-hydradark table.diff,
.skin-hydradark td.diff-otitle,
.skin-hydradark td.diff-ntitle {
    background-color: transparent;
}

.skin-hydradark td.diff-context {
    background-color: rgba(255,255,255,.1);
}

/****************
 * Special Page *
 ****************/

table.skin-hydradark .mw-datatable {
    border-spacing: 2px;
    border-collapse: separate;
    background: none;
    border: none;
    color: #ffffff;
}

.skin-hydradark .mw-datatable th {
    border: none;
    background: rgba(255,255,255,.2);

}
.skin-hydradark .mw-datatable td {
    border: none;
    background: rgba(255,255,255,.1);
}

.skin-hydradark .mw-datatable tr:hover td {
    background: rgba(255,255,255,.2);
}

/************************
 * Special:SpecialPages *
 ************************/

.mw-specialpages-table {
    margin-top: 0;
    margin-bottom: 0;
}

/***********************
 * Special:Preferences *
 ***********************/

.skin-hydradark #preferences {
    background: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,.02) 100%) no-repeat border-box;
    border-color: rgba(255,255,255,.3);
}

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

.skin-hydradark #preftoc,
.skin-hydradark #preftoc li {
    background-image: none;
}

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

.skin-hydradark #preferences fieldset.prefsection fieldset {
    border-color: rgba(255,255,255,.3);
}

.skin-hydradark #preftoc a,
.skin-hydradark #preftoc a:active {
    color: #5FA8F2;
}

.htmlform-tip {
    color: #777;
}

/******************
 * Special:Search *
 ******************/

.skin-hydradark .mw-search-profile-tabs {
    background: rgba(255, 255, 255, .15);
    border: none;
}

fieldset#mw-searchoptions {
    background: rgba(255, 255, 255, .1);
    border: none !important;
}

fieldset#mw-searchoptions div.divider {
    border-color: rgba(255,255,255,.1);
}

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

.skin-hydradark .mw-search-profile-tabs div.search-types ul li.current a {
    color: #ffffff;
    text-shadow: 0 0 6px rgba(255,2552,255,.75);
}

fieldset#mw-searchoptions div.divider {
    border-bottom: solid 1px #1b83ed;
}

/*************************
 * Special:RecentChanges *
 *************************/

.mw-changeslist-legend {
    border-color: rgba(255,255,255,.1);
}

/**********************
 * Wiki Editor Styles *
 **********************/

div.wikiEditor-ui {
    background: transparent;
    border: none;
}

div.wikiEditor-ui-buttons {
    background-color: transparent;
    border: none;
}

div.wikiEditor-ui-controls {
    background-color: transparent;
    border-bottom: none;
}

div.wikiEditor-ui-tabs {
    background-color: transparent;
    border-left: 1px solid rgba(255,255,255,.1);
    border-top: 1px solid rgba(255,255,255,.1);
}

div.wikiEditor-ui-tabs div {
    background: none;
    border-right: 1px solid rgba(255,255,255,.1);
    border-bottom-color: transparent;
}

div.wikiEditor-ui-tabs div a {
     color: #5FA8F2;
     background: none;
}

div.wikiEditor-ui-tabs div.current {
    background: linear-gradient( to bottom, rgba(255,255,255,0), rgba(255,255,255,.05)) no-repeat border-box;
    border-bottom-color: transparent;
}

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

div.wikiEditor-ui .wikiEditor-ui-top {
    border-bottom: 1px solid rgba(255,255,255,.1);
}

div.wikiEditor-ui .wikiEditor-ui-view {
    border: 1px solid rgba(255,255,255,.1);
}

div#wikiEditor-ui-toolbar {
    background: linear-gradient( to bottom, rgba(255,255,255,.05), rgba(255,255,255,.2) 26px);
}

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

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

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

.tab {
    border-color: transparent;
}

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

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

div.wikiEditor-ui-toolbar .group .tool-select .label {
    color: #000000; /* or any other dark colour, or change the bg to a dark colour to contrast with light text */
}

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

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

div.wikiEditor-ui-toolbar .booklet .index .current {
    background-color: rgba(255,255,255,.1);
    color: #ffffff;
}

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

div.wikiEditor-ui-toolbar .page-characters div span {
    border: 1px solid rgba(255,255,255,.1);
    color: #5FA8F2;
}

div.wikiEditor-ui-toolbar .page-characters div span:hover {
    background-color: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.1);
    color: #5FA8F2;
}

div.wikiEditor-ui-toolbar .page-table th {
    color: #ffffff;
}

div.wikiEditor-ui-toolbar .page-table td {
    border-top: 1px solid rgba(255,255,255,.1);
    color: #5FA8F2;
}

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

div.wikiEditor-preview-contents {
    background-color: transparent;
    border: none;
    overflow-y: hidden;
}

div.editOptions {  
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.1);
    border-top: none;
}

/**************
 * SMW Styles *
 **************/

/* Edit Preview */
div.smwfact {
    background: transparent;
    border-color: #1e1e1d;
}

div.smwfact td, div.smwfact tr, div.smwfact table {
    background: transparent;
    
}

table.smwfacttable {
    border-color: #1e1e1d;
}

#bodyContent span.swmfactboxheadbrowse a {
    color: white;
}

/* Browse Page */
table.smwb-factbox,
table.smwb-ifactbox {
    border-color: rgba( 255, 255, 255, .1 );
}

tr.smwb-title td {
    border-color: transparent;
}

tr.smwb-title,
tr.smwb-center {
    background: transparent;
}

tr.smwb-title td,
tr.smwb-center td,
tr.smwb-propvalue th,
tr.smwb-ipropvalue th {
    background: rgba( 255, 255, 255, .1 );
    background-clip: padding-box;
    border-color: transparent;
}

tr.smwb-propvalue,
tr.smwb-ipropvalue {
    background: none;
}

tr.smwb-propvalue td,
tr.smwb-ipropvalue td {
    background: rgba( 255, 255, 255, .2 );
    background-clip: padding-box;
    border-color: transparent;
}

.smw-editpage-help {
    background: #222;
    background: rgba(255, 255, 255, .1);
    background: linear-gradient(to bottom, rgba(255,255,255,.15) 0%, rgba(255,255,255,.02) 100%) no-repeat border-box;
    border: solid 1px rgba(255,255,255,.1);
}


/* 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: #222;
    background: rgba(255,255,255,.1);
    background: linear-gradient(to bottom, rgba(255,255,255,.15) 0%, rgba(255,255,255,.02) 100%) transparent no-repeat border-box;
    border-bottom-color: rgba(255,255,255,.1);
    border-right-color: rgba(255,255,255,.1);
    border-top-color: rgba(255,255,255,.1);
    border-collapse: collapse;
    font-size: 95%;
    margin: 0 auto 2px auto;
    width: 80%;
}

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

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

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

.ambox-text {
     padding: 0.25em 0.5em;
}

.ambox-image {
     padding: 2px 0px 2px 0.5em;
     text-align: center;
     width: 60px;
}

.ambox-tiny .ambox-image {
     padding: 2px 0.5em;
     text-align: left;
     width: auto;
}

/* Ambox colors */
.ambox-blue {
     border-left: 10px solid #1e90ff;
}

.ambox-red {
     border-left: 10px solid #b22222;
}

.ambox-orange {
     border-left: 10px solid #f28500;
}

.ambox-yellow {
     border-left: 10px solid #f4c430;
}

.ambox-purple {
     border-left: 10px solid #9932cc;
}

.ambox-gray {
     border-left: 10px solid #bba;
}

.ambox-green {
     border-left: 10px solid #228b22;
}

/* Ambox small text */
.amsmalltext {
     font-size: smaller;
     margin-left: 0.8em;
     margin-top: 0.5em;
}

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

/* INFOBOXES: game or book depended color style */
.infoboxtable {
    background: #222;
    background: rgba(255,255,255,.1);
    background: linear-gradient(to bottom, rgba(255,255,255,.15) 0%, rgba(255,255,255,.02) 100%) transparent no-repeat border-box;
    border: solid 1px rgba(255,255,255,.1);
    border-collapse: separate;
    border-spacing: 2px;
    float: right;
    margin-bottom: 0.5em; 
    margin-left: 1em; 
    padding: 0.2em; 
    text-align: center;
    width: 250px;
}

.infoboxtable td {
    vertical-align: top;
}

.infoboxtable td > div {
    font-weight: bold;
    background: rgba(255,255,255,0.07);
    padding-right: 0.5em;
    text-align: right;
}

.infoboxname {
    background: rgba(255,255,255,0.15);
    font-size: 110%; 
    font-weight: bold;
    padding: 0.5em; 
}

.infoboxdetails {
    padding: 0em;
}
Advertisement