« Modèle:CSSaccueil » : différence entre les versions
w>Admin Aucun résumé des modifications |
w>Admin Aucun résumé des modifications |
||
Ligne 13 : | Ligne 13 : | ||
border: 5px solid white; | border: 5px solid white; | ||
box-shadow: 0 0 5px hsla(0,0%,0%,. | box-shadow: 0 0 5px hsla(0,0%,0%,.infinite); | ||
overflow: hidden; | overflow: hidden; | ||
max-width: 600px; | max-width: 600px; | ||
Ligne 35 : | Ligne 35 : | ||
top: 0; | top: 0; | ||
left: 0; | left: 0; | ||
animation: slideshow 40s ease 2; | /*animation: slideshow 40s ease 2;*/ | ||
animation-duration: 30s; | |||
position: absolute; | position: absolute; | ||
opacity: 0; | opacity: 0; | ||
Ligne 46 : | Ligne 47 : | ||
.slideshow li:nth-child(2){ | .slideshow li:nth-child(2){ | ||
animation-delay: | animation-delay: 1s ; | ||
animation-duration: 7s; | |||
} | } | ||
Ligne 52 : | Ligne 54 : | ||
.slideshow li:nth-child(3){ | .slideshow li:nth-child(3){ | ||
animation-delay: | animation-delay: 8s ; | ||
animation-duration: 7s; | |||
} | } | ||
Ligne 58 : | Ligne 61 : | ||
.slideshow li:nth-child(4){ | .slideshow li:nth-child(4){ | ||
animation-delay: | animation-delay: 15s ; | ||
animation-duration: 7s; | |||
} | } | ||
Ligne 64 : | Ligne 68 : | ||
.slideshow li:nth-child(5){ | .slideshow li:nth-child(5){ | ||
animation-delay: | animation-delay: 21s ; | ||
animation-duration: 7s; | |||
} | } |
Version du 5 décembre 2021 à 21:32