Modèle:CSSaccueil : Différence entre versions

De WikiFiction
Aller à : navigation, rechercher
Ligne 13 : Ligne 13 :
  
 
border: 5px solid white;
 
border: 5px solid white;
box-shadow: 0 0 5px hsla(0,0%,0%,.5);
+
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: 5s
+
animation-delay: 1s ;
 +
animation-duration: 7s;
  
 
}
 
}
Ligne 52 : Ligne 54 :
 
.slideshow li:nth-child(3){
 
.slideshow li:nth-child(3){
  
animation-delay: 15s
+
animation-delay: 8s ;
 +
animation-duration: 7s;
  
 
}
 
}
Ligne 58 : Ligne 61 :
 
.slideshow li:nth-child(4){
 
.slideshow li:nth-child(4){
  
animation-delay: 25s
+
animation-delay: 15s ;
 +
animation-duration: 7s;
  
 
}
 
}
Ligne 64 : Ligne 68 :
 
.slideshow li:nth-child(5){
 
.slideshow li:nth-child(5){
  
animation-delay: 35s
+
animation-delay: 21s ;
 +
animation-duration: 7s;
  
 
}
 
}

Version du 5 décembre 2021 à 23:32