Template:Did you know box/styles.css
Template page
More actions
.MPDidYouKnow {
background: #eef1f7;
border-radius: 16px;
box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.MPBoxHeader {
background: #9aa8c7;
border-radius: 16px 16px 0 0;
padding: 12px 16px;
font-weight: bold;
font-size: 120%;
text-align: center;
}
.MPBoxBody {
padding: 16px;
}
.did-you-know-list {
margin: 0;
padding-left: 1.2em;
}