MediaWiki:Common.css
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.
/* ===============================
GitBook Style Sidebar (OPEN)
================================ */
/* Sidebar always visible */
#mw-panel {
display: block !important;
transform: none !important;
visibility: visible !important;
width: 18em;
position: fixed;
top: 0;
left: 0;
height: 100vh;
overflow-y: auto;
background: #f8f9fb;
border-right: 1px solid #e5e7eb;
z-index: 20;
}
/* Content pushed right */
.mw-page-container {
margin-left: 18em !important;
}
/* Optional: hide toggle button */
.vector-main-menu-toggle {
display: none !important;
}