Module:Sandbox/Aurelain/Cargo/styles.css: Difference between revisions
From Heroes of Might and Magic: Olden Era Official Wiki
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
} | } | ||
.separator { | .separator { | ||
height: | height:8px; | ||
background:#c8b36c !important; | background:#c8b36c !important; | ||
} | |||
.separator td { | |||
padding:0; | |||
} | } | ||
.separator:nth-child(-n+8), .separator:nth-last-child(-n+8) { | .separator:nth-child(-n+8), .separator:nth-last-child(-n+8) { | ||
display:none; | display:none; | ||
} | } | ||
Revision as of 21:56, 19 May 2026
img[width='16'] {
position:relative;
top:-1px;
margin-left:1px;
opacity: 0.5;
}
tr:hover {
background:#13161a;
}
.separator {
height:8px;
background:#c8b36c !important;
}
.separator td {
padding:0;
}
.separator:nth-child(-n+8), .separator:nth-last-child(-n+8) {
display:none;
}


