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; }») |
|||
(No se muestran 6 ediciones intermedias del mismo usuario) | |||
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: | width: 20% !important; | ||
background-color: var(--color-surface-0) !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; | |||
} | |||
.clearfix { | |||
display: ruby !important; | |||
} | |||
#user-page-left { | |||
width: 100%; | |||
float: left; | |||
} | } |
Revisión actual - 21:17 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;
}
.clearfix {
display: ruby !important;
}
#user-page-left {
width: 100%;
float: left;
}