Jump to content

Template:AfC submission/styles.css: Difference between revisions

From Wikipedia, the free encyclopedia
Adding {{pp-template}}
m Izno moved page Template:AfC submission/pending/styles.css to Template:AfC submission/styles.css without leaving a redirect: maybe makes more sense to put them all in the same place
(No difference)

Revision as of 16:03, 24 May 2024

/* {{pp-template|small=yes}} */
.afc-submission-pending-header {
	font-weight: bold;
	font-size: 115%;
}

.afc-submission-pending {
	background-color: #f3eba3;
}

html.skin-theme-clientpref-night .afc-submission-pending {
	background-color: #381C03;
}

@media (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .afc-submission-pending {
		background-color: #381C03;
	}
}