MediaWiki:Common.css
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* 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;
}