MediaWiki:Common.css
From Ekologos Wiki
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.
/* Keep logo inside left sidebar only */
#p-logo {
width: 10em !important;
height: 150px !important;
margin-top: 0.5em !important;
}
#p-logo a,
.mw-wiki-logo {
width: 10em !important;
height: 150px !important;
background-size: contain !important;
background-position: center center !important;
background-repeat: no-repeat !important;
}
/* Restore normal Vector page alignment */
#content,
.mw-body {
margin-left: 10em !important;
}
/* Keep top navigation clean */
#left-navigation {
margin-left: 10em !important;
}
#mw-panel {
width: 10em !important;
padding-top: 160px !important;
}