跳转到内容

Template:DayInMonth/style.css

维基百科,自由的百科全书
@media screen {
    html.skin-theme-clientpref-night .infobox tr:not(.notheme)[style] {
	  background: transparent !important;
	}
}


@media screen and ( prefers-color-scheme: dark) {
    html.skin-theme-clientpref-os .infobox tr:not(.notheme)[style] {
		background: transparent !important;
    }
}