MediaWiki:Group-user.css: Difference between revisions
From PBARC
(Created page with "→CSS placed here will affect registered users only: #user-tools, #p-views, #mw-site-navigation, #mw-related-navigation, #mw-header-nav-hack, #p-namespaces { display: unset; }") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect registered users only */ | /* CSS placed here will affect registered users only */ | ||
#user-tools, #p-views, #mw-site-navigation, #mw-related-navigation | #user-tools, #p-views, #mw-site-navigation, #mw-related-navigation, #p-namespaces { | ||
display: | display: block; | ||
} | |||
.loggedout-only { | |||
display: none; | |||
} | } |
Latest revision as of 16:34, 2 March 2023
/* CSS placed here will affect registered users only */ #user-tools, #p-views, #mw-site-navigation, #mw-related-navigation, #p-namespaces { display: block; } .loggedout-only { display: none; }