Difference between revisions of "Template:Cologne-Duesseldorf/css"

Line 1,060: Line 1,060:
 
#bodyContent #returnToTop:hover{
 
#bodyContent #returnToTop:hover{
 
   color: black;
 
   color: black;
}
 
 
#party{
 
  position:absolute;
 
  z-index:9999;
 
  top:0;
 
  bottom:0;
 
  left:0;
 
  right:0;
 
  animation: colorchange 0.3s;
 
  animation-iteration-count:infinite;
 
}
 
 
@keyframes colorchange {
 
  0% { background-color: white; }
 
  25% { background-color: orange; }
 
  50% { background-color: black; }
 
  75% { background-color: red; }
 
  100% { background-color: blue; }
 
 
}
 
}
  

Revision as of 17:31, 30 October 2017