Jump to content

MediaWiki:Common.css: Difference between revisions

From Adaris
No edit summary
Blanked the page
Tags: Blanking Manual revert
 
(37 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Styles for the Main Page */
#mp-topbanner {
    padding: 10px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #a2a9b1;
}


.mp-box {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #a2a9b1;
    border-radius: 5px;
}
.MainPageBG {
    background-color: #f8f9fa;
}
.mp-contains-float {
    clear: both;
    overflow: auto;
}
.explore-more {
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}
.mp-h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    border-bottom: 2px solid #a2a9b1;
    padding-bottom: 5px;
}

Latest revision as of 01:28, 8 September 2024