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

Template:Help wanted box/styles.css

Template page
Revision as of 13:22, 25 January 2026 by Admin Jeremy (talk | contribs) (Created page with ".MPHelpWanted { background: #fff8e6; border-radius: 16px; box-shadow: 0 2px 6px rgba(0,0,0,0.08); } .MPHelpWanted .MPBoxHeader { background: #e6c75f; } .HelpWantedCounts { list-style: none; padding: 0; margin: 0 0 1em 0; } .HelpWantedCounts li { margin: 0.3em 0; } .HelpWantedProjects ul { margin: 0.4em 0 0 1.2em; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.MPHelpWanted {
  background: #fff8e6;
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.MPHelpWanted .MPBoxHeader {
  background: #e6c75f;
}

.HelpWantedCounts {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
}

.HelpWantedCounts li {
  margin: 0.3em 0;
}

.HelpWantedProjects ul {
  margin: 0.4em 0 0 1.2em;
}