Template:Contributing to RetroWikipedia/styles.css: Difference between revisions
Jump to navigation
Jump to search
further simplify |
m D2sk moved page Template:Contributing to Wikipedia/styles.css to Template:Contributing to RetroWikipedia/styles.css without leaving a redirect: Text replacement - "(?<!Retro)Wikipedia" to "RetroWikipedia" |
(No difference)
|
Latest revision as of 02:56, 4 August 2025
/* 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;
}
}