<style> .shoutBody { padding: 0 0 10px 20px; /* top right bottom left padding */ } .shoutWithImage .shoutBody { min-height: 54px; } .shoutWithImage .shoutBody img { max-width: 50px; max-height: 50px; float: right; padding: 2px; } .scrollableShout { height: 300px; /* adjust the shout box height here */ display: block; overflow-y: auto; } </style> <script src="/GuildFiles/258012/shout-images.js"></script> <script> $(window).load(function(){ var shoutScrollable = true; shoutImages(shoutScrollable); }); </script>
.shoutWithImage img { max-width: 50px; max-height: 50px; float: right; padding: 2px; }
.shoutWithImage .shoutBody { min-height: 54px; }
var shoutScrollable = true;
<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>