MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 44: Line 44:




/* FORCE background for Vector 2022 */
/* Background for the whole page */
body.vector-2022 {
body.vector-2022 {
     background-color: #ffd1dc !important;
     background-color: #f7dce3; /* soft pink */
}
}


.vector-body, .mw-body {
/* Background for the content area */
     background-color: white !important;
.mw-page-container {
}
     background-color: white; /* content stays white */
 
    margin: auto;
.vector-header-container, .vector-footer, .mw-page-container {
    max-width: 1000px;
     background-color: #ffd1dc !important;
     padding: 20px;
     border: none !important;
     box-sizing: border-box;
}
}