Hearthstone Wiki
No edit summary
Wynthyst (talk | contribs)
No edit summary
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  +
  +
body.page-Hearthstone_Wiki h1.firstHeading { display:none; }
   
 
.hearthstone {
 
.hearthstone {

Revision as of 19:14, 22 March 2013

/* CSS placed here will be applied to all skins */

body.page-Hearthstone_Wiki h1.firstHeading { display:none; }

.hearthstone {
    background:#74200e;
    background:-moz-linear-gradient(top,  #74200e, #b1614c 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop (0% #74200e), color-stop(100%,#b1614c ));
    background:-webkit-linear-gradient(top, #74200e 0%, #b1614c 100%);
    background:-o-linear-gradient(top, #74200e 0%, #b1614c  100%);
    background:-ms-linear-gradient(top, #74200e 0%, #b1614c  100%);
    background:linear-gradient(to bottom, #74200e 0%, #b1614c  100%);
    border: 1px solid #f3bb4c;
    box-shadow: rgba(149, 110, 68, 1) 0 0.1em 0.75em;
}