Modèle:CSSaccueil : Différence entre versions

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

Version du 5 décembre 2021 à 23:39