MediaWiki:Group-user.css: Difference between revisions

From PBARC
No edit summary
No edit summary
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, #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: block;
}
}
.loggedout-only {
.loggedout-only {
     display: none;
     display: none;
}
}

Revision as of 20:18, 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: block;
}
.loggedout-only {
    display: none;
}