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