MediaWiki:Common.css

From The Taylor Archive
Revision as of 18:51, 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.
/* CSS placed here will be applied to all skins */

/* 1. Hide the language portlet chunk completely in Timeless when empty */
#p-lang-sidebar,
#p-lang {
    display: none !important;
}

/* 2. Hide any sidebar card in Timeless that contains no visible links */
#mw-site-navigation .sidebar-chunk:not(:has(ul li)) {
    display: none !important;
}

/* 3. Fallback: target the last card directly if the browser doesn't support :has() */
#mw-site-navigation .sidebar-chunk:last-child {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}