Theme
@charset "utf-8";
/* 版头 */
@import url('http://scp-wiki-cn.wikidot.com/component:theme/code/1');
div#container-wrap {
    background-image: url(http://exploresecureprotect.wikidot.com/local--files/comonent:theme/head.png);
    background-repeat: repeat-x;
}
#header {
    background-image: url(http://exploresecureprotect.wikidot.com/local--files/start/esp);
    background-repeat: no-repeat;
    background-size: 60px;
}
#header h1 a {
    line-height: 0px;
    color: rgb(255,255,255);
    font-family: BauhausLTDemi, Simhei, Arial, sans-serif;
    font-size: 100%;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.9px;
}
#header h2 span {
    display: block;
    margin: 0;
    padding: 19px 0;
    line-height: 0px;
    max-height: 0px;
    font-weight: bold;
    color: rgb(255,255,255);
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}
/* 个人简介 */
#login-status {
    color: rgb(255,255,255);
    font-size: 90%;
}
#login-status a {
    background: transparent;
    color: rgb(255,255,255);
}
#account-topbutton {
    font-size: 80%;
    font-weight: bold;
    padding: 0 5px;
    border: solid 1px rgb(255,255,255);
    margin-left: 5px;
    text-decoration: none;
}
#login-status ul a {
    color: rgb(0,0,0);
    background: transparent;
    transition: 1s all;
    border:solid 1px rgb(0,0,0);
}
#account-options {
    position: absolute;
    -moz-box-sizing: border-box;
    width: 15em;
    right: 0;
    padding: 0;
    z-index: 40;
    background-color: white;
    border: 1px solid rgb(0,0,0);
}
#account-options li a:hover {
    color: rgb(255,255,255);
    background: rgb(0,0,0);
    text-decoration: none;
}
.owindow {
    background-color: rgba(0,0,0,.3);
    border: 2px solid rgb(0,0,0);
    text-align: left;
    position: absolute;
    color: rgb(255,255,255);
    transition: 1s all;
}
.owindow:hover {
    background-color: rgb(255,255,255);
    border: 2px solid rgb(0,0,0);
    text-align: left;
    position: absolute;
    color: rgb(0,0,0);
}
.owindow .title {
    cursor: move;
    font-size: 120%;
    font-weight: bold;
    padding: 0.2em 1em;
    background-color: rgba(0, 0, 0, 0.3);
    height: 1%;
}
.owindow .button-bar a {
    margin: 0.2em 0.2em;
    padding: 0.1em 1em;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.3);
    border: 2px solid rgb(255,255,255);
    border-radius: 4px;
    color: rgb(255,255,255);
    transition:all 1s;
}
.owindow .button-bar a:hover {
    color: rgba(0,0,0,0);
    background: rgb(255,255,255);
}
.btn.btn-primary {
    color: rgb(0,0,0);
    border: solid 2px rgb(0,0,0);
    border-radius: 4px;
    transition: 1s all;
}
.btn.btn-primary:hover {
    background: rgb(0,0,0);
    border: solid 2px rgb(0,0,0);
    color: rgb(255,255,255);
    text-decoration: none;
}
.btn.btn-danger.btn-small.btn-sm {
    border: solid 2px rgb(0,0,0);
    border-radius: 5px;
    transition: 1s all;
}
.btn.btn-danger.btn-small.btn-sm:hover {
    background: rgb(0,0,0);
    color: rgb(255,255,255);
    text-decoration: none;
} 
/* 搜索栏 */
#search-top-box-form input[type="submit"] {
    border: solid 2px rgb(0, 0, 0);
    border-radius: 0px;
    padding: 2px 5px;
    font-size: 90%;
    font-weight: bold;
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    box-shadow: none;
    cursor: pointer;
    transition: 1s all;
}
#search-top-box-form input[type="submit"]:hover, #search-top-box-form input[type="submit"]:focus {
    border: solid 2px rgb(0,0,0);
    color: rgb(255, 255, 255);
    text-shadow: none;
    background: rgb(0, 0, 0);
    box-shadow: none;
}
#search-top-box input.empty {
    color: rgb(0, 0, 0);
}
#search-top-box-input {
    border: solid 2px rgb(0, 0, 0);
    border-radius: 0px;
    background-color: rgb(255,255,255);
    box-shadow: none;
    transition: 1s all;
}
#search-top-box-input:hover, #search-top-box-input:focus {
    border: solid 2px rgb(0, 0, 0);
    background-color: rgb(0,0,0);
    box-shadow: none;
    color: rgb(255,255,255) !important;
}
/* 顶栏 */
#top-bar ul li a {
    border-left: solid 1px rgb(0, 0, 0);
    border-right: solid 1px rgb(0, 0, 0);
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1px;
    max-height: 1px;
    overflow: hidden;
    border-bottom: solid 1px rgb(0,0,0);
    border-top: solid 1px rgb(0,0,0);
    background: rgba(192,192,192,.3);
    transition: 1s all;
}
#top-bar ul li.sfhover a, #top-bar ul li:hover a {
    color: rgb(255,255,255);
    border-left: solid 1px rgb(0, 0, 0);
    border-right: solid 1px rgb(0, 0, 0);
    background: rgb(0,0,0) !important;
}
/* 侧栏 */
#side-bar img {
    box-sizing: border-box;
    padding-left: 13px;
    background: none !important;
}
#side-bar .collapsible-block-folded {
    background: none;
}
#side-bar .side-block {
    padding: 10px;
    border: 1px solid rgb(0,0,0);
    border-radius: 10px;
    box-shadow: 0 2px 6px rgb(0, 0, 0);
    background-image: linear-gradient(0deg,rgb(0,0,0),rgb(0,0,0),rgb(0,0,0));
    margin-bottom: 15px;
}
#side-bar div.menu-item a {
    font-weight: bold;
    color: rgb(255,255,255);
    transition:1s all;
}
#side-bar div.menu-item a:hover {
    color: rgba(0,0,0,0);
    text-decoration: none;
}
#side-bar .heading {
    color: rgb(255,255,255);
    font-size: 8pt;
    font-weight: bold;
    border-bottom: solid 1px rgb(255,255,255);
}
#side-bar .collapsible-block-link {
    margin-left: 15px;
    font-weight: bold;
    color: rgb(255,255,255);
    transition: 1s all;
}
#side-bar .collapsible-block-link:hover {
    color: rgba(0,0,0,0);
}
hr {
    margin: 1em 2em;
    padding: 0;
    height: 1px;
    border: none;
    color: #DDD;
    background-color: rgb(255, 255, 255);
}
.close-menu {
    display: none;
}
@media (max-width: 767px) {
    .page-history tbody tr td:last-child {
        width: 35%;
    }
    .owindow {
        min-width: 80%;
        max-width: 99%;
    }
    .modal-body .table, .modal-body .table ~ div {
        float: left;
    }
    .owindow .button-bar {
        float: right;
    }
    .owindow div .btn-primary {
        width: 100%;
        float: left;
    }
    .owindow div .btn-primary ~ div {
        width: 100%;
    }
    .yui-navset {
        z-index: 1;
    }
    #navi-bar, #navi-bar-shadow {
        display: none;
    }
    #top-bar .open-menu a {
        position: fixed;
        top: 0.5em;
        left: 0.5em;
        z-index: 15;
        font-family: 'Nanum Gothic', san-serif;
        font-size: 30px;
        font-weight: 700;
        width: 30px;
        height: 30px;
        line-height: 0.9em;
        text-align: center;
        border: 0.2em solid #888;
        background-color: #fff;
        border-radius: 3em;
        color: #888;
    }
    #top-bar .open-menu a:hover {
        text-decoration: none;
        -webkit-box-shadow: 0 0 20px 3px rgba(153,153,153,1);
        -moz-box-shadow: 0 0 20px 3px rgba(153,153,153,1);
        -ms-box-shadow: 0 0 20px 3px rgba(153,153,153,1);
        -o-box-shadow: 0 0 20px 3px rgba(153,153,153,1);
        box-shadow: 0 0 20px 3px rgba(153,153,153,1);
    }
    #main-content {
        max-width: 90%;
        margin: 0 5%;
        padding: 0;
        -webkit-transition: 0.5s ease-in-out 0.1s;
        -moz-transition: 0.5s ease-in-out 0.1s;
        -ms-transition: 0.5s ease-in-out 0.1s;
        -o-transition: 0.5s ease-in-out 0.1s;
        transition: 0.5s ease-in-out 0.1s;
    }
    #side-bar {
        display: block;
        position: fixed;
        top: 0;
        left: -25em;
        width: 17em;
        height: 100%;
        background-color: rgb(80,80,80);
        overflow-y: auto;
        z-index: 10;
        padding: 1em 1em 0 1em;
        -webkit-transition: left 0.5s ease-in-out 0.1s;
        -moz-transition: left 0.5s ease-in-out 0.1s;
        -ms-transition: left 0.5s ease-in-out 0.1s;
        -o-transition: left 0.5s ease-in-out 0.1s;
        transition: left 0.5s ease-in-out 0.1s;
    }
    #side-bar::after {
        content: '';
        position: absolute;
        top: 0;
        width: 0;
        height: 100%;
        background-color: rgba(0,0,0,0.2);
    }
    #side-bar:target {
        display: block;
        left: 0;
        width: 17em;
        margin: 0;
        border: 1px solid #dedede;
        z-index: 10;
    }
    #side-bar:target + #main-content {
        left: 0;
    }
    #side-bar:target .close-menu {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.3) 1px 1px repeat;
        z-index: -1;
    }
}
/* 评分模块 */
.page-rate-widget-box .rate-points {
    background-color: rgb(0,0,0) !important;
    border: solid 2px rgb(0,0,0);
    border-right: 0;
    border-radius: 5px 0 0 5px;
    color: rgb(255,255,255);
}
.page-rate-widget-box .rateup, .page-rate-widget-box .ratedown {
    background-color: rgb(255,255,255);
    border-top: solid 2px rgb(0,0,0);
    border-bottom: solid 2px rgb(0,0,0);
    font-weight: bold;
}
.page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a {
    background: rgb(255,255,255);
    color: rgb(0,0,0);
    padding: 0 4px;
    margin: 0 1px;
    transition: 1s all;
}
.page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover {
    background: rgb(0,0,0);
    color: rgb(255,255,255);
    text-decoration: none;
}
.page-rate-widget-box .cancel a {
    background: rgb(0,0,0);
    text-transform: uppercase;
    color: rgb(255,255,255);
    transition: 1s all;
}
.page-rate-widget-box .cancel a:hover {
    border-radius: 0 3px 3px 0;
    background: rgb(255,255,255);
    color: rgb(0,0,0);
    text-decoration: none;
}
.page-rate-widget-box .cancel {
    background-color: rgb(0,0,0);
    border: solid 2px rgb(0,0,0);
    border-left: 0;
    border-radius: 0 5px 5px 0;
}
/* 文章部分 */
#page-title {
    border-color: rgb(0,0,0);
}
h1, #page-title {
    color: rgb(0,0,0);
    padding: 0 0 0.25em;
    margin: 0 0 0.6em;
    font-weight: normal;
}
#page-content {
    min-height: 720px;
    color: rgb(0,0,0);
}
/* 折叠块 */
 
/* 编辑按钮 */
.page-options-bottom a {
    margin: 2px 2px;
    font-size: 95%;
    padding: 0 8px;
    color: rgb(0, 0, 0);
    border: solid 2px rgb(0, 0, 0);
    border-radius: 4px;
    transition: 1s all;
}
.page-options-bottom a:hover {
    color: rgb(255, 255, 255);
    background: rgb(0,0,0);
    border: solid 2px rgb(0, 0, 0);
    text-decoration: none;
}
.page-source {
    border: 2px dashed rgb(0,0,0);
    padding: 1em 2em;
}
a.action-area-close {
    float: right;
    margin: 2px 2px;
    font-size: 95%;
    padding: 0 0.7em;
    color: rgb(0,0,0);
    transition: 1s all;
    border: solid 2px rgb(0,0,0);
    border-radius: 5px;
}
a.action-area-close:hover {
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
    border: solid 2px rgb(0,0,0);
    border-radius: 0px;
    text-decoration: none;
}
/* 下部内容 */
.page-watch-options a {
    text-decoration: none;
    color: rgb(0,0,0);
}
#footer {
    clear: both;
    font-size: 77%;
    background: rgb(0,0,0);
    color: rgb(255,255,255);
    margin-top: 15px;
    padding: 3px 10px;
}
#license-area {
    padding: 0.5em 0;
    color: rgb(0,0,0);
    text-align: center;
}
/* 超链接样式 */
a {
    color: #727272;
    text-decoration: none;
    background: transparent;
}
a:visited {
    color: rgb(111, 104, 104);
}
/* 代码符号 */
.code {
    border: 2px dashed rgb(0,0,0);
    background-color: rgba(255,255,255,.2);
    font-family: 'Andale Mono', 'Courier New', Courier, monospace;
    padding: 0 1em;
    margin: 0.4em 0;
    overflow: auto;
}
/* 编辑 */
input.text {
    border: 2px solid rgb(0,0,0);
    margin: 0 1px;
    padding: 1px 2px;
    background-color: rgb(255,255,255);
    color: rgb(0,0,0);
    transition: 1s all;
}
input.text:focus {
    border: 2px solid rgb(0,0,0);
    margin: 0 1px;
    padding: 1px 2px;
    background-color: rgb(0,0,0);
    color: rgb(255,255,255);
}
textarea {
    font-family: verdana,arial,helvetica,sans-serif;
    padding: 2px;
    font-size: 100%;
    border: 2px solid rgb(0,0,0);
    background-color: rgb(255,255,255);
    color: rgb(0,0,0);
    transition: 1s all;
}
textarea:focus {
    color: rgb(255,255,255);
    background: rgb(0,0,0);
}
div.buttons input, input.button, button, file, a.button {
    margin: 0 2px;
    padding: 0px 0.5em;
    text-decoration: none;
    background-color: rgb(255,255,255);
    border: 2px solid rgb(0,0,0);
    color: rgb(0,0,0);
    transition: 1s all;
    border-radius: 5px;
}
div.buttons input:hover, input.button:hover, button:hover, a.button:hover {
    background-color: rgb(0,0,0);
    color: rgb(255,255,255);
}
.change-textarea-size a {
    color: rgb(0,0,0);
    background-color: rgb(255,255,255);
    border: 2px solid rgb(0,0,0);
    border-width: 0 1px 1px 1px;
    padding: 2px 4px;
    font-size: 120%;
    text-decoration: none;
    transition: 1s all;
}
.change-textarea-size a:hover {
    background: rgb(0,0,0);
    color: rgb(255,255,255);
    text-decoration: none;
}
/* 提示 */
.hovertip {
    width: 20em;
    background-color: rgb(255,255,255);
    z-index: 100;
    color: rgb(0,0,0);
    border: solid 2px rgb(0,0,0) !important;
}
#lock-info {
    background-color: rgb(0,0,0);
    border: 1px solid rgb(0,0,0);
    padding: 0.5em 1em;
    margin: 1em 0;
    color: rgb(255,255,255);
}
/* 历史记录 */
table.page-history td.optionstd a {
    border: 1px solid rgb(0,0,0);
    padding: 0 3px;
    text-decoration: none;
    transition: 1s all;
}
table.page-history td.optionstd a:hover {
    color: rgb(255,255,255);
    text-decoration: none;
    background: rgb(0,0,0);
}
.pager .current {
    padding: 0 7px;
    margin: 0 3px;
    font-weight: bold;
    background-color: rgb(0,0,0);
    color: #FFF;
    border: 1px solid rgb(0,0,0);
}
.pager a {
    padding: 0 7px;
    margin: 0 3px;
    border: 1px solid rgb(0,0,0);
    text-decoration: none;
    transition: 1s all;
}
.pager a:hover {
    color: rgb(255,255,255);
    text-decoration: none;
    background: rgb(0,0,0);
}
/* 项目图片 */
.scp-image-block {
    border: solid 1px rgb(0,0,0);
    box-shadow: 0 1px 6px rgb(0,0,0);
}
.scp-image-block .scp-image-caption {
    background-color: rgb(255,255,255);
    border-top: solid 1px rgb(0,0,0);
    padding: 2px 0;
    font-size: 80%;
    font-weight: bold;
    text-align: center;
    color: rgb(0,0,0);
}
.scp-image-block img {
    border: 0;
    transition: 1s all;
}
.scp-image-block img:hover {
    transform: scale(1.1);
}
/* 脚注 */
.footnotes-footer {
    margin: 0;
    padding: 0.5em 0;
    height: 1%;
    background: rgba(0, 0, 0, 0.4);
    color: rgb(0,0,0);
    border-left: 0.75rem solid rgb(0,0,0);
}
/* 表格 */
.yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover {
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    background: rgb(0,0,0);
    color: rgb(255,255,255);
    background-size: cover;
    border-width: 0px;
    padding: 2px 20px 0px 20px;
    margin-top: 10px;
    border-top: none;
}
.yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a {
    font-family: 'Palatino Linotype', 'Book Antiqua', 'SimSun Regular', Palatino, serif;
    background-color: rgb(255,255,255);
    background-size: cover;
    border-width: 0px;
    padding: 2px 20px 0px 20px;
    margin-top: 10px;
    border-top: solid 1px;
    border-left: solid 1px;
    border-right: solid 1px;
    transition: 0.5s all cubic-bezier(.65,.05,.36,1);
}
.yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus {
    font-family: 'Palatino Linotype', 'Book Antiqua', 'SimSun Regular', Palatino, serif;
    color: rgb(255,255,255);
    background: rgb(0,0,0);
}
.yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em {
    border: none;
    border-width: 1px 0 0;
    padding: 0.25em .75em;
    left: 0;
    right: 0;
    bottom: 0;
    top: -1px;
    position: relative;
}
.yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav {
    border-color: rgb(0,0,0);
}
.yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content {
    border: 1px solid rgb(0,0,0);
    padding: 0.25em 0.5em;
}
.yui-navset .yui-content {
    background-color: rgb(255,255,255);
}
/* 内容框 */
 .content-panel {
     border-radius: 10px;
     background-color: #ADB9AA;
 
     margin: 0px 0 0px;
}
 .content-panel a {
     color: #ADB9AA;
}
 .content-panel.left-column {
     float: left;
     width: 48%;
}
 .content-panel.right-column {
     float: right;
     width: 48%;
}
 .content-panel .panel-heading {
     color: #1C1E43;
     font-size: 90%;
     font-weight: bold;
}
 .content-panel .panel-heading > p, .content-panel .panel-footer > p {
     margin: 0;
}
 .content-panel .panel-body {
     padding: 0px 10px;
     color: #ADB9AA;
}
 .content-panel .panel-footer {
     padding: 1px 10px;
     color: #000000;
     font-size: 80%;
     font-weight: bold;
     text-align: right;
}
 .content-panel .panel-footer a {
     color: #000000;
}
 .feature-title {
     font-size: 140%;
     font-weight: bold;
}
 .feature-block {
     height: 250px;
}
 .feature-block .panel-body {
     height: 160px;
     overflow-y: hidden;
}
 .feature-subtitle {
     font-size: 90%;
     margin: 0px 1px;
}
 .feature-block .feature-title > p, .feature-block .feature-subtitle > p {
     margin: 0;
}
 .content-panel p {
     padding: 0 0.75em;
}
 span.main-page-title {
     font-size: 250%;
}
 #page-content div, #page-content div table{
     max-width: 100%;
}
/*笔记*/
div.wiki-note {
    width: auto;
    margin: 0.5em 5em;
    border: 2px solid rgb(0,0,0);
    text-align: center;
    color: rgb(0,0,0);
}
/*引用块*/
blockquote {
    border: 2px dashed rgb(0,0,0);
    padding: 0 1em;
    background-color: rgb(255,255,255);
}
/* 滚动条 */
 body::-webkit-scrollbar {
     width: 0.5em;
}
 body::-webkit-scrollbar-track {
     background: #141414;
}
 body::-webkit-scrollbar-thumb {
     background-color: #FFFFFF;
}
除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License