Jump to content

MediaWiki:Common.css

From Legends of Kern
Revision as of 01:56, 29 July 2026 by Legendsofkern.wiki (talk | contribs) (Created page with "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 { color: #000000; font-size: 1.5em; border-bottom: 1px solid #a2a9b1; margin-top: 0; margin-bottom: 5px; } .dnd-statblock hr { border: 1px solid #eaecf0; margin: 5px 0; } .dnd-statblock .red-text { col...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* 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 {
    color: #000000;
    font-size: 1.5em;
    border-bottom: 1px solid #a2a9b1;
    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;
}