用户:850710247liu/common.css
< 用户:850710247liu
850710247liu(讨论 | 贡献)2022年6月4日 (六) 20:44的版本
注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:前往菜单 → 设置(Mac为Opera → Preferences),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件。
/*黑幕模糊化,改自https://userstyles.org/styles/118277/bangumi-mask*/ .heimu, .heimu a { background-color: transparent !important; color: #252525 !important; border: none !important; filter: blur(3px); transition: filter 100ms 200ms; } .heimu:hover, .heimu a:hover { filter: blur(0.2px); } /*选中背景色*/ ::selection { background: #ADD8E6; } /*顶端*/ div#p-personal { width: 100%; position: fixed; top: 0; right: 0; padding: 12px !important; background: #fff; box-shadow: 0 1px 3px 0 rgba(0, 34, 77, .05); border-bottom: 1px solid rgba(30, 35, 42, .06); justify-content: space-between; } #p-personal ul { float: right; color: rgba(0, 0, 0, 0.87); background: transparent; } #p-personal a { color: #8590a6 !important; } #pt-notifications-alert .mw-echo-notifications-badge, #pt-notifications-notice .mw-echo-notifications-badge { color: transparent !important; } .topTitle { color: #1e1e1e; float: left; font-size: 22px; position: absolute; left: 18%; font-weight: 700; line-height: 32px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } /*主体*/ #content { background: white !important; margin-left: auto; margin-right: auto; margin-top: 20px; width: 70%; border: 0 !important; box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); border-radius: 5px; } h1, h2, h3, h4, h5, h6 { font-family: "方正宋黑简体", serif !important; color: rgba(0, 0, 0, 0.87); } span.subpages { margin-left: 10px; } .mw-body-content { font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Noto Sans CJK SC, WenQuanYi Micro Hei, Arial, sans-serif !important; color: rgba(0, 0, 0, 0.7) !important; } body { background: #F6F6F6 !important; font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Noto Sans CJK SC, WenQuanYi Micro Hei, Arial, sans-serif !important; color: rgba(0, 0, 0, 0.7) !important; } pre, code, tt, kbd, samp, .mw-code { font-family: Menlo, Monaco, Consolas, "Andale Mono", "lucida console", "Courier New", monospace; } a, .mw-body-content a.extiw, .mw-body-content a.extiw:active, .mw-body-content a.external { color: #1976D2; text-decoration: none !important; } a:visited, .mw-body-content a.external:visited, .mw-body-content a.extiw:visited { color: #5E35B1; } a:active { color: #FFC107 !important; } h1, h2 { border-bottom: none; } .comment-user a { color: #777 !important; } #toc, .toc { background-color: #f8f9fa; border: 0 !important; border-radius: 3px; padding: 8px; box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.2); } #catlinks { border: 0 !important; border-radius: 3px; } #wpSave, #wpPreview, #wpDiff { font-family: inherit; font-size: 1em; display: inline-block; min-width: 4em; max-width: 28.75em; padding: 0.546875em 1em; line-height: 1.286; margin: 0; border-radius: 2px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; zoom: 1; vertical-align: middle; background-color: #f8f9fa; color: #222222; border: 1px solid #a2a9b1; text-align: center; font-weight: bold; cursor: pointer; } .infoBox { border: 0 !important; border-radius: 3px; } .infoBoxContent { background: #ECEFF1 !important; line-height: 1.3; border: 0 !important; border-radius: 3px; } /*—滚动条默认显示样式–*/ ::-webkit-scrollbar-thumb { background-color: #03A9F4; height: 50px; outline-offset: -2px; outline: 2px solid #fff; -webkit-border-radius: 4px; border: 2px solid #fff; } /*—鼠标点击滚动条显示样式–*/ ::-webkit-scrollbar-thumb:hover { background-color: #FFC107; height: 50px; -webkit-border-radius: 4px; } /*—滚动条大小–*/ ::-webkit-scrollbar { width: 8px; height: 8px; } /*—滚动框背景样式–*/ ::-webkit-scrollbar-track-piece { background-color: #FFF; -webkit-border-radius: 0; } /*隐藏内容*/ #localNotice, #footer-info-copyright, .mw-editTools, #mw-panel, #left-navigation, #right-navigation { display: none; }