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