Template:Quote/blockquote.css:修订间差异
模板页面
更多操作
创建页面,内容为“→Styling for Template:Quote: .templatequote { margin-top: 0; overflow: hidden; } .templatequote .templatequotecite { line-height: 1em; →@noflip: text-align: left; →@noflip: padding-left: 2em; margin-top: 0; } .templatequote .templatequotecite cite { font-size: small; }” |
DoubleCircle(留言 | 贡献) 小 导入1个版本 |
(没有差异)
| |
2026年8月26日 (三) 10:52的最新版本
/* Styling for Template:Quote */
.templatequote {
margin-top: 0;
overflow: hidden;
}
.templatequote .templatequotecite {
line-height: 1em;
/* @noflip */
text-align: left;
/* @noflip */
padding-left: 2em;
margin-top: 0;
}
.templatequote .templatequotecite cite {
font-size: small;
}