Template:Infobox/styles-images.css

来自Local Chinese Wikipedia
imported>Xiplus-abot2024年9月3日 (二) 20:51的版本 (已保护“Template:Infobox/styles-images.css”:​高風險模板:2295引用<!-- 機器人3 -->([编辑=仅允许自动确认用户](无限期)[移动=仅允许自动确认用户](无限期)))
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转到导航 跳转到搜索
@media screen {
  html.skin-theme-clientpref-night .infobox-has-images-with-white-backgrounds img {
      background: white;
  }
}

@media screen and (prefers-color-scheme: dark) {
  html.skin-theme-clientpref-os .infobox-has-images-with-white-backgrounds img {
      background: white;
  }
}