Medi*Wiki:Common.css

From GladiusRO Wiki
Revision as of 02:38, 2 August 2026 by Ikhwan (talk | contribs) (Created page with "* Place GladiusRO Content* neatly below the Tools section.: #gladius-sidebar-toc { clear* both; position: relative; *width: auto; max-width: calc(100% - 16px); max-height: 55vh; margin: 18px 8px 20px; padding: 0; overflow-x: hidden; overflow-y: auto; } * Ensure the sidebar continues downward naturally.: #mw-panel, #mw-navigation, .sidebar { height: auto; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

/*

* Place GladiusRO Content* neatly below the Tools section.
*/
  1. gladius-sidebar-toc {
   clear* both;
   position: relative;
  *width: auto;
   max-width: calc(100% - 16px);
   max-height: 55vh;
   margin: 18px 8px 20px;
   padding: 0;
   overflow-x: hidden;
   overflow-y: auto;

}

/*

* Ensure the sidebar continues downward naturally.
*/
  1. mw-panel,
  2. mw-navigation,

.sidebar {

   height: auto;

}