Template:Quote/styles.css

From Gail Wiki
Revision as of 02:19, 25 August 2025 by GailAdmin (talk | contribs) (Created page with "Big quote with attribution (independent of Quotebox): .gq-quote { margin: 1em auto; padding: .5rem 0 .25rem .8rem; border-left: 4px solid #b0005a; subtle brand accent: } .gq-text { font-size: 1.28rem; bigger than body text: line-height: 1.45; font-style: italic; color: #3d3340; white-space: pre-line; keep user line breaks: } .gq-meta { margin-top: .35rem; color: #5a4d55; font-weight: 600; } .gq-source { opacity: .85; } /*...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* Big quote with attribution (independent of Quotebox) */
.gq-quote {
  margin: 1em auto;
  padding: .5rem 0 .25rem .8rem;
  border-left: 4px solid #b0005a; /* subtle brand accent */
}

.gq-text {
  font-size: 1.28rem;     /* bigger than body text */
  line-height: 1.45;
  font-style: italic;
  color: #3d3340;
  white-space: pre-line;  /* keep user line breaks */
}

.gq-meta {
  margin-top: .35rem;
  color: #5a4d55;
  font-weight: 600;
}
.gq-source { opacity: .85; }

/* alignment helpers + max-width control */
.gq-align-left { margin-left: 0; margin-right: auto; }
.gq-align-center { margin-left: auto; margin-right: auto; }
.gq-align-right { margin-left: auto; margin-right: 0; }