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