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