#charName a { font-size:120%; font-weight:bold; color:#ffcc00; } #charTitle { font-size:110%; color:#dddddd; }
#charName a:hover { color:#ffffff; }
options = { charHeight : 400, charWidth : 200 }; $('#myArmory').armory(char,options);
options = { charTooltipWidth : 150 }; $('#myArmory').armory(char,options);
options = { charHeight : 400, charWidth : 200, charTooltipWidth : 150, charDetailedInfo : true, charDetailedInfoMinimized : false }; $('#myArmory').armory(char,options);
char.push(['NAME','TITLE','3D ARMORY INFO','IMAGE OR TEXT LINK']);
<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>