Diferencia entre revisiones de «MediaWiki:Citizen.css»
De WikiCAAD
Línea 6: | Línea 6: | ||
} | } | ||
.tpl-contentgrid { | .mw-parser-output .tpl-contentgrid { | ||
grid-template-columns: repeat(auto-fit, minmax(400px, 3fr)); | |||
grid-gap: 1em; | |||
grid-auto-rows: minmax(100px, auto); | |||
width: auto; | |||
} | } |
Revisión del 21:12 6 feb 2025
/* All CSS here will be loaded for users of the Citizen skin */
.mw-parser-output table.infobox {
width: 20% !important;
background-color: var(--color-surface-0) !important;
}
.mw-parser-output .tpl-contentgrid {
grid-template-columns: repeat(auto-fit, minmax(400px, 3fr));
grid-gap: 1em;
grid-auto-rows: minmax(100px, auto);
width: auto;
}