<!-- ************************* GuildPortal Mini Gallery ************************* --> <div class="mBottom gpgToolbar"> <span class="gpgTitle">Gallery:</span> <span class="SmallDisplay"> <a id="gpgUploadImage" href="javascript:void(0);" class="tooltip" title="Approved member uploads are enabled by Guild administrators. Click to upload.">Upload</a> <a id="gpgFullGallery" href="javascript:void(0);" class="tooltip" title="Opens the full image gallery." style="cursor:pointer;">Open</a> </span> </div> <!-- Help Site Gallery --> <div id="wrapper" class="gpgallery"></div> <!-- Test Site 4 Gallery --> <div class="gpgTitle2">Help Site 4</div> <div id="wrapper2" class="gpgallery"></div> <div style="clear:both"></div> <script type="text/javascript" src="http://www.axiomfiles.com/Files/258012/jquery.colorbox-min.js"></script> <script type="text/javascript" src="http://www.axiomfiles.com/Files/258012/gpGallery.min.js"></script> <link rel="stylesheet" href="http://www.axiomfiles.com/Files/258012/gallery-dark-colorbox.css" type="text/css" media="screen" /> <style type="text/css"> /* toolbar (upload & open gallery links) ******************** */ .gpgTitle, .gpgTitle2 { font-size: 0.9em; height: 20px; } /* Toolbar "Gallery:" text styling (Title of gallery) */ /* accordion menu ******************* */ /* Title/Clickable bar, add a background color/image to over-ride the Forum Category Header style */ .gpgallery h2 { background: #555; color: #aaa; font-size: 14px; } .gpgallery h2 span { color: #ddd; } /* selected title bar color, add a background color/image to over-ride the Forum Category Header style */ .gpgallery h2.selected { background: #0c4000; color: #ddd; } .gpgallery h2.selected span { color: #fff; } /* color of accordion up arrow */ /* gallery image size limitation */ .gpgallery img { width: 50px; height: 50px; } /* thumbnail size */ /* popup window (colorbox) options ******************* */ /* Set the minimum image size of the popup window, if too small the image descript becomes unreadable (icons overlap it) */ #cboxPhoto { min-width: 300px !important; min-height: 250px !important; } /* Comment styling (inside tooltip) */ .gpgCommentTitle { font-weight: bold; } ul.gpgCommentBody span { font-weight: bold; } /* Stuff you shouldn't have to mess with, but is needed */ .gpgTitle, .gpgTitle2 { clear: both; } .gpgToolbar { display: none; } /* hide toolbar until it has been updated */ .gpgToolbar a { float: right; margin-left: 5px; } /* move toolbar links to the right */ .gpgallery ul { list-style-type: none; padding: 0; margin: 4px 0; } /* image list */ .gpgallery ul li { float: left; margin: 2px; } /* organize list into a grid */ .gpgallery h2 { padding: 4px 0 4px 10px; margin: 2px 0 0 0; clear: both; cursor: pointer; border-radius: 1em; -moz-border-radius: 5px; -webkit-border-radius: 5px;} .gpgallery h2 span { float: right; padding-right: 10px; font-size: 0.8em; } /* accordion up/down arrows */ #tooltip { z-index: 99999 !important; } /* increase tooltip z-index to be above the colorbox popup */ ul.gpgCommentBody { list-style-type: none; padding: 0; } </style> <script type="text/javascript"> $(document).ready(function(){ // Help Site Gallery $('#wrapper').gpGallery({ toolbarText: 'Help Site' }); // Test Site 4 Gallery - remove if you only want one gallery $('#wrapper2').gpGallery({ guildID :'278466', showTools : false, startGallery : 0 }); // end Test Site 4 Gallery code }); </script>
.gpgallery img { width: 50px; height: 50px; }
#cboxPhoto { min-width: 300px !important; min-height: 250px !important; }
.gpgCommentTitle { font-weight: bold; } ul.gpgCommentBody span { font-weight: bold; }
http://www.guildportal.com/CExplorer/exDlgContentEditor.aspx?Group=######&ContentInstance=########
<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>