.mp-box {
padding-bottom: 0.5em;
margin-top: 4px;
}
.mp-h2,
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */
margin: 0.5em 0;
padding: 0.4em;
font-size: 120%;
font-weight: bold;
font-family: inherit;
}
.mp-later {
font-size: 85%;
font-weight: normal;
}
#mp-topbanner {
padding: 0.4em;
box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1)
}
#mp-welcomecount {
text-align: center;
margin: 0.4em;
}
#mp-welcome {
font-size: 162%;
padding: 0.1em;
}
#mp-welcome h1 {
font-size: inherit;
font-family: inherit;
display: inline;
border: none;
}
#mp-free {
font-size: 95%;
}
#articlecount {
font-size: 85%;
}
/* clear fix */
.mp-contains-float::after {
content: "";
display: block;
clear: both;
}
#mp-left .mp-h2 {
background: #cef2e0;
}
#mp-right .mp-h2 {
background: #cedff2;
}
#mp-middle .mp-h2 {
background: #f2cedd;
}
#mp-lower .mp-h2 {
background: #ddcef2;
}
#mp-bottom .mp-h2 {
background: #eee;
}
@media (max-width: 875px) {
/* We need to improve Template:POTD as used on the main page so that these
* hacks aren't necessary */
#mp-tfp table,
#mp-tfp tr,
#mp-tfp td,
#mp-tfp tbody {
display: block !important;
width: 100% !important;
box-sizing: border-box;
}
#mp-tfp tr:first-child td:first-child a {
text-align: center;
display: table;
margin: 0 auto;
}
}
@media (min-width: 875px) {
#mp-upper {
display: flex;
}
#mp-left {
flex: 1 1 55%;
margin-right: 3px;
padding-right: 0.5em;
}
#mp-right {
flex: 1 1 45%;
margin-left: 3px;
padding-left: 0.5em;
}
}