MediaWiki:Common.css: Difference between revisions

From PigBoats.COM
No edit summary
No edit summary
Line 17: Line 17:
     display: none !important;
     display: none !important;
}
}




Line 33: Line 32:
body.page-The_USS_Dorado_Project #bodyContentOuter {
body.page-The_USS_Dorado_Project #bodyContentOuter {
     background: #f0e68c !important;
     background: #f0e68c !important;
}
/* Set the background for the space around the content */
body.page-The_USS_Dorado_Project #bodyContentOuter {
    background: #f0e68c !important;
}
/* Force the inner content block to have transparent background */
body.page-The_USS_Dorado_Project #content {
    background: transparent !important;
}
/* Force the mw-body to be transparent too */
body.page-The_USS_Dorado_Project .mw-body {
    background: transparent !important;
}
/* Optional: make sure mw-content-wrapper doesn't override */
body.page-The_USS_Dorado_Project #mw-content-wrapper {
    background: transparent !important;
}
}

Revision as of 13:51, 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 and content margin to yellow for this specific page */
body.page-The_USS_Dorado_Project #mw-wrapper #mw-content-container {
    background: #f0e68c !important;
}

body.page-The_USS_Dorado_Project #mw-wrapper #mw-content {
    background: transparent !important;
}

/* This will target the content margins */
body.page-The_USS_Dorado_Project #bodyContentOuter {
    background: #f0e68c !important;
}



/* Set the background for the space around the content */
body.page-The_USS_Dorado_Project #bodyContentOuter {
    background: #f0e68c !important;
}

/* Force the inner content block to have transparent background */
body.page-The_USS_Dorado_Project #content {
    background: transparent !important;
}

/* Force the mw-body to be transparent too */
body.page-The_USS_Dorado_Project .mw-body {
    background: transparent !important;
}

/* Optional: make sure mw-content-wrapper doesn't override */
body.page-The_USS_Dorado_Project #mw-content-wrapper {
    background: transparent !important;
}