Jump to content

Template:AfC submission/styles.css

Permanently protected template
From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Izno (talk | contribs) at 16:38, 24 May 2024 (use the standard neutral). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

/* {{pp-template|small=yes}} */
.afc-submission-pending {
	background-color: #f3eba3;
}

.afc-submission-declined,
.afc-submission-rejected {
	background-color: #fee;
}

.afc-submission-header {
	font-weight: bold;
	font-size: 115%;
}

.afc-submission-declined-comment {
	background-color: var(--background-color-neutral-subtle, #f8f9fa);
	border: 1px solid #999;
	margin: 0.5em;
	padding: 1em;
}

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

html.skin-theme-clientpref-night .afc-submission-declined,
html.skin-theme-clientpref-night .afc-submission-rejected {
	background-color: #300;
}

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