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: Difference between revisions

From Leeroopedia
Auto-created: Hide SMW purge button
 
Add sitenotice link styling
 
Line 13: Line 13:
#vector-page-tools-dropdown {
#vector-page-tools-dropdown {
     display: none !important;
     display: none !important;
}
/* Site notice banner — make links visible on dark background */
#siteNotice a {
    color: #90CAF9;
    text-decoration: underline;
}
#siteNotice a:hover {
    color: #BBDEFB;
}
}

Latest revision as of 10:55, 26 February 2026

/* 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;
}