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