Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Luxxianna Seraph/Sandbox/MissionHoverBox/PVEBoxTooltip: Difference between revisions

From EVE University Wiki
No edit summary
No edit summary
Line 50: Line 50:
   font-size: 10px;
   font-size: 10px;
   line-height: 12px;
   line-height: 12px;
}
.PVEToolTip .PVEToolTip-damage {
    width: 180px;
  }
.PVEToolTip .PVEToolTip-damage td td {
    border-left: 2px
  }
  }


Line 90: Line 98:
   </div>
   </div>
   <div>
   <div>
   <table>
   <table class="PVEToolTip-damage">
     <tr>
     <tr>
         <th>Resistance</th>
         <th>Resistance</th>
Line 96: Line 104:
     </tr>
     </tr>
     <tr>
     <tr>
         <td><div class="PVEToolTip-attributes">{{User:Luxxianna Seraph/Sandbox/MissionHoverBox/RatResistance|{{{Faction}}}}}</div></td>
         <td><div>{{User:Luxxianna Seraph/Sandbox/MissionHoverBox/RatResistance|{{{Faction}}}}}</div></td>
         <td><div class="PVEToolTip-attributes">Damage{{User:Luxxianna Seraph/Sandbox/MissionHoverBox/RatDamage|{{{Faction}}}}}</div></td>
         <td><div>{{User:Luxxianna Seraph/Sandbox/MissionHoverBox/RatDamage|{{{Faction}}}}}</div></td>
     </tr>
     </tr>
   </table>
   </table>