Jump to content

MediaWiki:Common.css: Difference between revisions

From Wimbum Vault
No edit summary
No edit summary
 
(26 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Style the top-left logo in the sidebar */
#f-poweredbyico img {
#p-logo {
     display: none !important;
     background-image: url("https://wimbumvault.org/images/logo.png") !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 100px;
    width: 150px;
    margin-top: 10px;
}
 
#p-logo a {
    height: 100%;
    display: block;
}
}

Latest revision as of 16:15, 27 April 2025

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