MediaWiki:Common.css

From The Taylor Archive
Revision as of 19:21, 20 July 2026 by Admin (talk | contribs)

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.
/* 1. Reset base wrapper styling so empty containers stay invisible */
#mw-site-navigation .sidebar-inner {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* 2. Hide any sidebar chunk on main/content pages that lacks actual links */
#mw-site-navigation .sidebar-chunk:not(:has(a)) {
    display: none !important;
}

/* 3. Explicitly hide the language and secondary tool containers when unpopulated */
#p-lang,
#p-lang-sidebar,
.mw-portlet-lang,
#p-tb-label {
    display: none !important;
}