Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Put font path in quotes to try to prevent clipping that started happening after the upgrade to PHP 8.4
Moving the .mp-container override out of common so it doesn't break other themes
Line 263: Line 263:
{
{
text-align: center;
text-align: center;
}
.mp-container
{
background-color: #B3A9A2;
border-radius: 8px;
padding: 8px;
display: inline-block;
font-size: 16px;
}
}