MediaWiki:Common.less/quotes.less
Jump to navigation
Jump to search
// <pre>
.quote-source {
text-align: right;
&::before {
content: '— ';
}
}
/* ==========================
[[Template:Cquote2]]
========================== */
.pullquote {
border-collapse: collapse;
border: none;
margin: 1em auto;
.quotation-mark {
color: @gray-chateau;
font-size: 3em;
font-family: serif;
font-weight: bold;
padding: .3em;
.user-select( none );
&.left {
text-align: left;
vertical-align: top;
}
&.right {
text-align: right;
vertical-align: bottom;
}
}
.quotation-text {
vertical-align: top;
padding: .2em .5em;
}
.quotation-source {
text-align: right;
}
}
blockquote {
margin-left: 16px;
}