Template:CapSach quote panel/styles.css

Revision as of 11:17, 7 October 2025 by Wikilah admin (talk | contribs) (Created page with ".cs-quote-panel{ clear: both; width: 100%; box-sizing: border-box; Fixed, safe defaults (can be overridden inline): margin: 0 0 2em 0; padding: .5em .5em .5em 0; border: 0px solid #9CA4AC; border-radius: 0; background: #F9F8F4; } Tidy common outputs from quote templates: .cs-quote-panel > :first-child { margin-top: 0; } .cs-quote-panel > :last-child { margin-bottom: 0; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.cs-quote-panel{
  clear: both;
  width: 100%;
  box-sizing: border-box;
  /* Fixed, safe defaults (can be overridden inline) */
  margin: 0 0 2em 0;
  padding: .5em .5em .5em 0;
  border: 0px solid #9CA4AC;
  border-radius: 0;
  background: #F9F8F4;
}

/* Tidy common outputs from quote templates */
.cs-quote-panel > :first-child { margin-top: 0; }
.cs-quote-panel > :last-child  { margin-bottom: 0; }