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