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