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