Template:Documentation/styles.css: Difference between revisions

From Regenerate Willamette Valley
Appropedia>Sophivorus
No edit summary
 
m 1 revision imported
 
(No difference)

Latest revision as of 23:06, 5 January 2025

.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]] */