Outils pour utilisateurs

Outils du site


bloc_note

Ceci est une ancienne révision du document !


Bloc Note rapide

.map__image{
    width: 100%;
    float: left;

}

.map__image path{
    fill: #88c1db;
    stroke:#FFF;
    stroke-width: 1px;
    transition: fill 0.3s;
}


#FR , #ES, #MA , #RO , #BR, #AR, #SI , #TR {
    fill: #c2b332;
    stroke:#FFF;
    stroke-width: 0.5px;
    transition: fill 0.3s;
}
#FR:hover,#ES:hover,#MA:hover,#RO:hover,#BR:hover,#AR:hover,#SI:hover,#TR:hover{
    fill: #ffe601;
}

@keyframes zoom-in-zoom-out {
    0% {
        rx: 1.902;
        ry: 1.902;
    }
    50% {
        rx: 2.902;
        ry: 2.902;
    }
  }

.img_zoom:hover g ellipse {
    fill: #a677db;
    animation: zoom-in-zoom-out 1s ease infinite;
  }
bloc_note.1742536805.txt.gz · Dernière modification : 2025/03/21 07:00 de admin