Template: Quote/styles.css: Difference between revisions

From A Wiki of Ice and Fire
Jump to: navigation, search
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..."
 
Abjiklam (talk | contribs)
No edit summary
 
Line 1: Line 1:
blockquote.templatequote {
blockquote.templatequote {
   display: table;
   display: table;
   margin: 1em 2em;
   margin: 1em 0;
   padding: 0;
   padding: 0;
   position: relative;
   position: relative;

Latest revision as of 11:45, 22 August 2026

blockquote.templatequote {
  display: table;
  margin: 1em 0;
  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;
}