2023年政策修订增补工作正在进行中,欢迎参与!
User:公的驱逐舰/common.css
跳转到导航
跳转到搜索
注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox/Safari:按住“Shift”的同时单击“刷新”,或按“Ctrl-F5”或“Ctrl-R”(Mac为“⌘-R”)
- Google Chrome:按“Ctrl-Shift-R”(Mac为“⌘-Shift-R”)
- Internet Explorer:按住“Ctrl”的同时单击“刷新”,或按“Ctrl-F5”
- Opera:在“工具→首选项”中清除缓存
- 如果您已登录但该页面出现未登录状态,请尝试在地址栏的地址最后添加代码
?_=1
来访问最新页面。 - 添加代码后的本页地址如下:
-{R|https://moegirl.icu/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*/