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