MediaWiki:Vector.css: Difference between revisions
MediaWiki interface page
More actions
Moving the .mp-container override out of common so it doesn't break other themes |
Don't set the classContainer background color in common since this breaks Citizen, override in Vector specifically |
||
| Line 228: | Line 228: | ||
display: inline-block; | display: inline-block; | ||
font-size: 16px; | font-size: 16px; | ||
} | |||
.mp-classContainer | |||
{ | |||
background-color: #B3A9A2; | |||
border-radius: 8px; | |||
padding: 8px; | |||
display: flex; | |||
justify-content: space-around; | |||
font-size: clamp(8px, 1vw, 20px); | |||
text-align: center; | |||
} | } | ||