Difference between revisions of "User:Cliverunner/CVRTestFitTemplate"

From EVE University Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
.shipFitting {
 
.shipFitting {
width: 412px;
+
width: 436px;
 
 
 
background-color: #202020;
 
background-color: #202020;
Line 16: Line 16:
 
padding-bottom: 8px;
 
padding-bottom: 8px;
 
 
font-family: Trebuchet MS;
+
font-family: Arial;
 
color: #CCCCCC;
 
color: #CCCCCC;
 
text-align: center;
 
text-align: center;
Line 27: Line 27:
  
 
.shipFitting.showEft {
 
.shipFitting.showEft {
width: 660px;
+
width: 684px;
 
}
 
}
  
 
.shipFitting.showSkills {
 
.shipFitting.showSkills {
width: 720px;
+
width: 744px;
 
}
 
}
  
 
.shipFitting.showEft.showSkills {
 
.shipFitting.showEft.showSkills {
width: 969px;
+
width: 993px;
 
}
 
}
  
Line 55: Line 55:
 
.shipFitting .mainSlots {
 
.shipFitting .mainSlots {
 
height: 48px;
 
height: 48px;
margin-bottom: 4px;
+
margin-bottom: 6px;
 
}
 
}
  
 
.shipFitting .mainSlots.lowSlots {
 
.shipFitting .mainSlots.lowSlots {
 
margin-bottom: 8px;
 
margin-bottom: 8px;
 +
}
 +
 +
.shipFitting .mainSlots .slotLabel {
 +
width: 18px;
 +
height: 46px;
 +
border: solid 1px #404040;
 +
margin-right: 4px;
 +
float: left;
 
}
 
}
  
Line 85: Line 93:
 
.shipFitting .subSlots {
 
.shipFitting .subSlots {
 
height: 32px;
 
height: 32px;
margin-bottom: 4px;
+
margin-bottom: 6px;
 +
}
 +
 
 +
.shipFitting .subSlots .slotLabel {
 +
width: 12px;
 +
height: 30px;
 +
border: solid 1px #404040;
 +
margin-right: 4px;
 +
float: left;
 
}
 
}
  
Line 173: Line 189:
  
 
.shipFitting .buttons {
 
.shipFitting .buttons {
margin-top: 16px;
+
margin-top: 22px;
 
}
 
}
  
 
.shipFitting.ss .buttons {
 
.shipFitting.ss .buttons {
margin-top: 52px;
+
margin-top: 58px;
 
}
 
}
  
Line 263: Line 279:
 
<div class="main">
 
<div class="main">
 
<div class="mainSlots highSlots">
 
<div class="mainSlots highSlots">
 +
<div class="slotLabel">[[File: Fitting template high slot label.png|18x46px|center|link=]]</div>
 +
 
{{#switch: {{{high1name|none}}} | none = <div class="module high inactive"> |  
 
{{#switch: {{{high1name|none}}} | none = <div class="module high inactive"> |  
 
open = <div class="module high open">[[File:Icon hi slot.png|46x46px|center|link=]] |  
 
open = <div class="module high open">[[File:Icon hi slot.png|46x46px|center|link=]] |  
Line 297: Line 315:
 
 
 
<div class="mainSlots midSlots">
 
<div class="mainSlots midSlots">
 +
<div class="slotLabel">[[File: Fitting template mid slots label.png|18x46px|center|link=]]</div>
 +
 
{{#switch: {{{mid1name|none}}} | none = <div class="module mid inactive"> |  
 
{{#switch: {{{mid1name|none}}} | none = <div class="module mid inactive"> |  
 
open = <div class="module mid open">[[File:Icon mid slot.png|46x46px|center|link=]] |  
 
open = <div class="module mid open">[[File:Icon mid slot.png|46x46px|center|link=]] |  
Line 331: Line 351:
 
 
 
<div class="mainSlots lowSlots">
 
<div class="mainSlots lowSlots">
 +
<div class="slotLabel">[[File: Fitting template low slots label.png|18x46px|center|link=]]</div>
 +
 
{{#switch: {{{low1name|none}}} | none = <div class="module low inactive"> |  
 
{{#switch: {{{low1name|none}}} | none = <div class="module low inactive"> |  
 
open = <div class="module low open">[[File:Icon low slot.png|46x46px|center|link=]] |  
 
open = <div class="module low open">[[File:Icon low slot.png|46x46px|center|link=]] |  
Line 367: Line 389:
 
<div class="sub">
 
<div class="sub">
 
<div class="subSlots subsystems">
 
<div class="subSlots subsystems">
 +
<div class="slotLabel">[[File: Fitting template subsystem slots label.png|18x30px|center|link=]]</div>
 +
 
{{#switch: {{{subsystem1name|none}}} | none = <div class="subMod subsystem inactive"> |  
 
{{#switch: {{{subsystem1name|none}}} | none = <div class="subMod subsystem inactive"> |  
 
open = <div class="subMod subsystem open">[[File:EVE SubIcon.png|30x30px|center|link=]] |  
 
open = <div class="subMod subsystem open">[[File:EVE SubIcon.png|30x30px|center|link=]] |  
Line 389: Line 413:
 
 
 
<div class="subSlots drones">
 
<div class="subSlots drones">
 +
<div class="slotLabel">[[File: Fitting template drone slots label.png|18x30px|center|link=]]</div>
 +
 
{{#switch: {{{drone1name|none}}} | none = <div class="subMod drone inactive"> |  
 
{{#switch: {{{drone1name|none}}} | none = <div class="subMod drone inactive"> |  
 
open = <div class="subMod drone open">[[File:Icon dashed diamond.png|30x30px|center|link=]] |  
 
open = <div class="subMod drone open">[[File:Icon dashed diamond.png|30x30px|center|link=]] |  
Line 411: Line 437:
 
 
 
<div class="subSlots charges">
 
<div class="subSlots charges">
 +
<div class="slotLabel">[[File: Fitting template charge slots label.png|18x30px|center|link=]]</div>
 +
 
{{#switch: {{{charge1name|none}}} | none = <div class="subMod charge inactive"> |  
 
{{#switch: {{{charge1name|none}}} | none = <div class="subMod charge inactive"> |  
 
open = <div class="subMod charge open">[[File:Icon dashed triangle.png|30x30px|center|link=]] |  
 
open = <div class="subMod charge open">[[File:Icon dashed triangle.png|30x30px|center|link=]] |  
Line 433: Line 461:
  
 
<div class="subSlots rigs">
 
<div class="subSlots rigs">
 +
<div class="slotLabel">[[File: Fitting template rig slots label.png|18x30px|center|link=]]</div>
 +
 
{{#switch: {{{rig1name|none}}} | none = <div class="subMod rig inactive"> |  
 
{{#switch: {{{rig1name|none}}} | none = <div class="subMod rig inactive"> |  
 
open = <div class="subMod rig open">[[File:Icon rigs.png|30x30px|center|link=]] |  
 
open = <div class="subMod rig open">[[File:Icon rigs.png|30x30px|center|link=]] |  

Revision as of 22:16, 8 February 2013

{{{ship}}}: {{{fitName}}}
Fitting template high slot label.png
Fitting template mid slots label.png
Fitting template low slots label.png
Fitting template subsystem slots label.png
Fitting template drone slots label.png
Fitting template charge slots label.png
Fitting template rig slots label.png
FITTING DIFFICULTY
WARSOP APPROVED
Approved
EVE VERSION
unknown
EVE
EFT
NOTES
EFT
[{{{ship}}}, {{{fitName}}}]





NOTES


NOTE: This is a copy of the template created by Miranda McLaughlin. It is for testing purposes only!!!. See the real template here Template:MmTestFitTemplate