模板:Squote/styles.css
来自星砂岛百科
更多操作
.squote {
display: table;
margin: 1.5em auto;
max-width: 90%;
color: var(--color-base, inherit);
}
.squote-text {
display: inline;
padding: 0 0.5em;
font-style: italic;
line-height: 1.6;
}
.mw-parser-output[lang='ja'] .squote-text,
.mw-parser-output[lang='zh'] .squote-text,
.mw-parser-output[lang='zh-hans'] .squote-text,
.mw-parser-output[lang='zh-hant'] .squote-text,
.mw-parser-output[lang='ko'] .squote-text {
font-style: normal;
}
.squote-mark {
color: var(--color-primary, #36c);
font-family: Georgia, 'Times New Roman', serif;
font-size: 2.2em;
font-weight: 700;
line-height: 0.8;
user-select: none;
}
.squote-mark-left {
padding-right: 0.125em;
}
.squote-mark-right {
padding-left: 0.125em;
}
/* [[分类:模板样式]] */