/* 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页面]] */