Top
Home

Tess CSS

Paste this at the bottom of the style.css to style buttons on the right navbar and have WooCommerce buttons match.



#header-button-container-inner .button{
background-color:#E0922F;
border:1px solid #fff;
font-weight:bold;
}

#header-button-container-inner .button:hover{
background-color:#CC2229;
background: rgb(0, 0, 0);
background: -moz-linear-gradient(248deg, rgb(0, 0, 0) 30%, rgb(255, 53, 28) 100%);
background: -webkit-linear-gradient(248deg, rgb(0, 0, 0) 30%, rgb(255, 53, 28) 100%);
background: -o-linear-gradient(248deg, rgb(0, 0, 0) 30%, rgb(255, 53, 28) 100%);
background: -ms-linear-gradient(248deg, rgb(0, 0, 0) 30%, rgb(255, 53, 28) 100%);
background: linear-gradient(338deg, rgb(0, 0, 0) 30%, rgb(255, 53, 28) 100%);
}
p{
line-height:20pt;
margin-bottom:8px;
}
a:link,a:visited{
color:#996633;
}
a:hover{
color:#9C1A1F;

}

#masthead,#colophon{
background-imageE:url(http://www.nasa.gov/images/content/627360main_potw1209a.jpg);
background-color:#CC2229;
background: rgb(0, 0, 0);
background: -moz-linear-gradient(248deg, rgb(0, 0, 0) 30%, rgb(255, 53, 28) 100%);
background: -webkit-linear-gradient(248deg, rgb(0, 0, 0) 30%, rgb(255, 53, 28) 100%);
background: -o-linear-gradient(248deg, rgb(0, 0, 0) 30%, rgb(255, 53, 28) 100%);
background: -ms-linear-gradient(248deg, rgb(0, 0, 0) 30%, rgb(255, 53, 28) 100%);
background: linear-gradient(338deg, rgb(0, 0, 0) 30%, rgb(255, 53, 28) 100%);
}