Template:背景图片/page.css

来自Vocawiki
星幻丶碎梦留言 | 贡献2025年9月11日 (四) 16:47的版本 (导入1个版本:​搬运自萌娘百科,依CC BY-NC-SA 3.0 CN导入)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转到导航 跳转到搜索
@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);
}

body.theme-dark #toc {
  background: rgba(35, 39, 46, 0.75);
}

body.theme-dark .infoBoxContent {
  background: rgba(35, 39, 46, 0.75);
}

body.theme-dark .wikitable {
  background-color: rgba(35, 39, 46, 0.75);
}

/* [[Category:在模板名字空间下的CSS页面]] */