MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: body.page-Main_Page:not(.loggedin) #p-tb { display: none; }") |
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 */ | ||
body. | body:not(.loggedin) #p-tb { | ||
display: none; | |||
} | |||
body:not(.loggedin) #p-Guide_Creator { | |||
display: none; | display: none; | ||
} | } |
Revision as of 13:01, 9 February 2024
/* CSS placed here will be applied to all skins */ body:not(.loggedin) #p-tb { display: none; } body:not(.loggedin) #p-Guide_Creator { display: none; }