SCP-CN-1848
/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */
 
#top-bar .open-menu a {
        position: fixed;
        top: 0.5em;
        left: 0.5em;
        z-index: 5;
        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;
        pointer-events: auto;
}
 
@media not all and (max-width: 767px) {
 
    #top-bar .mobile-top-bar {
        display: block;
        pointer-events: none;
    }
 
    #top-bar .mobile-top-bar li {
        display: none;
    }
 
    #main-content {
        max-width: 708px;
        margin: 0 auto;
        padding: 0;
        transition: max-width 0.2s ease-in-out;
    }
 
    #side-bar {
        display: block;
        position: fixed;
        top: 0;
        left: -18rem;
        width: 15.25rem;
        height: 100%;
        margin: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 10;
        padding: 1em 1em 0 1em;
        background-color: rgba(0,0,0,0.1);
        transition: left 0.4s ease-in-out;
 
        scrollbar-width: thin;
    }
 
    #side-bar:target {
        left: 0;
    }
    #side-bar:focus-within:not(:target) {
        left: 0;
    }
 
    #side-bar:target .close-menu {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin-left: 19.75em;
        opacity: 0;
        z-index: -1;
        visibility: visible;
    }
    #side-bar:not(:target) .close-menu { display: none; }
 
    #top-bar .open-menu a:hover {
        text-decoration: none;
    }
 
    /* FIREFOX-SPECIFIC COMPATIBILITY METHOD */
    @supports (-moz-appearance:none) {
    #top-bar .open-menu a {
        pointer-events: none;
    }
    #side-bar:not(:target) .close-menu {
        display: block;
        pointer-events: none;
        user-select: none;
    }
 
    /* This pseudo-element is meant to overlay the regular sidebar button
    so the fixed positioning (top, left, right and/or bottom) has to match */
 
    #side-bar .close-menu::before {
        content: "";
        position: fixed;
        z-index: 5;
        display: block;
 
        top: 0.5em;
        left: 0.5em;
 
        border: 0.2em solid transparent;
        width: 30px;
        height: 30px;
        font-size: 30px;
        line-height: 0.9em;
 
        pointer-events: all;
        cursor: pointer;
    }
    #side-bar:focus-within {
        left: 0;
    }
    #side-bar:focus-within .close-menu::before {
        pointer-events: none;
    }
    }
}
评分: +46+x
maple-161657_960_720.png

SCP-CN-1848的叶片描绘

项目编号:SCP-CN-1848

项目等级:Safe Euclid Neutralized

特殊收容措施:SCP-CN-1848已确认无效化,故无需收容。项目的残余部分当前存放于Site-CN-32的一处陈列柜内。

描述:SCP-CN-1848外观与遗传学上是一棵梣叶槭(Acer negundo L),高18.3m,树龄约为███岁。SCP-CN-1848并不发生季节性落叶现象,一旦其发生落叶现象,5分钟内周边地区全球范围内将发生一次破坏程度与落叶量成正比的异常活动,包括:

  1. 自然灾害;
  2. 异常项目的出现;
  3. 收容突破;

异常活动结束后10分钟内,SCP-CN-1848所掉落的所有叶片将逐渐消失,新的叶片将从其枝干上重新长出。项目的叶片表现为碧绿色、金黄色或朱红色,且不随季节的改变而改变。[2018.1.18更新]目前据观察推测叶片颜色与异常活动类型相对应如下:

  1. 金黄色:收容突破;
  2. 碧绿色:异常项目的出现;
  3. 朱红色:自然灾害;

目前尚不明确SCP-CN-1848的落叶现象与异常活动之间的主动关系,但出于客观考虑,应尽量避免因非受迫性因素导致其发生落叶现象。

附录:

附件:
除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License