Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 1,002: Line 1,002:
}
}


.wizlords-spellbook .mw-collapsible-content > h3,
.wizlords-spell-category-heading {
.wizlords-spellbook .mw-collapsible-content > .mw-heading3 {
position: relative;
position: relative;
margin-top: 24px;
margin: 0 0 8px;
border-bottom-color: var(--wiz-spellbook-colour);
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-spellbook .mw-collapsible-content > h3:not(:first-of-type),
.wizlords-spell-card-grid + .wizlords-spell-category-heading {
.wizlords-spellbook .mw-collapsible-content > .mw-heading3:not(:first-of-type) {
margin-top: 0;
margin-top: 32px;
padding-top: 26px;
padding-top: 32px;
border-top: 0;
}
}


.wizlords-spellbook .mw-collapsible-content > h3:not(:first-of-type)::before,
.wizlords-spell-card-grid + .wizlords-spell-category-heading::before {
.wizlords-spellbook .mw-collapsible-content > .mw-heading3:not(:first-of-type)::before {
content: "";
content: "";
position: absolute;
position: absolute;
top: 16px;
top: 0;
left: 10%;
left: 10%;
width: 80%;
width: 80%;