MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
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: | padding: 15px; | ||
background-color: #fff; | 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; | |||
} | } |
Revision as of 20:32, 31 August 2024
/* 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;
}