SCP-5655
/*
    Simple Yonder Theme
    [2020 Wikidot Theme]
    By EstrellaYoshte
    Based on:
        Sigma-9 Theme by Aelanna and Dr Devan
        Y2K Theme by etoisle
        Anderson Robotics Theme by Croquembouche
        Minimal Theme Theme by stormbreath
        Word Processing Theme by stormbreath
        Flopstyle CSS by Lt Flops
 
    Edited for SCP-JP by ukwhatn
*/
 
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fontlibrary.org/face/glacial-indifference');
 
body {
    background-attachment: fixed;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14.3px;
    word-break: unset;
    --themeColor: #7E2520;
    --accentColor: #E53C35;
}
 
a {
    color: rgb(229, 60, 53);
}
 
a:visited {
    color: rgb(126, 37, 32);
}
 
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #7E2520;
    font-family: 'GlacialIndifferenceRegular';
    font-weight: bold;
}
 
#account-topbutton{
    border: 0px solid #000;
}
 
/* ---- PAGE WRAP ---- */
 div#container-wrap{
     background-image: url(http://scp-jp.wikidot.com/local--files/theme:simple-yonder/bg.png);
     background-repeat: repeat-x;
}
 
div#header {
    background-image: url(http://scp-jp.wdfiles.com/local--files/theme%3Asimple-yonder/logo.png);
    background-size: 12.5%;
}
 
#page-title {
    font-family: 'GlacialIndifferenceRegular';
    font-weight: bold;
    color: #7E2520;
}
 
#login-status,
#login-status a {
    color: white;
    font-weight: bold;
}
 
#footer {
    background: transparent;
}
 
#search-top-box-input,
#search-top-box-input:hover,
#search-top-box-input:focus,
#search-top-box-form input[type=submit],
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: none;
    background: #282828;
    box-shadow: none;
    border-radius: 2px;
    color: #f4f4f4;
}
 
#search-top-box input.empty {
    color: #bbbbbb;
}
 
div#header h1 a span {
    font-family: 'GlacialIndifferenceBold';
    font-weight: bold;
    color: #f4f4f4;
    text-shadow: 0px 0px 0px #000;
}
div#header h2 span {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #f4f4f4;
    padding: 17px 0;
    text-shadow: 0px 0px 0px #000;
    white-space: pre;
}
 
.scp-image-block.block-right {
    margin: 0 2em 1em;
}
 
@media (min-width: 767px) {
     #header {
             background-position: 0em 1.7em;
     }
}
 
/* ---- SIDE BAR ---- */
 
#side-bar .side-block {
    border: #ffffff 4px;
    border-radius: 0;
    box-shadow: none;
    background: #ffffff !important;
    padding: 2px;
}
#side-bar .heading {
    border: none;
    border-radius: 0;
    color: #282828;
    font-size: 1.2em;
    padding: 1em 1em 0 0;
    border-top: 1px solid rgba(0,0,0,.12);
    margin: 1em calc(-1em + 2px) 1em 0;
    font-weight: normal;
}
 
#side-bar .menu-item > a:hover {
    background-color: rgba(0,0,0,0.04);
    color: #E53C35;
    text-decoration: none;
}
 
div.open-menu a {
    border-radius: 0;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2), 0px 3px 10px 0 rgba(0, 0, 0, 0.19);
    color: #7E2520!important;
    border: none!important;
}
 
#side-bar a:visited,
#top-bar a,
#top-bar ul li.sfhover a,
#top-bar ul li:hover a,
#login-status ul a,
#login-status ul a:hover {
    color: #7E2520;
}
 
@media (max-width: 767px) {
    #main-content {
        padding: 0;
        margin: 0 5%;
        border-left: none;
    }
    #page-title {
        margin-top: 0.7em;
    }
    #side-bar {
        background-color: #fff;
        left: -23em;
    }
    #side-bar:target {
        border: none;
        box-shadow: 3px 0 1px -2px rgba(0,0,0,0.04), 1px 0 5px 0 rgba(0,0,0,0.2);
    }
    #side-bar .close-menu {
        transition: width 0.5s ease-in-out 0.1s,
                    opacity 1s ease-in-out 0s;
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: rgba(0,0,0,0.3);
        background-position: 19em 50%;
        z-index: -1;
        opacity: 0;
        pointer-events: none;
    }
    #side-bar:target .close-menu {
        width: calc(100% - 19em);
        right: 0;
        left: auto;
        opacity: 1;
        pointer-events: auto;
    }
    #page-content > hr, #page-content > .list-pages-box > .list-pages-item > hr {
        margin: 3em -5.5%;
    }
    #breadcrumbs {
        position: relative;
        top: 0;
        font-style: italic;
    }
    #side-bar {
        top: 0;
    }
    #side-bar .heading {
        padding-left: 1em;
        margin-left: -1em;
    }
    #search-top-box {
        top: 107px;
    }
}
 
/* ---- TABS ---- */
 
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #7E2520; /* color between tab list and content */
}
 
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background: white; /* tab background */
    border-color: transparent;
    color: black;
    transition: 0.125s;
}
 
.yui-navset .yui-nav a em {
    background: #f4f4f4;
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    border-color: white;
}
 
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:hover {
    background: white; /* selected tab background */
    color: #7E2520;
}
 
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background: white;
}
 
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a em {
    border-color: transparent;
    box-shadow: 0px 1px 2px 0.5px rgba(0,0,0,0.5);
    background: white;
}
 
.yui-navset .yui-content {
    background: #f4f4f4; /* content background color */
}
 
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content {
    border-color: transparent; /* content border */
    border-top-color: transparent; /* different border color */
}
 
.yui-navset-left .yui-content {
    border-left-color: #b7a9a9; /* different border color */
}
 
/* ---- TOP MENU ---- */
 
#top-bar a {
    color: #f4f4f4;
    font-weight: normal;
}
 
/* ---- INFO BAR ---- */
 body{
     --barColour: rgb(126, 37, 32);
}
 
 .info-container .collapsible-block-content{
     padding: 0 .5em 30px;
}
 .info-container .collapsible-block-content .wiki-content-table{
     width: 100%;
}
 
/* ---- INFO PANE ---- */
 
#page-content .creditRate{
     margin: unset;
}
#page-content .rate-box-with-credit-button {
    background-color: #ffffff!important;
    border: solid 1px white!important;
    box-shadow: none;
    border-radius: 0;
}
 
#page-content .rate-box-with-credit-button .fa-info {
    border: none;
    color: #7E2520!important;
}
 
#page-content .rate-box-with-credit-button .fa-info:hover {
    background: #ffffff;
    color: #E53C35!important;
}
 
.rate-box-with-credit-button .cancel {
    border: solid 1px white;
}
 
/* ---- PAGE RATING ---- */
 
.page-rate-widget-box {
    box-shadow: none;
    margin: unset;
}
 
div.page-rate-widget-box .rate-points {
    background-color: white;
    color: #7E2520 !important;
    border: solid 1px white;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
    background-color: white;
    border-top: solid 1px white;
    border-bottom: solid 1px white;
}
 
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    background: transparent;
    color: #7E2520;
}
 
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
    background: white;
    color: #E53C35;
}
 
.page-rate-widget-box .cancel {
    background: transparent;
    background-color: white;
    border: solid 1px white;
}
 
.page-rate-widget-box .cancel a {
    color: #7E2520;
}
.page-rate-widget-box .cancel a:hover {
    background: white;
    color: #E53C35;
}
 
/* ---- PAGE ELEMENTS ---- */
 
#page-content .wiki-content-table tr th {
    border: solid 1px #bbbbbb;
    background-color: #f4f4f4;
    /* set border for table title */
}
 
#page-content .wiki-content-table tr td {
    border: solid 1px #bbbbbb;
    /* set border for table content */
}
 
blockquote,
div.blockquote,
#toc,
.code {
     background-color: #f4f4f4;
     border: solid 1px #bbbbbb;
}
 
.scp-image-block {
    border: solid 1px #bbbbbb;
    box-shadow: none;
}
.scp-image-block .scp-image-caption {
    background-color: #f4f4f4;
    border-top: solid 1px #bbbbbb;
    color: black;
}
 
/* JP ONLY */
/* Credit */
#page-content div.page-rate-widget-box .rate-points {
    font-family: "Open Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: unset;
    padding: 0 5px;
}
 
#page-content .page-rate-widget-box .cancel a {
    color: #7E2520;
}
 
#page-content .page-rate-widget-box .cancel a:hover {
    color: #E53C35;
}
 
#page-content .rate-box-with-credit-button .creditButton {
    background-color: transparent;
    border: none;
    box-shadow: none;
    margin-left: unset;
}
/* 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;
    }
}
評価: +52+x

spam.png

インシデント5655.1中のSCP-5655。画像はアラミ研究員のボディカメラから撮影。

アイテム番号: SCP-5655

オブジェクトクラス: Safe

特別収容プロトコル: SCP-5655は密閉したままでサイト-08の小型保管庫に収容します。実験外でのSCP-5655の利用は禁止されています。

説明: SCP-5655は空のスパム缶であり、振動させたりひっくり返したりすると、SCP-5655-1が出現します。SCP-5655-1は現実改変能力を有する、透き通った赤色をした身長7.5 cmの人型実体です。「私が望むのは」から始まる願望を述べた場合、SCP-5655-1はその願望を実現させようと現実を改変します。しかし、SCP-5655-1の現実改変能力には制限があるため、願望は往々にして漠然としか実現しません。

補遺: 物理的、抽象的、哲学的な要素を含む願望をSCP-5655-1が実現できるかを確認するため、一連の実験が実施されました。

願望: 私が望むのはオレンジのボールです。
結果: 1口かじられたタンジェリン。
付記: ディンズ次席研究員は、本実験の際に昼食の一部が突然消失したと報告した。

願望: 私が望むのは重い石です。
結果: 2.2 kgの石。
付記: SCP-5655-1が上に伸ばした両腕の上方に石が出現し、SCP-5655-1を押しつぶした。

願望: 私が望むのは何か強いものです。
付記: SCP-5655-1は前回の実験で出現させた石を頭上に持ち上げ、下に置いた後、自分自身を指し示した。

願望: 私が望むのは100万ドルです。
結果: 100万ドル (LRD1) 分の札束。

願望: SCP-5655-1の収容方法。
結果: SCP-5655-1はSCP-5655に入って蓋を閉めた。

願望: 私が望むのは敵対的な要注意団体の影響力をより効果的に抑制する方法です。
結果: 火炎瓶とライター。
付記: 物品はSCP-5655-1が使用方法を実演し始めた際に取り除かれた。

願望: 私が望むのはもう一体のSCP-5655-1です。
結果: 色鉛筆で粗雑なSCP-5655-1の絵が描かれた紙。

願望: 私が望むのは夕焼けの美しさです。
結果: 色鉛筆で粗雑な夕焼けの絵が描かれた紙。
付記: 裏面に鉛筆で "全力は尽くした" と書かれていた。

願望: 私が望むのは永遠に幸せでいられるための秘訣です。
結果: 外箱にシャーピーで "とっても面白い" と書かれた中古品のKerplunk2

願望: 私が望むのは永遠に幸せでいられるためのより良い秘訣です。
結果: SCP-5655-1の周囲に何冊かの縮小した哲学書とミニチュアの肘掛け椅子が出現した。SCP-5655-1は3か月間読み続け、その間は願望に応じなかった。3か月後、SCP-5655-1は未開封のKerplunkを出現させた。

願望: 私が望むのは死者の蘇生です。
結果: スカ・ミュージックの音声ファイルが複数保存されたフラッシュドライブ。
付記: 歌曲は全て "Gene E" のオリジナル曲とされている。

願望: 私が望むのは無尽蔵のパワーです。
結果: 充電式の単三電池8本パック。

願望: 私が望むのは財団の収支のバランスを取る方法です。
結果: インシデント5655.1参照。



インシデント5655.1

< ログ開始 >

アラミ研究員: 私が望むのは財団の収支のバランスを取る方法です。

(SCP-5655-1が顎を撫で、数秒間そわそわと動き回る。)

SCP-5655-1: アラミさん、正直に申し上げますと、私に貴方の願いを叶えられるとは思いません。

アラミ研究員: 話せたんですか?!

SCP-5655-1: 何を驚いているのです? 私の行動を見てきた貴方にとって、今のは一番大したことないでしょう。

アラミ研究員: いえその…… 何でもありません。どうして私の願いを叶えられないのですか?

SCP-5655-1: 安全性に関わるからです。気づいているかは分かりませんが、そちらの現実は危険なまでに不安定なのです。ゆえに私の仕事は、言うなればゲームの —

アラミ研究員: カープランクだなんて言わないでくださいよ。

SCP-5655-1: ……私の仕事は、言うなればゲームのジェンガに近い。私が願いを叶えるたびに、塔から1ピース抜き取って、崩れないように祈る。他の願いについてはほどほどに留めてきましたが、この願いを叶えるために要される現実操作量では、たとえどのような能力を以てしても、そちらの現実が崩壊してしまいかねません。法的にも倫理的にもできないことです。

アラミ研究員: ですが貴方は魔人でしょう。先ほど申したように、願いを叶えるのが貴方の仕事なのですよね。

SCP-5655-1: ええ、ですがこういったことには規則があるのですよ。(SCP-5655-1の片手に小さな紙束が出現する。) "多元宇宙の干渉と安定した管理" ハンドブックの第8条第2項にはこう明記されています、「現実操作によって現実の基盤に深刻な負担がかかり、現実崩壊の恐れが大きいと実行者が考えた場合には、その行為を行ってはならず、その行為を行う義務を全て免除される」と。この半透明な手も自由ではないのです。

アラミ研究員: でしたら、私が望むのは貴方にそのルールを変更してもらって、1つ前の…… 上司が提示した願いを叶えられるようにすることです。

SCP-5655-1: アラミさん、これは宇宙間の法律の問題です。手助けしたいのは山々ですが、私の願望成就能力はそちらの現実外の物事にまで及びません。

アラミ研究員: では本当に何もできないのですか?

(SCP-5655-1がため息を吐く。)

SCP-5655-1: そうでもありません。今回のように魔人が依頼人を失望させてしまった場合は、依頼人の心を改変して失望を感じられないようにしても良いかを申し出るのが通例です。しかし恐縮ですが、この方法は現実を破壊しかねない。私にできるのは、より安全な別の願いを叶えることだけでしょう。

アラミ研究員: ええ、それなら構いません。どうするかはもう決めていますか?

SCP-5655-1: いえ、特には…… ふむ、お疲れのようですね。コーヒーはいかがです?

アラミ研究員: ええ、それはいいですね。えー、私が望むのは貴方にコーヒーを持ってきてもらうことです。

SCP-5655-1: お望みなら何なりと。

(アラミ研究員の前にコーヒーが出現する。アラミ研究員が1口飲む。)

アラミ研究員: どのくらい砂糖を入れました?

SCP-5655-1: コーヒーが冷めているのを無視できる程度には。

< ログ終了 >

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