MediaWiki:Common.css: Difference between revisions

Add Popups CSS
Hide foreground logo
Line 49: Line 49:
}
}


/* --- 5. Fix Logo Clipping --- */
/* --- 5. Hide Foreground Logo (Use Background Instead) --- */
#p-logo a {
#p-logo a {
     background-size: contain !important;
     background-image: none !important;
    background-position: center center !important;
     height: 140px !important;
     height: 140px !important; /* Optional: shrink if it overlaps */
}
}