Template:Documentation/styles.css

< Template:Documentation
蓮花祖泉讨论 | 贡献2024年3月1日 (五) 23:21的版本 (导入1个版本:​Appropedia Template Card)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
.documentation {
	background: #ecfcf4;
	border: 1px solid #aaa;
	clear: both;
	margin: 1em 0;
	overflow: hidden;
	padding: 1em;
}
.documentation .mw-editsection {
	display: inline;
}
.documentation .mw-templatedata-doc-param-name,
.documentation .mw-templatedata-doc-param-alias {
	white-space: nowrap;
}

/**
 * Dark mode
 */
body.poncho-dark-mode .documentation {
	background: transparent;
}

/* [[Category:Template style pages]] */