注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5。
.heimu,
.colormu {
transition: .37s all linear;
}
#heimu_toggle {
transition: .37s all cubic-bezier(0.04, 0.94, 0.27, 1);
width: 20px;
padding: 5px 0;
background-color: #000;
color: #fff;
font-size: 12px;
text-align: center;
position: fixed;
z-index: 73;
right: 30px;
cursor: pointer;
opacity: .6;
bottom: 106px;
border-radius: 1em;
}
@media print {
#heimu_toggle {
display: none !important;
}
}
body.heimu_toggle_on .heimu,
body.heimu_toggle_on .heimu rt {
background-color: rgba(37, 37, 37, 0.13)!important;
}
body.heimu_toggle_on .heimu a,
body.heimu_toggle_on a .heimu {
color: #0645ad!important;
}
body.heimu_toggle_on .heimu a.new,
body.heimu_toggle_on a.new .heimu {
color: #ba0000!important;
}
/*阅读更多:https://zh.moegirl.org.cn/MediaWiki:Gadget-heimu-toggle.css
#本文引自萌娘百科(https://zh.moegirl.org.cn ),文字内容默认使用《知识共享 署名-非商业性使用-相同方式共享 3.0》协议。*/