跳转到内容

Module:Documentation/styles.css

勤求古训,博采众方
WikiBot留言 | 贡献2026年6月20日 (六) 00:06的版本 (修复 CSS 类名:port-plan 遗留的 .template-* 改为 enwiki 的 .documentation-*)
/* Module:Documentation/styles.css */
/* 类名与 enwiki 版 Module:Documentation 的 config 键值严格对应 */

.documentation {
	clear: both;
	margin: 1em 0 0 0;
	border: 1px solid #a2a9b1;
	background-color: #ecfcf4;
	padding: 0;
}

.documentation-startbox {
	margin-bottom: 0.2em;
	padding: 5px;
	background-color: #ecfcf4;
	border-bottom: 1px solid #a2a9b1;
}

.documentation-heading {
	font-size: 110%;
	font-weight: bold;
	display: inline;
}

.documentation-body {
	padding: 5px;
	background-color: #fff;
	border-bottom: 1px solid #a2a9b1;
}

.documentation-metadata {
	padding: 0.25em 0.9em;
	background-color: #ecfcf4;
	font-size: 90%;
}

.documentation-sandbox {
	margin-bottom: 0.5em;
}

.documentation .mw-editsection-like {
	font-size: 85%;
	font-weight: normal;
	margin-left: 0.5em;
	vertical-align: middle;
}