Jump to content

MediaWiki:Common.css: Difference between revisions

From FGP Wiki
Created page with "CSS placed here will be applied to all skins: .mw-wiki-logo { width: 208px; height: 65px; background-size: contain; }"
 
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-wiki-logo {
.mw-logo-icon {
     width: 208px;
     width: 208px;
     height: 65px;
     height: 65px;
     background-size: contain;
     background-size: contain;
}
}

Revision as of 16:22, 6 January 2026

/* CSS placed here will be applied to all skins */
.mw-logo-icon {
    width: 208px;
    height: 65px;
    background-size: contain;
}