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