CSS3 styles:
background: #9C2542;
color: #7E0724;
background: linear-gradient(to bottom, #9C2542 0%, #8D1633 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9C2542), color-stop(100%, #8D1633));
background: -webkit-linear-gradient(top, #9C2542 0%, #8D1633 100%);
background: -moz-linear-gradient(top, #9C2542 0%, #8D1633 100%);
background: -o-linear-gradient(top, #9C2542 0%, #8D1633 100%);
background: -ms-linear-gradient(top, #9C2542 0%, #8D1633 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9C2542', endColorstr='#8D1633', GradientType=0);
border: 1px solid #7E0724;
text-shadow: 0 1px 0 #AB3451;
-webkit-text-shadow: 0 1px 0 #AB3451;
-moz-text-shadow: 0 1px 0 #AB3451;
box-shadow: inset 0 1px 0 #AB3451;
-webkit-box-shadow: inset 0 1px 0 #AB3451;
-moz-box-shadow: inset 0 1px 0 #AB3451;
Content has been copied to clipboard. Content has not been copied. Press "Ctrl + C" to copy.