<style type="text/css"> #tooltip .signups td { padding: 5px; } /* event signup status coloring */ .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" src="http://www.axiomfiles.com/Files/258012/events-posts-min.js"></script> <script type="text/javascript"> $(document).ready(function(){ /* add signup info to event tooltip */ showSignups(); }) </script>
<style type="text/css"> #tooltip .signups td { padding: 5px; } /* event signup status coloring */ .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" src="http://www.axiomfiles.com/Files/258012/events-posts-min.js"></script> <script type="text/javascript"> $(document).ready(function(){ /* hide events more than 3 months in the future */ hideNewEvents({ hideNewMonths: 3, // hide events more than x # of months in the future hideUser: true // hide the user that added the event }); /* add signup info to event tooltip */ showSignups({ loadingImage : 'http://i201.photobucket.com/albums/aa236/Mottie1/testsite/icons/loading6.gif', tooltipWidth : 350, // Set width of the tooltip hideGPUser : false, // Hides GP User column, if set to true hideStatus : false, // Hides Status column, if set to true hideRole : false, // Hides role being filled, if set to true hideSignedUp : false, // Hides Signed Up column, if set to true hideAdmin : true, // Hides Admin block, if set to true showTotal : false, // Shows total number of signups styleRow : false // Event status add style to entire row, if set to true }); }) </script>
<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>