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