Template:Quote/blockquote.css

模板页面
BXHS-bot 2留言 | 贡献2023年2月4日 (六) 18:26的版本 (已保护“Template:Quote/blockquote.css”:​机器用户批量保护高风险模板([编辑=仅允许模板编辑员](无限期)[移动=仅允许模板编辑员](无限期)))
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
/* Styling for Template:Quote */
.templatequote {
	margin: 1em 4em;
	overflow: hidden;
}

.templatequote .templatequotecite {
	line-height: 1em;
	/* @noflip */
	text-align: left;
	/* @noflip */
	padding-left: 2em;
	margin-top: 0;
}

.templatequote .templatequotecite cite {
	font-size: small;
}

@media screen and (max-width: 850px) {
	.templatequote {
		margin: 1em 0;
		padding-left: 2em;
		border-left: 2.5px solid #aaa;
	}
}