注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
?_=1
来访问最新页面。https://zh.moegirl.org.cn/User:%E5%85%AC%E7%9A%84%E9%A9%B1%E9%80%90%E8%88%B0/common.css?_=1
/*editor size preference*/
.wikiEditor-ui-text>textarea { height: 75vh };
/*end float-toc test*/
/* 显示规则 */
.moe-guest,.moe-guest-on{display:block!important;}
.no-law-to-see,.moe-guest-off{display:none!important;}
/* 动画旋转规则 */
@keyframes spincube
{
25% {transform:rotateX(-33.5deg) rotateY(360deg);}
50% {transform:rotateX(0deg) rotateY(720deg);}
75% {transform:rotateX(33.5deg) rotateY(1080deg);}
100% {transform:rotateX(0deg) rotateY(1440deg);}
}
/* 动画参数规则 */
.moe-ani-spincube{animation-name:spincube;}
.moe-ani-count-infinite{animation-iteration-count: infinite;}
.moe-ani-timelong-12{animation-duration:12s;}
.moe-ani-timelong-24{animation-duration:24s;}
.moe-ani-timelong-36{animation-duration:36s;}
.moe-ani-timelong-48{animation-duration:48s;}
.moe-ani-timelong-60{animation-duration:60s;}
.moe-ani-timing-linear{animation-timing-function: linear;}
/*pvz2a test*/
.pvz2Almanac-profileContainer::-webkit-scrollbar {
width: 12px;
}
.pvz2Almanac-profileContainer::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 12px;
}
.pvz2Almanac-profileContainer::-webkit-scrollbar-thumb {
background: #F0E5C5;
border-radius: 12px;
box-shadow: inset -1px -1px 3px grey;
}
.pvz2Almanac-profileContainer::-webkit-scrollbar-thumb:hover {
background: #F0E5C5;
}
/*end pvz2atest*/