Jump to content

MediaWiki:Common.css: Difference between revisions

From Wimbum Vault
No edit summary
No edit summary
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
#f-poweredbyico img {
/* Resize sidebar logo on desktop */
     display: none !important;
@media screen and (min-width: 768px) {
    #p-logo {
        background-size: contain !important;
        background-repeat: no-repeat;
        background-position: center;
        max-width: 120px;
        height: 60px;
        margin: 10px auto;
    }
 
    #p-logo a {
        display: block;
        height: 60px;
    }
 
     #p-logo a img {
        max-height: 60px;
        width: auto;
        display: block;
        margin: 0 auto;
    }
}
 
/* Resize logo in the top left corner for desktop view */
#p-logo a {
    background-size: contain !important;
    height: 200px !important;  /* Adjust height */
    width: 200px !important; /* Adjust width */
}
}

Latest revision as of 16:15, 27 April 2025

#f-poweredbyico img {
    display: none !important;
}