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