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 1: Line 1:
<includeonly><onlyinclude>{{#css:
<includeonly><onlyinclude>{{#css:


.combatAnomToolTip {
.PVEToolTip {
   width: 100%;
   width: 100%;
  }
  }


.combatAnomToolTip td.combatAnomToolTip-expectedEnemies {
.PVEToolTip td.PVEToolTip-expectedEnemies {
   position: relative;
   position: relative;
   padding-right: 5px;
   padding-right: 5px;
   vertical-align: top;
   vertical-align: top;
}
.combatAnomToolTip .techcornersmall {
  position: absolute;
  top: 0;
  left: 2px;
  }
  }


/* header */
/* header */
.combatAnomToolTip .combatAnomToolTip-header {
.PVEToolTip .PVEToolTip-header {
   margin-bottom: 5px;
   margin-bottom: 5px;
   border-bottom: 1px solid #272727;
   border-bottom: 1px solid #272727;
Line 26: Line 19:
  }
  }


.combatAnomToolTip .combatAnomToolTip-detail-name {
.PVEToolTip .PVEToolTip-detail-name {
   height: 20px;
   height: 20px;
   white-space: nowrap;
   white-space: nowrap;
Line 33: Line 26:
  }
  }


.combatAnomToolTip .combatAnomToolTip-category {
.PVEToolTip .PVEToolTip-category {
   font-size: 11px;
   font-size: 11px;
   line-height: 11px;
   line-height: 11px;
  }
  }


.combatAnomToolTip .combatAnomToolTip-rating {
.PVEToolTip .PVEToolTip-rating {
   white-space: nowrap;
   white-space: nowrap;
   color: orange;
   color: orange;
  }
  }


.combatAnomToolTip .combatAnomToolTip-ship-hull {
.PVEToolTip .PVEToolTip-ship-hull {
   white-space: nowrap;
   white-space: nowrap;
  }
  }


/* Highlights */
/* Highlights */
.combatAnomToolTip .combatAnomToolTip-highlights {
.PVEToolTip .PVEToolTip-highlights {
   padding-bottom: 5px;
   padding-bottom: 5px;
  }
  }


.combatAnomToolTip .combatAnomToolTip-highlights div {
.PVEToolTip .PVEToolTip-highlights div {
   height: 10px;
   height: 10px;
   color: khaki;
   color: khaki;
Line 58: Line 51:
   line-height: 12px;
   line-height: 12px;
  }
  }


/* *** Ship attributes *** */
/* *** Ship attributes *** */
.combatAnomToolTip .combatAnomToolTip-attributes {
.PVEToolTip .PVEToolTip-attributes {
   width: 180px;
   width: 180px;
  }
  }


.combatAnomToolTip .combatAnomToolTip-attributes div {
.PVEToolTip .PVEToolTip-attributes div {
   float: left;
   float: left;
   margin-right: 3px;
   margin-right: 3px;
Line 76: Line 70:


}}
}}
{{NPCTableCSS}}
{{Tooltip
{{Tooltip
| 1={{#if: {{{Name|}}} |[[{{{Faction}}} {{{Name}}}]] |{{Co|red|! parameter Name missing !}} }}
| 1={{#if: {{{Name|}}} |[[{{{Faction}}} {{{Name}}}]] |{{Co|red|! parameter Name missing !}} }}
| 2=<table class="combatAnomToolTip">
| 2=<table class="PVEToolTip">
  <tr>
  <tr>
   <td class="combatAnomToolTip-expectedEnemies">
   <td class="PVEToolTip-expectedEnemies">
     {{Expected NPC
     {{#if: {{{TotalExpFrigates|}}}|<div>[[Image:icon_red_frigate.png|12x12px]]{{{TotalExpFrigates|}}}</div>}}
        | TotalExpEnemiesSectionText = {{{EnemiesSectionText|}}}
    {{#if: {{{TotalExpDestroyers|}}}|<div>[[Image:icon_red_destroyerpng|12x12px]]{{{TotalExpDestroyers|}}}</div>}}  
        | TotalExpFrigates          = {{{TotalExpFrigates|}}}
    {{#if: {{{TotalExpCruisers|}}}|<div>[[Image:icon_red_cruiser.png|12x12px]]{{{TotalExpCruisers|}}}</div>}}
        | TotalExpDestroyers      = {{{TotalExpDestroyers|}}}
    {{#if: {{{TotalExpBattlecruisers|}}}|<div>[[Image:icon_red_battlecruiser.png|12x12px]]{{{TotalExpBattlecruisers|}}}</div>}}
        | TotalExpCruisers          = {{{TotalExpCruisers|}}}
    {{#if: {{{TotalExpBattleships|}}}|<div>[[Image:icon_red_battleship.png|12x12px]]{{{TotalExpBattleships|}}}</div>}}
        | TotalExpBattlecruisers = {{{TotalExpBattlecruisers|}}}
     {{#if: {{{TotalExpCapitals|}}}|<div>[[Image:icon_red_dreadnought.png|12x12px]]{{{TotalExpCapitals|}}}</div>}}
        | TotalExpBattleships    = {{{TotalExpBattleships|}}}
    {{#if: {{{TotalExpSentries|}}}|<div>[[Image:icon_red_tower.png|12x12px]]{{{TotalExpSentries|}}}</div>}}
        | TotalExpCapitals          = {{{TotalExpCapitals|}}}
        | TotalExpSentries          = {{{TotalExpSentries|}}}
  }}
   </td>
   </td>
   <td>
   <td>
   <div class="combatAnomToolTip-header">
   <div class="PVEToolTip-header">
     <div class="combatAnomToolTip-detail-name">{{{Faction}}} {{{Name}}}</div>
     <div class="PVEToolTip-detail-name">{{{Faction}}} {{{Name}}}</div>
     <div class="combatAnomToolTip-category"><span class="combatAnomToolTip-rating">{{{Rating|}}}</span> <span class="combatAnomToolTip-ship-hull">{{{Location|}}}</span></div>
     <div class="PVEToolTip-category"><span class="PVEToolTip-rating">{{{Rating|}}}</span> <span class="PVEToolTip-ship-hull">{{{Location|}}}</span></div>
   </div>
   </div>
   {{#if: {{{highlights1|}}} {{{highlights2|}}} {{{highlights3|}}} {{{highlights4|}}}
   {{#if: {{{highlights1|}}} {{{highlights2|}}} {{{highlights3|}}} {{{highlights4|}}}
     |<div class="combatAnomToolTip-highlights"><!--
     |<div class="PVEToolTip-highlights"><!--
-->  {{#if: {{{highlights1|}}}|<div>[[Image:Icon_highlights.png|10x10px]]{{{highlights1|}}}</div>}}<!--
-->  {{#if: {{{highlights1|}}}|<div>[[Image:Icon_highlights.png|10x10px]]{{{highlights1|}}}</div>}}<!--
-->  {{#if: {{{highlights2|}}}|<div>[[Image:Icon_highlights.png|10x10px]]{{{highlights2|}}}</div>}}<!--  
-->  {{#if: {{{highlights2|}}}|<div>[[Image:Icon_highlights.png|10x10px]]{{{highlights2|}}}</div>}}<!--  
Line 105: Line 97:
     </div>
     </div>
   }}
   }}
   <div class="combatAnomToolTip-attributes">
   <div class="PVEToolTip-attributes">
     <div>[[Image:icon_hi_slot.png|15x15px|link=]]{{#if: {{{highs|}}}
     <div>[[Image:icon_hi_slot.png|15x15px|link=]]{{#if: {{{highs|}}}
         | {{{highs}}} ({{#if: {{{launchers|}}} |{{{launchers}}} |0 }}/{{#if: {{{turrets|}}} |{{{turrets}}} |0 }})
         | {{{highs}}} ({{#if: {{{launchers|}}} |{{{launchers}}} |0 }}/{{#if: {{{turrets|}}} |{{{turrets}}} |0 }})