MediaWiki:Vector.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Vector skin */ | /* All CSS here will be loaded for users of the Vector skin */ | ||
#mw-page-base, | |||
#mw-content-container { | |||
background-color: #b39662; | |||
} | |||
/* Adjust the sidebar background for consistency */ | |||
#mw-panel { | |||
background-color: #b39662; | |||
} | |||
/* Header adjustments */ | |||
#mw-header, | |||
#p-personal, | |||
#p-search { | |||
background-color: #b39662; | |||
} | |||
/* Ensure the footer is also consistent */ | |||
#footer { | |||
background-color: #b39662; | |||
} | |||
/* Optional: If the main content is nested within a white box */ | |||
#content, | |||
#bodyContent { | |||
background-color: transparent; /* Allow the background to show through */ | |||
border: none; /* Remove any borders, if applicable */ | |||
} | |||
/* Additional adjustments for Vector 2022 */ | |||
.skin-vector-2022 #mw-navigation { | |||
background-color: #b39662; | |||
} | |||
/* Set the background image to fill the page and stay behind all content */ | /* Set the background image to fill the page and stay behind all content */ |
Revision as of 04:55, 10 December 2024
/* All CSS here will be loaded for users of the Vector skin */
#mw-page-base,
#mw-content-container {
background-color: #b39662;
}
/* Adjust the sidebar background for consistency */
#mw-panel {
background-color: #b39662;
}
/* Header adjustments */
#mw-header,
#p-personal,
#p-search {
background-color: #b39662;
}
/* Ensure the footer is also consistent */
#footer {
background-color: #b39662;
}
/* Optional: If the main content is nested within a white box */
#content,
#bodyContent {
background-color: transparent; /* Allow the background to show through */
border: none; /* Remove any borders, if applicable */
}
/* Additional adjustments for Vector 2022 */
.skin-vector-2022 #mw-navigation {
background-color: #b39662;
}
/* Set the background image to fill the page and stay behind all content */