Template:Did you know box/styles.css: Difference between revisions
Template page
More actions
Admin Jeremy (talk | contribs) Created page with ".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; }" |
Admin Jeremy (talk | contribs) m Admin Jeremy moved page Template:DidYouKnowBox/styles.css to Template:Did you know box/styles.css without leaving a redirect |
(No difference)
| |
Latest revision as of 13:19, 25 January 2026
.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;
}