Actions

MediaWiki

Common.css: Difference between revisions

From The Canon of Nora Wiki

No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.mw-logo, #p-logo a {
    .mw-wiki-logo.timeless-logo img {
    width: 180px !important;
        width: 155px;
    height: 180px !important;
        height: auto;
    background-size: 180px 180px !important;
        margin: 0.75em 0 0.5em;
     background-position: center !important;
     }
}

Revision as of 14:38, 22 June 2026

/* CSS placed here will be applied to all skins */
    .mw-wiki-logo.timeless-logo img {
        width: 155px;
        height: auto;
        margin: 0.75em 0 0.5em;
    }