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