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