テンプレート:Infobox drug/styles.css

< テンプレート:Infobox drug
2025年1月15日 (水) 18:42時点におけるWikiSysop (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
/* {{pp-template}} */
/* A safe image background that works for almost all images in dark mode 
(via skin-theme-clientpref-night) */
@media screen {
	html.skin-theme-clientpref-night .dark_mode_safe img { 
		background-color: var(--background-color-inverted, #f8f9fa); 
	}
}

/* A safe image background that works for almost all images in dark mode 
(via operating system opt-in) */
@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .dark_mode_safe img {  
		background-color: var(--background-color-inverted, #f8f9fa); 
	}
}