MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 1,478: | Line 1,478: | ||
align-items: center; | align-items: center; | ||
gap: 8px; | gap: 8px; | ||
margin: | margin: 5px 0 10px; | ||
padding-top: 8px; | |||
padding-bottom: 6px; | padding-bottom: 6px; | ||
border-bottom: | border-bottom: 0; | ||
color: var(--wiz-heading, #e7e1d4); | color: var(--wiz-heading, #e7e1d4); | ||
font-size: | font-size: 18px; | ||
font-weight: bold; | font-weight: bold; | ||
line-height: | line-height: 24px; | ||
} | } | ||
| Line 1,492: | Line 1,493: | ||
.wizlords-class-category-accordion-icon { | .wizlords-class-category-accordion-icon { | ||
display: flex; | display: inline-flex; | ||
align-items: center; | align-items: center; | ||
justify-content: center; | justify-content: center; | ||
width: 30px; | width: 30px; | ||
height: 30px; | height: 30px; | ||
vertical-align: middle; | |||
line-height: 1; | |||
} | |||
.wizlords-class-category-accordion-icon span, | |||
.wizlords-class-category-accordion-icon a { | |||
display: inline-flex; | |||
align-items: center; | |||
justify-content: center; | |||
width: 100%; | |||
height: 100%; | |||
line-height: 1; | |||
} | } | ||
| Line 2,443: | Line 2,456: | ||
justify-content: center; | justify-content: center; | ||
gap: 9px; | gap: 9px; | ||
flex-wrap: nowrap; | |||
box-sizing: border-box; | box-sizing: border-box; | ||
width: 100%; | width: 100%; | ||
| Line 2,475: | Line 2,489: | ||
.skin-citizen .wizlords-class-category-accordion-title { | .skin-citizen .wizlords-class-category-accordion-title { | ||
flex: 0 1 auto; | flex: 0 1 auto; | ||
min-width: 0; | |||
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,481: | Line 2,496: | ||
line-height: 1.25; | line-height: 1.25; | ||
text-align: center; | text-align: center; | ||
white-space: nowrap; | |||
} | } | ||
.skin-citizen .wizlords-class-category-accordion-icon { | .skin-citizen .wizlords-class-category-accordion-icon { | ||
display: flex; | display: inline-flex; | ||
flex: 0 0 auto; | flex: 0 0 auto; | ||
align-items: center; | align-items: center; | ||
| Line 2,490: | Line 2,506: | ||
width: 32px; | width: 32px; | ||
height: 32px; | height: 32px; | ||
min-width: 32px; | |||
line-height: 1; | |||
vertical-align: middle; | |||
} | |||
.skin-citizen .wizlords-class-category-accordion-icon span, | |||
.skin-citizen .wizlords-class-category-accordion-icon a { | |||
display: inline-flex; | |||
align-items: center; | |||
justify-content: center; | |||
width: 100%; | |||
height: 100%; | |||
line-height: 1; | |||
} | } | ||