Template:Documentation/styles.css

From Regenerate Willamette Valley
Revision as of 10:20, 11 May 2023 by Appropedia>Sophivorus
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.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]] */