Jump to content

MediaWiki:Common.css: Difference between revisions

From Balatro Scene
Created page with "CSS placed here will be applied to all skins: Set a custom size for the logo image: .mw-logo-icon { width: auto !important; height: auto !important; max-height: 150px; Adjust this as needed: }"
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:
     width: auto !important;
     width: auto !important;
     height: auto !important;
     height: auto !important;
     max-height: 150px; /* Adjust this as needed */
     max-height: 100px;
    margin-right:0px;
}
 
.mw-logo-container{
    display:none;
}
}

Latest revision as of 11:36, 16 April 2025

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

/* Set a custom size for the logo image */
.mw-logo-icon {
    width: auto !important;
    height: auto !important;
    max-height: 100px;
    margin-right:0px;
}

.mw-logo-container{
    display:none;
}