MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
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 "What links here", "Related changes" in Tools */ | |||
#t-whatlinkshere { | #t-whatlinkshere { | ||
display: none !important; | display: none !important; | ||
} | } | ||
#t-recentchangeslinked { | #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;
}