MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 2,360: | Line 2,360: | ||
.wizlords-mobile-spellbook-divine { | .wizlords-mobile-spellbook-divine { | ||
--wiz-mobile-spellbook-accent: #19c4eb; | --wiz-mobile-spellbook-accent: #19c4eb; | ||
} | |||
/* Mobile/tablet class category headings. | |||
These are still native MobileFrontend article sections; this only makes | |||
Martial / Arcane / Divine visually match the mobile spellbook headers. */ | |||
.skin-citizen .wizlords-mobile-class-category-heading { | |||
--wiz-mobile-class-category-accent: var(--wiz-content-border, #ff942d); | |||
position: relative; | |||
display: flex !important; | |||
align-items: center; | |||
justify-content: center; | |||
gap: 9px; | |||
box-sizing: border-box; | |||
width: 100%; | |||
margin: 18px 0 10px !important; | |||
padding: 0 0 6px !important; | |||
border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important; | |||
background-image: none !important; | |||
color: var(--wiz-heading, #e7e1d4); | |||
cursor: pointer; | |||
} | |||
.skin-citizen .wizlords-mobile-class-category-heading.open-block { | |||
border-bottom-color: var(--wiz-mobile-class-category-accent) !important; | |||
} | |||
.skin-citizen .wizlords-mobile-class-category-heading-martial { | |||
--wiz-mobile-class-category-accent: #9d7531; | |||
} | |||
.skin-citizen .wizlords-mobile-class-category-heading-arcane { | |||
--wiz-mobile-class-category-accent: #d66be3; | |||
} | |||
.skin-citizen .wizlords-mobile-class-category-heading-divine { | |||
--wiz-mobile-class-category-accent: #19c4eb; | |||
} | |||
.skin-citizen .wizlords-mobile-class-category-heading .indicator, | |||
.skin-citizen .wizlords-mobile-class-category-heading .mf-icon { | |||
position: static !important; | |||
flex: 0 0 auto; | |||
margin: 0 !important; | |||
color: var(--wiz-heading, #e7e1d4); | |||
} | |||
.skin-citizen .wizlords-mobile-class-category-heading .mw-headline { | |||
flex: 0 1 auto; | |||
color: var(--wiz-heading, #e7e1d4); | |||
text-align: center; | |||
} | |||
.skin-citizen .wizlords-mobile-class-category-heading-icon { | |||
display: flex; | |||
flex: 0 0 auto; | |||
align-items: center; | |||
justify-content: center; | |||
width: 32px; | |||
height: 32px; | |||
} | |||
.skin-citizen .wizlords-mobile-class-category-heading-icon img { | |||
display: block; | |||
width: 30px !important; | |||
height: 30px !important; | |||
max-width: 30px !important; | |||
max-height: 30px !important; | |||
object-fit: contain; | |||
} | } | ||