<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes nav_hot_blink {
  from {
    background-image: url(/Public/Apps/topic/ui/img/hot_1.png);
  }
  to {
    background-image: url(/Public/Apps/topic/ui/img/hot_2.png);
  }
}
@keyframes nav_h5_blink {
  from {
    background-image: url(/Public/Apps/topic/ui/img/h5_1.png);
  }
  to {
    background-image: url(/Public/Apps/topic/ui/img/h5_2.png); background-size: 100% 23px;
  }
}

@keyframes loop_marquee {
  from {
    transform: translate3d(0,0%,0);
  }
  to {
    transform: translate3d(0,-50%,0); 
  }
}

@keyframes imgFadeInOut {
  from { opacity: .3; }
  50% { opacity: .6; }
  to { opacity: .3; }
}</pre></body></html>