<!-- *** Reveal shout box if the link to join the site doesn't exist *** --> <style type="text/css"> .gpWidget-shout { display: none; } </style> <script type="text/javascript"> $(document).ready(function(){ var accessLevel = "$block[userlevelname]"; if (!accessLevel.match('public|associate')) $('.gpWidget-shout').show(); }) </script>
<!-- *** Reveal shout box if the link to join the site doesn't exist, otherwise remove it *** --> <style type="text/css"> .gpWidget-shout { display: none; } </style> <script type="text/javascript"> $(document).ready(function(){ var accessLevel = "$block[userlevelname]"; if (accessLevel.match('public|associate')) { $('.gpWidget-shout').remove(); } else { $('.gpWidget-shout').show(); } }) </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>