Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Did you know box/styles.css

Template page
Revision as of 13:19, 25 January 2026 by 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; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.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;
}