Saltar para o conteúdo

MediaWiki:Minerva.css: diferenças entre revisões

Origem: Wikipédia, a enciclopédia livre.
Conteúdo apagado Conteúdo adicionado
Jon (WMF) (discussão | contribs)
Etiqueta: Revertida
Jon (WMF) (discussão | contribs)
No longer applicable.
Etiquetas: Substituição Reversão manual
 
Linha 1: Linha 1:
/* All CSS here will be loaded for users of the MinervaNeue skin */
/* All CSS here will be loaded for users of the MinervaNeue skin */
/* [[phab:T360387]] */ #coordinates { display: none; }
/* [[phab:T360387]] */ #coordinates { display: none; }
/* 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;
}
}

Edição atual tal como às 22h17min de 12 de setembro de 2024

/* All CSS here will be loaded for users of the MinervaNeue skin */
/* [[phab:T360387]] */ #coordinates { display: none; }