MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* | /* 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; | ||
margin-top: 10px; | |||
margin: | |||
} | } | ||
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; }