MediaWiki:Common.css: Difference between revisions

From CNI Wiki
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: #t-relatedchanges { display: none !important; }"
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


#t-relatedchanges {
/* Hide "What links here", "Related changes" in Tools */
#t-whatlinkshere {
    display: none !important;
}
#t-recentchangeslinked {
    display: none !important;
}
 
/* Hide "Discussion" tab */
#ca-talk,
li#ca-talk,
.mw-list-item#ca-talk {
     display: none !important;
     display: none !important;
}
}

Latest revision as of 21:52, 18 March 2026

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

/* Hide "What links here", "Related changes" in Tools */
#t-whatlinkshere {
    display: none !important;
}
#t-recentchangeslinked {
    display: none !important;
}

/* Hide "Discussion" tab */
#ca-talk,
li#ca-talk,
.mw-list-item#ca-talk {
    display: none !important;
}