View source for MediaWiki:Common.css
Appearance
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* Styles for the Main Page */
/* Top banner */
#mp-topbanner {
padding: 20px;
background-color: #eaf3ff; /* Light blue background */
border-bottom: 2px solid #a2a9b1;
margin-bottom: 20px;
text-align: center;
}
/* Flexbox layout for the top sections */
.mp-upper-grid {
display: flex;
flex-wrap: wrap; /* Ensures content wraps on smaller screens */
justify-content: space-between; /* Distributes space between columns */
margin-top: 20px; /* Adds some space above the grid */
}
.mp-box {
flex: 1 1 48%; /* Allows flexibility with a base width of 48% */
padding: 15px; /* Adds padding inside each box */
000
1:0
Return to MediaWiki:Common.css.