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