založena nová stránka s textem „All CSS here will be loaded for users of the Citizen skin: Vypnutí zvětšování obrázků při najetí: .mw-parser-output img, .mw-parser-output a:hover img { transform: none !important; scale: 1 !important; transition: none !important; }“
 
Bez shrnutí editace
 
Řádek 1: Řádek 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 */
/* Vypnutí zvětšování obrázků při najetí */
/* Vypnutí veškerého hover zoomu obrázků */
.mw-parser-output img,
.citizen-body a.image:hover > img,
.mw-parser-output a:hover img {
.citizen-body a.mw-file-description:hover > img,
.citizen-body a:hover > img.mw-file-element {
     transform: none !important;
     transform: none !important;
     scale: 1 !important;
     scale: 1 !important;
    transition: none !important;
}
}

Aktuální verze z 7. 9. 2026, 08:21

/* All CSS here will be loaded for users of the Citizen skin */
/* Vypnutí veškerého hover zoomu obrázků */
.citizen-body a.image:hover > img,
.citizen-body a.mw-file-description:hover > img,
.citizen-body a:hover > img.mw-file-element {
    transform: none !important;
    scale: 1 !important;
}