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.
/* ===============================
FORCE SIDEBAR ALWAYS OPEN
Vector 2022 – GitBook Style
================================ */
/* Paksa sidebar selalu tampil */
#mw-panel {
display: block !important;
visibility: visible !important;
transform: none !important;
position: fixed;
top: 0;
left: 0;
width: 17em;
height: 100vh;
overflow-y: auto;
z-index: 10;
}
/* Geser konten utama ke kanan */
.mw-page-container {
margin-left: 17em !important;
}
/* Matikan animasi collapse */
.vector-main-menu {
transform: none !important;
}