Jump to content

MediaWiki:Common.css: Difference between revisions

From Legends of Kern
No edit summary
No edit summary
Line 9: Line 9:
}
}


.dnd-statblock h2 {
.dnd-statblock h2, .dnd-statblock .fake-h2 {
     color: #000000;
     color: #000000;
     font-size: 1.5em;
     font-size: 1.5em;
    font-weight: normal;
     margin-top: 0;
     margin-top: 0;
     margin-bottom: 5px;
     margin-bottom: 5px;

Revision as of 15:51, 29 July 2026

/* CSS placed here will be applied to all skins */
.dnd-statblock {
    background-color: #f8f9fa;
    font-family: sans-serif;
    border: 1px solid #a2a9b1;
    padding: 15px;
    max-width: 800px;
    margin: 1em 0;
}

.dnd-statblock h2, .dnd-statblock .fake-h2 {
    color: #000000;
    font-size: 1.5em;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 5px;
}

.dnd-statblock hr {
    border: 1px solid #eaecf0;
    margin: 5px 0;
}

.dnd-statblock .red-text {
    color: #000000;
    font-weight: bold;
}