MediaWiki:Common.css: Difference between revisions
From PigBoats.COM
Pbc captain (talk | contribs) No edit summary |
Pbcjohnston (talk | contribs) mNo edit summary |
||
Line 20: | Line 20: | ||
body.page-Latest_News #site-tools { | body.page-Latest_News #site-tools { | ||
display: none !important; | display: none !important; | ||
} | |||
/* changing left and right margins */ | |||
body.page-The_USS_Dorado_Project #mw-content-block { | |||
margin-left: 10px !important; | |||
} | |||
body.page-The_USS_Dorado_Project #mw-site-navigation { | |||
width: 5px !important; | |||
} | |||
body.page-The_USS_Dorado_Project #mw-related-navigation { | |||
padding-left: 5px !important; | |||
} | } |
Revision as of 16:10, 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;
}
/* changing left and right margins */
body.page-The_USS_Dorado_Project #mw-content-block {
margin-left: 10px !important;
}
body.page-The_USS_Dorado_Project #mw-site-navigation {
width: 5px !important;
}
body.page-The_USS_Dorado_Project #mw-related-navigation {
padding-left: 5px !important;
}