More actions
Proton zero (talk | contribs) Adjusted CSS to fix unevenness of the fitting difficulty bar. Removed WARSOP entry because the article claims WARSOP doesn't exist anymore? Please revert if I'm mistaken. |
Proton zero (talk | contribs) Replaced the images used for the vertical-text headers with CSS that does the same thing. If this breaks anything, please revert; I'm going to test on the latest versions of IE, Chrome, and Firefox. |
||
| Line 113: | Line 113: | ||
} | } | ||
.shipFitting .mainSlots .slotLabelContainer { | |||
width: 20px; | |||
height: 48px; | |||
margin-right: 4px; | |||
float: left; | |||
} | |||
.shipFitting .mainSlots .slotLabel { | .shipFitting .mainSlots .slotLabel { | ||
width: | width: 46px; | ||
height: | height: 18px; | ||
border: solid 1px #404040; | border: solid 1px #404040; | ||
font-size: 10px; | |||
line-height: 18px; | |||
-moz-transform: matrix(0.000, -1.000, 1.000, 0.000, 0.000px, 48.000px); | |||
-webkit-transform: matrix(0.000, -1.000, 1.000, 0.000, 0.000, 48.000); | |||
-ms-transform: matrix(0.000, -1.000, 1.000, 0.000, 0.000, 48.000); | |||
-o-transform: matrix(0.000, -1.000, 1.000, 0.000, 0.000, 48.000); | |||
transform: matrix(0.000, -1.000, 1.000, 0.000, 0.000, 48.000); | |||
transform-origin: 0.0px 0.0px; | |||
} | } | ||
| Line 151: | Line 163: | ||
margin-bottom: 6px; | margin-bottom: 6px; | ||
} | } | ||
.shipFitting .subSlots .slotLabelContainer { | |||
.shipFitting .subSlots . | |||
width: 12px; | width: 12px; | ||
height: 30px; | height: 30px; | ||
margin-right: 4px; | margin-right: 4px; | ||
float: left; | float: left; | ||
} | |||
.shipFitting .subSlots .slotLabel { | |||
width: 30px; | |||
height: 12px; | |||
border: solid 1px #404040; | |||
font-size: 10px; | |||
line-height: 12px; | |||
-moz-transform: matrix(0.000, -1.000, 1.000, 0.000, 0.000px, 32.000px); | |||
-webkit-transform: matrix(0.000, -1.000, 1.000, 0.000, 0.000, 32.000); | |||
-ms-transform: matrix(0.000, -1.000, 1.000, 0.000, 0.000, 32.000); | |||
-o-transform: matrix(0.000, -1.000, 1.000, 0.000, 0.000, 32.000); | |||
transform: matrix(0.000, -1.000, 1.000, 0.000, 0.000, 32.000); | |||
transform-origin: 0.0px 0.0px; | |||
} | } | ||
| Line 374: | Line 397: | ||
<div class="main"> | <div class="main"> | ||
<div class="mainSlots highSlots"> | <div class="mainSlots highSlots"> | ||
<div class="slotLabel"> | <div class="slotLabelContainer"><div class="slotLabel">HIGH</div></div> | ||
{{#switch: {{{high1name|none}}} | none = <div class="module high inactive"> | | {{#switch: {{{high1name|none}}} | none = <div class="module high inactive"> | | ||
| Line 410: | Line 433: | ||
<div class="mainSlots midSlots"> | <div class="mainSlots midSlots"> | ||
<div class="slotLabel"> | <div class="slotLabelContainer"><div class="slotLabel">MID</div></div> | ||
{{#switch: {{{mid1name|none}}} | none = <div class="module mid inactive"> | | {{#switch: {{{mid1name|none}}} | none = <div class="module mid inactive"> | | ||
| Line 446: | Line 469: | ||
<div class="mainSlots lowSlots"> | <div class="mainSlots lowSlots"> | ||
<div class="slotLabel"> | <div class="slotLabelContainer"><div class="slotLabel">LOW</div></div> | ||
{{#switch: {{{low1name|none}}} | none = <div class="module low inactive"> | | {{#switch: {{{low1name|none}}} | none = <div class="module low inactive"> | | ||
| Line 484: | Line 507: | ||
<div class="sub"> | <div class="sub"> | ||
<div class="subSlots subsystems"> | <div class="subSlots subsystems"> | ||
<div class="slotLabel"> | <div class="slotLabelContainer"><div class="slotLabel">SUB</div></div> | ||
{{#switch: {{{subsystem1name|none}}} | none = <div class="subMod subsystem inactive"> | | {{#switch: {{{subsystem1name|none}}} | none = <div class="subMod subsystem inactive"> | | ||
| Line 508: | Line 531: | ||
<div class="subSlots drones"> | <div class="subSlots drones"> | ||
<div class="slotLabel"> | <div class="slotLabelContainer"><div class="slotLabel">DRN</div></div> | ||
{{#switch: {{{drone1name|none}}} | none = <div class="subMod drone inactive"> | | {{#switch: {{{drone1name|none}}} | none = <div class="subMod drone inactive"> | | ||
| Line 532: | Line 555: | ||
<div class="subSlots charges"> | <div class="subSlots charges"> | ||
<div class="slotLabel"> | <div class="slotLabelContainer"><div class="slotLabel">CHRG</div></div> | ||
{{#switch: {{{charge1name|none}}} | none = <div class="subMod charge inactive"> | | {{#switch: {{{charge1name|none}}} | none = <div class="subMod charge inactive"> | | ||
| Line 556: | Line 579: | ||
<div class="subSlots rigs"> | <div class="subSlots rigs"> | ||
<div class="slotLabel"> | <div class="slotLabelContainer"><div class="slotLabel">RIG</div></div> | ||
{{#switch: {{{rig1name|none}}} | none = <div class="subMod rig inactive"> | | {{#switch: {{{rig1name|none}}} | none = <div class="subMod rig inactive"> | | ||