/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1*/ #top-bar.open-menua{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.2emsolid#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-barli{display:none; }#main-content{max-width:708px; margin:0auto; 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:1em1em01em; -webkit-transition:left0.5s ease-in-out 0.1s; -moz-transition:left0.5s ease-in-out 0.1s; -ms-transition:left0.5s ease-in-out 0.1s; -o-transition:left0.5s ease-in-out 0.1s; transition:left0.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:1pxsolid#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) 1px1pxrepeat; z-index: -1; }}
:root{ --timeScale:1; --timeDelay:0s; } /*Convertingmiddledividerfrombox-shadowto ::beforepseudo-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; } /*CLASSIFIEDLEVELBARS*/ 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)); } /*TOPTEXT*/ 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, RISKCLASSES*/ 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; } /*BOTTOMTEXT*/ 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; } /*MOBILEQUERY*/ @media (max-width: 480px ) {.anom-bar > .bottom-box::before{display:none; }.anom-bar > .bottom-box{box-shadow:0 -0.5rem 00 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)); }} /*--- MotionAccessibility ---*/ @mediascreenand (prefers-reduced-motion: reduce) {div.anom-bar-container{ --timeScale:0!important; }} /*-------------------------*/ @keyframesdivider{from{max-width:0%; }to{max-width:100%; }}@keyframesbar{from{max-width:0%; }to{max-width:100%; }}@keyframesbar-mobile{from{max-height:0%; }to{max-height:100%; }}@keyframesbottomup{from{top:100px; }to{top:0; }}@keyframesexpand1{from{opacity:0; clip-path:inset(0 calc(100% - 0.75rem) 00); }to{opacity:1; clip-path:inset(0); }}@keyframesiconslide{from{opacity:0; transform: translateX(-5rem); }to{opacity:1; transform: translateX(0); }}@keyframesexpand2{from{opacity:0; width:1%; }to{opacity:1; width: calc(100% - 0.25rem); }}@keyframesfade{from{opacity:0; }to{opacity:1; }}@keyframesflowIn{from{opacity:0; transform: translateY(20px); }to{opacity:1; transform: translateY(0); }}@keyframesarrowspin{from{clip-path:circle(0%); transform: rotate(135deg); }to{clip-path:circle(75%); transform: rotate(0deg); }}@keyframesnodegrow{from{transform: scale(0);}to{transform: scale(1);}}@keyframesdiamondBorder{from{box-shadow: -0.5rem -20rem 00 rgb(var(--black-monochrome, 12, 12, 12)); }to{box-shadow: -0.5rem 000 rgb(var(--black-monochrome, 12, 12, 12)); }}
/*BLANKSTYLECSS[2021WikidotTheme]ByPlaceholderMcDandHarryBlankBased on: PaperstackThemebyEstrellaYoshtePenumbraThemebyEstrellaYoshteEditedbyiti119forSCP-JP*/ @importurl('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap'); #page-content{font-size:0.8rem; }#main-content{top: -1.6rem; padding:0.2em; }div#container-wrap{background-image:none; }div#header{background-image:none; }#headerh1, #headerh2{margin-left:0; float:none; text-align:center; }#headerh2{margin-top:0.5rem; }#headerh1span, #headerh2span{font-size:0; display:none;}#headerh1a::before, #headerh2::before{color:#000; letter-spacing:1px; font-family: 'Montserrat', verdana, arial, helvetica, sans-serif !important; text-shadow:none; }#headerh1a::before{content: var(--header-title, "R\0026 C SITE-43"); font-weight:400; font-size:1.3em; }#headerh2::before{content: var(--header-subtitle, "SUBVERTING COMMON PRACTICE"); font-weight:700; font-size:1.2em; }@media (max-width: 707px) {#headerh1a::before { font-size: 1.6em; } } #login-status, #login-statusa{color:#333333; }#page-title{display:none; }#footer, #footera{background:transparent; color:#333333; }#search-top-box-input, #search-top-box-input:hover, #search-top-box-input:focus, #search-top-box-forminput[type=submit], #search-top-box-forminput[type=submit]:hover, #search-top-box-forminput[type=submit]:focus{border:none; background:#333333; box-shadow:none; border-radius:0px; color:#efefef; }#search-top-boxinput.empty{color:#999999; }#search-top-box{top:2.3rem !important; right:8px; }#top-bar{display: flex; justify-content:center; right:0; top:7.9rem; }#top-bar, #top-bara{color:#333333; }h1, h2, h3, h4, h5, h6{font-family: 'Montserrat', verdana, arial, helvetica, sans-serif; color:#000; letter-spacing:1px; }h1{font-size:2em; }h2{font-size:1.45em; }div#extra-div-1{height:160px; width:100%; top:0; position:absolute; background: url('http://scp-jp-storage.wdfiles.com/local--files/file:5722815-45-51f1/43Head.png'); background-size: contain; background-repeat:no-repeat; background-position:50%50%; z-index: -1; }@media (max-width: 707px) {div#extra-div-1{top:15px; }}body{background-image: linear-gradient(to bottom, #e0e0e0, #e0e0e090px, #e0e0e090px, #ffffff200px, #ffffff200px, #ffffff100%); background-repeat:no-repeat; }:root{ --timeScale:1.5; --timeDelay:1.5s; --posX: calc(50% - 358px - 13rem); --fnLinger:1s; }#page-contenthr{background-color:#000; }#page-contenttrth{padding:6px; border:#0001pxsolid; }#page-contenttrtd{padding:12px; border:#0001pxsolid; line-height:1.4; }#page-content.sideboxtrtd, #page-content.sideboxtrth{padding:0.35em; }#side-bar{border-right:1pxsolid#333; background:#DDD; }#side-bar.side-block{border:1pxsolid#333; border-radius:0; box-shadow:none; background-color:#FDF6D7; }#top-bardiv.open-menua{border:1pxsolid#333 !important; border-radius:0; box-shadow:none; }@media (max-width: 767px) {#side-bar:target{border:1pxblack; box-shadow:none; }}#page-content.creditRate{margin: unset; margin-bottom:4px; }#page-content.rate-box-with-credit-button{background-color:#ffffff; border:solid1px#000; box-shadow:none; border-radius:0; }#page-content.rate-box-with-credit-button.fa-info{border:none; color:#333333; }#page-content.rate-box-with-credit-button.fa-info:hover{background:#333333; color:#ffffff; }.rate-box-with-credit-button.cancel{border:solid1px#ffffff; } /* ---- PAGERATING ---- */ .page-rate-widget-box{box-shadow:none; border:solid1px#000; margin: unset; margin-bottom:4px; border-radius:0; }div.page-rate-widget-box.rate-points{background-color:#ffffff; color:#333333; border:none; border-radius:0; }.page-rate-widget-box.rateup, .page-rate-widget-box.ratedown{background-color:#ffffff; border-top:none; border-bottom:none; }.page-rate-widget-box.rateupa, .page-rate-widget-box.ratedowna{background:transparent; color:#333333; }.page-rate-widget-box.rateupa:hover, .page-rate-widget-box.ratedowna:hover{background:#333333; color:#ffffff; }.page-rate-widget-box.cancel{background:transparent; background-color:#ffffff; border:none; border-radius:0; }.page-rate-widget-box.cancela{color:#333333; }.page-rate-widget-box.cancela:hover{background:#333333; color:#ffffff; border-radius:0; }#page-content.rate-box-with-credit-button.page-rate-widget-box{border:none; }.anchor{position: sticky; height:0; top:0; }.sidebox{padding:.14rem; margin-top:0; margin-bottom:8px; width: calc((100vw - 870px)/2); max-height: calc(100vh - 18rem); position:absolute; top:0; left:103.5%; z-index:5; overflow:auto; box-sizing: border-box; }@media (max-width: 1290px) {.sidebox{display:none; visibility:hidden; }}.scp-image-block{box-shadow:none; } /* ---- YUITABBASE ---- */ .yui-navset.yui-nava,.yui-navset.yui-navset-top.yui-nava{background-color:inherit;background-image:inherit}.yui-navset.yui-nava:hover,.yui-navset.yui-nava:focus{background:inherit;text-decoration:inherit}.yui-navset.yui-nav.selecteda,.yui-navset.yui-nav.selecteda:focus,.yui-navset.yui-nav.selecteda:hover{color:inherit;background:inherit}.yui-navset.yui-nav,.yui-navset.yui-navset-top.yui-nav{border-color:inherit}.yui-navsetli{line-height:inherit} /* ---- YUITABCUSTOMIZATION ----*/ .yui-navset.yui-nav, .yui-navset.yui-navset-top.yui-nav{display: flex; flex-wrap: wrap; width: calc(100% - .125rem); margin:0auto; border-color:#333333; box-shadow:none; }.yui-navset.yui-nava, /* ---- LinkModifier ---- */ .yui-navset.yui-navset-top.yui-nava{color:#333333; /* ---- TabBackgroundColour | [UNSELECTED] ---- */ background-color:#efefef; border: unset; box-shadow:none; box-shadow:none; }.yui-navset.yui-nava:hover, .yui-navset.yui-nava:focus{color:#ffffff; /* ---- TabBackgroundColour | [HOVER] ---- */ background-color:#333333; }.yui-navset.yui-navli, /* ---- ListitemModifier ---- */ .yui-navset.yui-navset-top.yui-navli{position:relative; display: flex; flex-grow:2; max-width:100%; margin:0; padding:0; color:#ffffff; background-color:#ffffff; border-color:transparent; box-shadow:none; }.yui-navset.yui-navlia, .yui-navset-top.yui-navlia, .yui-navset-bottom.yui-navlia{display: flex; align-items:center; justify-content:center; width:100%; }.yui-navset.yui-navliem{border: unset; }.yui-navset.yui-navaem, .yui-navset.yui-navset-top.yui-navaem{padding:.35em.75em; text-overflow: ellipsis; overflow:hidden; white-space:nowrap; }.yui-navset.yui-nav.selected, /* ---- SelectionModifier ---- */ .yui-navset.yui-navset-top.yui-nav.selected{flex-grow:2; margin:0; padding:0; /* ---- TabBackgroundColour | [SELECTED] ---- */ background-color:#333333; }.yui-navset.yui-nav.selecteda, .yui-navset.yui-nav.selectedaem{border:none; }.yui-navset.yui-nav.selecteda{width:100%; color:#ffffff; }.yui-navset.yui-nav.selecteda:focus, .yui-navset.yui-nav.selecteda:active{color:#ffffff; background-color:#333333; }.yui-navset.yui-content{background-color:#ffffff; box-shadow:none; }.yui-navset.yui-content, .yui-navset.yui-navset-top.yui-content{padding:.5em; border:1pxsolid#333; box-sizing: border-box; } /*---- SCROLLBAR ----*/ ::-webkit-scrollbar{width:10px; } ::-webkit-scrollbar-track{background:#FFF; border-left:1pxsolid#333; } ::-webkit-scrollbar-thumb{background:#CCC; border:#3331pxsolid; } ::-webkit-scrollbar-thumb:hover{background:#EEE; } /*---- CENTERIMAGESONMOBILEcourtesyofEstrellaYoshteandPeppersGhost ----*/ .imagediv{float:right; margin:15px}@media (max-width: 540px) {.imagediv{float:none; text-align:center; margin:auto; }}@mediaonlyscreenand (max-width: 600px) {.scp-image-block.block-right{float:none; margin:10pxauto; }} /*---- ACS-COLOREDTABLEDIVS ----*/ #page-content.table1trth, #page-content.table1.scp-image-block.scp-image-caption{background-color:#D7EFE7; }#page-content.table2trth, #page-content.table2.scp-image-block.scp-image-caption{background-color:#D8ECF4; }#page-content.table3trth, #page-content.table3.scp-image-block.scp-image-caption{background-color:#FDF6D7; }#page-content.table4trth, #page-content.table4.scp-image-block.scp-image-caption{background-color:#FFDABF; }#page-content.table5trth, #page-content.table5.scp-image-block.scp-image-caption{background-color:#F5D8E0; }#page-content.table6trth, #page-content.table6.scp-image-block.scp-image-caption{background-color: rgba(146, 0, 255, 0.2); }.tableb.wiki-content-table{border-collapse:separate; border-spacing:2px; }.tableb.scp-image-block{border:none; }.tableb.scp-image-blockimg{border:#0001pxsolid; box-sizing: border-box; }.tableb.scp-image-block.scp-image-caption{margin-top:2px; border:#0001pxsolid; box-sizing: border-box; }.top-left-box > .item{display:none; } /* ---- WORDSNOLONGERBROKEN, THECROQUEMBOUCHEHASSPOKEN ---- */ span, a{word-break:normal !important }.avatar-hover{display:none !important; }#breadcrumbs, .pseudocrumbs{text-align:center; padding-top:10px; }#main-content.page-tagsspan{max-width:100%; } /* -- FANCYTHINGSfromWoedenaz'sDustjacketTheme -- */ #page-content.fancyhrhr{border-top:2vw solidtransparent; background-color: rgba(var(--bright-accent), 0); height:0; box-sizing: border-box; border-image-source: url('http://scp-jp-storage.wdfiles.com/local--files/file:5722815-46-ec6z/wl_hr.png'); border-image-repeat: round round; background:none; border-image-slice:8050080500 fill; border-image-width:10em80em10em80em; }#page-content.fancyborder{box-sizing: border-box; border:2vw solid rgba(0,0,0,0.5); border-image: url('http://scp-jp-storage.wdfiles.com/local--files/file:5722815-47-mqmb/wl_border.png') 600 round; border-image-width:6; padding:2vw; } /*---- LocalizationforJP ----*/ /*RateModule*/ #page-contentdiv.page-rate-widget-box.rate-points{font-family: verdana,arial,sans-serif; font-size:0.8rem; }.creditRate.page-rate-widget-box.cancela{display: inline-flex; align-items:center; justify-content:center; height:16px; padding:2px5px; box-sizing: border-box; color:#333333; }.creditRate.page-rate-widget-box.cancela:hover{color:#ffffff; } /*CreditModule*/ #page-content.creditRate.creditModule.rate-box-with-credit-button{border:none0; }#page-content.creditRate.creditModule.rate-box-with-credit-button.page-rate-widget-box{border:solid1px#000; margin-bottom:0; }.creditRate.creditModule.rate-box-with-credit-button.creditButton{display: inline-flex; width:20px; height:18px; background:#ffffff; border-color:#000; border-radius:0; box-shadow:none; }.creditRate.creditModule.rate-box-with-credit-button.creditButtona{display: inline-flex; align-items:center; justify-content:center; width:20px; height:16px; } /*InfoModule*/ .creditRate:not(.creditModule) .rate-box-with-credit-button.creditButton{width:auto; background:none; border:none0; border-radius:0; box-shadow:none; }.creditRate:not(.creditModule) .rate-box-with-credit-button.creditButtonpa{display: inline-flex; justify-content:center; align-items:center; height:16px; padding:0; } /*SideBar*/ #side-bar{display: grid; grid-template-areas: "a" "a" "a" "a" "red" "blue" "b" "b"; }#side-bar.side-block[style="background-color: #a7dba2;"]{background:#D7EFE7 !important; }#side-bar.side-block[style="background-color: #e5e5ff;"]{background:#D8ECF4 !important; grid-area:blue; }#side-bar.side-block[style="background-color: #fff0f0;"]{background:#F5D8E0 !important; grid-area:red; }#side-bar.side-block[style="background-color: #f0f0f0;"]{background:#FFFFFF !important; }@media (max-width: 767px) {#side-bar:target{display: grid; width:19em; }}@media (min-width: 768px) {#side-bar:target{display: grid; width:19em; border:none0; border-right:solid1px#333; }#side-bar:target.close-menu{margin-left:21em; opacity:0; }}#side-barhr{margin-top:0; }
[フレーム]
[フレーム]
Info
[フレーム]
SCP-5883: "裏側"
ベジマイトって何なん?
翻訳責任者: Tetsu1 Tetsu1
翻訳年: 2024
著作権者: HarryBlank HarryBlank
原題: The Flip Side
作成年: 2021
初訳時参照リビジョン: 26
元記事リンク: https://scp-wiki.wikidot.com/scp-5883
[フレーム]
財団で作成された最初のSCP-5883実例。
特別収容プロトコル: SCP-5883はこの文書に収容されます。収容に失敗した場合、サイト-43のミーム・対抗ミームセクションはFCM-5883の新たな版を用意・アップロードしなければなりません。それ以外の目的で本文書を改変することは禁じられており、即時終了の処罰が与えられます。
FCM-5883は本文書のファイルスペースにホストされねばならず、全てのSCP財団デスクトップ端末及びラップトップのデフォルトの壁紙でなければなりません。
WebクローラーI/O QUENTIAMはSCP-5883実例を捜索し、そのインターネットページビューを追跡、削除します。
説明: SCP-5883は異常なインターネット・ミームです。以下の3要素から構成されます。
- 180度反転ないし回転された画像。
- "Meanwhile, in Australia一方その頃オーストラリアでは"という文(句読点の有無や大文字と小文字は区別されない)。
- 起源不明の現実改変トリガー。
一見するとこのミームは、オーストラリアは南半球に存在するために北半球から見ると反転して見えるという事実の無害な言及であるように思われます。その異常性はインシデント5883-1で発見されました。
インシデント5883-1: 2021年01月01日、西オーストラリアで致命的な収容違反が発生しました。きっかけとなった出来事は、サイト-45の新たな高セキュリティ収容下へのSCP-682の空輸がサイトへのカオス・インサージェンシーの攻撃によって中断したことでした。出発地に戻るための燃料も、SCP-682を長期間鎮静させておく麻酔薬も、安全に着陸できる場所もなかったため、貨物機の乗組員は高高度まで上昇して異常な乗員を排出することを選択しました。37,000フィートからの落下によりSCP-682は一時的に動作を停止しました。サイト-45の秩序が回復するまで復活することはなく、無事に新たな収容室に移動されました。
インシデント報告を受け取ったSCP-682の経験のあるサイト-17職員は、貨物機乗組員による困難の解決に感謝の意を表しました。これにより、SCP-682のデータベース画像を上下反転した"一方その頃オーストラリアでは"ミームのSCP-5883実例が作成されました(上の画像を参照)。SCP-682は意識を取り戻すと、顕著な従順さと愛想の良さを示し、丁寧かつ冗舌に取扱職員と会話しました。これは落下により脳に何らかの損傷を負ったものと考えられました。
"一方その頃オーストラリアでは"ミームは2021年以前に流行遅れになっていたため、財団職員にとっては一時的ながら再び目新しいものでした。サイト-17とサイト-19のリストサーバでは、多種多様な職員ファイル写真や低クリアランスSCP画像を利用したミームが頻繁に作成されるようになりました。SCP-5883の各版が対象の行動の変化に対応していたため、更なる実例の作成は禁止され、本データベースファイルが開かれました。
記録されたSCP-5883の影響は以下を含みます。
対象 | 結果 |
---|---|
ジェレミア・シメリアン博士 | シメリアン博士はサイト-88の財団職員の職場での非プロフェッショナル的と考えられる行動に対して一層怒りを込めて叱責し、同様の行為に苛烈な罰則を要求するようになった。彼が問題があると見做した行為には、共感、仲間意識、適切な職場エチケットが含まれていた。 |
サイト-15 | サイト全体でのインターネット、イントラネット、SCiPNET障害。 |
SCP-999 | SCP-999は和やかなゼラチン状の塊から、並外れて強力な毒を持つ巨大で攻撃的なHadronyche modesta(ジョウゴグモ)に変形した。 |
チャールズ・ギアーズ博士 | 1週間以内に、サイト-19職員からギアーズ博士に対し17件の個別のハラスメントの嫌疑が向けられた。各告発に対する彼の反応は停職処分になるほど猥褻なものだった。 |
月面エリア-32 | エリア周辺の荒野に呼吸可能な酸素を含む大気が出現、未知の発生源からの極度の周囲熱にさらされている。 |
現状について話し合うため、エリア-09の緊急時脅威戦術対応機構(ETTRA)により緊急会議が招集されました。
会議ログ
日付: 2021年01月19日
出席者: アルト・クレフ博士(上級研究員、サイト-19); ダン・███████博士(管理官、ETTRA); ソフィア・ライト博士(管理官、機動部隊アルファ-9); リリアン・リリハンメル博士(ミーム学者、サイト-43); ティルダ・ムース管理官(管理官、サイト-19); キャサリン・シンクレア博士(奇跡術師、サイト-87); イオナ・ヴァルガ管理官(管理官、サイト-91)
ログ開始。
ダン博士: 回転させたときのみ機能するならもっと評価するだろうに。裏返しにするというのは手抜きだ。
リリハンメル博士: いや、いいミームデザインだと思うわ。先見の明がある! 感動した。社会派の物事なことには感心しないけど。こういう類のはもううんざり。
クレフ博士: 我々は批判されてしかると思いますが。
ライト博士: そうかもしれないけど、この事態はすぐにでも止めないといけない。誰でも適当にフォトショいじっただけでできるなら、史上最バカなCK-クラスイベントに直面しかねない。内部使用は厳しく取り締まってるけど、なんでこれが機能するのかもわかってない。
シンクレア博士: これは魔法、というくらいが私に言えることね。多分例のミーム魔術師たちは私たちを嫌ってるんでしょうね。
クレフ博士: 彼らに注意を強く書いて送るべきですね。
シンクレア博士: パイプ爆弾につけてね。
クレフ博士: 和解の精神から、パイプ爆弾はお勧めしません。
シンクレア博士: …オーケー。
ライト博士: 民間人の使用が心配。私たちが気付く前にどれだけの期間これが続いてたの? 既に数十件の例が外で確認されてる。裏返しになったスバルのせいでスバルが全部動かなくなったのを見たし、上下逆さまのビーチが… 恐ろしいビーチに…
ムース管理官: 俺らの誰もんなこと気にしねぇよ、ケツ肉たるんだビーチ向きの体した野郎ども。
クレフ博士: 余計な言葉ですよ、ティルダ。ここの皆さんは素晴らしい体格をしています。
ムース管理官: てめぇ、そのくっせぇ口閉じろや。
ライト博士: あら。
リリハンメル博士: あら。
ダン博士: …うん。そしてそれ以上に何よりも — GOCのどっかのバカが監督司令部のロゴをひっくり返して"一方その頃"したら面白いんじゃないかと思いついて、今や司令部は完全に行き詰ってしまった。たった一つのことにも投票できやしない。そしてそれが13人! 数学的にもそんなのありえないはずだ。
クレフ博士: 彼らがこれほど煮え切らないでいるのは普通でないですね。普通ならその洞察力と統率力が非常にありがたいのですが。
シンクレア博士: その真面目腐った態度も様になってきたじゃない。
クレフ博士: 何です? 私は至って真面目ですよ。
ヴァルガ管理官: 恐らく誰かが機動部隊リストに5883を使ったんでしょうね。もはや全員使い物にならなくなってますから。いつ見ても仕事中に酔っぱらってますし、トレーニング中のはずなのに女性に下品なジョークを言っています。
クレフ博士: それはひどい!
ムース管理官: そりゃアツいな。
ヴァルガ管理官: …更に。ヨークシャーにある私のサイトはジョージア・ゴシック様式なのですが。どこかのアホがこのミームをそこに当てはめて、理由はこれっぽっちもわかりませんが、今ではオーストラリアの先住民建築をモデルにしているように見えます。不幸中の幸い、地下には石の建築がありましたが。
クレフ博士: それは恥ずかしいことですね。私は他の誰かの文化を盗むようなことは嫌いです、特にこんな風には。ミームでなんて! 無礼ですよ。
[記録上の沈黙。]
ダン博士: オーケイ、一体クレフはどうしたんだ。
リリハンメル博士: ええ、本当にらしくなさすぎます。
ライト博士: やっぱり? 私だけかと思ってた。
ムース管理官: てめぇは何もかも自分だけだと思ってんのか。プロジェクト・下痢便のトップ張ってたからって全部の物語の主人公になったなんて勘違いしてんじゃねぇぞ。
シンクレア博士: 実は—
ムース管理官: てめぇもパタポンみてぇな話してくんじゃねぇぞ。
シンクレア博士: パタフィジックス空想科学ね。パタポンはビデオゲーム。
ムース管理官: てめぇもゲームみてぇなもんだろ。
ダン博士: 大丈夫か、ムース?
ムース管理官: 下がってろ黒塗り!
[記録上の沈黙。]
ムース管理官: …二人でちょっと歩いてくる。
クレフ博士: えぇ、それがいいと思います。
[扉を開閉する音声]
ダン博士: 誰かが—
ライト博士: 確定ね。誰かが二人をオーストラリアった。
ムース管理官のSCP-5883実例。
ヴァルガ管理官: 当然これが何かわかりましたね。
ライト博士: もちろん。このミームは全てをオーストラリア化する。
ダン博士: シメリアンは保守的に。
リリハンメル博士: ギアーズは性差別主義に。
ヴァルガ管理官: 月には暖かい気候が…
ライト博士: 999は毒グモに…
ダン博士: インターネットが悪く…
シンクレア博士: でも、きったないビーチ? オーストラリアのビーチはきれいなはずだけど。
[記録上の沈黙。]
ヴァルガ管理官: スバルがどうって言ってました? オーストラリアでも作られてるんですか?
リリハンメル博士: 682が大人しく? オーストラリアってのは… あらゆる恐ろしい動物を輩出するとこだと思うんだけど。何でトカゲが子犬になったの?
シンクレア博士: そして何でクレフが良くなったの? 全部"性差別主義のオーストラリアの政治家"的なことをすると思ったんだけど… 彼は五人の女性と部屋にいて、一番性差別主義なのはムースだった。
ヴァルガ管理官: 彼女って普段こんなに… 外向的でしたっけ?
ライト博士: 違う! ただの反対よ!
[記録上の沈黙。]
ダン博士: 万歳、またチーム・考えすぎの大失態だ。
ログ終了。
低リスクの実験スケジュールにより、SCP-5883の効果は標的の意味論的性質の反転であることが確認されました。それを受けてリリハンメル博士は財団対抗ミーム5883を開発し、本SCPファイルに導入しました。
FCM-5883
ミーム・対抗ミーム、サイト-43
当ファイルには、SCP-5883の効果を無力化するよう設計された強力なミーム対策が含まれています。以下のロジックで動作します。
- ミーム効果の最初の意味は作成者により選択されるが、以降は採用者の認識に準拠する。
- "一方その頃オーストラリアでは"ミームは2021年にはほとんど流通しなくなっている。
- SCP財団はSCP-5883ミームの通常の毎日の閲覧数よりはるかに多くの職員を雇用している。
したがって、財団職員の大半が比較的頻繁にFCM-5883を観察する場合、それはSCP-5883の有効な版となるはずです。以下に添付されたファイルは、FCM-5883の原版にして最新版です。現時点では、これを更に反復する必要はありません。
最重要収容措置が以下に付属されています
MeanwhileMeanwhile.jpg