MediaWiki:Common.css: Difference between revisions

From PigBoats.COM
No edit summary
Revert of Color test
Tag: Manual revert
 
(20 intermediate revisions by 2 users not shown)
Line 18: Line 18:
}
}


/*
 
/* Change background only on the page titled "The USS Dorado Project" */
/* Change background and content margin to yellow for this specific page */
body.page-The_USS_Dorado_Project #mw-body-content {
body.page-Dorado_Myths #mw-wrapper #mw-content-container {
     background-color: #f0e68c !important; /* Replace with any color you want */
     background: #f0e68c !important;
}
}
*/


body.page-The_USS_Dorado_Project #mw-content-container {
body.page-Dorado_Myths #mw-wrapper #mw-content {
     background: #f0e68c !important; /* Or any color you want */
     background: transparent !important;
}
}


body.page-The_USS_Dorado_Project #mw-content {
/* This will target the content margins */
     background: transparent !important; /* Optional, if you want to ensure no conflicting background inside */
body.page-Dorado_Myths #bodyContentOuter {
     background: #a9a9a9 !important;
}
}

Latest revision as of 12:40, 31 July 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-Dorado_Myths #mw-wrapper #mw-content-container {
    background: #f0e68c !important;
}

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

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