Template:Quote/styles.css

From A Wiki of Ice and Fire
Revision as of 11:43, 22 August 2026 by Abjiklam (talk | contribs) (Created page with "blockquote.templatequote { display: table; margin: 1em 2em; padding: 0; position: relative; border-left: none; } blockquote.templatequote:before, blockquote.template...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
blockquote.templatequote {
  display: table;
  margin: 1em 2em;
  padding: 0;
  position: relative;
  border-left: none;
}
blockquote.templatequote:before,
blockquote.templatequote:after {
  position: absolute;
  top: 0;
  height: 1em;
  color: #dddddd;
  font: normal bold 3.5em serif;
  line-height: 0.75em;
}
blockquote.templatequote:before {
  left: 0;
  content: open-quote;
}
blockquote.templatequote:after {
  right: 0;
  content: close-quote;
}
blockquote.templatequote p {
  margin: 0;
}
div.templatequotetext {
  margin: 0 3em 0 2.5em;
  text-align: justify;
}
div.templatequotecite {
  text-align: left;
  margin: 0.5em 2.5em;
}
div.templatequotecite cite {
  font-style: normal;
}