Jump to content

Connect SuperML | Leeroopedia MCP: Equip your AI agents with best practices, code verification, and debugging knowledge. Powered by Leeroo — building Organizational Superintelligence. Contact us at founders@leeroo.com.

MediaWiki:Common.css

From Leeroopedia
Revision as of 10:55, 26 February 2026 by Admin (talk | contribs) (Add sitenotice link styling)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
/* Hide Semantic MediaWiki purge button */
.smw-purge {
    display: none !important;
}

/* Hide SMW entity examiner / vertical bar loader (the ||| icon) */
.smw-indicator-vertical-bar-loader,
.smw-entity-examiner {
    display: none !important;
}

/* Hide Vector 2022 page tools dropdown */
#vector-page-tools-dropdown {
    display: none !important;
}

/* Site notice banner — make links visible on dark background */
#siteNotice a {
    color: #90CAF9;
    text-decoration: underline;
}
#siteNotice a:hover {
    color: #BBDEFB;
}