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