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