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.
/* Logo */
#p-logo {
width: 10em !important;
height: 120px !important;
margin: 0 auto 10px auto !important;
}
#p-logo a,
.mw-wiki-logo {
width: 10em !important;
height: 120px !important;
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center top !important;
}
/* Sidebar */
#mw-panel {
width: 10em !important;
padding-top: 0 !important;
}
/* Main content alignment */
#content,
.mw-body {
margin-left: 11em !important;
}
/* Top navigation tabs */
#left-navigation {
margin-left: 11em !important;
}
/* Hide Main Page title */
.page-Main_Page .mw-first-heading {
display: none !important;
}