MediaWiki:Common.css: Difference between revisions

From EstoriaRO Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
/* ===============================
/* ===============================
   FORCE SIDEBAR ALWAYS OPEN
   GitBook Style Sidebar (OPEN)
  Vector 2022 – GitBook Style
================================ */
================================ */


 
/* Sidebar always visible */
 
/* Paksa sidebar selalu tampil */
#mw-panel {
#mw-panel {
     display: block !important;
     display: block !important;
    transform: none !important;
     visibility: visible !important;
     visibility: visible !important;
     transform: none !important;
     width: 18em;
     position: fixed;
     position: fixed;
     top: 0;
     top: 0;
     left: 0;
     left: 0;
    width: 17em;
     height: 100vh;
     height: 100vh;
     overflow-y: auto;
     overflow-y: auto;
     z-index: 10;
    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;
}