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