Template:Documentation/styles.css

/**
 * [[Category:Template style pages]]
 */
.documentation {
	background: #dff2eb;
	border: 1px solid #c8ccd1;
	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;
}

@media screen {
	/* csslint overqualified-elements: false */
	html.skin-theme-clientpref-night .documentation {
		background-color: #27292d;
		border-color: #54595d;
	}
}