2023年政策修订增补工作正在进行中,欢迎参与!
Template:DARLING in the FRANXX/styles.css
跳转到导航
跳转到搜索
.DitF-link {
display: inline-block;
height: 22px;
margin: 2px 3px;
line-height: 22px;
text-align: center;
overflow: hidden;
vertical-align: bottom;
}
.DitF-link > a {
text-decoration: unset;
}
.DitF-link div:first-child {
height: 22px;
padding: 0 8px;
background: white;
}
.DitF-link div + div {
position: relative;
height: 22px;
padding: 0 8px;
top: -22px;
left: 100%;
color: white;
overflow: hidden;
transition: all 0.2s ease-out;
}
.DitF-link div + div > span {
position: relative;
left: calc(-100% - 16px);
transition: all 0.2s ease-out;
}
.DitF-link:hover div:not(.DitF-self) + div,
.DitF-link:hover div:not(.DitF-self) + div > span {
left: 0;
}
/* [[Category:在模板名字空间下的CSS页面]] */