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

From Heroes of Might and Magic: Olden Era Official Wiki
No edit summary
No edit summary
Line 4: Line 4:
.wiki-hint {
.wiki-hint {
     border-bottom: none !important; /* hide the underline applied by the Hint template */
     border-bottom: none !important; /* hide the underline applied by the Hint template */
}
th .wiki-hint {
    text-align: left;
}
}


th .wiki-hint {
th .wiki-hint {
     cursor: pointer;
     cursor: pointer;
    text-align: left;
}
}



Revision as of 15:30, 15 June 2026

/* ===================================================== */
/*     G E N E R A L
/* ===================================================== */
.wiki-hint {
    border-bottom: none !important; /* hide the underline applied by the Hint template */
}

th .wiki-hint {
    text-align: left;
}

th .wiki-hint {
    cursor: pointer;
}

td {
    color: #cbced1;
    text-align: left;
}

/* ===================================================== */
/*     C O L U M N S
/* ===================================================== */


/* ===================================================== */
/*     S E P A R A T O R S
/* ===================================================== */
.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;
    font-size: 24px;
}
.separator-large td {
    text-align: center;
}