模板:Mquote/styles.css
来自RIA | Wiki
更多操作
/* Mquote模板CSS样式 */
.template-mquote-content {
margin: 1em 0;
border: none;
padding: 0;
font-family: "Baskerville", "Georgia", "Liberation Serif", "Kaiti SC", "STKaiti", "AR PL UKai CN", "AR PL UKai HK", "AR PL UKai TW", "AR PL UKai TW MBE", "AR PL KaitiM GB", "KaiTi", "KaiTi_GB2312", "DFKai-SB", "TW\-Kai", serif;
}
.template-mquote-content p:first-child {
margin-top: 0;
}
.template-mquote-content p:last-child {
margin-bottom: 0;
}
.template-mquote-content p:first-child::before {
content: "“";
}
.template-mquote-content p:last-child::after {
content: "”";
}
.template-mquote-footer {
margin-left: 2em;
color: rgb(79, 79, 79);
}
.template-mquote-footer::before {
content: "\2014\00A0" /* Em dash + Non-breaking space */
}
body.skin-minerva .blockquote-mquote-content {
border: none;
padding: 0;
font-size: 1em;
}