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