MediaWiki:Common.css: Difference between revisions

From The Pinched Universe
Jump to navigation Jump to search
Disable documentations, sand box, and test cases pages
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Hide talk page tabs */
#ca-talk, #ca-talk a {
    display: none !important;
}
/* Hide links to documentation, sandbox, and test cases pages */
a[href*="Documentation"], a[href*="Sandbox"], a[href*="Testcases"] {
    display: none !important;
}

Revision as of 16:42, 25 June 2024

/* CSS placed here will be applied to all skins */