Heroes of the Storm Wiki
No edit summary
No edit summary
Line 1: Line 1:
 
.nomobile { display: none; }
 
.nomobile { display: none; }
   
  +
.animations #mw-mf-page-center { {
body {
 
background: #11041e;
+
background: #11041e !important;
 
color: white;
 
color: white;
 
}
 
}

Revision as of 10:54, 16 February 2016

.nomobile { display: none; }

.animations #mw-mf-page-center { {
    background: #11041e !important;
    color: white;
}

#searchbox {
    background: #000000;
    background: rgba(0,0,0,.6);
    border: none;
    border-radius: 0;
}

#content_wrapper {
    background: #000000;
    background: rgba(0,0,0,.6);
    color: white;
    border: none;
    clear: both;
    margin: 8px 8px 0;
    padding: 2px;
}

.mwm-notice {
    background: #000000;
    background: rgba(0,0,0,.6);
    border: none;
    border-radius: 0;
}

h2 {
    border-bottom: 1px solid #1b83ed;
}

/* Link Styles */
a,
a:active{
    color: #1b83ed;
}

a:visited  {
    color: #1460ad;
}

.thumb {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #89C5F7;
    margin-bottom: 10px;
}


table[style] {
    margin-left: 0 !important;
    margin: auto !important;
    width: 100%;
}

table {
    border: 0px solid #CCCCCC;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    margin: auto;
    margin-bottom: 15px;
    padding: 3px;
    width: 100%;
}

table td, table th {
    border: 0px solid #CCCCCC;
    padding: 3px;
}

table.wikitable th {
    background: #000000;
    color: #89C5F7;
}

table.infobox {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #89C5F7;
    width:23em;
}

/* ******************************************** */
/* Infobox Styling                              */
/* ******************************************** */
table.infobox {
    float: right;
    padding: 0px;
    width: 250px;
}

table.infobox .title {
    font-size: 135%;
    font-weight: bold;
    padding-left: 0.6em;
}

table.infobox .mainbox {
    border: 1px solid #B2D3E3;
    width: 250px;
}

table.infobox .header {
    background:rgba(67,178,197,.5);
}

table.infobox .caption {
    font-size: 88%;
}

table.infobox .label {
    font-weight: bold;
    background: rgba(67,178,197,.1);
    padding-right: 0.5em;
    text-align: right;
}

table.infobox .data {
    padding-left: 0.5em;
}

table.infobox .content {
    text-align: center;
}

/* ******************************************** */
/* Navbox Styling                               */
/* ******************************************** */
table.navbox {					/* Navbox container style */
    border: 1px solid #B2D3E3;
    width: 90%;
    margin: auto;					/* This line centers the navbox properly */
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
}
table.navbox + table.navbox {	/* Single pixel border between adjacent navboxes */
  margin-top: -1px;				/* (doesn't work for IE6, but that's okay)	   */
}
.navbox-title,
.navbox-abovebelow,
table.navbox th {
  text-align: center;			/* Title and above/below styles */
  padding-left: 1em;
  padding-right: 1em;
}

.navbox-group {					/* Group style */
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
}
.navbox, .navbox-subgroup {
  background: transparent;	/* Background color */
}
.navbox-list {
  border-color: transparent;		/* Must match background color */
}
.navbox-title,
table.navbox th {
  background: rgba(67,178,197,.5);	/* Level 1 color */
  color: #fff;				  			/* text color */
}
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
  background: rgba(67,178,197,.1);	/* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background: rgba(67,178,197,.08);	/* Level 3 color */
}
.navbox tr {
   background-color: transparent;	/* Standard cell background */
}
.navbox-even {
  background: transparent;			/* Even row striping */
  background-color: rgba(67,178,197,.05);;
}
.navbox-odd {
  background: transparent;			/* Odd row striping */
  background-color: rgba(0,0,0,.3);
}

.hero-tile,
.mechanics-tile {
    float: left;
    margin: 1em;
}