Difference between revisions of "User:Mark kashukeni/Template:ShipFitting"
From EVE University Wiki
(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 .shipInfo { | .shipFitting .shipInfo { | ||
cursor: pointer; | cursor: pointer; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
}} | }} | ||
− | |||
− | |||
− | |||
<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> |