Template:Quote/styles.css
Jump to navigation
Jump to search
.quote-text {
margin: 0;
padding: 0 30px;
font-size: 26px;
line-height: 30px;
position: relative;
}
.quote-text::before,
.quote-text::after {
color: #B2B7F2;
font-size: 40px;
font-family: 'Times New Roman', serif;
font-weight: bold;
}
.quote-text::before {
content: open-quote;
}
.quote-text::after {
content: close-quote;
}
.quote-attribution {
display: block;
margin-top: 1em;
text-align: right;
font-size: 18px;
font-style: normal;
}