模板:Cquote/styles.css
来自RIA | Wiki
更多操作
/* Cquote模板样式表 */
.template-cquote {
max-width: max-content;
margin: 1em auto;
}
.template-cquote-main {
display: flex;
justify-content: center;
align-items: center;
font-family: serif;
}
.template-cquote-quotation {
font-size: 3em;
color: rgb(191, 191, 191);
}
.template-cquote-quotation.start {
align-self: flex-start;
}
.template-cquote-quotation.end {
align-self: flex-end;
}
.template-cquote-content {
font-size: 1.125em;
}
.template-cquote-content p:first-child {
margin-top: 0;
}
.template-cquote-content p:last-child {
margin-bottom: 0;
}
.template-cquote-footer {
text-align: right;
}
.template-cquote-footer::before {
content: "— ";
}