2023年政策修订增补工作正在进行中,欢迎参与!
  • Moegirl.ICU:萌娘百科流亡社群 581077156(QQ),欢迎对萌娘百科运营感到失望的编辑者加入
  • Moegirl.ICU:账号认领正在试运行,有意者请参照账号认领流程

Template:原神/style.css

萌娘百科,万物皆可萌的百科全书!转载请标注来源页面的网页链接,并声明引自萌娘百科。内容不可商用。
跳转到导航 跳转到搜索
._addText {
	content: "{{T:Doc|content={{High-risk|info=此样式表为{{tl|原神}}等系列模板的重要组成结构,操作不当会导致大量内容显示异常。}}此CSS样式表用于对[[Template:原神/可控角色]]的“鼠标移入放大图标”效果提供复杂样式,由于该样式在单一模板的使用量庞大,修改需要谨慎。}}";
}
/* “原大头” */
.ydt {
  display: inline-block;
  padding-left: 20px;
  line-height: 20px;
  position: relative;
}
.ydt > a:first-child {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translate(0, -10px);
  width: 20px;
  height: 20px;
  transition: all .25s ease;
}
.ydt > a:first-child.new {
  display: none;
}
.ydt > a:first-child:hover {
  transform: translate(0, -10px) scale(3);
}
.ydt > a:first-child > img {
  width: 17.5px;
  height: 17.5px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.ydt .ca {
  font-family: KaiTi, 楷体, cursive;
  font-weight: bold;
  font-size: 1.2em;
  opacity: 0.9;
}


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