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