Code:
table tr.yellow td{
background: rgb(255,254,245); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,254,245,1) 0%, rgba(249,240,173,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,254,245,1)), color-stop(100%,rgba(249,240,173,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,254,245,1) 0%,rgba(249,240,173,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,254,245,1) 0%,rgba(249,240,173,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,254,245,1) 0%,rgba(249,240,173,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,254,245,1) 0%,rgba(249,240,173,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffef5', endColorstr='#f9f0ad',GradientType=0 ); /* IE6-9 */
}
table tr.blue td{
background: rgb(245,251,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(245,251,255,1) 0%, rgba(219,241,255,1) 47%, rgba(191,230,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,251,255,1)), color-stop(47%,rgba(219,241,255,1)), color-stop(100%,rgba(191,230,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(245,251,255,1) 0%,rgba(219,241,255,1) 47%,rgba(191,230,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(245,251,255,1) 0%,rgba(219,241,255,1) 47%,rgba(191,230,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(245,251,255,1) 0%,rgba(219,241,255,1) 47%,rgba(191,230,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(245,251,255,1) 0%,rgba(219,241,255,1) 47%,rgba(191,230,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5fbff', endColorstr='#bfe6ff',GradientType=0 ); /* IE6-9 */
}
The two smileys should be typed as a colon and uppercase D.
Bookmarks