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