模块:Documentation/styles.css

来自OSSmedia
Brucekomike讨论 | 贡献2025年1月4日 (六) 01:57的版本 (创建页面,内容为“.template-documentation { margin-top: 1em; clear: both; border: 2px dotted #666; padding: 0.6em; background-color: #ecfcf4; } .template-documentation:after { content: ""; display: block; clear: both; } .template-documentation-heading { padding-bottom: 3px; border-bottom: 1px solid #a2a9b1; margin-bottom: 1ex; } .template-documentation-title { font-size: 150%; } .template-documentation-transcludedfrom { font-size: smaller; font-style: italic; } @…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
.template-documentation {
	margin-top: 1em;
	clear: both;
	border: 2px dotted #666;
	padding: 0.6em;
	background-color: #ecfcf4;
}
.template-documentation:after {
	content: "";
	display: block;
	clear: both;
}
.template-documentation-heading {
	padding-bottom: 3px;
	border-bottom: 1px solid #a2a9b1;
	margin-bottom: 1ex;
}
.template-documentation-title {
	font-size: 150%;
}
.template-documentation-transcludedfrom {
	font-size: smaller;
	font-style: italic;
}


@media screen {
    html.skin-theme-clientpref-night .template-documentation {
	    background-color: #0b1e1c;
	}
}


@media screen and ( prefers-color-scheme: dark) {
    html.skin-theme-clientpref-os .template-documentation {
        background-color: #0b1e1c;
    }
}