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