<style type="text/css"> .Alternate, .Alternate a:link { color: #ff8000; } .Available, .Available a:link { color: #00dd00; } .Cancelled, .Cancelled a:link { color: #dd0000; text-decoration: line-through; } .Confirmed, .Confirmed a:link { color: #0080dd; } .Tentative, .Tentative a:link { color: #888888; } .WaitList, .WaitList a:link { color: #dd00dd; } </style> <script type="text/javascript"> $(document).ready(function(){ var styleEntireRow = true // *************************** // Don't Change anything below // *************************** , tmp, c; $("div[id$='signupsHolder']").find("table[class^=signupsTable]") .find('.AltGridRow,.NormGridRow').each(function(){ tmp = $(this).find('td:nth-child(2)'); c = (tmp.text()).replace(/\s+/,''); if (styleEntireRow) { $(this).addClass(c); } else { tmp.addClass(c); } }); }); </script>
table.eventComments { width: 100%; } table.eventComments th { width: 14.2%; }
<style type="text/css"> .tooltip, .preview, .screenshot { cursor:pointer; } #tooltip, #tooltip2, #preview, #screenshot { color:#dddddd; background:#222222; border: 1px solid #333333; padding:5px; display:none; opacity: 0.9; filter: alpha(opacity=90); text-align:left; border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius: 1em; } </style> <script src="http://www.axiomfiles.com/Files/258012/tooltip.js" type="text/javascript"></script>