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