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 1: Line 1:
table {
    white-space: nowrap;
}
td {
td {
     color: #cbced1;
     color: #cbced1;
}
}


td:nth-child(1) {
td:nth-child(2), td:nth-child(4) {
     white-space: nowrap;
     white-space:normal;
}
}


Line 11: Line 15:
     height: 24px;
     height: 24px;
}
}
/* ---- SEPARATORS ---- */


.separator:first-child, .separator:last-child, .separator + .separator {
.separator:first-child, .separator:last-child, .separator + .separator {

Revision as of 09:38, 24 May 2026

table {
    white-space: nowrap;
}

td {
    color: #cbced1;
}

td:nth-child(2), td:nth-child(4) {
    white-space:normal;
}

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

/* ---- SEPARATORS ---- */

.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;
}