跳转到内容

Template:Infobox/styles-images.css

维基百科,自由的百科全书

这是Template:Infobox/styles-images.css当前版本,由Xiplus-abot留言 | 贡献编辑于2024年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;
  }
}