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