您似乎还未注册一个账号?我们强烈推荐您点击此处创建一个账户。|如果您在H萌娘上发现某些内容错误/空缺/不中立,请勇于按右上角编辑按钮!
MediaWiki:Gadget-heimu-toggle.css
注意:这类代码页面在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- 按住
CTRL+SHIFT+DEL 或 ⌘-Shift-R来清除缓存! - 或尝试在地址栏的地址最后添加代码
?_=1来访问最新页面。 - 你还可以在设置中勾选小工具在页面右上角添加清除缓存按钮!
.heimu,
.colormu {
transition: .37s all linear;
}
#heimu_toggle {
transition: .37s all ease-in-out;
width: 20px;
padding: 5px 0;
background-color: #000;
color: #fff;
font-size: 12px;
text-align: center;
position: fixed;
z-index: 73;
right: 0;
cursor: pointer;
opacity: .6;
bottom: 193px;
}
@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;
}