跳转到内容

Module:Navbox/sandbox/styles.css

维基百科,自由的百科全书
/** T367463 */
body.skin--responsive .navbox-image img {
	max-width: none !important;
}

@media print {
	body.ns-0 .navbox {
		display: none !important;
	}
}

@media screen {
  /* Override generic rule in [[MediaWiki:Vector-2022.css]] for table[style] links */
  html.skin-theme-clientpref-night .navbox table th.navbox-title a.mw-selflink {
    color: white;
  }
  html.skin-theme-clientpref-night .navbox table th.navbox-title a:visited {
    color: var(--color-visited, #6b4ba1);
  }
}
@media screen and (prefers-color-scheme: dark) {
  /* Override generic rule in [[MediaWiki:Vector-2022.css]] for table[style] links */
  html.skin-theme-clientpref-os .navbox table th.navbox-title a.mw-selflink {
    color: white;
  }
  html.skin-theme-clientpref-os .navbox table th.navbox-title a:visited {
    color: var(--color-visited, #6b4ba1);
  }
}