Module:Sandbox/Aurelain/Laws/styles.css: Difference between revisions
From Heroes of Might and Magic: Olden Era Official Wiki
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
} | } | ||
.separator { | .separator { | ||
height: | height:4px; | ||
background:#c8b36c !important; | background:#c8b36c !important; | ||
} | } | ||
Revision as of 13:51, 22 May 2026
td {
color: #cbced1;
}
tr:hover {
background:#13161a;
}
.separator {
height:4px;
background:#c8b36c !important;
}
.separator td {
padding:0;
}
.separator:nth-child(-n+8), .separator:nth-last-child(-n+8) {
display:none;
}


