“模板:Quote”的版本间的差异
跳到导航
跳到搜索
(创建页面,内容为“<templatestyles src="Template:Quote/styles.css"/><!-- --><blockquote class="templatequote" {{#if:{{{style|}}}|style="{{{style}}}"}}>{{{text|{{{content|{{{quotetext|{…”) |
|||
第1行: | 第1行: | ||
− | + | /* {{pp-template}} | |
− | + | Styling for Template:Quote */ | |
− | + | .templatequote { | |
− | + | overflow: hidden; | |
− | + | margin: 1em 0; | |
− | + | padding: 0 40px; | |
− | + | } | |
− | + | .templatequote .templatequotecite { | |
− | + | line-height: 1.5em; | |
− | + | /* @noflip */ | |
+ | text-align: left; | ||
+ | /* @noflip */ | ||
+ | padding-left: 1.6em; | ||
+ | margin-top: 0; | ||
+ | } |
2020年5月12日 (二) 19:00的最新版本
/* Styling for Template:Quote */ .templatequote { overflow: hidden; margin: 1em 0; padding: 0 40px; } .templatequote .templatequotecite {
line-height: 1.5em; /* @noflip */ text-align: left; /* @noflip */ padding-left: 1.6em; margin-top: 0;
}