“模板:全屏弹幕/styles.css”的版本间的差异

来自维阿百科
跳转至: 导航搜索
1.38>牛腩面
(创建页面,内容为“@keyframes toleft{ 0% { left: 100%; } 100% { left: -50em; } } @keyframes hide{ 0% { opacity: 1; } 99.9% { opacity: 1; } 100% { opacity: 0; } } .danmaku{ position: fixed; left: 100%…)
 
(导入1个版本)
 
(没有差异)

2022年7月8日 (五) 21:15的最新版本

@keyframes toleft{
  0% {
    left: 100%;
  }
  100% {
    left: -50em;
  }
}

@keyframes hide{
  0% {
    opacity: 1;
  }
  99.9% {
  	opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.danmaku{
  position: fixed;
  left: 100%;
  white-space: nowrap;
  z-index: 1000;
  line-height: 1;
}
/* [[Category:在模板名字空间下的CSS页面]] */