MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* =============================== | /* =============================== | ||
GitBook Style Sidebar (OPEN) | |||
================================ */ | ================================ */ | ||
/* Sidebar always visible */ | |||
/* | |||
#mw-panel { | #mw-panel { | ||
display: block !important; | display: block !important; | ||
transform: none !important; | |||
visibility: visible !important; | visibility: visible !important; | ||
width: 18em; | |||
position: fixed; | position: fixed; | ||
top: 0; | top: 0; | ||
left: 0; | left: 0; | ||
height: 100vh; | height: 100vh; | ||
overflow-y: auto; | overflow-y: auto; | ||
z-index: | 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; | |||
} | } | ||
Revision as of 01:29, 19 December 2025
/* ===============================
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;
}