MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 748: | Line 748: | ||
font-size: 18px; | font-size: 18px; | ||
text-align: center; | text-align: center; | ||
} | |||
.wizlords-class-category-icon { | |||
margin: 0 0 6px; | |||
text-align: center; | |||
} | |||
.wizlords-class-category-icon img { | |||
display: inline-block; | |||
width: 150px; | |||
height: 150px; | |||
object-fit: contain; | |||
} | } | ||
| Line 768: | Line 780: | ||
display: list-item; | display: list-item; | ||
margin: 0 0 3px; | margin: 0 0 3px; | ||
} | |||
.wizlords-class-category-name { | |||
color: var(--wiz-link, #ff942d); | |||
font-weight: bold; | |||
} | } | ||