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; }"
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Adjust logo size */
/* Adjust logo size */
.mw-wiki-logo {
.mw-logo-icon {
     width: auto !important;
     width: auto;
    height: 50px !important;
}
 
/* For Vector 2022 */
.vector-logo {
    max-width: 200px;
     height: auto;
     height: auto;
}
}

Latest revision as of 21:08, 13 August 2025

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