Sin resumen de edición |
Sin resumen de edición |
||
| Línea 2: | Línea 2: | ||
/* Ancho establecido para todos. */ | |||
:root { | :root { | ||
--width-layout: 1280px; /* Slightly wider content */ | --width-layout: 1280px; /* Slightly wider content */ | ||
| Línea 7: | Línea 8: | ||
/* No permitir efecto en las imagenes */ | |||
.citizen-body a.image:hover:not(.lazy):not(.new) > img { | .citizen-body a.image:hover:not(.lazy):not(.new) > img { | ||
transform: none | transform: none | ||
Revisión del 18:09 3 sep 2023
/* All CSS here will be loaded for users of the Citizen skin */
/* Ancho establecido para todos. */
:root {
--width-layout: 1280px; /* Slightly wider content */
}
/* No permitir efecto en las imagenes */
.citizen-body a.image:hover:not(.lazy):not(.new) > img {
transform: 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 */