6445の2p目
/* 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: To ensure the continued coherency of Foundation activities, personnel assigned to Site-⌘ are barred from communication with non-members of the Department of Surrealistics. Interdepartmental communication is to be solely performed by the following personnel:
超現実共同罠ポリシー: 財団の活動の一貫した継続を確実にするために、サイト-⌘に割り当てられた職員は超現実部門の人員以外との連絡を禁止されています。他部門との連絡は、以下の人員のみによって行われます。

  • Department Head Marcel Sequitur
  • Site Director G. Morrison
  • Head Researcher Irving Gat
  • Foundation Liaison Jean Tzara-Höch
  • salvador.aic
  • Assistant Janitor Ray Taeuber
  • You1
  • マルセル・セクイター 部門長
  • G. モリソン サイト管理官
  • アーヴィング・ガット 主席研究員
  • ジーン・ツァラ=ヘッヒ 財団連絡係
  • salvador.aic
  • レイ・トイバー 補助用務員
  • あなた2

To ensure the continued containment of SCP-⌘, the objects in List █ must never be brought into Site-⌘.
SCP-⌘の収容継続を確実にするため、リスト█に記載の物品はサイト-⌘内に持ち込まれてはいけません。
So that we may continue containing SCP-⌘, the objects in List █ must always be contained within Site-⌘.
SCP-⌘を収容し続けるために、リスト█に記載の物品は常にサイト-⌘内に収容されなくてはいけません。

List A List 1
Binoculars Telescopes
Pins Needles
The concept of repetition Déjà vu
Rubber ducks Wooden ducks
Mirrors Windows
Men over the age of 50 Women under the age of 50
Lengths of twine Lengths of rope
Piano keys Computer keys
Déjà vu The concept of recurrence
The number 4 The word "four"
Butterflies Moths
Feelings of unease Feelings of confusion
Human incisors Human molars
SCP-⌘ Site-⌘
リストA リスト1
双眼鏡 望遠鏡
留め針 縫い針
反復の概念 デジャヴ
ゴム製アヒル 木製アヒル
50歳以上の男性 50歳以下の女性
紐の長さ 縄の長さ
ピアノの鍵盤キー コンピューターのキー
デジャヴ 回帰の概念
数字の4 単語の四
不安の感情 当惑の感情
ヒトの門歯 ヒトの臼歯
SCP-⌘ サイト-⌘

The Fourfold Destroyer must continue to be contained in the central chamber of SCP-⌘. The walls of Site-⌘ are to continue standing in perpetuity. Site Director Morrison is to have his coffee delivered to his office every morning.3 The howling moon must continue to rise.4
四重の破壊者はSCP-⌘の中央チャンバーに収容し続けられなければなりません。サイト-⌘の壁は永続的に立ち続けなければいけません。モリソンサイト管理官は、毎朝オフィスにコーヒーを届けられる必要があります。5吼える月は昇り続けなければなりません。6

    • _

      • _

        • _

          • _

          Looped%20Square%20Full.png

          サイト-⌘(俯瞰図)Site-⌘ (overhead view)

          Description: SCP-⌘ is a meta-metaphysical space located to the left of the collective unconscious, directly beneath the Shivering Kingdom, and inside all instances of the "looped square" symbol (⌘). It is currently being utilized as a containment site for anomalies that cannot be contained in intelligible reality.
          説明: SCP-⌘は、超形而上学的空間です。

          SCP-⌘ is contained. SCP-⌘ has breached containment. SCP-⌘ was created by the Surrealistics Department through unknown means.7 SCP-⌘ has devoured the world.
          SCP-⌘は収容されています。SCP-⌘は収容違反しました。SCP-⌘は超現実部門の不明な意図によって作成されました。8SCP-⌘は世界を貪りました。

          Site-⌘ is a mayfly reality, a camera shutter flick-blinking in and out of actuality. Site-⌘ is a shout. Or a whisper. Site-⌘ is a page torn from the first and only book in the Wanderer's Library. Site-⌘ crowns the Shivering Kingdom. Site-⌘ was the last blue swallowtail butterfly.
          サイト-⌘は蜉蝣の真実、実存の内外で点滅するカメラのシャッターです。サイト-⌘は叫びです。または囁きです。サイト-⌘は放浪者の図書館の最初にして唯一の本から破られたページです。サイト-⌘は戦慄の王国を戴冠します。サイト-⌘は最後の青いアゲハチョウでした。

          Memorize the last few paragraphs before continuing onward; there will be a written test immediately following the conclusion of this document.

          SCP-⌘ cannot be perceived without use of agnostics, existing in a state of pure unreason. The act of entering SCP-⌘ likewise requires agnostics, as doors/wounds/chimneys into SCP-⌘ cannot be found by those with constrained thoughts.
          SCP-⌘は不可知化薬

          Do not read the following addendum before ingesting your prescribed dosage of agnostics. If you are experiencing one or more extreme side effects, that means it’s working.

          Addendum ⌘-1: Site Director Morrison's 4-Step Guide to Entering Site-⌘

          1. Rocking trickles amputation ministry. Pawns slip double.
          2. Mice cogs leak averages. Spine! Spond! Shiver!
          3. Teeth egress. House egress. Obligation egress. Consider mumbler chemistry slant.
          4. Shark the soundtrack, please. Hours spindle north doors. Fie. Fever. Froth. Four.

          Addendum ⌘-2: Excerpt from the Personal Journal of Assistant Janitor Ray Taeuber

          I had a dream, one moonlit night.
          ある月夜の晩に、僕は夢をみた。

          Well, that's not entirely true. The moon was inside-out and a false night was reflected in the pool of its smile and it was more the idea of a dream— but for the sake of a coherent narrative, I will say that there was a moon, it was night, and I was dreaming.
          ええと、全部本当ってわけでもないんだ。月は裏返っていて、偽の夜がその笑顔の溜まりに反射していて

          In my dream, I was in the central chamber of Site-⌘, standing before the Fourfold Destroyer. He gave me his crown and I was demolished by the weight of it; I was made asunder. The chasm of me went on forever. For an eternity, I held tight to the battered cliff face of my splintered consciousness. I shook, naked and alone, against the icy gale, my eyes squeezed shut. Kilometers beneath my tangling feet, an ocean of frothing stomach acid churned with vacant hunger.

          When I opened my eyes, I realized that I had never left the containment chamber. There was no cliff face, no starveling sea, no glacial winds. The walls of the cell had been made translucent— or rather, there had never been any walls from the very beginning.
          目を開けると、僕はずっと収容チャンバーの中にいたんだと気がついた。

          I opened my eyes and saw the world as it wasn't. The crown burned bright and cold against my brow. I fell from a cliff face that didn't exist and opened myself to the Shivering Kingdom.

          I might vacation there, someday.
          いつか、彼処に休暇に行くかもしれない。

          Addendum ⌘-3: Addendum ⌘-4
          補遺⌘-3: 補遺⌘-4
          As of 01/31/1960, the Fourfold Destroyer has been promoted to director of Site-⌘. Containment procedures are to remain unaltered.
          1960年1月31日、四重の破壊者がサイト-⌘管理官に昇格しました。収容プロトコルは変更されずにいなければなりません。

sb3infoのincludeに|tag=引数を設定すると、予定しているタグを表示できます。


ページ情報

執筆者: Pope3pape
文字数: 11367
リビジョン数: 15
批評コメント: 0

最終更新: 16 Feb 2023 05:39
最終コメント: 批評コメントはありません

ページコンソール

批評ステータス

カテゴリ

SCP-JP

本投稿の際にscpタグを付与するJPでのオリジナル作品の下書きが該当します。

GoIF-JP

本投稿の際にgoi-formatタグを付与するJPでのオリジナル作品の下書きが該当します。

Tale-JP

本投稿の際にtaleタグを付与するJPでのオリジナル作品の下書きが該当します。

翻訳

翻訳作品の下書きが該当します。

その他

他のカテゴリタグのいずれにも当て嵌まらない下書きが該当します。

言語

EnglishРусский한국어中文FrançaisPolskiEspañolภาษาไทยDeutschItalianoУкраїнськаPortuguêsČesky繁體中文Việtその他日→外国語翻訳

日本支部の記事を他言語版サイトに翻訳投稿する場合の下書きが該当します。

コンテンツマーカー

ジョーク

本投稿の際にジョークタグを付与する下書きが該当します。

アダルト

本投稿の際にアダルトタグを付与する下書きが該当します。

既存記事改稿

本投稿済みの下書きが該当します。

イベント

イベント参加予定の下書きが該当します。

フィーチャー

短編

構文を除き数千字以下の短編・掌編の下書きが該当します。

中編

短編にも長編にも満たない中編の下書きが該当します。

長編

構文を除き数万字以上の長編の下書きが該当します。

事前知識不要

特定の事前知識を求めない下書きが該当します。

フォーマットスクリュー

SCPやGoIFなどのフォーマットが一定の記事種でフォーマットを崩している下書きが該当します。


シリーズ-JP所属

JPのカノンや連作に所属しているか、JPの特定記事の続編の下書きが該当します。

シリーズ-Other所属

JPではないカノンや連作に所属しているか、JPではない特定記事の続編の下書きが該当します。

世界観用語-JP登場

JPのGoIやLoIなどの世界観用語が登場する下書きが該当します。

世界観用語-Other登場

JPではないGoIやLoIなどの世界観用語が登場する下書きが該当します。

ジャンル

アクションSFオカルト/都市伝説感動系ギャグ/コミカルシリアスシュールダーク人間ドラマ/恋愛ホラー/サスペンスメタフィクション歴史

任意

任意A任意B任意C

ERROR

The Pope3pape's portal does not exist.


エラー: Pope3papeのportalページが存在しません。利用ガイドを参照し、portalページを作成してください。


利用ガイド

  1. portal:8207850 (22 Aug 2022 22:39)
特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License