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

From Heroes of Might and Magic: Olden Era Official Wiki
No edit summary
No edit summary
Line 7: Line 7:
}
}


td:nth-child(1) img {
td:nth-child(2) img {
     width: 64px;
     width: 24px;
     height: 64px;
     height: 24px;
}
}



Revision as of 08:40, 24 May 2026

td {
    color: #cbced1;
}

td:nth-child(1) {
    white-space: nowrap;
}

td:nth-child(2) img {
    width: 24px;
    height: 24px;
}

.separator:first-child, .separator:last-child, .separator + .separator {
    display: none;
}

.separator-tiny {
    height: 4px;
    background: #c8b36c !important;
}

.separator-tiny td {
    padding: 0;
}

.separator-large {
    background-color: #101622 !important;
    text-align: center;
    font-size: 24px;
}

.separator-large img {
    width: 54px;
}