Module:Sandbox/Aurelain/Spells/styles.css

From Heroes of Might and Magic: Olden Era Official Wiki
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;
}