This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Angies helper page keyframes */ | |
.YBNY tr:first-child td{ background:-o-linear-gradient(bottom, #e1c893 5%, #fff8f0 100%); | |
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e1c893), color-stop(1, #fff8f0) ); | |
background:-moz-linear-gradient( center top, #e1c893 5%, #fff8f0 100% ); | |
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1c893", endColorstr="#fff8f0"); | |
background: -o-linear-gradient(top,#e1c893,fff8f0); background-color:#e1c893; | |
border:0px solid TRANSPARENT; text-align:center; border-width:0px 0px 1px 1px; font-size:18px; font-family:Arial; font-weight:bold; color:#FFF; | |
} | |