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