Template:Quote/styles.css

From A Wiki of Ice and Fire
Jump to: navigation, search
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;
}