Hearthstone Wiki
No edit summary
Wynthyst (talk | contribs)
No edit summary
Line 7: Line 7:
 
background: -ms-linear-gradient(top, #062136 0, #000000 979px, #000000 100%);
 
background: -ms-linear-gradient(top, #062136 0, #000000 979px, #000000 100%);
 
background: linear-gradient(to bottom, #062136 0, #000000 979px, #000000 100%);
 
background: linear-gradient(to bottom, #062136 0, #000000 979px, #000000 100%);
  +
}
  +
  +
#p-logo {
  +
background: url("http://hydra-images.cursecdn.com/hearthstone.gamepedia.com/b/bc/Wiki.png") left top no-repeat;
 
}
 
}
   

Revision as of 18:57, 22 March 2013

body {
    background: #062136;
    background: -moz-linear-gradient(top, #062136 0, #338010 979px, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #062136), color-stop(979px, #000000), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, #062136 0, #000000 979px, #000000 100%);
    background: -o-linear-gradient(top, #062136 0, #000000 979px, #000000 100%);
    background: -ms-linear-gradient(top, #062136 0, #000000 979px, #000000 100%);
    background: linear-gradient(to bottom, #062136 0, #000000 979px, #000000 100%);
}

#p-logo {
    background: url("http://hydra-images.cursecdn.com/hearthstone.gamepedia.com/b/bc/Wiki.png") left top no-repeat;
}

div#mw-page-base {
  background: transparent !important;
}

#mw-head-base {
    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-top: 1px solid #f6d664;
    border-left: 1px solid #f6d664;
    border-right: 1px solid #f6d664;
    border-bottom: 1px solid #f3bb4c;
    box-shadow: rgba(149, 110, 68, 1) 0 0.1em 0.75em;
    bottom: 0;
    height: 40px;
    margin-top: -36px;
}

div.vectorTabs {
  background: transparent;
}

div.vectorTabs ul {
  background: transparent;
}

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

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

div.vectorTabs li span a {
  color: #ead7ac;
}

div.vectorTabs span a:visited {
  color: #ead7ac;
}

div.vectorTabs li span a:hover, div.vectorTabs span a:visited:hover {
  color: #ffffff;
}

div.vectorTabs li.selected span a {
  color: #ead7ac !important;
}

div.vectorTabs li.new span a {
  color: #ead7ac;
}

div.vectorTabs li.new span a:visited {
  color: #ead7ac;
}

div.vectorTabs li.new span a:hover, div.vectorTabs li.new span a:visited:hover {
  color: #ffffff;
}

div.vectorTabs span a:active {
  color: #ffffff;
}

div.vectorMenu h5 a {
  border: none;
  background: transparent;
}

div.vectorMenu .menu {
    z-index: 1;
}

div#mw-panel div.portal h5 {
  color: #ffffff;
  font-weight: bold;
}

div#mw-panel div.portal div.body ul li a {
  color: #ead7ac;
}

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

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

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

div#content {
    background: #ead7ac url("http://hydra-images.cursecdn.com/hearthstone.gamepedia.com/3/35/Body-content-bg.jpg") repeat-y;
    color: #000000;
    border: 1px solid #f6d664;
    border-top: 0px solid #f6d664;
    box-shadow: rgba(149, 110, 68, 1) 0 0.1em 0.75em;
    padding: 0.5em 1em 1em;
}

div#footer {
    background-image: none;
}

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

div#footer a { 
    color: #ead7ac; 
}

div#footer a:hover (
    color: #ead7ac;
}