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