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
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<onlyinclude>{{#css:
<includeonly>{{#css:


   .PVEToolTip {
   .PVEToolTip {
     width: 100%;
     width: 100%;
   }
   }
 
 
 
   .PVEToolTip td.PVEToolTip-expectedEnemies {
   .PVEToolTip td.PVEToolTip-expectedEnemies {
     position: relative;
     position: relative;
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;
       text-align: center;
       padding-left: 10px;
   }
   }
    
    
Line 92: Line 94:
       font-size: 10px;
       font-size: 10px;
       line-height: 11px;
       line-height: 11px;
       margin-right: 2px;
       margin-left: 2px;
     }
     }
    
    
Line 104: Line 106:
       font-size: 10px;
       font-size: 10px;
       line-height: 11px;
       line-height: 11px;
       margin-right: 2px;
       margin-left: 2px;
     }
     }
    
    
   .PVEToolTip .PVEToolTip-extra-info span {
   .PVEToolTip .PVEToolTip-extra-info span {
       height: 12px;
       height: 11px;
       font-size: 12px;
       font-size: 11px;
       line-height: 14px;
       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>
    <div>
     <table class="PVEToolTip-damage">
     <table class="PVEToolTip-damage">
       <tr><th>Resistance</th><th>Damage</th></tr>
       <tr>
      <tr><td class="PVEToolTip-damage-faction" colspan="2">{{{Faction}}}</td></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>
     <div>
<!--- DPS and EHP values -->
<!-- DPS and EHP values -->
     {{#if: {{{HighestAverageDPS|}}} {{{HighestAlphaStrike|}}} {{{HighestIndividualEHP|}}} {{{HighestWaveEHP|}}}|
     {{#if: {{{HighestAverageDPS|}}} {{{HighestAlphaStrike|}}} {{{HighestIndividualEHP|}}} {{{HighestWaveEHP|}}}|
     <div class="PVEToolTip-category">Highest Values:</div><!--
     <div class="PVEToolTip-category">Highest Values:</div><!--
Line 179: Line 187:
   -->  {{#if: {{{HighestWaveEHP|}}}|<span>[[Image:Icon_armor.png |16x16px]]Wave EHP: {{{HighestWaveEHP|}}} </span>}}<!--
   -->  {{#if: {{{HighestWaveEHP|}}}|<span>[[Image:Icon_armor.png |16x16px]]Wave EHP: {{{HighestWaveEHP|}}} </span>}}<!--
   --> </div>|<!-- end if--> }}
   --> </div>|<!-- end if--> }}
<---- EWAR ---->
<!-- EWAR -->
       {{#if: {{{EWAR|}}}{{{EWAR2|}}}{{{EWAR3|}}}{{{WarpDisrupt|}}}|
       {{#if: {{{EWAR|}}}{{{EWAR2|}}}{{{EWAR3|}}}{{{WarpDisrupt|}}}|
       <div class="PVEToolTip-category">EWAR:</div><!--
       <div class="PVEToolTip-category">EWAR:</div><!--
Line 208: Line 216:
       </td>
       </td>
   </tr>|}}
   </tr>|}}
   </table>}}</onlyinclude><noinclude>{{documentation}}</noinclude>
   </table>}}</includeonly><noinclude>{{documentation}}</noinclude>