MediaWiki:Group-user.css: Difference between revisions

From PBARC
No edit summary
No edit summary
 
(One intermediate revision 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, #mw-header-nav-hack, #p-namespaces {
#user-tools, #p-views, #mw-site-navigation, #mw-related-navigation, #p-namespaces {
display: unset;
display: block;
}
}
.loggedout-only {
.loggedout-only {
     display: none;
     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;
}