萌娘百科,万物皆可萌的百科全书!转载请标注来源页面的网页链接,并声明引自萌娘百科。内容不可商用。
跳转到导航
跳转到搜索
/* Only for [[CLOCKWORK RABBIT]] */
input[type="submit"][name="fulltext"]{
display: none;
}
@keyframes cr-bob{
from{
top: calc(-1em * 0.625);
}
to{
top: calc(1em * 0.625);
}
}
.cr-bob{
position: relative;
font-size: 16px;
animation: cr-bob 2s infinite alternate;
}
/* [[Category:在主名字空间下的CSS页面]] */