Difference between revisions of "User:Mark kashukeni/Template:ShipFitting"

From EVE University Wiki
Jump to: navigation, search
(Replaced content with "{{#css: .shipFitting { float: left; } .shipFitting+*:not(.shipFitting) { clear: both; } .shipFitting .shipInfo { cursor: pointer; } .shipFitting .shipInfo:hover {...")
Line 1: Line 1:
 
{{#css:
 
{{#css:
 
.shipFitting {
 
float: left;
 
}
 
 
.shipFitting+*:not(.shipFitting) {
 
clear: both;
 
}
 
 
 
  
 
.shipFitting .shipInfo {
 
.shipFitting .shipInfo {
 
cursor: pointer;
 
cursor: pointer;
}
 
 
.shipFitting .shipInfo:hover {
 
background-color: #2A2A2A;
 
}
 
 
.shipFitting .main {
 
float: left;
 
 
}
 
}
  
  
 
}}
 
}}
 
<div class="shipInfo" data-typeid="{{{2|}}}" title="View in game">{{{1|}}}</div>
 
 
 
<div class="shipFitting">
 
<div class="shipFitting">
 
<div class="shipInfo" data-typeid="{{{2|}}}" title="View in game">{{{1|}}}</div>
 
<div class="shipInfo" data-typeid="{{{2|}}}" title="View in game">{{{1|}}}</div>
 
</div>
 
</div>

Revision as of 00:23, 17 May 2013