Template:GAN/editintro/styles.css

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Matrix at 07:03, 29 August 2024. The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
#gan-editintro-background {
	padding: 8px 8px 8px 8px;
	text-align: left;
	font-size: 0.92em;
	background-color: #30B060;
	color: inherit;
}
#gan-editintro {
	padding: 2px 30px 2px 30px;
	text-align: left;
	font-size: 0.92em;
	border: 2px solid #30B060;
	color: inherit;
}

@media screen {
	#gan-editintro {
		background-color: #F0FFEC;
	}
	/* forced night mode */
	html.skin-theme-clientpref-night #gan-editintro {
		background-color: #144200;
	}
}

@media screen and (prefers-color-scheme: dark) {
	/* automatic mode */
	html.skin-theme-clientpref-os #gan-editintro {
		background-color: #144200;
	}
}