Jump to content

MediaWiki:Common.css: Difference between revisions

From Wimbum Vault
No edit summary
No edit summary
 
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Resize and position sidebar logo */
#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;
    width: 150px;
    height: 100px;
    margin: 0 auto;
}
 
#p-logo a {
    height: 100%;
    display: block;
}
}

Latest revision as of 16:15, 27 April 2025

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