Template:MaintenanceBox/styles.css

Revision as of 10:56, 25 January 2026 by Admin Jeremy (talk | contribs) (Created page with "========================= Maintenance / Contributor Boxes =========================: .vp-maintenance { margin: 0.8em 0 1em 0; padding: 0.6em 0.9em; border-radius: 6px; border-left: 5px solid transparent; font-size: 0.95em; line-height: 1.4; font-family: 'Trebuchet MS', 'Verdana', sans-serif; color: #222; } Shared emphasis: .vp-maintenance strong, .vp-maintenance b { font-weight: 700; } Stub — soft gray-blue: .vp-stub { bac...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* =========================
   Maintenance / Contributor Boxes
   ========================= */

.vp-maintenance {
  margin: 0.8em 0 1em 0;
  padding: 0.6em 0.9em;

  border-radius: 6px;
  border-left: 5px solid transparent;

  font-size: 0.95em;
  line-height: 1.4;

  font-family: 'Trebuchet MS', 'Verdana', sans-serif;
  color: #222;
}

/* Shared emphasis */
.vp-maintenance strong,
.vp-maintenance b {
  font-weight: 700;
}

/* Stub — soft gray-blue */
.vp-stub {
  background: #eef1f7;
  border-left-color: #9aa8c7;
}

/* Expand — light green */
.vp-expand {
  background: #eef7f0;
  border-left-color: #6fb98f;
}

/* Research — light purple */
.vp-research {
  background: #f0f1fb;
  border-left-color: #8a8fe0;
}

/* Testing — light yellow */
.vp-testing {
  background: #fff8e6;
  border-left-color: #e6c75f;
}

/* Optional: subtle italics for guidance text */
.vp-maintenance em {
  font-style: italic;
  opacity: 0.9;
}