MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 33: | Line 33: | ||
.dnd-statblock .spell-indent { | .dnd-statblock .spell-indent { | ||
padding-left: | padding-left: 3.5em; | ||
text-indent: -1.5em; | text-indent: -1.5em; | ||
margin: 2px 0; | margin: 2px 0; | ||
} | } | ||
Revision as of 20:40, 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: 1080px;
margin: 1em 0;
}
.dnd-statblock p {
margin: 0.3em 0;
}
.dnd-statblock h2, .dnd-statblock .fake-h2 {
color: #000000;
font-size: 1.5em;
font-weight: normal;
margin-top: 1.25em;
margin-bottom: 5px;
font-family: Georgia, serif;
}
.dnd-statblock hr {
border: 1px solid #eaecf0;
margin: 5px 0;
}
.dnd-statblock .red-text {
color: #000000;
font-weight: bold;
}
.dnd-statblock .spell-indent {
padding-left: 3.5em;
text-indent: -1.5em;
margin: 2px 0;
}