MediaWiki:Common.css: Difference between revisions

From NFF
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body:not(.loggedin) #p-tb {
 
     display: none;
#p-tb {
     display: none !important;
}
}


body:not(.loggedin) #p-Guide_Creator {
#p-Guide_Creator {
     display: none;
     display: none !important;
}
}

Latest revision as of 01:37, 11 February 2024

/* CSS placed here will be applied to all skins */

#p-tb {
    display: none !important;
}

#p-Guide_Creator {
    display: none !important;
}