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