SCP-5243-J
/* 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)); }
}

評価: +16+x

アイテム番号: SCP-5243-J
レベル5
収容クラス:
keter
副次クラス:
{$secondary-class}
撹乱クラス:
amida
リスククラス:
critical

AssortedArtFuckeryDocument.jpg

AssortedArtFuckeryDocument.svg、2023-10-13にサイト-43の利用可能なコンピューター資源の76%を使用して撮影。

特別収容プロトコル: SCP-5243-Jは再発性の壊滅的システム破綻であるため、その影響を良化させることで「収容」されます。

毎年1月7日に、サイト-43で以下の行動が取られなければなりません。

正確に秒数指定されている行動はタイミングが非常に厳しくなっています
現地時間 必要な行動
06:00:— 技術職員および支援職員は、サイト全体の全てのコンピューター装置の即時修理・再建の準備が十分にできていなければならない。
17:18:22 A・トロシヤン セクション長はサイト-43を離れてオーセーブル川に行かなければならない。
18:11:01 サイト管理官A・マッキンス博士は自身の43NETメッセージをチェックしなければならない。
18:21:34 マッキンス博士は「ロゴ要求」の件名のメールでSCP-5866の草稿ファイルをブランク博士に送信しなければならない。
18:22:25 ブランク博士は、マッキンス博士のメールと添付ファイルの全体を読まなければならない。
18:23:41 L・リリハンメル博士はAssortedArtFuckeryDocument.svgのサイト外のバックアップを作成しなければならない。
18:25:20 トロシヤン セクション長はSCP-6622内の全てのビーバーに個人的に謝罪しなければならない。
19:09:59 ブランク博士はAssortedArtFuckeryDocument.svgのサイト内のコピーを開かなければならない。
19:26:— ブランク博士は、草稿のヘッダの文書に基づいたベクターのロゴ画像を作成し始め、AssortedArtFuckeryDocument.svg内に置かなければならない。
20:45:23 W・ウェトル博士はサイト-43地上エレベーターの反対側の壁にもたれかからなければならない。
20:45:35 ウェトル博士は地面に倒れることになります。
20:51:09 ブランク博士はロゴ画像をそれ自身のファイルにコピーして、長議長連合にそのファイルを送信しなければならない。
20:52:43 D・イバニェス セクション長は保安・収容オフィスのメインプリンターを用いてロゴ画像を印刷しようとしなければならない。
20:53:22 ブランク博士はAssortedArtFuckeryDocument.svgを閉じなければならない。
20:53:48 U・オコリー博士は収容違反警報を作動しなければならない。
20:53:56 イバニェス セクション長はプリンターを4回蹴らなければならない。
20:59:11 リリハンメル博士はCliometria.aicに、AssortedArtFuckeryDocument.svgをサイト外バックアップと統合するよう指示しなければならない。

上記に名前のある人物が収容任務を遂行できない場合、割り当てられた代理人が参加してその人を代替しなければなりません。

ブランク博士以外は。これは現在彼の問題であるためです。


説明: SCP-5243はサイト-43と43NETにおいて毎年発生する連鎖的収容違反/不安定時間ループであり、ベクターアートの排出物の壊滅的放出の結果として財団標章、徽章、ロゴの喪失や改変が発生します。

H・ブランク博士はその雇用の大部分の期間において、セクションやSCPオブジェクトのファイルカバー向けのものを含む、サイト-43のためのロゴ画像の作成の責任者となっています。彼はそれらの画像の全てをAssortedArtFuckeryDocument.svg(以下、AAFD)と名付けられた1つのファイルで作成し続けており、現在ファイルサイズは1.8GBです。これにより、以下に概説される2021年1月7日のイベントが発生しました。

インシデント報告書 S43-2021-03
日付: 2021-01-07. 特定個人のためではない注意書きですが、この日付のフォーマットは国際標準であり、MM/DD/YYYYはそうでありません。
記録担当者: D・イバニェス(追跡・鎮圧セクション長)
相談役: A・マッキンス博士、H・ブランク博士

概要: 20:40、ブランク博士のAAFDベクター画像ファイルが臨界幽渺性に達した。これは、身元調査・技術暗号セクションに隣接したパイプを通した反光陰物質の緊急放出と同時に発生した。短期間の超自然的活動がそれに続いた。その影響は以下を含むがそれに限らない。

  • 上記のファイルの恒久的なアクセスの不可
  • 財団やサイト-43の可視の標章の数の増加/現象
  • SCPとセクションのロゴの変貌や削除
  • 電力供給の問題
  • 色のスペクトルのシフト
  • 巨視、遠方視、変視、閃輝暗点
  • ローディングバーの非線形的進行
  • 外次元アートワークの出現
  • デジタル的具象化
  • 構造の蒸発
  • 神格化
  • スタックピクセル

詳細報告: 18:21、A・マッキンス管理官は最近承認したSCP-5866のファイルをブランク博士に送信し、ファイルのカバーのためのロゴをデザインするよう要求した。

18:22、ブランク博士はマッキンス博士のメッセージを受信した。当時ブランク博士のオフィスで彼と会話していたL・リリハンメル博士は、自身がバックアップするまでAAGFを開かないよう彼に指示し、ファイルの容量が43NETを害していることを強調した。その後、彼女はそのバックアップを行うため自身のオフィスに急行した。

この行動はサイトの電力系統に重大な圧力をかけ、最終的にはそのような出来事への準備がなかったSCP-6622の複数の実例に傷害を与えた。19:09にバックアップが完了し、ブランク博士はファイルのローカルコピーを開くことを許可された。

新たなロゴが完成に近づくと、多数の劇的な局所現実改変がサイト-43一帯で明らかになった。これらは主に、ブランク博士のAAFDファイルを起源とするものを含むがそれに限らないSCPの図像やロゴの、デジタル記録、物理レコード両方からの消去や改変の形態を取っていた。ブランク博士自身はこれらのいずれにも気づかなかった。

そのようなインシデントの1つがW・ウェトル博士に関連していた。彼は、サイト-43の虹色標章で装飾された壁にもたれかかっていた。20:45にこの壁は自発的に破裂し、ウェトル博士に重傷を負わせた。

20:51、ブランク博士はロゴのデザインを完了し、別のファイルにコピーして、サイト-43長議長連合にそれを送信した。D・イバニェス セクション長がこのメールを受信し、SCP-5866のファイルに添付するためにその画像を印刷しようとした。プリンターはそれができず、代わりに多数のビープ音と軋む音を放出した。

U・オコリー博士は夕方を自身のオフィスの再編に費やしており、20:53にファイリングしていた文書の表表紙における異常な視覚的効果に気づいた。彼女は即座に収容違反警報を作動させた。リリハンメル博士はブランク博士に電話をかけ、2人は数分間収容違反の起源について下品な言葉遣いで議論を交わした。イバニェス セクション長はプリンターを複数回蹴り、最終的に正しく画像が印刷された。この行動は安定性の急所を生成し、これによりのちに通常状態の復元が非常に簡単になったと考えられている。

2人の電話ののち、リリハンメル博士はCliometria.aicにAAFDを削除してバックアップから復元するよう指示した。Cliometriaはそれを行い、加えて新たな5866のロゴをそれに統合した。新たなファイルの保存に続いて、現実改変は即座に終結した。全ての変貌した画像や消去された画像は、破片の多くをウェトル博士が吸入していた破壊された壁を除いて通常に復帰した。

毎年1月7日、これらのイベントの正確な追複が主題となります。サイト-43は上述のものと同一の現実改変を受け、最初のインシデントに直接かかわった6名の職員(H・ブランク博士、D・イバニェス セクション長、L・リリハンメル博士、A・マッキンス博士、U・オコリー博士、W・ウェトル博士)が取った全ての行動が正確に再現された場合にのみ元に戻ります。加えて、結果として発生する電力障害は、現在サイト-43の主要電源となっているSCP-6622を構成するビーバーへの宥和がない限り持続します。A・トロシヤン セクション長がこの任務の実行に割り当てられました。

2023年現在、ブランク博士は非公式のサイトの図像学者長の役割を保持しています。AAFDに関連する、さらなるインシデントは発生していません。ブランク博士は、「バージョン管理」に関連する漠然と定義された理由を引証し、このファイルの使用停止を繰り返し拒否しています。

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