MediaWiki:Common.css: Difference between revisions
Created page with "→CSS placed here will be applied to all skins: →Hide 'View history' tab for anonymous users: body:not(.loggedin) li#ca-history { display: none !important; } →Hide 'Recent changes' link in sidebar for anonymous users: body:not(.loggedin) #n-recentchanges, body:not(.loggedin) a[title="Special:RecentChanges"] { display: none !important; }" |
mNo edit summary Tag: Manual revert |
(5 intermediate revisions by the same user not shown) | |
(No difference)
|
Latest revision as of 18:02, 28 June 2025
/* CSS placed here will be applied to all skins */ /* Hide 'View history' tab for anonymous users */ body:not(.loggedin) li#ca-history { display: none !important; } /* Hide 'Recent changes' link in sidebar for anonymous users */ body:not(.loggedin) #n-recentchanges, body:not(.loggedin) a[title="Special:RecentChanges"] { display: none !important; }