MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 1,004: | Line 1,004: | ||
.wizlords-spellbook .mw-collapsible-content > h3, | .wizlords-spellbook .mw-collapsible-content > h3, | ||
.wizlords-spellbook .mw-collapsible-content > .mw-heading3 { | .wizlords-spellbook .mw-collapsible-content > .mw-heading3 { | ||
position: relative; | |||
margin-top: 24px; | margin-top: 24px; | ||
border-bottom-color: var(--wiz-spellbook-colour); | border-bottom-color: var(--wiz-spellbook-colour); | ||
| Line 1,010: | Line 1,011: | ||
.wizlords-spellbook .mw-collapsible-content > h3:not(:first-of-type), | .wizlords-spellbook .mw-collapsible-content > h3:not(:first-of-type), | ||
.wizlords-spellbook .mw-collapsible-content > .mw-heading3:not(:first-of-type) { | .wizlords-spellbook .mw-collapsible-content > .mw-heading3:not(:first-of-type) { | ||
margin-top: 40px; | |||
padding-top: 24px; | padding-top: 24px; | ||
border-top: 1px | border-top: 0; | ||
} | |||
.wizlords-spellbook .mw-collapsible-content > h3:not(:first-of-type)::before, | |||
.wizlords-spellbook .mw-collapsible-content > .mw-heading3:not(:first-of-type)::before { | |||
content: ""; | |||
position: absolute; | |||
top: 0; | |||
left: 15%; | |||
width: 70%; | |||
height: 1px; | |||
background: var(--wiz-spellbook-colour); | |||
} | } | ||