模板:Cquote/styles.css:修订间差异
来自RIA | Wiki
更多操作
改善CSS 标签:mobile edit mobile web edit advanced mobile edit |
适配Mediawiki 1.38 |
||
| 第28行: | 第28行: | ||
.template-cquote-content { | .template-cquote-content { | ||
border-left: none; | |||
font-size: 1.125em; | font-size: 1.125em; | ||
} | } | ||
2022年7月18日 (一) 22:50的最新版本
/* Cquote模板样式表 */
.template-cquote {
max-width: max-content;
margin: 1em auto;
}
.template-cquote-main {
display: flex;
justify-content: center;
align-items: center;
font-family: "Georgia", "Nimbus Roman No9 L", "Songti SC", "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif CN", "STSong", "AR PL New Sung", "AR PL SungtiL GB", "NSimSun", "SimSun", "TW\-Sung", "WenQuanYi Bitmap Song", "AR PL UMing CN", "AR PL UMing HK", "AR PL UMing TW", "AR PL UMing TW MBE", "PMingLiU", "MingLiU", serif;
}
.template-cquote-quotation {
font-size: 3em;
color: rgb(191, 191, 191);
user-select: none;
}
.template-cquote-quotation.start {
align-self: flex-start;
}
.template-cquote-quotation.end {
align-self: flex-end;
}
.template-cquote-content {
border-left: none;
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;
color: rgb(79, 79, 79);
}
.template-cquote-footer::before {
content: "— ";
}
body.skin-minerva .template-cquote-content {
margin: 1em 2em;
border: none;
padding: 0;
}