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