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 |
||
Line 2: | Line 2: | ||
#user-tools, #p-views, #mw-site-navigation, #mw-related-navigation, #mw-header-nav-hack, #p-namespaces { | #user-tools, #p-views, #mw-site-navigation, #mw-related-navigation, #mw-header-nav-hack, #p-namespaces { | ||
display: unset; | display: unset; | ||
} | |||
.loggedout-only { | |||
display: none; | |||
} | } |
Revision as of 16:16, 9 February 2022
/* 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; } .loggedout-only { display: none; }