(Página creada con «→All CSS here will be loaded for users of the Citizen skin: :root { --width-layout: 1800px; →Slightly wider content: }») |
Sin resumen de edición |
||
| (No se muestran 29 ediciones intermedias del mismo usuario) | |||
| Línea 2: | Línea 2: | ||
/* Ancho y interlineado establecido para todos. */ | |||
:root { | :root { | ||
--width-layout: | --width-layout: 1280px; | ||
--line-height: 1.3; | |||
/* No permitir efecto en las imagenes */ | |||
.citizen-body a.image:hover:not(.lazy):not(.new) > img { | |||
transform: none | |||
} | } | ||
#catlinks { | |||
display: none; | |||
} | |||
#ca-viewsource { display: none !important; } /* Eliminar ver fuente */ | |||
#ca-history { display: none !important;} /* Eliminar ver historial de cambios */ | |||
#ca-talk { display: none !important; } /* Eliminar discusion */ | |||
Revisión actual - 23:31 27 dic 2023
/* All CSS here will be loaded for users of the Citizen skin */
/* Ancho y interlineado establecido para todos. */
:root {
--width-layout: 1280px;
--line-height: 1.3;
/* No permitir efecto en las imagenes */
.citizen-body a.image:hover:not(.lazy):not(.new) > img {
transform: none
}
#catlinks {
display: none;
}
#ca-viewsource { display: none !important; } /* Eliminar ver fuente */
#ca-history { display: none !important;} /* Eliminar ver historial de cambios */
#ca-talk { display: none !important; } /* Eliminar discusion */