テンプレート:背景画像/page.css

提供: 萌えっ娘百科事典
< テンプレート:背景画像
2021年8月2日 (月) 18:22時点におけるHonoka55 (トーク | 投稿記録)による版 (// Edit via Wikiplus)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索
@keyframes show{
  from{
    opacity: 0;
  }
}

@keyframes shrink{
  from{
    transform: scale(1.15);
  }
}

@keyframes clear{
  from{
    filter: blur(5px);
  }
}

@keyframes appear{
  from{
      opacity: 0;
      transform: scale(1.3);
  }
}

@keyframes look-top{
	from{
      width: 150%;
      height: 150%;
      object-position: center bottom;
    }

    50%{
      object-position: center top;
    }
}

@keyframes look-bottom{
	from{
      width: 150%;
      height: 150%;
      object-position: center top;
    }

    50%{
      object-position: center bottom;
    }
}
#toc{
  background: rgba(250,250,250,0.7);
}

.infoBoxContent {
background: rgba(251,251,251,0.6);
}

.wikitable {
background-color: rgba(251,251,251,0.6);
}
/* [[Category:在模板名字空间下的CSS页面]] */