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 966: Line 966:
.wizlords-spellbook {
.wizlords-spellbook {
margin: 18px 0 28px;
margin: 18px 0 28px;
border: 1px solid var(--wiz-link, #ff942d);
border: 1px solid var(--wiz-spellbook-colour, var(--wiz-link, #ff942d));
background: #1f1e1e;
background: #1f1e1e;
}
.wizlords-spellbook-arcane {
--wiz-spellbook-colour: #602069;
--wiz-spell-card-divider-colour: #8c3b98;
}
.wizlords-spellbook-divine {
--wiz-spellbook-colour: #089cc0;
--wiz-spell-card-divider-colour: #19c4eb;
}
}


Line 990: Line 1,000:
.wizlords-spellbook .mw-collapsible-content {
.wizlords-spellbook .mw-collapsible-content {
padding: 0 18px 20px;
padding: 0 18px 20px;
}
.wizlords-spellbook .mw-collapsible-content > h3,
.wizlords-spellbook .mw-collapsible-content > .mw-heading3 {
margin-top: 24px;
border-bottom-color: var(--wiz-spellbook-colour);
}
.wizlords-spellbook .mw-collapsible-content > h3:not(:first-of-type),
.wizlords-spellbook .mw-collapsible-content > .mw-heading3:not(:first-of-type) {
padding-top: 24px;
border-top: 1px solid var(--wiz-spellbook-colour);
}
}


Line 1,032: Line 1,054:
.wizlords-spell-card-title {
.wizlords-spell-card-title {
padding: 12px;
padding: 12px;
color: var(--wiz-link, #ff942d);
color: var(--wiz-spellbook-colour, var(--wiz-link, #ff942d));
font-size: 18px;
font-size: 18px;
font-weight: bold;
font-weight: bold;
Line 1,048: Line 1,070:
height: 1px;
height: 1px;
margin: 14px auto 12px;
margin: 14px auto 12px;
background: var(--wiz-race-table-divider-colour, #9d7531);
background: var(--wiz-spell-card-divider-colour, var(--wiz-race-table-divider-colour, #9d7531));
}
}