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 Readded floating to allow for multiple fits per line.
m Modified text heights.
Line 61: Line 61:
border-bottom: solid 2px #404040;
border-bottom: solid 2px #404040;
line-height: 22px;
line-height: 23px;
font-size: 14px;
font-size: 14px;
}
.shipFitting .fittingHeader img {
margin-top: -2px;
}
}


Line 72: Line 76:
width: 45px;
width: 45px;
height: 16px;
height: 16px;
line-height: 16px;
line-height: 17px;
font-size: 8px;
font-size: 8px;
border-left: solid 1px #404040;
border-left: solid 1px #404040;
Line 180: Line 184:
.shipFitting .note {
.shipFitting .note {
width: 198px;
width: 198px;
height: 18px;
height: 19px;
border: solid 1px #404040;
border: solid 1px #404040;
margin-bottom: 4px;
margin-bottom: 4px;
line-height: 18px;
line-height: 19px;
font-size: 10px;
font-size: 10px;
}
}
Line 246: Line 250:
border: solid 1px #404040;
border: solid 1px #404040;
line-height: 18px;
line-height: 19px;
font-size: 10px;
font-size: 10px;
cursor: pointer;
cursor: pointer;
}
}


.shipFitting .button:hover {
.shipFitting .button.empty {
background-color: #2A2A2A;
color: #555555;
border-color: #353535;
}
 
.shipFitting .button:not(.empty):hover {
background-color: #303030;
}
}


.shipFitting .button.active {
.shipFitting .button.active {
background-color: #2A2A2A;
background-color: #2C2C2C;
}
}