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