Scp 6445 2
/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */
 
#top-bar .open-menu a {
        position: fixed;
        bottom: 0.5em;
        left: 0.5em;
        z-index: 15;
        font-family: san-serif;
        font-size: 30px;
        font-weight: 700;
        width: 30px;
        height: 30px;
        line-height: 0.9em;
        text-align: center;
        border: 0.2em solid #888 !important;
        background-color: #fff !important;
        border-radius: 3em;
        color: #888 !important;
        text-decoration: none!important;
}
 
@media (min-width: 768px) {
 
    .mobile-top-bar {
        display: block;
    }
 
    .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: -25em;
        width: 17em;
        height: 100%;
        background-color: rgb(184, 134, 134);
        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;
    }
}
:root {
    --timeScale: 1;
    --timeDelay: 0s;
}
 
/* Converting middle divider from box-shadow to ::before pseudo-element */
.anom-bar > .bottom-box { box-shadow: none!important; }
.anom-bar > .bottom-box::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 0.5rem;
    background-color: rgb(var(--black-monochrome, 12, 12, 12));
    transform: translateY(-0.74rem);
}
 
/* DIVIDER */
.anom-bar > .bottom-box::before {
    animation-name: divider;
    animation-duration: calc(0.74s * var(--timeScale));
    animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.32,.38,.39,.94);
    animation-fill-mode: backwards;
}
 
/* CLASSIFIED LEVEL BARS */
div.top-center-box  > * {
    animation-name: bar;
    animation-duration: calc(0.45s * var(--timeScale));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); }
 
/* TOP TEXT */
div.top-left-box, div.top-right-box {
    clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%);
}
 
div.top-left-box > *, div.top-right-box > * {
    position: relative;
    animation-name: bottomup;
    animation-duration: calc(0.65s * var(--timeScale));
    animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
 
/*-----------------------------------*/
/*-----------------------------------*/
 
/* CONTAINMENT, DISRUPTION, RISK CLASSES */
div.text-part > * {
    clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%);
    animation-name: expand2;
    animation-duration: calc(0.5s * var(--timeScale));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
div.text-part > :nth-child(1) {
    animation-name: expand1;
}
div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); }
 
div.main-class::before, div.main-class::after {
    animation-name: iconslide;
    animation-duration: calc(0.45s * var(--timeScale));
    animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 /* BOTTOM TEXT */
div.main-class > *,  div.disrupt-class > *, div.risk-class > * {
    white-space: nowrap;
    animation-name: flowIn;
    animation-duration: calc(0.42s * var(--timeScale));
    animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
 
/*-----------------------------------*/
/*-----------------------------------*/
 
/* DIAMOND */
div.arrows {
    animation-name: arrowspin;
    animation-duration: calc(0.7s * var(--timeScale));
    animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 
div.quadrants > * {
    animation-name: fade;
    animation-duration: calc(0.3s * var(--timeScale));
    animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 
div.top-icon, div.right-icon, div.left-icon, div.bottom-icon {
    animation-name: nodegrow;
    animation-duration: calc(0.4s * var(--timeScale));
    animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
div.diamond-part {
    clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%);
    animation-name: diamondBorder;
    animation-duration: calc(0.8s * var(--timeScale));
    animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.32,.38,.39,.94);
    animation-fill-mode: backwards;
    will-change: box-shadow;
}
 
/* MOBILE QUERY */
@media (max-width: 480px ) {
    .anom-bar > .bottom-box::before {
        display:none;
    }
    .anom-bar > .bottom-box {
        box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important;
    }
    div.top-center-box  > * {
        animation-name: bar-mobile;
        animation-duration: calc(0.9s * var(--timeScale));
    }
    div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
 
}
 
/*--- Motion Accessibility ---*/
@media screen and (prefers-reduced-motion: reduce) {
    div.anom-bar-container { --timeScale: 0!important; }
}
 
/*-------------------------*/
 
@keyframes divider {
    from { max-width: 0%;  }
    to { max-width: 100%; }
}
 
@keyframes bar {
    from { max-width: 0%; }
    to { max-width: 100%; }
}
@keyframes bar-mobile {
    from { max-height: 0%; }
    to { max-height: 100%; }
}
 
@keyframes bottomup {
    from { top: 100px; }
    to { top: 0; }
}
 
@keyframes expand1 {
    from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0); }
    to { opacity: 1; clip-path: inset(0); }
}
@keyframes iconslide {
    from { opacity: 0; transform: translateX(-5rem); }
    to { opacity: 1; transform: translateX(0); }
}
 
@keyframes expand2 {
    from { opacity: 0; width: 1%; }
    to { opacity: 1; width: calc(100% - 0.25rem); }
}
@keyframes fade {
    from { opacity: 0; }
    to { opacity: 1; }
}
 
@keyframes flowIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
 
@keyframes arrowspin {
    from { clip-path: circle(0%); transform: rotate(135deg); }
    to { clip-path: circle(75%); transform: rotate(0deg); }
}
@keyframes nodegrow {
    from { transform: scale(0);}
    to {  transform: scale(1);}
}
@keyframes diamondBorder {
    from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
    to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
}

アイテム番号: SCP-⌘
レベル▼
Unsecret
収容クラス:
Symbolic
副次クラス:
Thaumiel
攪乱クラス:
Infrared
リスククラス:
Mercurial
アイテム番号: {$item-number}
レベル4
収容クラス:
{$container-class}
副次クラス:
{$secondary-class}
撹乱クラス:
{$disruption-class}
リスククラス:
{$risk-class}

超現実収捕ポリシーSurrealistic Contrapment Policies: 財団による活動の継続的一貫性を確実なものとするため、サイト-⌘に割り当てられた職員は超現実部門の所属でないメンバーとの交流を禁止されます。部門間の交流は以下の職員のみで行われるものとします。

  • マーセル・セクィター部門長
  • G・モリソン サイト管理官
  • アーヴィング・ガット研究主任
  • ジャン・ツァラ=ヘッヒ財団リエゾン
  • salvador.aic
  • レイ・トイバー補助用務員
  • あなた.そう、あなたです。

SCP-⌘の継続的収容を確実なものとするため、リスト█に記載されたオブジェクトはサイト-⌘に持ち込まれてはなりません。
SCP-⌘の収容を継続できるよう、リスト█に記載されたオブジェクトは常にサイト-⌘に収容されなければなりません。


リストA リスト1
双眼鏡 望遠鏡
ピン
反復の概念 デジャヴ
ゴム製のアヒル 木製のアヒル
50歳より上の男性 50歳より下の女性
より糸の長さ ロープの長さ
ピアノの鍵 コンピュータの鍵
デジャヴ 再帰の概念
数字の4 単語の "四"
不安 混乱
人間の切歯 人間の大臼歯
SCP-⌘ サイト-⌘

四重破壊者はSCP-⌘の中央チャンバーで収容され続けなければなりません。サイト-⌘の壁は永遠にその場に在り続けます。モリソン管理官には毎朝オフィスまでコーヒーが届けられます。.週末、祝日、合計すると素数になる日付を除く。吠えているhowling月は昇り続けなければなりません。.空洞化するhollowing太陽は沈み続けなければなりません。

    • _

      • _

        • _

          • _

          Looped-Square-Full.png

          サイト-⌘ (上から見下ろした図)

          説明: SCP-⌘は集合的無意識の左方や、慄ける王国の真下、ならびに全ての "コマンド記号" (⌘) の内部に所在する超々物理学的メタ・メタフィジカル空間です。現在のところ、叡智的現実では収容不可能なアノマリーのための収容サイトとして活用されています。

          SCP-⌘は収容されています。SCP-⌘は収容違反しています。SCP-⌘は超現実部門によって不明な方法で作成されました。.もしくは超現実部門がSCP-⌘によって不明な方法で作成されました。SCP-⌘は世界を貪っています。

          サイト-⌘はカゲロウの現実であり、現実性アクチュアリティとの境界で瞬き点滅するカメラのシャッターです。サイト-⌘は叫び声です。あるいは囁き声です。サイト-⌘は放浪者の図書館における最初で最後の本から破られたページです。サイト-⌘は慄ける王国を戴冠します。サイト-⌘は最後のアオジャコウアゲハでした。

          先へ進む前にここ数パラグラフを暗記してください。本文書の読了直後に筆記試験があります。

          SCP-⌘は不可知化薬を使用しなければ知覚できず、純粋に無秩序な状態で存在しています。SCP-⌘への戸口/傷口wounds/煙突は思考が囚われた人物には発見できないため、SCP-⌘に進入する際にも同様に不可知化薬が必要です。

          所定量の不可知化薬を服用する前に以下の補遺を閲読しないでください。極度の副作用を1つ以上経験しているなら、それが効いている証拠です。

          補遺⌘-1: モリソン管理官による、サイト-⌘に進入するための4ステップガイド

          1. 揺動が切断の省を滴らせる。ポーンは倍滑る。
          2. ネズミたちの歯車が平均を漏らす。脊椎Spine誓言Spond戦慄Shiver
          3. 歯の退出。家の退出。義務の退出。ぶつぶつ口ごもる人の化学の傾斜を考慮する。
          4. サウンドトラックのサメ、お願いします。時間が北の戸口を細く伸ばす。舌打ちFie発熱FeverFrothFour

          補遺⌘-2: レイ・トイバー補助用務員の個人日誌からの抜粋

          ある月明かりの夜、私は夢を見た。

          いや、今のは丸っきり本当というわけではない。月は裏返しだったし、偽の夜がその微笑みのプールに映し出されていたし、むしろ夢というアイデアに近かった — だが物語を一貫させるために、月が出ていて、時間は夜で、私は夢を見ていたと言っておこう。

          夢の中では、私はサイト-⌘の中央チャンバーにいて、四重破壊者の前に立っていた。彼は私に王冠を授け、私はその重さで粉砕された — 私はバラバラになった。私の裂け目はいつまでも続いた。私は永遠に、裂け散った意識のボロボロとなった断崖にしがみついていた。裸で一人、凍えるような強風に煽られ、私は両目をギュッとつむった。もつれた足元の数キロ下には、空虚な飢えで渦巻き泡立つ胃酸の海。

          両目を開けると、私は一度も収容チャンバーから外に出ていないことに気付いた。断崖も、飢えた海も、氷の如き風も無かった。チャンバーの壁は半透明になっていた — というより、最初からどこにも壁など無かったのだ。

          私は両目を開け、ありのままでない世界を見た。王冠が私の眉間に明るく冷たく燃えていた。私は存在しない断崖から落下し、慄ける王国に身を開いた。

          いつの日か、あそこで休暇を過ごすかもしれない。

          補遺⌘-3: 補遺⌘-4

          1960/01/31を以て、四重破壊者がサイト-⌘管理官に昇進しました。収容プロトコルに変更はありません。

特に指定がない限り、このサイトのすべてのコンテンツはクリエイティブ・コモンズ 表示 - 継承3.0ライセンス の元で利用可能です。