Template:Contributing to RetroWikipedia/styles.css
Jump to navigation
Jump to search
/* Colors from [[Template:Helpbox/styles.css]] */
.contributing-to-wp .sidebar-image {
padding-bottom: 1.0em;
border-bottom: 1px solid #a3b1bf;
}
.contributing-to-wp {
background: #f5faff;
}
.contributing-to-wp .sidebar-heading {
background: #cee0f2;
border-top: 1px solid #a3b1bf;
}
html.skin-theme-clientpref-night .contributing-to-wp {
background: #0d1a27;
}
html.skin-theme-clientpref-night .contributing-to-wp .sidebar-heading {
background: #082849;
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .contributing-to-wp {
background: #0d1a27;
}
html.skin-theme-clientpref-os .contributing-to-wp .sidebar-heading {
background: #082849;
}
}