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 981: Line 981:


.wizlords-spellbook-title {
.wizlords-spellbook-title {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
padding: 14px 18px;
padding: 14px 18px;
color: var(--wiz-heading, #e7e1d4);
color: var(--wiz-heading, #e7e1d4);
Line 986: Line 990:
font-weight: bold;
font-weight: bold;
text-align: center;
text-align: center;
}
.wizlords-spellbook-title-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
}
.wizlords-spellbook-title-icon img {
display: block;
width: 40px;
height: 40px;
object-fit: contain;
}
}


Line 995: Line 1,014:
.wizlords-spellbook > .mw-collapsible-toggle .mw-collapsible-text,
.wizlords-spellbook > .mw-collapsible-toggle .mw-collapsible-text,
.wizlords-spellbook > .mw-collapsible-toggle a {
.wizlords-spellbook > .mw-collapsible-toggle a {
color: var(--wiz-link, #ff942d) !important;
}
.wizlords-spellbook-bottom-toggle {
margin: 16px 0 0;
padding: 0;
text-align: right;
color: var(--wiz-text, #d2d2d2) !important;
cursor: pointer;
}
.wizlords-spellbook-bottom-toggle .mw-collapsible-text,
.wizlords-spellbook-bottom-toggle a {
color: var(--wiz-link, #ff942d) !important;
color: var(--wiz-link, #ff942d) !important;
}
}