Changes

Jump to navigation Jump to search
1,341 bytes added ,  17:47, 9 September 2021
no edit summary
Line 766: Line 766:  
.compact-ambox .hide-when-compact {
 
.compact-ambox .hide-when-compact {
 
display: none;
 
display: none;
 +
}
 +
 +
/* Text Age Coloration */
 +
@keyframes transition1 {
 +
  from {color: black;}
 +
  to {color: #efefef;}
 +
}
 +
@keyframes transition2 {
 +
  from {color: black;}
 +
  to {color: #d9d9d9;}
 +
}
 +
@keyframes transition3 {
 +
  from {color: black;}
 +
  to {color: #cccccc;}
 +
}
 +
@keyframes transition4 {
 +
  from {color: black;}
 +
  to {color: #b7b7b7;}
 +
}
 +
@keyframes transition5 {
 +
  from {color: black;}
 +
  to {color: #999999;}
 +
}
 +
@keyframes transition6 {
 +
  from {color: black;}
 +
  to {color: #666666;}
 +
}
 +
@keyframes transition7 {
 +
  from {color: black;}
 +
  to {color: #333333;}
 +
}
 +
 +
.cycle1{
 +
  color: #efefef;
 +
  animation-name: transition1;
 +
  animation-duration: 8s;
 +
  animation-delay: 0s;
 +
 +
}
 +
.cycle2{
 +
  color: #d9d9d9;
 +
  animation-name: transition2;
 +
  animation-duration: 8s;
 +
  animation-delay: 0s;
 +
 +
}
 +
.cycle3{
 +
  color: #cccccc;
 +
  animation-name: transition3;
 +
  animation-duration: 8s;
 +
  animation-delay: 0s;
 +
 +
}
 +
.cycle4{
 +
  color: #b7b7b7;
 +
  animation-name: transition4;
 +
  animation-duration: 8s;
 +
  animation-delay: 0s;
 +
 +
}
 +
.cycle5{
 +
  color: #999999;
 +
  animation-name: transition5;
 +
  animation-duration: 8s;
 +
  animation-delay: 0s;
 +
 +
}
 +
.cycle6{
 +
  color: #666666;
 +
  animation-name: transition6;
 +
  animation-duration: 5s;
 +
  animation-delay: 0s;
 +
 +
}
 +
.cycle7{
 +
  color: #333333;
 +
  animation-name: transition7;
 +
  animation-duration: 8s;
 +
  animation-delay: 0s;
 +
}
 +
.cycle8{
 +
        color: black;
 
}
 
}

Navigation menu