Actions

MediaWiki

Common.css: Difference between revisions

From The Canon of Nora Wiki

Created page with "CSS placed here will be applied to all skins: .mw-logo, #p-logo a { width: 160px; height: 160px; background-size: 160px; }"
 
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-logo, #p-logo a {
     width: 160px;
     width: 180px;
     height: 160px;
     height: 180px;
     background-size: 160px;
     background-size: 180px;
}
}

Revision as of 14:32, 22 June 2026

/* CSS placed here will be applied to all skins */
.mw-logo, #p-logo a {
    width: 180px;
    height: 180px;
    background-size: 180px;
}