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