MediaWiki:Common.css: Difference between revisions

From PigBoats.COM
No edit summary
No edit summary
Line 4: Line 4:
#ca-nstab-main { display: none !important; }
#ca-nstab-main { display: none !important; }


 
/* hide the Navigation Bar */
body.page-The_USS_Dorado_Project #site-navigation,
body.page-The_USS_Dorado_Project #site-navigation,
body.page-Latest_News #site-navigation {
body.page-Latest_News #site-navigation {
Line 10: Line 10:
}
}


/* Hide the left Wiki tools box */
/* Hide the left Wiki tools box  
body.page-The_USS_Dorado_Project #p-tb,
body.page-The_USS_Dorado_Project #p-tb,
body.page-Latest_News #p-tb {
body.page-Latest_News #p-tb {
     display: none !important;
     display: none !important;
}
}  
*/


/* Hide the right More tools box */
/* Hide 'Page Tools' bar */
body.page-The_USS_Dorado_Project #page-tools,
body.page-The_USS_Dorado_Project #page-tools,
body.page-Latest_News #page-tools {
body.page-Latest_News #page-tools {
Line 22: Line 23:
}
}


/* Hide the right More tools box */
/* Hide 'Wiki Tools' Bar */
body.page-The_USS_Dorado_Project #site-tools,
body.page-The_USS_Dorado_Project #site-tools,
body.page-Latest_News #site-tools {
body.page-Latest_News #site-tools {
     display: none !important;
     display: none !important;
}
}

Revision as of 13:30, 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 the left Wiki tools box 
body.page-The_USS_Dorado_Project #p-tb,
body.page-Latest_News #p-tb {
    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;
}