Jump to content

MediaWiki:Common.css: Difference between revisions

From 3DO Development Repo
Created page with "CSS placed here will be applied to all skins: Adjust logo size: .mw-wiki-logo { width: auto !important; height: 50px !important; } For Vector 2022: .vector-logo { max-width: 200px; height: auto; }"
 
mNo edit summary
Line 3: Line 3:
.mw-wiki-logo {
.mw-wiki-logo {
     width: auto !important;
     width: auto !important;
     height: 50px !important;
     height: auto !important;
}
 
/* For Vector 2022 */
.vector-logo {
    max-width: 200px;
    height: auto;
}
}

Revision as of 21:03, 13 August 2025

/* CSS placed here will be applied to all skins */
/* Adjust logo size */
.mw-wiki-logo {
    width: auto !important;
    height: auto !important;
}