Deprecated: Use of MediaWiki\User\User::getInstanceForUpdate was deprecated in MediaWiki 1.46. [Called from MediaWiki\Extension\LastUserLogin\Hooks::onBeforeInitialize in /home/dgrwikio/en.dgrwiki.org/w/extensions/LastUserLogin/src/Hooks.php at line 14] in /home/dgrwikio/en.dgrwiki.org/w/includes/Debug/MWDebug.php on line 372

Deprecated: Hook EditFilter was deprecated in MediaWiki 1.46 but is registered in /home/dgrwikio/en.dgrwiki.org/w/extensions/SpamBlacklist/extension.json in /home/dgrwikio/en.dgrwiki.org/w/includes/Debug/MWDebug.php on line 372

Deprecated: Hook EditFilter was deprecated in MediaWiki 1.46 but is registered in /home/dgrwikio/en.dgrwiki.org/w/extensions/TitleBlacklist/extension.json in /home/dgrwikio/en.dgrwiki.org/w/includes/Debug/MWDebug.php on line 372

Deprecated: Hook AutopromoteCondition was deprecated in MediaWiki 1.46 but is registered in /home/dgrwikio/en.dgrwiki.org/w/extensions/FlaggedRevs/extension.json in /home/dgrwikio/en.dgrwiki.org/w/includes/Debug/MWDebug.php on line 372

Deprecated: Hook AutopromoteCondition was deprecated in MediaWiki 1.46 but is registered in /home/dgrwikio/en.dgrwiki.org/w/extensions/TorBlock/extension.json in /home/dgrwikio/en.dgrwiki.org/w/includes/Debug/MWDebug.php on line 372

Deprecated: Use of MediaWiki\Content\TextContent::getNativeData was deprecated in MediaWiki 1.33. [Called from MediaWiki\Extension\TemplateStyles\TemplateStylesContentHandler::fillParserOutput in /home/dgrwikio/en.dgrwiki.org/w/extensions/TemplateStyles/includes/TemplateStylesContentHandler.php at line 81] in /home/dgrwikio/en.dgrwiki.org/w/includes/Debug/MWDebug.php on line 372
Template:AfC submission/styles.css - DGR Wiki
Jump to content

Template:AfC submission/styles.css

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

.afc-submission-g13 {
	text-align: center;
	background-color: #fcc;
	border: 1px solid #faa;
	margin: 0.5em;
	padding: 0.5em;
	font-weight: bold;
	color: #202122;
}

.afc-submission-advice {
	border-top: 1px #AAA solid;
	margin-top: 5px;
	padding-top: 5px
}

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

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

.afc-submission-reviewing {
	background-color: #b1dae8;
}

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


@media screen {
    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;
	}
	
	html.skin-theme-clientpref-night .afc-submission-reviewing {
		background-color: #0d1a27;
	}
}


@media screen and ( 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;
	}
	
	html.skin-theme-clientpref-os .afc-submission-reviewing {
		background-color: #0d1a27;
	}
}