Template:Chinese cuisine/styles.css: Difference between revisions
Jump to navigation
Jump to search
Created page with ".chinese-cuisine { border: 1px solid red; background-color: #ffe9e5; color: inherit; } .chinese-cuisine .sidebar-list-title { padding-right:3em; font-size: 100%; background-color: inherit; color: inherit; } @media screen { html.skin-theme-clientpref-night .chinese-cuisine { background-color: #3c1a13; } } @media screen and (prefers-color-scheme: dark) { →automatic mode: html.skin-theme-clientpref-night .chinese-cuisine { background-color: #3c1a13;..." |
(No difference)
|
Latest revision as of 16:04, 14 June 2025
.chinese-cuisine {
border: 1px solid red;
background-color: #ffe9e5;
color: inherit;
}
.chinese-cuisine .sidebar-list-title {
padding-right:3em;
font-size: 100%;
background-color: inherit;
color: inherit;
}
@media screen {
html.skin-theme-clientpref-night .chinese-cuisine {
background-color: #3c1a13;
}
}
@media screen and (prefers-color-scheme: dark) {
/* automatic mode */
html.skin-theme-clientpref-night .chinese-cuisine {
background-color: #3c1a13;
}
}