MediaWiki:Common.css: Difference between revisions
From PigBoats.COM
Pbc captain (talk | contribs) No edit summary |
Pbc captain (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
display: none !important; | display: none !important; | ||
} | } | ||
/* Hide 'Page Tools' bar */ | /* Hide 'Page Tools' bar */ |
Revision as of 13:31, 26 June 2025
/* CSS placed here will be applied to all skins */
#ca-talk { display: none !important; }
#ca-history { display: none !important;}
#ca-nstab-main { display: none !important; }
/* hide the Navigation Bar */
body.page-The_USS_Dorado_Project #site-navigation,
body.page-Latest_News #site-navigation {
display: none !important;
}
/* Hide 'Page Tools' bar */
body.page-The_USS_Dorado_Project #page-tools,
body.page-Latest_News #page-tools {
display: none !important;
}
/* Hide 'Wiki Tools' Bar */
body.page-The_USS_Dorado_Project #site-tools,
body.page-Latest_News #site-tools {
display: none !important;
}