• Moegirl.ICU:萌娘百科流亡社群 581077156(QQ),欢迎对萌娘百科运营感到失望的编辑者加入
  • Moegirl.ICU:账号认领正在试运行,有意者请参照账号认领流程

Template:电音部音乐信息/style.css

萌娘百科,万物皆可萌的百科全书!转载请标注来源页面的网页链接,并声明引自萌娘百科。内容不可商用。
跳转到导航 跳转到搜索
.overall {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  justify-content: center;
}

.column1{
  display: flex;
  flex-direction: column;
  padding: 0 4px;
  justify-content: center;
  flex: 20%
}

.column2{
  display: flex;
  flex-direction: column;
  padding: 0 4px;
  justify-content: center;
  flex: 30%
}

.text-card{
  box-shadow: 0 4px 16px 0 rgba(0,255,255,0.5), 0 6px 30px 0 rgba(0,255,255,0.5);
  border: 3px solid #00ffff;
  text-align:center;
}

.img-card{
  position: relative;
  margin: auto;
  width: 260px;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 16px 0 rgba(0,255,255,0.5), 0 6px 30px 0 rgba(0,255,255,0.5);
  border: 3px solid #00ffff;
  text-align:center;
  overflow: hidden;
}

.scanline {
  position: absolute;
  height: 2px;
  background: linear-gradient(to right, rgba(0, 255, 255, 0), rgba(0, 255, 255, 0.53), rgba(0, 255, 255, 0));
  animation: scan 3s linear infinite;
  top: 0;
  left: 0;
  right: 0;
}

.breathe {
  animation: hologram 3s infinite;
}

@keyframes scan {
  0% { transform: translateY(-200px); }
  100% { transform: translateY(600px); }
}

@keyframes hologram {
  0%,100% { opacity: 1.0; }
  50% { opacity: 0.8; }
}
/* [[分类:在模板名字空间下的CSS页面]] */