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