// Ni_Karma.lua file name/location: Use filename only if that file is in the same directory as this htm // if not, use the full path (e.g. http://www.axiomfiles.com/Files/######/Ni_Karma.txt) var NKFileName = "Ni_Karma.lua"; // Ni Karma Database location var database = "Test.ICC.ICC25"; // show the last # entries in the tooltip var TooltipShowsLast = 5; // popup window size var popupWidth = 500; var popupHeight = 450;
<!-- Choose from Ni_Karma-dark.css, Ni_Karma-light.css or make your own --> <link rel="stylesheet" href="Ni_Karma-dark.css" type="text/css" />
<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>