Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:ShipFitting: Difference between revisions

Template page
m Added reference to subsystems in format example.
Changed to use fixed widths to prevent things from getting screwed up.
Line 2: Line 2:


.shipFitting {
.shipFitting {
float: left;
width: 436px;
background-color: #202020;
background-color: #202020;
Line 21: Line 21:
}
}


.shipFitting+*:not(.shipFitting) {
.shipFitting.showEFT {
clear: both;
width: 684px;
}
 
.shipFitting.showSkills {
width: 684px;
}
 
.shipFitting.showNotes {
width: 734px;
}
 
.shipFitting.showEFT.showSkills {
width: 932px;
}
 
.shipFitting.showEFT.showNotes {
width: 982px;
}
 
.shipFitting.showSkills.showNotes {
width: 982px;
}
 
.shipFitting.showEFT.showSkills.showNotes {
width: 1230px;
}
}