MediaWiki:Gadget-heimu-toggle.css
来自小鱼君和他的朋友们
注意:在保存以后,您必须绕过浏览器缓存才能看到所作出的改变。
- 谷歌浏览器(Google Chrome)- Windows:按下“Ctrl”键然后按 F5。OS X系统:同时按⌘ Cmd和⇧ Shift键之后按R键。
- Safari - 按住⇧ Shift键然后点击工具栏中重新载入键。
- 火狐(Firefox)- Windows:按住Ctrl键然后按F5。OS X系统:同时按⌘ Cmd和⇧ Shift键之后按R键。
- Internet Explorer:按住Ctrl键然后按F5(或者点击“刷新”按钮)。
.heimu { 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; right: 0; cursor: pointer; opacity: .6; bottom: 100px; } body.heimu_toggle_on .heimu, body.heimu_toggle_on .heimu a, body.heimu_toggle_on a .heimu, body.heimu_toggle_on .heimu a.new { 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 { color: #ba0000!important; }