MediaWiki:Common.css: Difference between revisions

From Sephardic Diaspora Wiki
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: Resize the site logo: .mw-wiki-logo { background-size: contain !important; width: 135px !important; adjust width: height: 135px !important; adjust height: } Center it nicely: .mw-wiki-logo { background-position: center !important; background-repeat: no-repeat !important; }"
 
No edit summary
Line 4: Line 4:
.mw-wiki-logo {
.mw-wiki-logo {
     background-size: contain !important;
     background-size: contain !important;
     width: 135px !important; /* adjust width */
     width: 145px !important; /* adjust width */
     height: 135px !important; /* adjust height */
     height: 145px !important; /* adjust height */
}
}



Revision as of 17:02, 12 August 2025

/* CSS placed here will be applied to all skins */

/* Resize the site logo */
.mw-wiki-logo {
    background-size: contain !important;
    width: 145px !important; /* adjust width */
    height: 145px !important; /* adjust height */
}

/* Center it nicely */
.mw-wiki-logo {
    background-position: center !important;
    background-repeat: no-repeat !important;
}