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 29: Line 29:
     text-align: center;
     text-align: center;
     font-size: 24px;
     font-size: 24px;
}
.separator-large img {
    width: 54px;
}
}

Revision as of 08:44, 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;
}