MediaWiki:Common.css: Difference between revisions
From PigBoats.COM
Pbc captain (talk | contribs) No edit summary |
Pbc captain (talk | contribs) No edit summary |
||
Line 29: | Line 29: | ||
/* | /* Set the entire page background (outermost edges) */ | ||
body.page-The_USS_Dorado_Project html { | body.page-The_USS_Dorado_Project html { | ||
background-color: #f0e68c !important; | background-color: #f0e68c !important; | ||
} | } | ||
/* | /* Set the body background (just in case) */ | ||
body.page-The_USS_Dorado_Project { | body.page-The_USS_Dorado_Project { | ||
background-color: #f0e68c !important; | background-color: #f0e68c !important; | ||
} | } | ||
/* | /* Keep the content container background yellow */ | ||
body.page-The_USS_Dorado_Project #mw-wrapper { | body.page-The_USS_Dorado_Project #mw-wrapper #mw-content-container.ts-container { | ||
background | background: #f0e68c !important; | ||
} | |||
/* Keep the inner content area transparent so the yellow shows through */ | |||
body.page-The_USS_Dorado_Project #mw-wrapper #mw-content.ts-inner { | |||
background: transparent !important; | |||
} | } |
Revision as of 13:39, 28 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,
body.page-Dorado_SS-248 #site-navigation,
body.page-Dorado_Crew #site-navigation,
body.page-Dorado_Photographs #site-navigation,
body.page-Dorado_Loss_Scenario #site-navigation,
body.page-Dorado_Martin_PBM_Mariner_aircraft #site-navigation,
body.page-Dorado_Purple_Heart #site-navigation,
body.page-Dorado_Myths #site-navigation,
body.page-Dorado_documents_list #site-navigation {
display: none !important;
}
/* Change background only on the page titled "The USS Dorado Project" */
body.page-The_USS_Dorado_Project #mw-wrapper #mw-content-container.ts-container {
background: #f0e68c !important;
}
body.page-The_USS_Dorado_Project #mw-wrapper #mw-content.ts-inner {
background: transparent !important;
}
/* Set the entire page background (outermost edges) */
body.page-The_USS_Dorado_Project html {
background-color: #f0e68c !important;
}
/* Set the body background (just in case) */
body.page-The_USS_Dorado_Project {
background-color: #f0e68c !important;
}
/* Keep the content container background yellow */
body.page-The_USS_Dorado_Project #mw-wrapper #mw-content-container.ts-container {
background: #f0e68c !important;
}
/* Keep the inner content area transparent so the yellow shows through */
body.page-The_USS_Dorado_Project #mw-wrapper #mw-content.ts-inner {
background: transparent !important;
}