Module:Sandbox/Aurelain/Laws/styles.css: Difference between revisions

From Heroes of Might and Magic: Olden Era Official Wiki
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; }"
 
No edit summary
Line 1: Line 1:
td {
    color: #fff;
}
tr:hover {
tr:hover {
     background:#13161a;
     background:#13161a;

Revision as of 13:31, 22 May 2026

td {
    color: #fff;
}
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;
}