MediaWiki:Vector-2022.css: Difference between revisions

No edit summary
No edit summary
Line 10: Line 10:




/* Try all known outer footer containers used by Vector 2022 builds */
.vector-footer,
.vector-page-footer,
.vector-page-layout-footer,
#footer {
    background-color: #E9EEF6 !important;
}


/* Inner footer containers get the same color so there’s no visible seam */
/* Inner footer containers get the same color so there’s no visible seam */
Line 24: Line 15:
.mw-footer-container,
.mw-footer-container,
.mw-footer {
.mw-footer {
     background-color: #E9EEF6 !important;
     background-color: #E9EEF6;
     border: 0 !important;
     width: 100%;
    box-shadow: none !important;
 
}
 
/* Remove any top border line/HR that might still be spanning only the inner width */
.vector-footer hr,
.vector-page-footer hr,
.vector-page-layout-footer hr,
#footer hr,
.mw-footer hr {
    border: 0 !important;
    background: none !important;
}
}