Difference between revisions of "Widget:HealCalculator"
Jump to navigation
Jump to search
>@DeletedUser41383047 (Created page with "<includeonly> <script> function calculate() { var HP = document.getElementById('HP').value; var STR = document.getElementById('STR').value; var PTNCY...") |
>@DeletedUser41383047 |
||
| Line 39: | Line 39: | ||
} | } | ||
</script> | </script> | ||
| + | <div style="width:100%"> | ||
| + | <div class="dt-term" style="display:inline-block;width:120px;text-align:right;padding: 3px 8px 3px 0;margin: 0 -6px 0 0;border-right:3px #528e52 solid;font-weight:bold;vertical-align:top"><div id="adv-hp-label">TEST1: </div></div> | ||
| + | <div class="dd-description" style="display:inline-block;width:150px;text-align:left;padding: 3px 0 3px 6px;border-left: 1px #528e52 solid;vertical-align:top"><div id="adv-hp" style="display:inline;">TEST2</div></div> | ||
| + | </div> | ||
<p>HP: <input type="number" id="HP" class="a"></p> | <p>HP: <input type="number" id="HP" class="a"></p> | ||
<p>STR: <input type="number" id="STR" class='a'></p> | <p>STR: <input type="number" id="STR" class='a'></p> | ||