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