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