MediaWiki:Common.css: Difference between revisions

From PigBoats.COM
Navigation box test 4
Tag: Manual revert
No edit summary
Line 3: Line 3:
#ca-history { display: none !important;}
#ca-history { display: none !important;}
#ca-nstab-main { display: none !important; }
#ca-nstab-main { display: none !important; }
body.page-The_USS_Dorado_Project #mw-panel,
body.page-The_USS_Dorado_Project #mw-panel,
body.page-Latest_News #mw-panel {
body.page-Latest_News #mw-panel {
display: none;
display: none !important;
}
}

Revision as of 12:45, 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; }

body.page-The_USS_Dorado_Project #mw-panel,
body.page-Latest_News #mw-panel {
	display: none !important;
}