Difference between revisions of "Template:Quote/styles.css"
Jump to navigation
Jump to search
(initial styles) |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
blockquote { | |||
border-left: inherit; | |||
padding: inherit; | |||
} | |||
blockquote .quotation-mark-left { | blockquote .quotation-mark-left { | ||
float: left; | float: left; | ||
Latest revision as of 23:03, 11 February 2022
blockquote {
border-left: inherit;
padding: inherit;
}
blockquote .quotation-mark-left {
float: left;
width: 20px;
vertical-align: top;
border: none;
color: #B2B7F2;
font-size: 40px;
font-family: 'Times New Roman', Times, serif;
font-weight: bold;
line-height: .6em;
text-align: left;
padding: 10px 10px;
}
blockquote .quotation-mark-right {
vertical-align: bottom;
color: #B2B7F2;
font-size: 40px;
font-family: 'Times New Roman', Times, serif;
font-weight: bold;
line-height: .4em;
padding: 10px 10px;
}
blockquote .quote {
font-style: italic;
font-size: 110%;
}
blockquote .attribution {
margin-left: 1.5em;
}