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