MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary Tag: Reverted |
||
| Line 1,374: | Line 1,374: | ||
.wizlords-class-card-rules div { | .wizlords-class-card-rules div { | ||
margin: 0 0 4px; | margin: 0 0 4px; | ||
} | |||
.wizlords-class-heading-icon { | |||
display: inline-flex; | |||
width: 18px; | |||
height: 18px; | |||
margin-right: 6px; | |||
vertical-align: -2px; | |||
align-items: center; | |||
justify-content: center; | |||
} | |||
.wizlords-class-heading-icon img { | |||
display: block; | |||
width: 18px !important; | |||
height: 18px !important; | |||
max-width: 18px !important; | |||
max-height: 18px !important; | |||
object-fit: contain; | |||
/* Match the cream heading colour used by article headings. */ | |||
filter: brightness(0) saturate(100%) invert(91%) sepia(11%) saturate(276%) hue-rotate(353deg) brightness(99%) contrast(88%); | |||
} | } | ||