2023年政策修订增补工作正在进行中,欢迎参与!
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页面]] */