CSS3 styles:
background: #BD33A4;
color: #9F1586;
background: linear-gradient(to bottom, #BD33A4 0%, #AE2495 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BD33A4), color-stop(100%, #AE2495));
background: -webkit-linear-gradient(top, #BD33A4 0%, #AE2495 100%);
background: -moz-linear-gradient(top, #BD33A4 0%, #AE2495 100%);
background: -o-linear-gradient(top, #BD33A4 0%, #AE2495 100%);
background: -ms-linear-gradient(top, #BD33A4 0%, #AE2495 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BD33A4', endColorstr='#AE2495', GradientType=0);
border: 1px solid #9F1586;
text-shadow: 0 1px 0 #CC42B3;
-webkit-text-shadow: 0 1px 0 #CC42B3;
-moz-text-shadow: 0 1px 0 #CC42B3;
box-shadow: inset 0 1px 0 #CC42B3;
-webkit-box-shadow: inset 0 1px 0 #CC42B3;
-moz-box-shadow: inset 0 1px 0 #CC42B3;
Content has been copied to clipboard. Content has not been copied. Press "Ctrl + C" to copy.