Difference between revisions of "User:Mark kashukeni/Template:ShipFitting"
From EVE University Wiki
Line 1: | Line 1: | ||
{{#css: | {{#css: | ||
.shipInfo { | .shipInfo { | ||
+ | width: 45px; | ||
+ | height: 16px; | ||
+ | line-height: 17px; | ||
+ | font-size: 8px; | ||
+ | border-left: solid 1px #404040; | ||
+ | border-right: solid 1px #404040; | ||
+ | margin-top: 3px; | ||
+ | float: right; | ||
cursor: pointer; | cursor: pointer; | ||
+ | } | ||
+ | |||
+ | .shipInfo:hover { | ||
+ | background-color: #2A2A2A; | ||
} | } | ||
}} | }} | ||
<div class="shipInfo" data-typeid="{{{2|}}}" title="View in game">{{{1|}}}</div> | <div class="shipInfo" data-typeid="{{{2|}}}" title="View in game">{{{1|}}}</div> |