SCP-2855-JP
/* 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)); }
}

rating: +3+x
blank.png

Skywell.svg

This document has been authorized as part of
Skywell Solutions



Since the final report was submitted in 2036, the relevant level Level: An abstract concept that gets its designation as a universe, multidimensional space, or dimension, timeline. No activity has been observed in . Attempts to secure have been deemed successful and all databases have been successfully quarantined. This alert message is updated in real time.

Analysis of all databases has been completed; all SCP Foundation information is now accessible.


   Skywell Solutions



Site of assignment department in an organization
Level 1: Supervisory site - 17 Cross-Divisional Teams (Tactical Theology, Conceptual Physics, Memes, Counter-Concepts, Paranormal Engineering, Supernormal Quantum Science, Paranormal Experimental Physics) Cross-Departmental Teams: Temporary groups of internal departments from different environments and types that come together and work together to achieve common goals.
Planning Supervision
The Whole Space Supervisory Community: Skywell Solutions


SCP-0008.jpg

Visual depiction of SCP-2855-JP.



Available personal records: 1


I will keep a detailed record of my rational activities in advance of what is to come. If necessary, this should serve as a natural record for the near future. I am Supervisor Enders, Bedrock Enders. I am one of the Supervisors at Skywell Solutions, SCP Foundation Site-17 Staff, Conceptual Physics Department Member ……. Or maybe not? These records will be kept permanently according to the system, so I'm sure the information will persist even if I die.

At this point, our concerns can be summed up in one piece of information. It is a huge worship of God. The abstract perception of "God" that people commonly believe in - or offer as atheism - is deeply rooted in their consciousness. We liken it to a parasite, and have clearly derived some adverse information from it. Our future plan is to first understand the current environment, and then to spread SCP-2855-JP over the entire human population and scan the results electronically.




Available personal records: 1


Today was a tough day. I don't want to do anything like that again in the future, especially trying to convince Superintendent Bold. ……

Ellie is from the Tactical Theology Department, and has always had a deep knowledge of theology, including the study of relics and theological pluripotent entities…… Anyway, he had an intimate knowledge of theology. I think she is so good that it would be silly for me to present the results of my own research. I think she was seeking my advice on this one occasion. Ellie and I went to a ryotei restaurant on the site //(my treat, of course.) // We complained to each other about Superintendent Bold's stubbornness. She particularly dislikes the way Bold looks at her, which I don't particularly care for - no, I'll admit it, his guy eyes are definitely a bit creepy.

I was all sarcastic and cursed Bold for trying to deny her understanding of religion. She seemed to enjoy it more that way. I think we (maybe) hit it off: ……. Whatever "god" she believes in, I accept it - she laughed when I said that. I knew this was the best solution to get her to agree with me.

Besides, this solution would have to be carried out completely. Her cooperation would be essential.



Available personal records: 1.


What is God? The answer to the old question, "What is God? But SCP-2855-JP-A, at least as we observe it, is not pure God.

Frankly, I think this was a known problem. There is precedent for the worship of God to have extraordinary results, and that in and of itself is of no interest to me. The problem is that we simply cannot verbalize a rational reason for believing it is a "god" and worshipping it. This may simply indicate that the information in SCP-2855-JP-A is infinitely vast and that we are not smart enough to understand it — but from Newdawn.aic's response, apparently that maybe it's not just that.

According to Ellie, the Gnostic view is the most effective explanation. This is an anti-cosmic dualism, in essence - the idea that there is a malignant order prevailing in the world. The universe in which we live is apparently insane, and that in the beginning there existed a truth - a good universe - created by our pure, sublime "God.

To borrow a phrase from dualism further, if the universe we live in is evil, then the "god" we believe in as well is a false entity, and therefore not of this world - there is a true world and a pure god who inhabits it. The "falsehood" may be effectively blocking our perception for the purpose of deliberately concealing this truth. People worship a wide variety of "gods. Yahweh, Christ, Allahu Akbar, Shiva, Titania, Zeus, Amaterasu ……. I realize now that I may be an atheist. I'm not interested in any one of them, so what do I believe in?

It was Ellie's face that suddenly passed me. I see her often in the course of my research, experiments, and training, and she always smiles at me with her beautiful eyes." An angel's smile," she used to say. Strangely enough, every time I think of her, I feel less tired.



Available personal records: 1


The hypothesis has been proven. The response has been as predicted. D-001911, having ingested the aggregated information of the Nowhere Sphere, temporarily obtained enough intelligence to lightly surpass that of all mankind, and was probably attempting to observe an entity that transcended the Nowhere Sphere - namely, SCP-2855-JP-A. Eventually it was assailed by SCP-2855-JP-A, who obliterated the information along with the dilution of his existence. This would suggest that some obvious anomaly is forming in the current knowosphere.

I reported this immediately to Ellie. After I finished explaining all of my practices, she expressed her obvious displeasure: ……. According to her, she didn't like my lack of ethical consideration. As a matter of fact, I was shocked by it. Yet I must continue my research. Her sentiments do not interfere with my research.

I was …… Did you care about her?



Available personal records: 1


An abnormal entity is outputting on the knowosphere and our brains may be under the control of it at the moment. It is unfortunate that we are thus able to think normally, but things are not looking good. As long as we have a pure belief in God, our reason will be driven to do what it wants. We must — we must get rid of this "false" god.

I told this to Ellie, but she objected vehemently. Naturally: ……. I was so angry that I literally threw out a bunch of mangled words that theologians hate and strongly insulted her way of life. It was a gaffe.

I want to see her clear eyes again. After all, the moments with her were the only moments of peace for me. I'm sorry, I'm so sorry. Please come back to me, Ellie. I need someone like you to shine. Ellie, I need someone like you who understands me. Ellie, I looked up to you. That's why I need your skills, Ellie. …….


Available personal records: 1


Ellie ……. Did you, by any chance, report my research in confidence? I - I adored you, Ellie! Why are you doing this!

It's infuriating: …… It's all your fault.

Ellie, I hate you. Ellie, you are in my way.


Photorealistic depiction extracted from SCP-2855-JP.





Available personal records: 1


███ rejected Oberwelm's last attempt. The fact that she confronted him meant that she was terminated at the same time. I went to ……. pulled out a handheld rifle that I had no intention of using and pressed it to her forehead. She did not smile back at me in the end. Instead, she filled my ears with a noise that could have been either insulting or abusive.

Say what you will - your voice will not be recorded. The person who once understood you is gone. It's your fault, ███.

— Did she really need me before?

Didn't she have co-workers, and weren't these the ones who understood her better? Didn't I simply take time away from them?

Would she have needed my advice? Or — maybe she simply thought it was meddling.

Did I ever ask her for details about her belief in "God"?

Was I wrong about all of this? Did I - did I have any feelings for her?

I don't know anything: ……. I can't remember anything now. Damn meme agents.

Now - in front of me - lies a cold corpse shot through the forehead.

She and her knowledge of God have been completely expunged from the Knowosphere. No one remembers her. I will soon forget even her name.

███ What was my first encounter with you? ███ Who do you like? ███, ███, ███

Please, ……. LOL, please….. ███


Reporting on the next level is pending. When access is unlocked, it will reappear here.



rating: +3+x
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License