No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
< | <includeonly>{{#css: | ||
.PVEToolTip { | .PVEToolTip { | ||
width: | width: 100%; | ||
} | } | ||
| Line 63: | Line 62: | ||
.PVEToolTip .PVEToolTip-damage { | .PVEToolTip .PVEToolTip-damage { | ||
white-space: nowrap; | |||
width: 190px; | width: 190px; | ||
text-align: left; | text-align: left; | ||
| Line 68: | Line 68: | ||
.PVEToolTip .PVEToolTip-damage td + td { | .PVEToolTip .PVEToolTip-damage td + td { | ||
white-space: nowrap; | |||
border-left: 1px solid #75849e | border-left: 1px solid #75849e | ||
padding-left: 3px; | padding-left: 3px; | ||
| Line 73: | Line 74: | ||
.PVEToolTip .PVEToolTip-damage th { | .PVEToolTip .PVEToolTip-damage th { | ||
white-space: nowrap; | |||
color: khaki; | color: khaki; | ||
font-size: 10px; | font-size: 10px; | ||
| Line 80: | Line 82: | ||
font-size: 10px; | font-size: 10px; | ||
line-height: 11px; | line-height: 11px; | ||
padding-left: 10px; | |||
} | } | ||
| Line 92: | Line 94: | ||
font-size: 10px; | font-size: 10px; | ||
line-height: 11px; | line-height: 11px; | ||
margin- | margin-left: 2px; | ||
} | } | ||
| Line 104: | Line 106: | ||
font-size: 10px; | font-size: 10px; | ||
line-height: 11px; | line-height: 11px; | ||
margin- | margin-left: 2px; | ||
} | } | ||
.PVEToolTip .PVEToolTip-extra-info span { | .PVEToolTip .PVEToolTip-extra-info span { | ||
height: | height: 11px; | ||
font-size: | font-size: 11px; | ||
line-height: | line-height: 13px; | ||
text-align: center; | text-align: center; | ||
} | } | ||
| Line 122: | Line 124: | ||
color: #A9A9A9; | color: #A9A9A9; | ||
} | } | ||
}}<!-- | }}<!-- | ||
-->{{Tooltip | -->{{Tooltip | ||
| Line 151: | Line 151: | ||
</td> | </td> | ||
<td> | <td> | ||
<table class="PVEToolTip-damage"> | <table class="PVEToolTip-damage"> | ||
< | <tr> | ||
<td class="PVEToolTip-damage-faction" colspan="2">{{{Faction}}}</td> | |||
</tr> | |||
<tr> | |||
<th>Resistance</th> | |||
<th>Damage</th></tr> | |||
<tr> | <tr> | ||
<td><div>{{User:Luxxianna Seraph/Sandbox/MissionHoverBox/RatResistance|{{{Faction}}}}}</div></td> | <td><div>{{User:Luxxianna Seraph/Sandbox/MissionHoverBox/RatResistance|{{{Faction}}}}}</div></td> | ||
| Line 160: | Line 163: | ||
</tr> | </tr> | ||
{{#if: {{{Faction2|}}}| | {{#if: {{{Faction2|}}}| | ||
<tr><td class="PVEToolTip-damage-faction" colspan="2">{{{Faction2}}}</td></tr> | <tr> | ||
<td class="PVEToolTip-damage-faction" colspan="2">{{{Faction2}}}</td> | |||
</tr> | |||
<tr> | |||
<th>Resistance</th> | |||
<th>Damage</th></tr> | |||
<tr> | |||
<tr> | <tr> | ||
<td><div>{{User:Luxxianna Seraph/Sandbox/MissionHoverBox/RatResistance|{{{Faction2}}}}}</div></td> | <td><div>{{User:Luxxianna Seraph/Sandbox/MissionHoverBox/RatResistance|{{{Faction2}}}}}</div></td> | ||
| Line 166: | Line 175: | ||
</tr> }} | </tr> }} | ||
</table> | </table> | ||
<div> | <div> | ||
<!-- DPS and EHP values --> | <!-- DPS and EHP values --> | ||
| Line 208: | Line 216: | ||
</td> | </td> | ||
</tr>|}} | </tr>|}} | ||
</table>}}</ | </table>}}</includeonly><noinclude>{{documentation}}</noinclude> | ||