MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 1,004: | Line 1,004: | ||
.wizlords-spell-category-heading { | .wizlords-spell-category-heading { | ||
position: relative; | position: relative; | ||
margin: 0 0 | margin: 0 0 3px; | ||
padding: 0 | padding: 0; | ||
color: var(--wiz-heading, #e7e1d4); | color: var(--wiz-heading, #e7e1d4); | ||
font-size: 18px; | font-size: 18px; | ||
font-weight: bold; | font-weight: bold; | ||
line-height: 1.3; | line-height: 1.3; | ||
} | |||
.wizlords-spell-category-description { | |||
margin: 0 0 12px; | |||
color: var(--wiz-text, #d2d2d2); | |||
font-style: italic; | |||
font-weight: bold; | |||
} | } | ||