MediaWiki:Common.css: Difference between revisions

From Ikwipedia
No edit summary
Tag: Reverted
Tags: Replaced Manual revert
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Enforce logo size and behavior across all pages */
.mw-wiki-logo {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    max-width: 135px;
    max-height: 135px;
}
/* Apply size and positioning on special pages */
body.special-page .mw-wiki-logo,
body.login-page .mw-wiki-logo {
    background-size: contain;
    background-position: center;
    max-width: 135px;
    max-height: 135px;
}

Revision as of 03:02, 4 November 2024

/* CSS placed here will be applied to all skins */