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