Sin resumen de edición Etiqueta: Reversión manual |
Sin resumen de edición |
||
Línea 10: | Línea 10: | ||
/* No permitir efecto en las imagenes */ | /* 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 | |||
} | |||
.citizen-body-container a.image:hover:not(.lazy):not(.new) > img { | |||
transform: none | transform: none | ||
} | } |
Revisión del 03:02 6 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 } .citizen-body-container 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 */