Content deleted Content added
No edit summary
No edit summary
Line 151:
div.nav.equip dt,
div.nav.equip table th { border-color:#F96; }
 
/* mech1 */
.table.mech1 > :first-child > tr:first-child,
.table.mech1 > :first-child > tr:first-child > *,
.table.mech1 > * > tr.heading,
.table.mech1 > * > tr.heading > * {
background-color:#69C !important;
border-color:#527AA3 !important;
}
.table.mech1 > * > tr > th,
.table > * > tr.mech1 > th {
background-color:#B3CCE6;
border-color:#8FA3B8;
}
.table.mech1 > tbody > tr:nth-child(odd),
.table > tbody > tr.mech1:nth-child(odd) {
background-color:#E8F0F8;
}
/* mech2 */
.table.mech2 > :first-child > tr:first-child,
.table.mech2 > :first-child > tr:first-child > *,
.table.mech2 > * > tr.heading,
.table.mech2 > * > tr.heading > * {
background-color:#3CC !important;
border-color:#29A3A3 !important;
}
.table.mech2 > * > tr > th,
.table > * > tr.mech2 > th {
background-color:#99E6E6;
border-color:#7AB8B8;
}
.table.mech2 > tbody > tr:nth-child(odd),
.table > tbody > tr.mech2:nth-child(odd) {
background-color:#E1F8F8;
}
 
div.nav.mech1 .heading { background-color:#69C; }
div.nav.mech1 dd,
div.nav.mech1 dt,
div.nav.mech1 table th { border-color:#69C; }
 
/* Hide and reduce margins of horizontal rules between multiple navs */