Diferencia entre revisiones de «MediaWiki:Citizen.css»
De WikiCAAD
![]() Tranqui69 (discusión | contribs.) (Página creada con «→All CSS here will be loaded for users of the Citizen skin: .table.infobox { width: 19% !important; background-color: var(--color-surface-0) !important; }») |
|||
Línea 1: | Línea 1: | ||
/* All CSS here will be loaded for users of the Citizen skin */ | /* All CSS here will be loaded for users of the Citizen skin */ | ||
.table.infobox { | .mw-parser-output table.infobox { | ||
width: 19% !important; | width: 19% !important; | ||
background-color: var(--color-surface-0) !important; | background-color: var(--color-surface-0) !important; | ||
} | } |
Revisión del 21:06 6 feb 2025
/* All CSS here will be loaded for users of the Citizen skin */
.mw-parser-output table.infobox {
width: 19% !important;
background-color: var(--color-surface-0) !important;
}