Jump to content

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

From Wikipedia, the free encyclopedia
Content deleted Content added
add advice and submission
and the color
Line 12: Line 12:
padding: 0.5em;
padding: 0.5em;
font-weight: bold;
font-weight: bold;
color: #202122;
}
}



Revision as of 17:07, 24 May 2024

/* {{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-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;
	}
}