SCP-CN-2652
84.2%15.7%
评分: +13+x
评分: +13+x

[[iftags +component]]

This is a component to make the mobile sidebar button active on desktop-size screen.
To use, put the following:

[[include :scp-wiki:component:toggle-sidebar]]

If used with a theme, it's recommended to put said theme after this [[include]].

(Use this version by WoedenazWoedenaz if you're using Black Highlighter)


/* 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: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Times New Roman',Helvetica,Roboto,sans-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: 44.5rem;
        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 {
        left: 0;
    }
 
    #side-bar:target .close-menu {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin-left: 17rem;
        opacity: 0;
        z-index: -1;
        visibility: visible;
    }
    #side-bar:not(:target) .close-menu { display: none; }
 
    #top-bar .open-menu a:hover {
        text-decoration: none;
    }
}

[[/iftags]]

项目编号:SCP-CN-2652

项目等级:等待分级

特殊收容措施:SCP-CN-2652目前位于Area-CN-15的34号标准物品收容间。允许在获得站点主管批准后对其进行测试。

描述:SCP-CN-2652指代两根大小相同的 三根木制长条状物体,在外观上与常见的无异常同材质筷子没有本质差异。项目内部持续产生一类具体原理尚不明确的奇术效应,这使得破坏项目结构的行为异常地难以生效。

实验记录:

实验编号:001
实验人员:D-5647
实验内容:用手尝试掰断SCP-CN-2652-1。
实验结果:实验失败。

实验编号:002
实验人员:D-5647及D-5648
实验内容:一起用手尝试掰断SCP-CN-2652-1。
实验结果:实验失败。

实验编号:003
实验人员:D-5647、D-5648及D-5649
实验内容:两人一起用手尝试掰断SCP-CN-2652-1,第三人用铁锤敲击中间位置。
实验结果:实验失败。

实验编号:004
实验人员:D-5647、D-5648及D-5649
实验内容:两人一起用手尝试掰断SCP-CN-2652-1,第三人用消防斧砍击中间位置。
实验结果:实验成功,SCP-CN-2652-1被砍断。
备注:站点主管随后叫停了实验。

对该项目异常性质的准确描述将在对其定义的研讨结束后予以补充。

























项目编号:SCP-CN-2652

项目等级:Safe

特殊收容措施:SCP-CN-2652目前位于Area-CN-15的34号标准物品收容间。

描述:SCP-CN-2652指代一根完整的筷子与另一根筷子被劈成两半后的残骸。项目内部持续产生一类具体原理尚不明确的奇术效应,这使得破坏项目结构的行为异常地难以生效;然而,显而易见的是,这一效应远不能令其达到“不可摧毁1的物理强度。

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