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

Template:QuickSummary/styles.css

Template page
Revision as of 20:39, 23 September 2025 by Admornstein (talk | contribs) (Created page with "General section wrapper: .luna-section { margin: 30px 0; padding: 18px 20px; border-left: 3px solid; border-radius: 4px; background: rgba(20,20,20,0.65); line-height: 1.55; color: #e6e6e6; } Headings with alternating accents: .luna-heading-gold { font-size: 26px; color: #ffcc00; margin-bottom: 6px; font-weight: bold; text-shadow: 0 0 6px #000; } .luna-heading-crimson { font-size: 26px; color: #aa3333; margin-bottom: 6px; font-we...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* General section wrapper */
.luna-section {
  margin: 30px 0;
  padding: 18px 20px;
  border-left: 3px solid;
  border-radius: 4px;
  background: rgba(20,20,20,0.65);
  line-height: 1.55;
  color: #e6e6e6;
}

/* Headings with alternating accents */
.luna-heading-gold {
  font-size: 26px;
  color: #ffcc00;
  margin-bottom: 6px;
  font-weight: bold;
  text-shadow: 0 0 6px #000;
}
.luna-heading-crimson {
  font-size: 26px;
  color: #aa3333;
  margin-bottom: 6px;
  font-weight: bold;
  text-shadow: 0 0 6px #000;
}

/* Underlines */
.luna-hr-gold {
  height: 3px;
  background: #ffcc00;
  border: none;
  margin: 0 0 12px 0;
}
.luna-hr-crimson {
  height: 3px;
  background: #aa3333;
  border: none;
  margin: 0 0 12px 0;
}