MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 2,103: | Line 2,103: | ||
.wizlords-mobile-spellbook-header { | .wizlords-mobile-spellbook-header { | ||
position: relative; | position: relative; | ||
display: | display: flex; | ||
align-items: center; | align-items: center; | ||
gap: | justify-content: center; | ||
gap: 9px; | |||
margin: 22px 0 10px; | margin: 22px 0 10px; | ||
padding-bottom: 6px; | padding-bottom: 6px; | ||
border-bottom: 1px solid | border-bottom: 1px solid transparent; | ||
cursor: pointer; | cursor: pointer; | ||
} | } | ||
| Line 2,115: | Line 2,115: | ||
.wizlords-mobile-spellbook-header::before { | .wizlords-mobile-spellbook-header::before { | ||
content: ""; | content: ""; | ||
flex: 0 0 auto; | |||
width: 8px; | width: 8px; | ||
height: 8px; | height: 8px; | ||
| Line 2,126: | Line 2,126: | ||
.wizlords-mobile-spellbook.is-open .wizlords-mobile-spellbook-header::before { | .wizlords-mobile-spellbook.is-open .wizlords-mobile-spellbook-header::before { | ||
transform: translateY(2px) rotate(225deg); | transform: translateY(2px) rotate(225deg); | ||
} | |||
.wizlords-mobile-spellbook.is-open .wizlords-mobile-spellbook-header { | |||
border-bottom-color: var(--wiz-mobile-spellbook-accent, var(--wiz-content-border, #ff942d)); | |||
} | } | ||
| Line 2,134: | Line 2,138: | ||
.wizlords-mobile-spellbook-title { | .wizlords-mobile-spellbook-title { | ||
flex: 0 1 auto; | |||
color: var(--wiz-heading, #e7e1d4); | color: var(--wiz-heading, #e7e1d4); | ||
font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif; | font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif; | ||
| Line 2,144: | Line 2,149: | ||
.wizlords-mobile-spellbook-icon { | .wizlords-mobile-spellbook-icon { | ||
display: flex; | display: flex; | ||
flex: 0 0 auto; | |||
align-items: center; | align-items: center; | ||
justify-content: | justify-content: center; | ||
width: | width: 32px; | ||
height: | height: 32px; | ||
} | } | ||
.wizlords-mobile-spellbook-icon img { | .wizlords-mobile-spellbook-icon img { | ||
display: block; | display: block; | ||
width: | width: 30px !important; | ||
height: | height: 30px !important; | ||
max-width: | max-width: 30px !important; | ||
max-height: | max-height: 30px !important; | ||
object-fit: contain; | object-fit: contain; | ||
} | } | ||
| Line 2,213: | Line 2,219: | ||
.wizlords-mobile-spellbook-divine .wizlords-mobile-spell-card { | .wizlords-mobile-spellbook-divine .wizlords-mobile-spell-card { | ||
--wiz-mobile-spell-accent: #19c4eb; | --wiz-mobile-spell-accent: #19c4eb; | ||
} | |||
.wizlords-mobile-spellbook-arcane { | |||
--wiz-mobile-spellbook-accent: #d66be3; | |||
} | |||
.wizlords-mobile-spellbook-divine { | |||
--wiz-mobile-spellbook-accent: #19c4eb; | |||
} | } | ||