/* event and event image */ a.weekly-event img { width: 20px; height: 20px; float: left; } a.weekly-event-shown { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: #fff 1px solid; color: #fff; display: block; float: left; text-decoration: none; width: 100%; font-size: .9em; } a.weekly-event-shown img { width: 16px; height: 16px; } a.weekly-event-shown .fc-event-time { font-weight: bold; }
<script type="text/javascript"> $(function(){ /* weekly script code */ $('.weekly').weekly({ groupId: 289757, showInTooltip: false }); }); </script>
<script type="text/javascript"> $(function(){ /* weekly script code */ $('.weekly').weekly({ guildId: 289757, showInTooltip: false }); }); </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>