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