“用户:850710247liu/common.css”的版本间的差异

来自萌娘文库
跳转至: 导航搜索
第1行: 第1行:
/* 全站字型调整 */
+
/*黑幕模糊化,改自https://userstyles.org/styles/118277/bangumi-mask*/
body {
+
     font-size: 108%;
+
.heimu,
     -moz-hyphens: auto;
+
.heimu a {
     -webkit-hyphens: auto;
+
    background-color: transparent !important;
     hyphens: auto;
+
    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;
 
}
 
}
.mw-body-content {
+
#p-personal ul {
     line-height: 1.85;
+
     float: right;
 +
    color: rgba(0, 0, 0, 0.87);
 +
    background: transparent;
 
}
 
}
body .ui-dialog .ui-widget-header {
+
#p-personal a {
     background: #f1f1f1 !important;
+
     color: #8590a6 !important;
 
}
 
}
body .ui-button {
+
#pt-notifications-alert .mw-echo-notifications-badge,
     box-shadow: 0 0 0 0 !important;
+
#pt-notifications-notice .mw-echo-notifications-badge {
 +
     color: transparent !important;
 
}
 
}
::selection {
+
.topTitle {
     background: rgba(0,0,0,.1);
+
    color: #1e1e1e;
     text-shadow: none;
+
    float: left;
 +
    font-size: 22px;
 +
    position: absolute;
 +
    left: 18%;
 +
    font-weight: 700;
 +
    line-height: 32px;
 +
    white-space: nowrap;
 +
     overflow: hidden;
 +
     text-overflow: ellipsis;
 
}
 
}
#firstHeading {
+
/*主体*/
     font-family: sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+
     font-weight: 500;
+
#content {
     padding-bottom: 6px;
+
     background: white !important;
     font-size: 170%;
+
    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,
 
h2,
 
h3,
 
h3,
第30行: 第73行:
 
h5,
 
h5,
 
h6 {
 
h6 {
        font-family: "roboto",sans-serif !important;
+
    font-family: "方正宋黑简体", serif !important;
color: #404040 !important;
+
    color: rgba(0, 0, 0, 0.87);
line-height: 1.8 !important;
 
border-bottom-color: rgba(0, 0, 0, .1) !important;
 
 
}
 
}
.mw-body-content h2 {
+
span.subpages {
     font-weight: 540;
+
     margin-left: 10px;
 
}
 
}
/* 链接显示效果 */
+
.mw-body-content {
a:hover {
+
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Noto Sans CJK SC, WenQuanYi Micro Hei, Arial, sans-serif !important;
  text-decoration: none;
+
    color: rgba(0, 0, 0, 0.7) !important;
  color: #2a4b8d!important;
 
 
}
 
}
a, a:visited {
+
body {
     text-decoration: none;
+
    background: #F6F6F6 !important;
     color: #3366cc;
+
     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,
#mw-content-text i {
+
code,
     margin-right: 3px;
+
tt,
 +
kbd,
 +
samp,
 +
.mw-code {
 +
     font-family: Menlo, Monaco, Consolas, "Andale Mono", "lucida console", "Courier New", monospace;
 
}
 
}
/* 隐藏首页标题、空行、分类、查看源代码tab */
+
a,
.page-Mainpage h1.firstHeading,
+
.mw-body-content a.extiw,
.page-Mainpage #siteSub,
+
.mw-body-content a.extiw:active,
.page-Mainpage #contentSub,
+
.mw-body-content a.external {
.page-Mainpage #ca-viewsource,
+
    color: #1976D2;
.page-Mainpage #siteNotice,
+
    text-decoration: none !important;
.page-Mainpage #catlinks,
 
.page-Mainpage #footer #footer-info
 
{
 
    display: none;
 
 
}
 
}
/* 目录样式 */
+
a:visited,
#toc{
+
.mw-body-content a.external:visited,
background-color: rgb(255 255 255 / 30%);
+
.mw-body-content a.extiw:visited {
clear: right;
+
    color: #5E35B1;
margin-bottom: .5em;
 
float: right;
 
padding: 1em;
 
width: auto;
 
 
}
 
}
.toctoggle {
+
a:active {
     display: none;
+
     color: #FFC107 !important;
 
}
 
}
/* 侧边栏、顶部栏、页脚 */
+
h1,
#pt-userpage, #pt-anonuserpage {
+
h2 {
     background-image: url(https://library.moegirl.org.cn/skins/Vector/images/user-icon.png?13155)!important;
+
     border-bottom: none;
    background-repeat: no-repeat!important;
 
 
}
 
}
.vectorMenuCheckbox {
+
.comment-user a {
     height:110%;
+
     color: #777 !important;
 
}
 
}
.mw-body {
+
#toc,
border-left: 1px solid #bbb;
+
.toc {
border-bottom: 1px solid #bbb;
+
     background-color: #f8f9fa;
border-top: none;
+
     border: 0 !important;
border-right: none;
+
     border-radius: 3px;
}
+
     padding: 8px;
#p-personal {
+
     box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.2);
    font-size: 17.5px;
 
    right: 1em;
 
}
 
#localNotice {
 
     background-color: rgb(245,245,245,0.3);
 
}
 
div.vectorTabs {
 
    font-size: 16px;
 
    padding-top: 2px;
 
}
 
div.vectorMenu {
 
    font-size: 92%;
 
}
 
.vectorTabs #ca-unwatch.icon a, .vectorTabs #ca-watch.icon a, .vectorTabs #ca-wikilove.icon a {
 
    padding-top: 3.4em;
 
}
 
    #content {
 
        margin-left: 214px !important;
 
     }
 
 
 
    .portal {
 
        background: transparent !important;
 
    }
 
 
 
    #mw-panel {
 
border-right: 1px solid #bbb;
 
        width: 200px !important;
 
        background: rgb(254,254,254,0.99) !important;
 
        padding-left: 14px !important;
 
     }
 
   
 
    #p-logo {
 
        left: 0px;
 
        padding-left: 10px;
 
     }
 
 
 
    #p-logo a {
 
        padding-left: 40px;
 
        left: 0px;
 
        border-right: 1px solid #aaa;
 
     }
 
    #p-logo a:hover {
 
        opacity: 1.0;
 
    }
 
 
 
    #mw-head {
 
        background-color: rgb(254,254,254,0.98);
 
        opacity: 1.0;
 
        box-shadow: 0px 1px 2px #aaa;
 
        -webkit-transition-property: opacity !important;
 
        -moz-transition-property: opacity !important;
 
        -o-transition-property: opacity !important;
 
        -ms-transition-property: opacity !important;
 
        transition-property: opacity !important;
 
        -webkit-transition-duration: 0.5s !important;
 
        -moz-transition-duration: 0.5s !important;
 
        -o-transition-duration: 0.5s !important;
 
        -ms-transition-duration: 0.5s !important;
 
        transition-duration: 0.25s !important;
 
    }
 
 
 
    #mw-head:hover {
 
        opacity: 1.0 !important;
 
    }
 
 
 
    .uls-settings-trigger {
 
        display: none !important;
 
    }
 
 
 
    #left-navigation {
 
        margin-left: 233px !important;
 
    }
 
#mw-page-base {
 
    height: 104px;
 
}
 
#left-navigation,
 
#right-navigation {
 
    margin-top: 60px;
 
}
 
#mw-head div.vectorMenu h4 {
 
    height: 1.9em;
 
    margin-bottom: 0;
 
    padding-top: 1.25em;
 
    padding-bottom: 0;
 
    padding-right: 0.5em;
 
}
 
#mw-panel div.portal {
 
    padding-bottom: 0.7em;
 
    padding-top: 0.4em;
 
}
 
#mw-panel #p-logo .mw-wiki-logo {
 
    width: 175px;
 
}
 
#mw-panel {
 
    font-size: 18.5px;
 
    /* mw-panel的宽度是10em,改了font-size以后也需要修改一下 */
 
    width: 11.6rem;
 
}
 
    ul,li {
 
        background: transparent !important;
 
    }
 
 
 
  #mw-panel,#mw-head {
 
        font-weight: 300 !important;
 
    }
 
 
 
#mw-panel .portal .body li {
 
    line-height: 1.6em;
 
}
 
    .mw-wiki-logo{
 
        padding-left: 5px !important;
 
        padding-top: 10px !important;
 
        border: none !important;
 
    }
 
.clear-div {
 
    clear: both;
 
}
 
.uls-trigger{
 
    display: none;
 
}
 
div.vectorMenu div.menu {
 
    top: 2.75em;
 
    width: 100%;
 
    background-color: rgba(251,251,251,0.9);
 
    border: 1px solid #a7d7f9;
 
    border-top: transparent;
 
}
 
#mw-panel .portal .body li a:visited {
 
  color: #0648AF;
 
 
}
 
}
 
#catlinks {
 
#catlinks {
background-color: rgba(251,251,251,0.3);
+
    border: 0 !important;
 +
    border-radius: 3px;
 
}
 
}
.oo-ui-popupWidget-anchored-top {
+
#wpSave,
     z-index: 10000;
+
#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;
 
}
 
}
#mp-banner {
+
.infoBox {
     margin: -1.7em;
+
     border: 0 !important;
     margin-top: -4.1em;
+
     border-radius: 3px;
    background-image: url(https://www.hmoegirl.com/images/0/09/80468767.jpg);
 
 
}
 
}
#footer {
+
.infoBoxContent {
     margin-left: 12.4em;
+
     background: #ECEFF1 !important;
     padding: 1.25em;
+
     line-height: 1.3;
}
+
     border: 0 !important;
/* 弹出框和滚轮条外观 */
+
     border-radius: 3px;
.ve-init-mw-desktopArticleTarget-toolbar-open > .oo-ui-toolbar-bar {
 
    top: -1px;
 
     border-top: 1px solid #c8ccd1;
 
}
 
::-webkit-scrollbar {
 
     border: 0;
 
    width: 10px;
 
    height: 10px;
 
}
 
::-webkit-scrollbar-button {
 
    width: 0;
 
    height: 0;
 
 
}
 
}
 +
/*—滚动条默认显示样式–*/
 +
 
::-webkit-scrollbar-thumb {
 
::-webkit-scrollbar-thumb {
     border: 0;
+
     background-color: #03A9F4;
     min-height: 34px;
+
     height: 50px;
     padding-top: 100;
+
     outline-offset: -2px;
     background-clip: padding-box;
+
     outline: 2px solid #fff;
     background-color: rgba(0,0,0,.15);
+
    -webkit-border-radius: 4px;
 +
     border: 2px solid #fff;
 
}
 
}
::-webkit-scrollbar-track {
+
/*—鼠标点击滚动条显示样式–*/
     border: 0;
+
     background-clip: padding-box;
+
::-webkit-scrollbar-thumb:hover {
     background-color: rgba(206,205,197,.1);
+
     background-color: #FFC107;
 +
     height: 50px;
 +
     -webkit-border-radius: 4px;
 
}
 
}
/* wikitable MD化 */
+
/*—滚动条大小–*/
table.wikitable {
+
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
+
::-webkit-scrollbar {
  border-radius: 4px;
+
    width: 8px;
  overflow: hidden;
+
    height: 8px;
 
}
 
}
/* 编辑区样式 */
+
/*—滚动框背景样式–*/
#wpTextbox1.mw-editfont-monospace{
+
font-size: 93%;
+
::-webkit-scrollbar-track-piece {
height: 450px;
+
    background-color: #FFF;
 +
    -webkit-border-radius: 0;
 
}
 
}
/* 分类页同开头的页面的列表不分段 */
+
/*隐藏内容*/
.mw-category-group {
+
   
    -webkit-column-break-inside: avoid;
+
#localNotice,
    page-break-inside: avoid;
+
#footer-info-copyright,
    break-inside: avoid;
+
.mw-editTools,
}
+
#mw-panel,
.mw-category-group:nth-child(1):nth-last-child(1), /* 只有一个列表时 */
+
#left-navigation,
.mw-category-group:nth-child(1):nth-last-child(2),  /* 只有两个列表时 */
+
#right-navigation {
.mw-category-group:nth-child(2):nth-last-child(1) { /* 只有两个列表时 */
 
    -webkit-column-break-inside: auto;
 
    page-break-inside: auto;
 
    break-inside: auto;
 
}
 
/* 注释里的列表 */
 
.reference-text > ul.listInRef,
 
.reference-text > ol.listInRef {
 
    margin: -1.5em 0 0 2em;
 
}
 
/*
 
* Skeleton V2.0.4
 
* Copyright 2014, Dave Gamache
 
* www.getskeleton.com
 
* Free to use under the MIT license.
 
* http://www.opensource.org/licenses/mit-license.php
 
* 12/29/2014
 
*/
 
/* 以下内容已被萌百格式化,注释已被翻译 */
 
.container {
 
    position: relative;
 
    width: 100%;
 
    max-width: 960px;
 
    margin: 0 auto;
 
    padding: 0 20px;
 
    box-sizing: border-box;
 
}
 
.div,
 
.divs,
 
.column,
 
.columns {
 
    width: 100%;
 
    float: left;
 
    box-sizing: border-box;
 
}
 
/* 适用于屏幕像素宽度大于400px的设备 */
 
@media (min-width: 400px) {
 
    .container {
 
        width: 85%;
 
        padding: 0;
 
    }
 
}
 
/* 适用于屏幕像素宽度大于800px的设备 */
 
@media (min-width: 800px) {
 
    .container {
 
        width: 80%;
 
    }
 
    .div,
 
    .divs,
 
    .column,
 
    .columns {
 
        margin-left: .3%;
 
    }
 
    .div:first-child,
 
    .divs:first-child,
 
    .column:first-child,
 
    .columns:first-child {
 
        margin-left: 0;
 
    }
 
    .one.div,
 
    .one.divs {
 
        width: 100%;
 
        margin-left: 0;
 
    }
 
    .two.divs {
 
        width: 49.85%;
 
    }
 
    .three.divs {
 
        width: 33.1333333333%;
 
    }
 
    .four.divs {
 
        width: 24.775%;
 
    }
 
    .five.divs {
 
        width: 19.76%;
 
    }
 
    .six.divs {
 
        width: 16.4166666667%;
 
    }
 
    .seven.divs {
 
        width: 14.0285714286%;
 
    }
 
    .eight.divs {
 
        width: 12.2375%;
 
    }
 
    .nine.divs {
 
        width: 10.8444444444%;
 
    }
 
    .ten.divs {
 
        width: 9.73%;
 
    }
 
    .eleven.divs {
 
        width: 8.81818181818%;
 
    }
 
    .twelve.divs {
 
        width: 8.05833333333%;
 
    }
 
    .one.column,
 
    .one.columns {
 
        width: 8.05833333333%;
 
    }
 
    .two.columns {
 
        width: 16.4166666667%;
 
    }
 
    .three.columns {
 
        width: 24.775%;
 
    }
 
    .four.columns {
 
        width: 33.1333333333%;
 
    }
 
    .five.columns {
 
        width: 41.4916666667%;
 
    }
 
    .six.columns {
 
        width: 49.85%;
 
    }
 
    .seven.columns {
 
        width: 58.2083333333%;
 
    }
 
    .eight.columns {
 
        width: 66.5666666667%;
 
    }
 
    .nine.columns {
 
        width: 74.925%;
 
    }
 
    .ten.columns {
 
        width: 83.2833333333%;
 
    }
 
    .eleven.columns {
 
        width: 91.6416666667%;
 
    }
 
    .twelve.columns {
 
        width: 100%;
 
        margin-left: 0;
 
    }
 
    .one-third.column {
 
        width: 33.1333333333%;
 
    }
 
    .two-thirds.column {
 
        width: 66.5666666667%;
 
    }
 
    .one-half.column {
 
        width: 49.85%;
 
    }
 
    /* Offsets设置 */
 
    .offset-by-one.column,
 
    .offset-by-one.columns {
 
        margin-left: 8.66666666667%;
 
    }
 
    .offset-by-two.column,
 
    .offset-by-two.columns {
 
        margin-left: 17.3333333333%;
 
    }
 
    .offset-by-three.column,
 
    .offset-by-three.columns {
 
        margin-left: 26%;
 
    }
 
    .offset-by-four.column,
 
    .offset-by-four.columns {
 
        margin-left: 34.6666666667%;
 
    }
 
    .offset-by-five.column,
 
    .offset-by-five.columns {
 
        margin-left: 43.3333333333%;
 
    }
 
    .offset-by-six.column,
 
    .offset-by-six.columns {
 
        margin-left: 52%;
 
    }
 
    .offset-by-seven.column,
 
    .offset-by-seven.columns {
 
        margin-left: 60.6666666667%;
 
    }
 
    .offset-by-eight.column,
 
    .offset-by-eight.columns {
 
        margin-left: 69.3333333333%;
 
    }
 
    .offset-by-nine.column,
 
    .offset-by-nine.columns {
 
        margin-left: 78.0%;
 
    }
 
    .offset-by-ten.column,
 
    .offset-by-ten.columns {
 
        margin-left: 86.6666666667%;
 
    }
 
    .offset-by-eleven.column,
 
    .offset-by-eleven.columns {
 
        margin-left: 95.3333333333%;
 
    }
 
    .offset-by-one-third.column,
 
    .offset-by-one-third.columns {
 
        margin-left: 34.6666666667%;
 
    }
 
    .offset-by-two-thirds.column,
 
    .offset-by-two-thirds.columns {
 
        margin-left: 69.3333333333%;
 
    }
 
    .offset-by-one-half.column,
 
    .offset-by-one-half.columns {
 
        margin-left: 52%;
 
    }
 
}
 
/* 表格宽度 */
 
.wikitable {
 
    max-width: 100%;
 
}
 
/* 缩略图居中*/
 
.thumb.tcenter {
 
    float: none;
 
    clear: both;
 
    display: block;
 
    margin: 0 auto;
 
}
 
/* 用户页没有分类! */
 
body.ns-2 div#catlinks {
 
    display: none !important;
 
}
 
/* 解决pre不换行的问题 */
 
pre {
 
    white-space: pre-wrap; /* CSS-3 */
 
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
 
    white-space: -pre-wrap; /* Opera 4-6 */
 
    white-space: -o-pre-wrap; /* Opera 7 */
 
    word-wrap: break-word; /* Internet Explorer 5.5+ */
 
}
 
/* Extension:MultimediaViewer的半透明化修改  */
 
.mw-mmv-overlay {
 
    position: fixed;
 
    top: 0;
 
    left: 0;
 
    right: 0;
 
    bottom: 0;
 
    background-color: rgba(0,0,0,0.8);
 
    opacity: 0.73;
 
}
 
body.mediawiki.mw-mmv-lightbox-open #mw-page-base,
 
body.mediawiki.mw-mmv-lightbox-open #mw-head-base,
 
body.mediawiki.mw-mmv-lightbox-open #mw-navigation,
 
body.mediawiki.mw-mmv-lightbox-open #content,
 
body.mediawiki.mw-mmv-lightbox-open #footer,
 
body.mediawiki.mw-mmv-lightbox-open #globalWrapper {
 
    display: inherit;
 
}
 
body.mediawiki.mw-mmv-lightbox-open > *  {
 
    display: inherit;
 
}
 
body.mediawiki.mw-mmv-lightbox-open > script,
 
body.mediawiki.mw-mmv-lightbox-open > style {
 
 
     display: none;
 
     display: none;
}
 
body.mediawiki.mw-mmv-lightbox-open {
 
    overflow: hidden;
 
}
 
body .mw-mmv-wrapper {
 
    position: fixed;
 
}
 
/* mutilmediaViewer 信息栏修复 */
 
.mw-mmv-image-metadata-column.mw-mmv-image-metadata-desc-column {
 
    width: 30%;
 
}
 
.mw-mmv-image-metadata-column.mw-mmv-image-metadata-links-column {
 
    width: 70%;
 
    max-width: 70%;
 
}
 
ul.mw-mmv-image-links li {
 
    float: left;
 
    padding: .3em 1em;
 
}
 
div.mw-mmv-image-desc-div,
 
div.mw-mmv-image-links-div{
 
    display:block
 
}
 
div.metadata-panel-is-closed .mw-mmv-image-links li.mw-mmv-license-li {
 
    height:inherit;
 
    line-height:inherit;
 
}
 
.mw-mmv-warning-visible .mw-mmv-download-dialog .mw-mmv-dialog-down-arrow {
 
    background-color: #ffffff;
 
}
 
.mw-mmv-warning-visible .mw-mmv-dialog-warning,
 
.mw-mmv-warning-visible .mw-mmv-download-attribution {
 
    display: none !important;
 
 
}
 
}

2022年6月4日 (六) 20:44的版本

/*黑幕模糊化,改自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;
}