MediaWiki:Gadget-heimu-toggle.css

来自H萌文库
艾代米尔留言 | 贡献2026年7月24日 (五) 18:01的版本 (创建页面,内容为“.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…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转到导航 跳转到搜索

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-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 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;
}