Module:Sandbox/Aurelain/Laws/styles.css

From Heroes of Might and Magic: Olden Era Official Wiki
Revision as of 13:04, 22 May 2026 by Aurelain (talk | contribs) (Created page with "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; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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;
}