MediaWiki:Common.css: Difference between revisions

From The Pinched Universe
Jump to navigation Jump to search
Hide Talk pages
 
Disable documentations, sand box, and test cases pages
Line 3: Line 3:
/* Hide talk page tabs */
/* Hide talk page tabs */
#ca-talk, #ca-talk a {
#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;
     display: none !important;
}
}

Revision as of 15:21, 25 June 2024

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