CSS3-стили:
background: #ACACAC;
color: #8E8E8E;
background: linear-gradient(to bottom, #ACACAC 0%, #9D9D9D 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ACACAC), color-stop(100%, #9D9D9D));
background: -webkit-linear-gradient(top, #ACACAC 0%, #9D9D9D 100%);
background: -moz-linear-gradient(top, #ACACAC 0%, #9D9D9D 100%);
background: -o-linear-gradient(top, #ACACAC 0%, #9D9D9D 100%);
background: -ms-linear-gradient(top, #ACACAC 0%, #9D9D9D 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ACACAC', endColorstr='#9D9D9D', GradientType=0);
border: 1px solid #8E8E8E;
text-shadow: 0 1px 0 #BBBBBB;
-webkit-text-shadow: 0 1px 0 #BBBBBB;
-moz-text-shadow: 0 1px 0 #BBBBBB;
box-shadow: inset 0 1px 0 #BBBBBB;
-webkit-box-shadow: inset 0 1px 0 #BBBBBB;
-moz-box-shadow: inset 0 1px 0 #BBBBBB;
Содержимое скопировано в буфер. Содержимое не было скопировано. Используйте "Ctrl + C".