Jump to content

MediaWiki:Common.css: Difference between revisions

From Wimbum Vault
No edit summary
No edit summary
Line 1: Line 1:
/* Resize and position sidebar logo */
/* Style the top-left logo in the sidebar */
#p-logo {
#p-logo {
     background-image: url("https://wimbumvault.org/images/logo.png") !important;
     background-image: url("https://wimbumvault.org/images/logo.png") !important;
Line 5: Line 5:
     background-position: center center !important;
     background-position: center center !important;
     background-repeat: no-repeat !important;
     background-repeat: no-repeat !important;
    height: 100px;
     width: 150px;
     width: 150px;
    height: 100px;
     margin-top: 10px;
     margin: 0 auto;
}
}



Revision as of 07:27, 23 April 2025

/* Style the top-left logo in the sidebar */
#p-logo {
    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;
}