Template:Chinese cuisine/styles.css

Revision as of 16:04, 14 June 2025 by Fire (talk | contribs) (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;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.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;
	}
}