Saltar para o conteúdo

MediaWiki:Vector-2022.css

Origem: Wikipédia, a enciclopédia livre.

Nota: Depois de publicar, poderá ter de contornar a cache do seu navegador para ver as alterações.

  • Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5.
/* Todo el CSS colocado aquí será cargado para los usuarios que usen la apariencia MinervaNeue */
/* Last updated 16th July 2024 */
@media screen {
  /* [[phab:T360844]] */
  html.skin-theme-clientpref-night table[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a,
  html.skin-theme-clientpref-night table [bgcolor] a,
  html.skin-theme-clientpref-night table th[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a,
  html.skin-theme-clientpref-night table td[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a,
  /* should not apply to th elements which have their own background. */
  html.skin-theme-clientpref-night table tr[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a {
      color: #202122; /* replace with --color-base-fixed when token is available */
      text-decoration: underline;
  }

  html.skin-theme-clientpref-night .infobox a {
    color: var( --color-progressive ) !important;
  }
}

@media screen and (prefers-color-scheme: dark) {
  html.skin-theme-clientpref-os table[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a,
  html.skin-theme-clientpref-os table [bgcolor] a,
  html.skin-theme-clientpref-os table th[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a,
  html.skin-theme-clientpref-os table td[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a,
  html.skin-theme-clientpref-os table tr[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a {
    color: #202122; /* replace with --color-base-fixed when token is available */
    text-decoration: underline;
  }
  html.skin-theme-clientpref-os .infobox a {
    color: var( --color-progressive ) !important;
  }
}