Jump to content

MediaWiki:Common.css: Difference between revisions

From NFF
Created page with "CSS placed here will be applied to all skins: body.page-Main_Page:not(.loggedin) #p-tb { display: none; }"
 
No edit summary
Tag: Manual revert
 
(5 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.page-Main_Page:not(.loggedin) #p-tb {
 
     display: none;
#p-tb {
    display: none !important;
}
 
#p-Guide_Creator {
     display: none !important;
}
}

Latest revision as of 17:29, 25 June 2025

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

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

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