MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 179: Line 179:
     background: linear-gradient(to right, #ff9933, white, #138808);
     background: linear-gradient(to right, #ff9933, white, #138808);
     margin-top: 50px;
     margin-top: 50px;
}
/* Fix top spacing so tricolor bars don't overlap the page header */
body.page-Main_Page .mw-body {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/* Remove extra default margin above first section */
body.page-Main_Page #content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/* Add clean spacing BELOW the tricolor bars */
.bw-hero {
    margin-top: 20px !important;
}
}