Template:AfC submission/styles.css

From Eurovision Wiki
Revision as of 14:11, 8 August 2024 by en>Jon (WMF) (Fixes phab:T369874. Please see talk page and do not revert without discussion. See also meta:User:Jon_(WMF)/Edit_for_dark_mode_support)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* {{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;
	}
}