MediaWiki:Common.css: Difference between revisions
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 History */ | |||
#ca-history { display: none !important; } | #ca-history { display: none !important; } | ||
/* Hide View Source */ | |||
#ca-viewsource * {display: none !important; } | #ca-viewsource * {display: none !important; } | ||
/* Hide Discussions */ | |||
#ca-talk * {display: none !important; } | #ca-talk * {display: none !important; } | ||
/* Hide Public Account Creation */ | |||
#pt-createaccount-2 {display: none !important; } | #pt-createaccount-2 {display: none !important; } | ||
/* Hide Recent Changes */ | |||
#n-recentchanges {display: none !important; } | #n-recentchanges {display: none !important; } | ||
/* Hide Wiki link in sidebar */ | |||
#n-help-mediawiki {display: none !important; } | #n-help-mediawiki {display: none !important; } | ||
/* Hide 'Tools' in sidebar */ | |||
#p-tb {display: none !important; } | #p-tb {display: none !important; } | ||
/* Hide Footer */ | |||
.mw-footer-container * {display: none !important; } | .mw-footer-container * {display: none !important; } | ||
Revision as of 08:02, 21 September 2023
/* CSS placed here will be applied to all skins */
/* Hide History */
#ca-history { display: none !important; }
/* Hide View Source */
#ca-viewsource * {display: none !important; }
/* Hide Discussions */
#ca-talk * {display: none !important; }
/* Hide Public Account Creation */
#pt-createaccount-2 {display: none !important; }
/* Hide Recent Changes */
#n-recentchanges {display: none !important; }
/* Hide Wiki link in sidebar */
#n-help-mediawiki {display: none !important; }
/* Hide 'Tools' in sidebar */
#p-tb {display: none !important; }
/* Hide Footer */
.mw-footer-container * {display: none !important; }