O5
div#container-wrap {
    background: none;
}
 
/* 来自Nu-SCP */
body {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.075) 0%, rgba(0, 0, 0, 0.075) 100%), 
        linear-gradient(to bottom, transparent 0, transparent 139px, rgba(0, 0, 0, 0.15) 139px, rgba(0, 0, 0, 0.15) 100%);
    background-size: 100% 139px, 100% 162px; /* 120px, 150px */
    background-repeat: no-repeat;
}
 
/*Dr Hormress创建 */
 
#header h1 a,
#header h2 span,
#page-title {
    display: none;
}
 
body {
    background-color: #fff;
    color: #000;
}
 
/* 用户栏 */
#account-topbutton {
    border: solid 1px transparent !important;
}
 
/* 侧栏 */
#side-bar .side-block {
    border-radius: 0px;
    border: solid 1px transparent;
    background-color: rgba(0, 0, 0, 0.075) !important;
    color: #000 !important;
    box-shadow: none;
}
 
#side-bar .side-block a,
#side-bar .side-block a:link,
#side-bar .side-block a:hover,
#side-bar .side-block a:visited,
#side-bar .side-block a:active {
    color: #000 !important;
}
 
#side-bar .side-block .menu-item .image {
    opacity: 0;
}
 
#side-bar .collapsible-block-folded {
    background: url( ) 0 2px no-repeat;
}
 
#side-bar .heading {
    color: 000 !important;
}
 
#side-bar .side-block hr {
    background-color: #000;
}
 
/* 搜索栏 */
#search-top-box,
#search-top-box-input {
    display: none;
}
 
/* 一些文章用到的div*/
.warning-s1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    background-image: url("http://kaktuskontainer.wdfiles.com/local--files/format-hell/scp_trans.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 275px;
}
 
.warning-s2 {
    width: 100%;
    /* border: solid 2px #000; */
    background: rgba(0, 0, 0, 0.075);
    padding: 10px;
}
 
.warning-s2 p {
    margin-top: 0px;
    margin-bottom: 0px;
}
 
.warning-s3 a,
.warning-s3 a:hover,
.warning-s3 a:active {
    background-color: rgba(0, 0, 0, 0.075);
    color: #000;
    font-weight: bold;
    padding: 10px;
}
 
.warning-s4 {
    text-align: left;
}
 
.warning-s4 a,
.warning-s4 a:hover,
.warning-s4 a:active {
    background-color: transparent;
    font-weight: normal;
    padding: 0px;
}
 
.warning-s5 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    position: relative;
}
 
.warning-s5::after {
    content: "";
    background: url(http://www.scp-wiki.net/local--files/theme:deus-ex-machina-theme/pataphysics_logo.svg) center no-repeat;;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 275px;
    opacity: 0.15;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;   
}
 
.content-header-a {
    height: 50px;
    margin-bottom: 0px;
    text-align: left;
}
 
.content-header-b {
    height: 50px;
    margin-top: -62px;
    text-align: right;
}
 
.content-panel {
    border: solid 1px #000;
    border-radius: 10px;
    background-color: #999990;
    margin: 10px 0 15px;
    box-shadow: none !important;
}
 
.content-panel.standalone {
    background: rgba(0, 0, 0, 0.075);
}
 
.blockquote,
blockquote {
    border: solid 1px transparent;
    background-color: rgba(0, 0, 0, 0.075);    
}
 
.page-rate-widget-box {
    opacity: 0.15;
}
 
.page-rate-widget-box:hover {
    opacity: 1;
}
 
/* 为了美观,隐藏侧边栏最下方的多语言模块。 */
#side-bar .scpnet-interwiki-frame {
    display: none;
}
 
@media (max-width: 767px)  {
    /* 移动端侧栏 */
    #top-bar .open-menu a {
        border: 0.2em solid transparent !important;
        border-radius: 0px;
        background-color: rgba(0, 0, 0, 0.075) !important;
        color: #000 !important;
    }
 
    #top-bar .open-menu a:hover {
        outline: solid 1px #fff;
        box-shadow: none;
    }
 
    #side-bar {
        background: #fff;
    }
 
    #side-bar:target .close-menu {
        background: transparent;
    }
}
CC BY-SA 114514.810