MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 1,002: | Line 1,002: | ||
} | } | ||
.wizlords- | .wizlords-spell-category-heading { | ||
position: relative; | position: relative; | ||
margin | margin: 0 0 8px; | ||
border-bottom | padding: 0 0 5px; | ||
border-bottom: 1px solid var(--wiz-spellbook-colour); | |||
color: var(--wiz-heading, #e7e1d4); | |||
font-size: 18px; | |||
font-weight: bold; | |||
line-height: 1.3; | |||
} | } | ||
.wizlords- | .wizlords-spell-card-grid + .wizlords-spell-category-heading { | ||
.wizlords- | margin-top: 0; | ||
margin-top: | padding-top: 26px; | ||
padding-top: | |||
} | } | ||
.wizlords- | .wizlords-spell-card-grid + .wizlords-spell-category-heading::before { | ||
.wizlords- | |||
content: ""; | content: ""; | ||
position: absolute; | position: absolute; | ||
top: | top: 0; | ||
left: 10%; | left: 10%; | ||
width: 80%; | width: 80%; | ||