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 8: Line 8:
     background:#13161a;
     background:#13161a;
}
}
tr.separator:nth-child(1) {
.separator {
height:20px;
background:#c3d4e4;
}
.separator:nth-child(-n+7) {
background:red;
background:red;
}
}
tr.separator:nth-child(2) {
.separator:nth-last-child(-n+7) {
background:yellow;
background:yellow;
}
}

Revision as of 21:42, 19 May 2026

img[width='16'] {
    position:relative;
    top:-1px;
    margin-left:1px;
    opacity: 0.5;
}
tr:hover {
    background:#13161a;
}
.separator {
	height:20px;
	background:#c3d4e4;
}
.separator:nth-child(-n+7) {
	background:red;
}
.separator:nth-last-child(-n+7) {
	background:yellow;
}