Changes

Jump to navigation Jump to search
No change in size ,  17:47, 9 September 2021
no edit summary
Line 801: Line 801:  
   color: #efefef;
 
   color: #efefef;
 
   animation-name: transition1;
 
   animation-name: transition1;
   animation-duration: 2s;
+
   animation-duration: 8s;
   animation-delay: 2s;
+
   animation-delay: 0s;
    
}
 
}
Line 808: Line 808:  
   color: #d9d9d9;
 
   color: #d9d9d9;
 
   animation-name: transition2;
 
   animation-name: transition2;
   animation-duration: 2s;
+
   animation-duration: 8s;
   animation-delay: 2s;
+
   animation-delay: 0s;
    
}
 
}
Line 815: Line 815:  
   color: #cccccc;
 
   color: #cccccc;
 
   animation-name: transition3;
 
   animation-name: transition3;
   animation-duration: 2s;
+
   animation-duration: 8s;
   animation-delay: 2s;
+
   animation-delay: 0s;
    
}
 
}
Line 822: Line 822:  
   color: #b7b7b7;
 
   color: #b7b7b7;
 
   animation-name: transition4;
 
   animation-name: transition4;
   animation-duration: 2s;
+
   animation-duration: 8s;
   animation-delay: 2s;
+
   animation-delay: 0s;
    
}
 
}
Line 829: Line 829:  
   color: #999999;
 
   color: #999999;
 
   animation-name: transition5;
 
   animation-name: transition5;
   animation-duration: 2s;
+
   animation-duration: 8s;
   animation-delay: 2s;
+
   animation-delay: 0s;
    
}
 
}
Line 836: Line 836:  
   color: #666666;
 
   color: #666666;
 
   animation-name: transition6;
 
   animation-name: transition6;
   animation-duration: 2s;
+
   animation-duration: 5s;
   animation-delay: 2s;
+
   animation-delay: 0s;
    
}
 
}
Line 843: Line 843:  
   color: #333333;
 
   color: #333333;
 
   animation-name: transition7;
 
   animation-name: transition7;
   animation-duration: 2s;
+
   animation-duration: 8s;
   animation-delay: 2s;
+
   animation-delay: 0s;
 
}
 
}
 
.cycle8{
 
.cycle8{
 
         color: black;
 
         color: black;
 
}
 
}

Navigation menu