Wow! You flipped a card and got: Ruler of everything!!! You ca reload the page or go to the next.
DATE: 07 Jul 2021 18:41
The ListPages module does not work recursively.
/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */
#top-bar .open-menu a {
position: fixed;
top: 0.5em;
left: 0.5em;
z-index: 5;
font-family: 'Nanum Gothic', san-serif;
font-size: 30px;
font-weight: 700;
width: 30px;
height: 30px;
line-height: 0.9em;
text-align: center;
border: 0.2em solid #888;
background-color: #fff;
border-radius: 3em;
color: #888;
}
@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!important;
position: fixed;
top: 0;
left: -19em;
width: 17em;
height: 100%;
margin: 0;
overflow-y: auto;
z-index: 10;
padding: 0.3em 0.675em;
background-color: rgba(0,0,0,0.1);
transition: left 0.5s ease-in-out;
}
#side-bar:target {
display: block;
left: 0;
width: 17em;
margin: 0;
z-index: 10;
}
#side-bar:target .close-menu {
display: block;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}
#top-bar .open-menu a:hover {
text-decoration: none;
}
.close-menu {
margin-left: 19em;
opacity: 0;
}
}
:root {
--posX: calc(50% - 358px - 12rem);
}
/*--- Footnote Auto-counter --*/
#page-content {
counter-reset: megacount;
}
/*--- Footnote Superscript Number --*/
.fnnum {
display: inline-block;
text-indent: calc(-1% - 0.1em);
overflow: hidden;
line-height: 83%;
text-decoration: none;
font-weight: bold;
font-style: initial;
color: transparent;
position: relative; top: -0.25em; font-size: 82%;
padding: .15em calc(.21em - 0.4px) .12em calc(.11em - 1px);
margin-left: -0.06em;
margin-right: -0.25em;
counter-increment: megacount;
user-select: none;
}
.fnnum::after {
content: "" counter(megacount);
color: var(--fnColor, #E6283C);
}
.fnnum:hover {
text-decoration: none;
cursor: pointer;
background-color: var(--fnColor, #E6283C);
}
.fnnum:hover::after { color: white; }
/*--- Footnote Content Wrapper --*/
.fncon {
position: absolute;
right: calc(var(--posX) + 80px);
line-height: 1.2;
padding: 0.82rem;
width: 10.3rem;
background: white;
border: 2px solid black;
font-weight: initial;
font-style: initial;
text-align: initial;
pointer-events: none;
opacity: 0;
transition: opacity 0.15s linear, right 0.3s cubic-bezier(.08,.72,.5,.94);
z-index: 9;
}
.fnnum:hover + .fncon {
opacity: 1;
right: var(--posX);
}
.fncon::before {
position: absolute;
top: 0; left: 0;
transform: translateX(-52%) translateY(-55%) scale(1.15);
background-color: var(--fnColor, #E6283C);
color: white;
content: counter(megacount);
font-size: initial;
font-weight: bold;
font-style: initial;
padding-left: 0.32em; padding-right: 0.32em;
padding-top: 0.18rem; padding-bottom: 0.08rem;
}
/*--- Mobile Query --*/
@media only screen and (max-width: 1279px) {
.fncon {
position: fixed;
bottom: 1.3rem;
left: calc(11% - 50px);
width: 70%;
transition: opacity 0.15s linear, left 0.3s cubic-bezier(.08,.72,.5,.94);
}
.fnnum:hover + .fncon {
left: 11%;
}
}
/*
PLACESTYLE CSS
[2021 Wikidot Theme]
By Placeholder McD
Based on:
Penumbra Theme by EstrellaYoshte
Paperstack Theme by EstrellaYoshte
BLANKSTYLE CSS by Placeholder McD, HarryBlank
Ad Astra Theme by NatVoltaic, stormbreath
Night Rush Theme by Nagiros
*/
@import url(https://fonts.googleapis.com/css2?family=Fira+Code&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap');
#page-content { font-size: .81rem; }
body {
color: #EDEDED;
background-color: #2F333C;
background-image: linear-gradient(
to bottom,
#21252E, #21252E 90px,
#21252E 90px, #2F333C 200px,
#2F333C 200px, #2F333C 100%);
background-repeat: no-repeat;
}
#main-content {
top: -1.2rem;
}
/* ---- SCROLLBAR ---- */
::-webkit-scrollbar {
width: 12px;
background: #transparent;
}
::-webkit-scrollbar-track {
background: #21252E;
}
::-webkit-scrollbar-thumb {
background: #ededed;
}
::-webkit-scrollbar-thumb:hover {
background: var(--accentColor);
}
/* ---- HEADER ---- */
div#container-wrap,
div#header {
background-image: none;
}
div#extra-div-1 {
height: 164px;
width: 100%;
top: 0;
position: absolute;
background: var(--lgurl);
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
z-index: -1;
}
#header h1, #header h2 { margin-left: 0; float: none; text-align: center; }
/* Move the subtitle down a smidge */
#header h2 { margin-top: 0.5rem; }
/* Hide the existing text */
#header h1 span, #header h2 span { font-size: 0; display: none; }
/* Style the new text */
#header h1 a::before, #header h2::before {
color: var(--accentColor);
text-shadow: none;
letter-spacing: 2px;
font-family: 'Montserrat', sans-serif !important;
}
/* Set the new text's content from variable */
#header h1 a::before {
content: var(--header-title, "SCP FOUNDATION");
font-weight: 300;
font-size: 1.3em;
}
#header h2::before {
content: var(--header-subtitle, "SECURE - CONTAIN - PROTECT");
font-weight: 600;
font-size: 1.3em;
}
#login-status {
color: #ededed;
}
#login-status a {
color: var(--accentColor);
}
#login-status ul a {
color: #ededed;
background: #21252E;
}
#login-status ul a:hover {
color: var(--accentColor);
}
#account-topbutton{
border: solid 1px var(--accentColor);
}
#footer, #footer a {
background: transparent;
color: #ededed;
}
#license-area {
color: #ededed;
}
#search-top-box {
top: 2.2rem!important;
right: 8px;
}
#search-top-box-form > input[type=submit] {
border: solid 1px #ededed;
background: #21252E!important;
box-shadow: none;
border-radius: 0;
color: #ededed;
transition: color 0.15s linear;
}
#search-top-box-form input[type=submit]:hover {
border: solid 1px var(--accentColor);
box-shadow: none;
color: var(--accentColor);
}
#search-top-box-form > input[type=text] { display: none; }
/* ---- TOP BAR ---- */
#top-bar {
top: 8.4rem;
display: flex;
justify-content: center;
right: 0;
}
#top-bar, #top-bar a {
color: #ededed;
transition: color 0s;
}
#top-bar ul li ul {
border-color: var(--accentColor);
overflow: hidden;
}
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
border-top-color: #2F333C;
}
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
background: #21252E;
color: #ededed;
}
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
background: #21252E; /* top bar hover background color */
color: var(--accentColor);
transition: color 0.1s linear;
}
/* ---- SIDE BAR ---- */
div#side-bar{
background: #21252E;
clear: both;
padding: .8em;
border-radius: 0;
box-shadow: none;
overflow-x: hidden;
}
#side-bar .heading{
color: #ededed;
font-family: 'Josefin Sans', sans-serif;
font-size: 0.94rem;
border-bottom: solid 1px #ededed;
}
#side-bar .side-block {
border: transparent;
border-radius: 0;
box-shadow: none;
background-color: #21252E;
}
#side-bar .side-block.media {
background-color:#21252E;
}
#side-bar .side-block.resources {
background-color:#21252E;
}
.side-block .menu-item > .image {
display: none;
}
#top-bar div.open-menu a {
border-radius: 0;
box-shadow: none;
color: var(--accentColor);
background-color: #21252E;
border: 1px groove var(--accentColor);
}
@media (max-width: 767px) {
#main-content {
padding: 0;
margin: 0 5%;
border-left: none;
}
#page-title {
margin-top: 0.7em;
}
#side-bar {
background-color: #21252E;
left: -18.6em;
}
#side-bar:target {
border: none;
box-shadow: none;
}
#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: 18.6em 50%;
z-index: -1;
opacity: 0;
pointer-events: none;
}
#side-bar:target .close-menu {
width: calc(100% - 18.6em);
right: 0;
left: auto;
opacity: 1;
pointer-events: auto;
}
#side-bar:target .close-menu:hover {
background: unset;
}
#page-content > hr, #page-content > .list-pages-box > .list-pages-item > hr {
margin: 3em -5.5%;
}
#side-bar {
top: 0;
}
#side-bar .heading {
padding-left: 1em;
margin-left: -1em;
}
#search-top-box {
top: 107px;
}
}
/* ---- TABS ---- */
/* ---- YUI TAB BASE ---- */
.yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit}
/* ---- YUI TAB CUSTOMIZATION ----*/
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav{
display: flex;
flex-wrap: wrap;
width: calc(100% - .125rem);
margin: 0 auto;
border-color: var(--accentColor);
box-shadow: none;
}
.yui-navset .yui-nav a, /* ---- Link Modifier ---- */
.yui-navset .yui-navset-top .yui-nav a{
color: #ededed;
font-weight: bold;
/* ---- Tab Background Colour | [UNSELECTED] ---- */
background-color: #21252E;
border: unset;
box-shadow: none;
box-shadow: none;
transition: background-color 0.15s linear;
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus{
color: #ededed;
/* ---- Tab Background Colour | [HOVER] ---- */
background-color: var(--accentColor);
}
.yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */
.yui-navset .yui-navset-top .yui-nav li{
position: relative;
display: flex;
flex-grow: 2;
max-width: 100%;
margin: 0;
padding: 0;
color: #ededed;
background-color: #21252E;
border-color: transparent;
box-shadow: none;
}
.yui-navset .yui-nav li a,
.yui-navset-top .yui-nav li a,
.yui-navset-bottom .yui-nav li a{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.yui-navset .yui-nav li em{
border: unset;
}
.yui-navset .yui-nav a em,
.yui-navset .yui-navset-top .yui-nav a em{
padding: .35em .75em;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */
.yui-navset .yui-navset-top .yui-nav .selected{
flex-grow: 2;
margin: 0;
padding: 0;
/* ---- Tab Background Colour | [SELECTED] ---- */
background-color: var(--accentColor);
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a em{
border: none;
}
.yui-navset .yui-nav .selected a{
width: 100%;
color: #21252E;
font-weight: bold;
}
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:active{
color: #21252E;
background-color: var(--accentColor);
}
.yui-navset .yui-content {
background-color: #21252E;
box-shadow: none;
}
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content{
padding: .5em;
border: none;
}
/*---- TAB ANIMATION by Croquembouche ---- */
.yui-navset .yui-content > div {
display: block;
top: 0;
overflow: hidden;
transform-origin: 0 0;
}
#page-content .yui-navset .yui-content > div[style*="none"] {
display: block !important;
flex: 0;
max-height: 0;
padding: 0 0.5em;
border-width: 0;
/* The following transition affects the one that DISAPPEARS */
transition: padding 0s linear 0.5s,
border-width 0s linear 0.5s,
flex 0.5s cubic-bezier(.18,.51,.54,.9) 0s;
animation: tab-disappear 0.5s ease-in-out 0s 1 both;
}
#page-content .yui-navset .yui-content > div[style*="block"] {
display: block !important;
flex: 1;
max-height: 9999rem;
/* The following transition affects the one that APPEARS */
transition: padding 0s linear 0.5s,
border-width 0s linear 0.5s,
flex 0.5s cubic-bezier(.18,.51,.54,.9) 0.5s;
animation: tab-appear 0.5s ease-in-out 0.5s 1 both;
}
@keyframes tab-disappear {
0% { max-height: 9999rem; }
1% { max-height: 100vh; }
100% { max-height: 0; }
}
@keyframes tab-appear {
0% { max-height: 0; }
99% { max-height: 100vh; }
100% { max-height: 9999rem; }
}
/* ---- INFO BAR ---- */
body{
--barColour: #21252E;
--linkColour: #ededed;
}
.info-container .collapsible-block-content{
padding: 0 .5em 30px;
}
.info-container .collapsible-block-content .wiki-content-table{
width: 100%;
}
/* Ayer's info-bar patch by Monkatraz */
#page-content .info-container .collapsible-block-folded, #page-content .info-container .collapsible-block-unfolded-link {
width: 100%;
max-width: 100%;
margin: 0 auto;
padding: 0;
box-shadow: none;
}
#page-content .info-container .collapsible-block-link::before, #page-content .info-container .collapsible-block-unfolded-link::before {
content: " ";
display: none;
}
#page-content .info-container .collapsible-block-content::after {
display: none;
}
/* ---- INFO PANE ---- */
#page-content .creditRate{
margin: unset;
margin-top: 4px;
margin-bottom: 4px;
margin-right: 3px;
}
#page-content .rate-box-with-credit-button {
background-color: #21252E;
border: solid 2px #21252E;
border-radius: 0;
box-shadow: 3px 0px 0px 0px var(--accentColor);
}
#page-content .rate-box-with-credit-button .creditButton p a {
border-left-color: transparent;
}
#page-content .rate-box-with-credit-button .page-rate-widget-box .cancel {
border-radius: 0;
}
#page-content .rate-box-with-credit-button .page-rate-widget-box .rate-points {
border-left: 0;
}
.rate-box-with-credit-button .page-rate-widget-box .cancel a:hover {
border-radius: 0;
}
#page-content .rate-box-with-credit-button .fa-info {
color: #ededed;
}
#page-content .rate-box-with-credit-button .fa-info:hover {
color: var(--accentColor);
}
#page-content .modalbox {
background: #2F333C !important;
color: #ededed;
box-shadow: none;
}
.close-credits,
.credit-back {
filter: grayscale(100%) invert(100%) contrast(275%);
}
/* ---- PAGE RATING ---- */
.page-rate-widget-box {
margin: unset;
border-radius: 0;
border: solid 2px #21252E;
box-shadow: 3px 0px 0px 0px var(--accentColor);
background-color: #21252E;
margin-top: 4px;
margin-bottom:4px;
margin-right: 3px;
}
.page-rate-widget-box .rate-points {
background-color: #21252E !important;
border: none;
color: #ededed !important;
text-transform: capitalize;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
background-color: #21252E;
border-top: none;
border-bottom: none;
}
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
background: transparent;
color: #ededed;
}
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
background: #21252E;
color: var(--accentColor);
}
.page-rate-widget-box .cancel {
background: transparent;
background-color: #21252E;
border: none;
}
.page-rate-widget-box .cancel a {
color: #ededed;
}
.page-rate-widget-box .cancel a:hover {
background: #21252E;
color: var(--accentColor);
}
/* ---- PAGE ELEMENTS ---- */
.page-source, tt{
font-family: "Fira Code", monospace;
font-size: 0.87rem;
}
.code pre, .code p, .code {
font-family: "Fira Code", monospace;
font-size: 0.87rem;
color: #21252E;
}
ins, del {
color: black;
}
h1, h2, h3, h4, h5, h6 {
}
h1 {
font-family: 'Montserrat', sans-serif !important;
color: var(--accentColor);
font-weight: bold;
letter-spacing: 1px;
font-size: 2em;
}
h2,
h3,
h4,
h5,
h6 {
font-family: 'Montserrat', sans-serif !important;
color: #EDEDED;
font-weight: bold;
letter-spacing: 1px;
font-size: 1.45em;
}
.lightbox h1 {
color: #21252E;
}
#page-title {
display: none;
}
/* Clicky links */
a,
a.newpage,
a:visited,
#side-bar a:visited {
color: var(--accentColor);
transition: color 0.15s linear;
}
a:hover, a.newpage:hover, a:visited:hover, #side-bar a:visited:hover {
color: #ffffff;
text-decoration: none;
background-color: var(--accentColor);
}
/* patch for sidebar media, collapsibles, ACS, info button and ayers module so link doesn't override */
#page-content .collapsible-block-folded a:hover, #page-content .collapsible-block-unfolded-link a:hover, #page-content .rate-box-with-credit-button .fa-info:hover, #side-bar .side-block.media a:hover, .danger-diamond a:hover {
background: transparent;
}
.info-container .collapsible-block-folded .collapsible-block-link, .info-container .collapsible-block-link {
background: var(--linkColour) !important;
}
hr{
background-color: var(--accentColor);
}
blockquote,
div.blockquote,
#toc {
background-color: #21252E;
border: #21252E 2px solid;
border-left: 5px dashed var(--accentColor);
box-shadow: 4px 4px #2F333C;
}
.code {
background-color: #F8F8F8;
border: solid 3px #2F333C;
box-shadow: none;
}
.scp-image-block {
border: 1px solid var(--accentColor);
box-sizing: border-box;
}
.scp-image-block .scp-image-caption {
background-color: #21252E;
border-top: 1px solid var(--accentColor);
color: #ededed;
font-size: 0.65rem;
padding: 0.1rem;
box-sizing: border-box;
}
.scp-image-block.block-left { margin-left: 0; }
.scp-image-block.block-right { margin-right: 0; }
@media (max-width: 540px) {
.scp-image-block.block-left, .scp-image-block.block-right {
float: none; clear: both; margin-left: auto; margin-right: auto;
}
}
/*---- CENTER IMAGES ON MOBILE courtesy of EstrellaYoshte and PeppersGhost ----*/
.imagediv {
float: right;
margin: 15px
}
@media (max-width: 540px) {
.imagediv {
float: none;
text-align:center;
margin: auto;
}
}
@media only screen and (max-width: 600px) {
.scp-image-block.block-right{
float: none;
margin: 10px auto;
}
}
#page-content tr th {
color: #21252E;
background-color: var(--accentColor);
border: solid 1px var(--accentColor);
padding: 6px;
}
#page-content tr td {
border: solid 1px var(--accentColor);
background-color: #21252E;
padding: 12px;
line-height: 1.4;
}
/* fancy collapsible */
#page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded-link {
background: #21252E;
transition: background 0.25s linear;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
padding-right: 1rem;
width: min-content;
white-space: nowrap;
overflow: hidden;
margin: auto;
}
#page-content .collapsible-block-folded .collapsible-block-link::before {
content: "▷ ";
}
#page-content .collapsible-block-unfolded .collapsible-block-link::before {
content: "▽ ";
}
#page-content .collapsible-block-link {
text-decoration: none;
color: #ededed;
font-weight: bold;
}
#page-content .collapsible-block-folded:hover, #page-content .collapsible-block-unfolded-link:hover {
background: var(--accentColor);
}
#page-content .collapsible-block-unfolded-link {
box-shadow: 0px -0.26rem 0px 0px var(--accentColor);
}
#page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded-link {
margin-top: 10px;
margin-bottom: 10px;
}
#page-content .collapsible-block-unfolded > *:nth-child(3) .collapsible-block-link::before {
content: "△ ";
}
#page-content .collapsible-block-unfolded > *:nth-child(3) {
box-shadow: 0px 0.26rem 0px 0px var(--accentColor);
}
/* Selection */
::selection {
background: var(--accentColor);
color: #ffffff;
}
/* Footnotes */
.hovertip {
font-size: .81rem;
background-color: #21252E !important;
border: solid 1px var(--accentColor) !important;
}
.footnotes-footer {
background-color: #21252E;
padding-left: 1.4rem;
padding-right: 1.4rem;
padding-bottom: 1.5rem;
box-shadow: -0.24rem 0px 0px 0px var(--accentColor);
}
.footnotes-footer .title {
color: #ededed;
}
.footnote .f-footer, .equation .e-footer, .reference .r-footer {
display: none;
}
.footnotes-footer {
display: none;
}
/* BetterFootnotes Patch */
.fncon {
background-color: #21252E;
border-color: var(--accentColor);
}
.fnnum:hover + .fncon {
right: calc(-8vw - 4rem);
}
.lightbox .fnnum::after {
color: #000;
}
/* Tags */
#main-content .page-tags a {
margin-top: .18rem;
}
.page-tags span {
border-top: 1px solid #ededed;
}
/* Pop-Up Windows */
.owindow {
background-color: #21252E;
border-color: var(--accentColor);
}
.owindow .modal-header {
background-color: #21252E;
}
.owindow .modal-body img {
background-color: transparent !important;
}
.owindow .title {
background-color: #21252E;
color: #var(--accentColor);
border-bottom: 1px solid #2F333C;
}
.owindow .button-bar a {
background-color: #21252E;
border-color: var(--accentColor);
color: #ededed;
}
.owindow .button-bar a:hover {
background-color: var(--accentColor);
}
/* Edit Buttons */
.buttons .btn {
background-color: #21252E;
border-color: var(--accentColor);
color: var(--accentColor);
padding: 3px 5px;
}
.buttons .btn:hover {
background-color: var(--accentColor);
color: #21252E;
}
/* Edit Lock Info*/
#lock-info {
background-color: #21252E;
border-color: #ededed;
}
/* Close Button for Page Source, Rating, Etc */
a.action-area-close:hover {
background-color: #21252E;
}
/* Page-History Current */
.pager .current {
background-color: var(--accentColor);
border-color: #ededed;
}
/* ---- INTERWIKI ---- */
.scpnet-interwiki-frame{
filter: invert(100%) grayscale(100%) contrast(75%);
}
/* ACS COLORS by Nagiros */
:root {
--five-color: 255, 34, 67 !important; /* red */
--four-color: 255, 141, 54 !important; /* orange */
--three-color: 255, 226, 82 !important; /* yellow */
--two-color: 117, 167, 242 !important; /* blue */
--one-color: 40, 159, 107 !important; /* green */
--white-bar: 207, 207, 207;
--lg-bar: 118, 118, 130;
--gray-bg: 66, 66, 72;
}
.anom-bar > .bottom-box { /* horizontal bar */
box-shadow: 0 -0.5rem 0 0 rgb(207, 207, 207) !important;
-webkit-box-shadow: 0 -0.5rem 0 0 rgb(207, 207, 207) !important;
-moz-box-shadow: 0 -0.5rem 0 0 rgb(207, 207, 207) !important;
box-shadow: 0 -0.5rem 0 0 rgb(var(--white-bar, 207, 207, 207)) !important;
-webkit-box-shadow: 0 -0.5rem 0 0 rgb(var(--white-bar, 207, 207, 207)) !important;
-moz-box-shadow: 0 -0.5rem 0 0 rgb(var(--white-bar, 207, 207, 207)) !important;
}
.bottom-box > .diamond-part { /* vertical bar */
box-shadow: -0.5rem 0 0 0 rgb(207, 207, 207) !important;
-webkit-box-shadow: -0.5rem 0 0 0 rgb(207, 207, 207) !important;
-moz-box-shadow: -0.5rem 0 0 0 rgb(207, 207, 207) !important;
box-shadow: -0.5rem 0 0 0 rgb(var(--white-bar, 207, 207, 207)) !important;
-webkit-box-shadow: -0.5rem 0 0 0 rgb(var(--white-bar, 207, 207, 207)) !important;
-moz-box-shadow: -0.5rem 0 0 0 rgb(var(--white-bar, 207, 207, 207)) !important;
}
.anom-bar-container.esoteric .text-part .main-class,
.anom-bar-container.explained .text-part .main-class,
.anom-bar-container.neutralized .text-part .main-class,
.anom-bar-container.pending .text-part .main-class {
background-color: rgba(66, 66, 72, .5) !important;
background-color: rgba(var(--gray-bg, 66, 66, 72), .5) !important;
border-left-color: rgb(118, 118, 130) !important;
border-left-color: rgb(var(--lg-bar, 118, 118, 130)) !important;
}
.danger-diamond > .arrows,
.danger-diamond > .bottom-icon::before { /* inverted arrows, esoteric icons */
filter: invert(90%) !important;
-webkit-filter: invert(90%) !important;
}
.danger-diamond > .quadrants > .bottom-quad,
.anom-bar-container.explained .danger-diamond > .quadrants > .top-quad,
.anom-bar-container.neutralized .danger-diamond > .quadrants > .top-quad,
.anom-bar-container.pending .danger-diamond > .quadrants > .top-quad { /* "transparent" bottoms/top icon backgrounds */
background-color: rgb(26, 26, 26) !important; /* body background color */
}
.danger-diamond > .bottom-icon,
.anom-bar-container.pending .danger-diamond > .top-icon::before { /* esoteric, pending icon backgrounds */
background-color: rgb(3, 3, 3) !important;
}
.anom-bar > .bottom-box::before {
background-color: var(--white-bar);
}
.top-left-box > .item {
display: none;
}
/* ---- CUSTOM SYNTAX ---- */
.darkbox {
background-color: #21252E;
border-left: solid 0.26rem var(--accentColor);
border-right: solid 0.26rem var(--accentColor);
padding: .4rem;
padding-left: .6rem
margin-top: 12px;
margin-bottom:12px;
}
.lightbox {
background-color: #ededed;
color: #21252E;
border-left: solid 0.26rem #21252E;
border-right: solid 0.26rem #21252E;
padding: 0.8rem;
margin-top: 12px;
margin-bottom:12px;
}
.lightbox h2, .lightbox h3, .lightbox h4, .lightbox h5, .lightbox h6 {
color: #21252E;
}
.lightbox hr {
background-color: #000;
}
.lightbox a {
filter: invert(1);
}
.lightbox a:hover {
background: none;
}
#page-content .sidebox tr td,
#page-content .sidebox tr th{
padding: .35em;
}
#page-content .authorbox tr td,
#page-content .authorbox tr th{
padding: .35em;
}
.limit{
margin-bottom: -1rem;
}
.anchor{
position: sticky;
height: 0;
top: 0;
}
.authorbox,
.sidebox {
position: absolute;
width: calc((100vw - 870px) / 2);
max-height: calc(100vh - 18rem);
margin: 0 8px 0 0;
padding: .14rem;
box-sizing: border-box;
overflow: auto;
z-index: 5;
}
.authorbox {
max-width: calc((100vw - 921.2px) / 2) !important;
top: .5em;
right: 103.5%;
}
.sidebox{
top: 0;
left: 103.5%;
padding-left: 1em;
}
@media (max-width:1079px) {
.authorbox, .sidebox {
display: none;
}
}
#page-content .bt {
color: var(--accentColor);
font-weight: bold;
filter: brightness(110%);
text-decoration-color: inherit;
}
.tableb .wiki-content-table {
border-collapse: separate;
border-spacing: 3px;
}
.tableb .scp-image-block {
border: none;
}
.tableb .scp-image-block img {
border: var(--accentColor) 1px solid;
box-sizing: border-box;
}
.tableb .scp-image-block .scp-image-caption {
margin-top: 3px;
border: var(--accentColor) 1px solid;
box-sizing: border-box;
}
:root {
--accentColor: #99bbff;
--lgurl: url("https://cdn.discordapp.com/attachments/606893333364604939/820794723991814154/arche2.png");
--posX: calc(50% - 358px - 13rem);
--fnColor: var(--accentColor);
}
div#extra-div-1 {
filter: opacity(0.5);
}
/* ---- WORDS NO LONGER BROKEN, THE CROQUEMBOUCHE HAS SPOKEN ---- */
span, a { word-break: normal !important }
.avatar-hover { display: none !important; }
#breadcrumbs, .pseudocrumbs {
text-align: center;
padding-top: 10px;
}
#main-content .page-tags span {
max-width: 100%;
}
/* -- FANCY THINGS from Woedenaz's Dustjacket Theme -- */
.fancyhr hr {
border-top: 2vw solid transparent;
background-color: rgba(var(--bright-accent), 0);
height: 0;
box-sizing: border-box;
border-image-source: url('https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_hr.png');
border-image-repeat: round round;
background: none;
border-image-slice: 80 500 80 500 fill;
border-image-width: 10em 80em 10em 80em;
}
.fancyborder {
box-sizing: border-box;
border: 2vw solid rgba(0,0,0,0.5);
border-image: url('https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_border.png') 600 round;
border-image-width: 6;
padding: 2vw;
}
| Assigned Site |
Site Director |
HMCL Supervisor |
Research Head |
Assigned Task Force |
| SCPF-Site-0 |
The Administrator |
Dr. Heather Everwood |
Dr. Xavier Moto |
MTF ω-0 "Ará Orún" |
Special Containment Procedures
SCP-#### is a spear that allows its holder to control aspects of reality pertaining to the concept of time. This includes:
- Attributes of temporal anomalies
- Gravitation
- Spacetime Geometry
- Time symmetry and by extension mass/energy conservation
- Entropy
- Death
- History
- Memory
- Timepieces
- Clockwork
The spear is primarily under the control of Annetta Lang
Excerpts from an orientation for RCT-T personnel held by Site-30 Director Victor Jates, detailing the various parascientific principles of chronological anomalies.
Inertial displacement
First things first, is a booklet called 'Elementary Time Travel and Causal Analysis'; this book detailed phenomenon I like to call "inertial retrocausality". Despite the mathematical rigor of this idea, it was deemed impractical due to the statistical hurdles.
These issues are probably why the books digitization seems to take ages regardless of what timeline or time period your in.
The tachyon
After exploration and investigation of many temporal anomalies using SCP-####, it was discovered that chronological linearity disappears in the absence of all conscious observation. This effect is designated as SCP-5647. It was later discovered that reality shifts to ensure the activation of this non-linearity effect; some have even attributed it to the thermodynamic regularities of our universe. This is what gives us the inertial displacement effect described in the first note.
Procedures to amplify this anomaly were developed, though the finer details are an overseer secret. All I can say is that it can be performed entirely within the confines of Site-01. The next step was to see how the effect scales, thus, a very special particle collider was made, also in Site-01. SCP-3141 based formula's were applied to the collider, in which the acceleration produced has a negative correlation with the number of entities are observing the collider in any way, theoretical or otherwise. There is also a positive correlation between acceleration and the rate at which entropy levels drop within the acceleration pathway. When activated, the collider gave us what we had searched for: a subatomic particle, with superluminal velocity, possessing all the properties of SCP-5647. The X-Tachyon.
Radio/Tachyon interference.
The tachyon field model, at its base, is built around the idea that tachyons concentrate in order to produce temporal anomalies. Xyank did a broad case study involving the following to develop such an idea.
- SCP-176
- SCP-281
- SCP-1950
- SCP-1979
- SCP-119
- SCP-1859
- SCP-982
- SCP-1309
- SCP-084
084 in particular is very significant as it inspired a theory that radio signals affect tachyons, and a less than suitably controlled experiment confirmed it. With radio transceivers in a faraday cage and a computer system measuring shifts in the interference pattern, you can make a tachyon scanner: all you need is some infohazardous math. With this, chronological technology was in our grasp.
Order-States
Distorting world lines is fundamentally what x-tachyons do. Blocking a world-line in the middle gets you retrocausal erasure. Stitch the fragments together, and you get yourself a negative continuity, where events are undone by regression while simultaneously proceeding with chronological progression; events retconned out without any deliberate chronological shift, they are just kind of gone.
Although the Wendel/Gupta/Helsman incident is probably the pettiest incident in the history of western academics, It is enlightening. The notion of "order-states" essentially describes how self-consistent an object's world-line is; low order states cause materials to "decouple" from spacetime, allowing them to automatically move between reference frames. Low order states make materials decay in a process called wilt, as the binding of materials breaks down in the new paradigm of acausal structure; this is what is known as a TK-Class ("Causality Failure") event.
Long ago, a TK-Class event happened on Earth. A massive tachyon storm reduced world lines were reduced to well… world-segments. The only thing holding a person's world-line together was their dubious historical memory.
The Xyank/Anastakos Constant Temporal Sink
A pair of tachyon detectors are placed, one measuring an instance of SCP-2943 and the other measuring the surroundings. A computer system connected to an AM/FM radio transmitter with VHF/UHF capacity induces radio/tachyon interference to synchronize the tachyon levels of the surrounding area with the 2943 instance, extending the instances causal immunity to the area of effect. All of these systems are connected to a central computer unit which assesses the data to ensure synchronization. The points where one causal structure meets another at the bounds of a tachyon field are known as event boundaries.
Shifts in the synchronization can produce what I call Teleological Severance: the ontological connection between cause and affect. creation and creator become severed. Of course, within the event boundary, the restructuring is ineffective. These shifts are the culprit of anomalies like SCP-1422 and SCP-4077. There was an attempt to weaponize this effect, aptly named Project Expunge, or P-EXP for short. The final product of this was the Scranton Xyank Causality Disruptor.
Selected Remarks from SCP-4101-1
"Anna is not the woman you think she is."
"She made a deal with the 3 Gods of the Nootic Churches to attain the spear, and used it to create the first Land Distortion Drives, originally designed to open dormant ways."
"She wandered through time, various iterations from various timelines leaving their mark on the history, working as an odd continuum."
"Ana presented herself to the would-be signers of the forbidden City Convention with a proposed addition to the agreement. This addition is now known as the Ouroboros Protocol"
"The Ana Lang you know today, the one working in Site-120, though separated from the power of the spear, still knows about the spear. She also knows the true reason for her husband's disappearance."
"And there he is now! Still just sitting in that cell while I'm talking to you. Looks kind of bored, really. Maybe tell him I said hi?"
Wow! You flipped a card and got: onionman02_draft7!!! You ca reload the page or go to the next.
DATE: 07 Jul 2021 18:06
@supports((display: -ms-grid) or (display: grid)) {
@media only screen and (min-width: 769px) {
#side-bar .close-menu {
display: block;
position: fixed;
top: 0.25rem;
left: 0.5rem;
width: 3rem;
opacity: 1;
pointer-events: all;
}
#side-bar .close-menu img {
color: transparent;
}
#side-bar .close-menu::before,
#side-bar .close-menu::after {
content: "";
box-sizing: border-box;
position: fixed;
display: block;
top: 0.25rem;
left: 0.5rem;
width: 3rem;
height: 3rem;
padding: 0;
margin: 0;
text-align: center;
pointer-events: all;
cursor: pointer;
-webkit-transition:
opacity var(--sidebar-transition-timing);
-o-transition:
opacity var(--sidebar-transition-timing);
-moz-transition:
opacity var(--sidebar-transition-timing);
transition:
opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
--mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='32px' id='Layer_1' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z'/%3E%3C/svg%3E");
z-index: -1;
background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important;
-webkit-mask: var(--mask);
mask: var(--mask);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: 50% 50%;
mask-position: 50% 50%;
-webkit-mask-size: 60%;
mask-size: 60%;
}
#side-bar .close-menu::after {
z-index: -2;
background-color: var(--toggle-button-bg, rgb(var(--swatch-menubg-color))) !important;
-webkit-border-radius: var(--toggle-roundness, 50%);
-moz-border-radius: var(--toggle-roundness, 50%);
border-radius: var(--toggle-roundness, 50%);
border: var(--toggle-border-color, rgb(var(--swatch-border-color))) var(--toggle-border-width, 0.25rem) solid;
}
#side-bar:focus-within .close-menu::before,
#side-bar:focus-within .close-menu::after {
opacity: 0;
}
#side-bar {
display: block;
position: fixed;
top: 0;
left: -webkit-calc(var(--sidebar-width-on-desktop)*-1);
left: -moz-calc(var(--sidebar-width-on-desktop)*-1);
left: calc(var(--sidebar-width-on-desktop)*-1);
z-index: 10;
-webkit-transition:
left var(--sidebar-transition-timing);
-o-transition:
left var(--sidebar-transition-timing);
-moz-transition:
left var(--sidebar-transition-timing);
transition:
left var(--sidebar-transition-timing);
height: 100%;
overflow-y: auto;
overflow-x: hidden;
margin-top: 0;
}
#side-bar:focus-within {
left: 0;
}
#side-bar .side-block {
margin-top: 1rem;
background-color: rgb(0, 0, 0, 0);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border-left-width: 0px;
border-right-width: 0px;
}
#main-content::before {
content: "";
display: block;
position: fixed;
top: 0;
right: 0;
z-index: -1;
opacity: 0;
-webkit-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
-o-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
-moz-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
margin-left: var(--sidebar-width-on-desktop);
background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat;
padding-right: 0;
width: 100%;
height: 100vh;
pointer-events: none;
z-index: 99;
}
#side-bar:focus-within~#main-content::before {
width: -webkit-calc(100% - var(--sidebar-width-on-desktop));
width: -moz-calc(100% - var(--sidebar-width-on-desktop));
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
#content-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: -webkit-calc(100vw - (100vw - 100%));
width: -moz-calc(100vw - (100vw - 100%));
width: calc(100vw - (100vw - 100%));
min-height: -webkit-calc(100vh - -webkit-calc(var(--final-header-height-on-desktop, 10.125rem)));
min-height: -moz-calc(100vh - -moz-calc(var(--final-header-height-on-desktop, 10.125rem)));
min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem)));
-webkit-box-flex: 2;
-webkit-flex-grow: 2;
-moz-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
height: auto;
position: relative;
margin: 0 auto;
max-width: inherit;
}
#main-content {
width: 100%;
position: initial;
max-height: 100%;
padding: 2rem 1rem;
width: 45.8rem;
max-width: 45.8rem;
margin: 0 auto;
}
@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
#side-bar {
-webkit-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
-o-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
-moz-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
padding-right: 0;
background-color: rgb(0, 0, 0, 0);
pointer-events: all;
overflow-x: visible;
overflow-y: visible;
z-index: 999;
}
#side-bar::-webkit-scrollbar {
opacity: 0;
-webkit-transition: opacity var(--sidebar-transition-timing);
transition: opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
z-index: 999;
}
#side-bar .close-menu::after {
z-index: 998;
}
#side-bar:hover .close-menu::before {
opacity: 0;
}
#side-bar:hover {
left: 0;
background-color: rgba(var(--swatch-menubg-color), 1);
padding-right: 0;
}
#side-bar:hover::-webkit-scrollbar {
opacity: 1;
}
#side-bar:hover~#main-content::before {
width: -webkit-calc(100% - var(--sidebar-width-on-desktop));
width: -moz-calc(100% - var(--sidebar-width-on-desktop));
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
}
}
}
}
@supports((display: -ms-grid) or (display: grid)) {
:root {
/* header measurements */
--header-height-on-desktop: 10rem;
--header-height-on-mobile: 10rem;
--header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
}
#header {
background: none;
}
#header::before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0.75rem;
background-image: var(--logo-image);
background-repeat: no-repeat;
background-position: center -3.5rem;
-webkit-background-size: auto 8rem;
-moz-background-size: auto 8rem;
-o-background-size: auto 8rem;
background-size: auto 8rem;
background-position: center top;
opacity: 0.45;
pointer-events: none;
}
#header h1,
#header h1 a,
#header h1 a::before {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-height: inherit;
z-index: 0;
}
#header>h1>a>span {
width: 100%;
height: 100%;
top: 0;
left: 0;
max-width: inherit;
}
#header h1 {
height: -webkit-calc(100% - 2.25rem);
height: -moz-calc(100% - 2.25rem);
height: calc(100% - 2.25rem);
}
#header h1 a::before,
#header h1 a {
text-align: center;
line-height: 0.8;
}
#header h2,
#header h2 span,
#header h2 span::before {
position: absolute;
left: 0;
top: 0.15em;
margin-left: 0;
padding: 0;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-moz-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-height: inherit;
z-index: 0;
text-transform: uppercase;
pointer-events: none;
}
#login-status {
min-height: -webkit-calc(var(--base-font-size) * 1.5);
min-height: -moz-calc(var(--base-font-size) * 1.5);
min-height: calc(var(--base-font-size) * 1.5);
-webkit-border-radius: .0625rem;
-moz-border-radius: .0625rem;
border-radius: .0625rem;
-webkit-border-radius: var(--border-radius-width);
-moz-border-radius: var(--border-radius-width);
border-radius: var(--border-radius-width);
color: rgb(var(--pale-gray-monochrome));
background-color: rgba(0, 0, 0, 0);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
left: 3%;
right: initial;
}
#login-status .printuser {
--wght: 900;
position: relative;
top: 0;
left: 0;
color: rgb(var(--swatch-menutxt-light-color));
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 0.25rem;
margin: 0;
font-weight: 900;
}
#login-status #my-account {
--wght: 300;
color: rgb(var(--pale-gray-monochrome));
font-weight: 300;
}
#login-status #account-topbutton {
border: initial;
padding: 0.5em 0.5em 0.5em 0.25em;
position: relative;
height: 100%;
top: 0;
left: 0;
margin: 0;
font-size: 1em;
}
#account-options {
width: auto;
padding: 0.5em;
border-color: rgba(var(--bright-accent));
background: var(--gradient-header);
color: rgb(var(--swatch-text-light));
}
#account-options ul li a {
color: rgb(var(--swatch-text-light));
}
#account-options li a:hover {
color: rgb(var(--swatch-text-light));
text-decoration: underline;
}
@media only screen and (min-width: 769px) {
#search-top-box {
right: 3%;
top: 0.5rem;
}
#search-top-box-form>input,
#search-top-box-form>input:hover,
#search-top-box-form>input:focus {
background: rgb(var(--black-monochrome));
}
#search-top-box-form>input {
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
}
#search-top-box-form>input:hover,
#search-top-box-form>input:focus {
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
}
#search-top-box-form input[type="submit"],
#search-top-box-form input[type="submit"]:focus,
#search-top-box-form input[type="submit"]:hover {
border: none;
border-left: 0.0625rem solid rgb(var(--swatch-primary-darkest));
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
}
#search-top-box-form input[type="submit"] {
background: rgb(var(--swatch-primary-darkest));
color: rgb(var(--swatch-menutxt-light-color));
}
#search-top-box-form input[type="submit"]:focus,
#search-top-box-form input[type="submit"]:hover {
background: rgb(var(--swatch-primary));
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
}
}
#page-title {
text-align: center;
}
@media only screen and (max-width:768px) {
:root {
--header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
}
#header h1,
#header h1 a,
#header h1 a::before {
top: 0.25rem;
}
#header h2,
#header h2 a,
#header h2 a::before {
top: 0;
}
#header h2 span {
margin-top: -webkit-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem);
margin-top: -moz-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem);
margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - .25rem);
}
}
@import url('https://scp-wiki.wdfiles.com/local--files/theme:isolated-terminal/terminus.css');
@import url('https://scp-wiki.wdfiles.com/local--files/theme:isolated-terminal/profontwindows.css');
@import url('https://scp-wiki.wdfiles.com/local--files/theme:isolated-terminal/vga8.css');
#main-content {
padding: 1rem;
margin-top: 0;
}
:root {
/* S-CSS-P Integration */
/* If you're making a new CSS theme, please include the following three variables at minimum. */
--theme-base: "black-highlighter";
/* must be either "black-highlighter" or "sigma9" */
--theme-id: "isolated-terminal";
/* set this to the URL of your theme's page - eg for "component:ar-theme", set it to "ar-theme" */
--theme-name: "Isolated Terminal Theme";
/* set this to your theme's full name */
/* header measurements */
--header-height-on-desktop: 12.4rem;
--header-height-on-mobile: 12rem;
--header-h1-font-size: calc(var(--base-font-size) * 3);
/* Typefaces */
--body-font: 'terminus_ttfmedium', sans-serif;
--header-font: 'mxplus_ibm_vga_8x16regular', sans-serif;
--title-font: 'mxplus_ibm_vga_8x16regular', sans-serif;
--mono-font: 'profontwindowsregular', monospace;
--base-font-size: 1.11rem;
/* null logo */
--logo-image: none;
/* change title */
--header-title: "SCP FOUNDATION";
/* Header Gradients */
--diagonal-stripes: initial;
/*----*/
--accentColor: 246,196,3;
--darkColor: 40,26,8;
--bright-accent: var(--accentColor);
--dark-accent: var(--accentColor);
--pale-accent: var(--accentColor);
--medium-accent: var(--accentColor);
--black-monochrome: var(--accentColor);
--dark-gray-monochrome: var(--darkColor);
--gray-monochrome: var(--darkColor);
--light-pale-gray-monochrome: var(--darkColor);
--pale-gray-monochrome: var(--accentColor);
--very-light-gray-monochrome: var(--darkColor);
--white-monochrome: var(--darkColor);
--rating-module-button-color: var(--white-monochrome);
--rating-module-button-credit-color: var(--white-monochrome);
--rating-module-text-color: var(--white-monochrome);
--rating-module-button-cancel-color: var(--gray-monochrome);
--swatch-headerh1-color: var(--black-monochrome);
--swatch-menubg-medium-color: var(--bright-accent);
--swatch-menubg-light-color: var(--gray-monochrome);
--swatch-menutxt-light-color: var(--black-monochrome);
--swatch-menubg-medium-dark-color: var(--black-monochrome);
--swatch-primary-darker: var(--bright-accent);
--swatch-primary-darkest: var(--gray-monochrome);
--swatch-text-light: var(--bright-accent);
--swatch-topmenu-bg-color: var(--bright-accent);
--gradient-header: none;
--gradient-background: rgb(var( --gray-monochrome));
/* Desktop Sidebar button */
--toggle-button-bg: rgb(var(--black-monochrome));
--toggle-border-width: 0;
--toggle-icon-color: rgb(var(--swatch-primary-darkest));
--toggle-roundness: 0;
}
/* ------------------------------- */
/* header title adjustments */
#header::before { opacity: 1; } /* change logo opacity */
#header { filter: none; }
#header h1, #header h1 a, #header h1 a::before {
top: 1.46rem;
text-shadow: none;
letter-spacing: 0.1rem;
}
#header h2 { display: none; } /* hide header subtitle */
/* svg logo mask */
#header::before {
background-color: rgb(var(--black-monochrome));
-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='1040' height='1040'%3E%3Cpath d='M437 969v-10h-73v-18h-36v-18h-36v-18h-36v-18h-56v18h-72v-36h-18v-36H92v-37H74v-36H55v-36H37v-36H19v-56h18v-18h18v-18h19V451h18v-72h18v-38h18v-36h18v-36h18v-18h18v-18h18v-19h20v-18h18v-18h18v-18h36v-18h36v-18h18v-18h18V50h19V32h272v18h19v56h18v18h18v18h36v18h36v18h18v18h20v18h18v19h18v18h18v18h18v36h18v36h18v38h18v72h18v145h19v18h18v18h18v56h-18v36h-18v36h-19v36h-18v37h-18v36h-18v36h-72v-18h-56v18h-36v18h-36v18h-36v18h-73v20H437v-10zm146-37v-9h72v-18h37v-18h36v-18h18v-18h92v18h54v-36h18v-37h18v-36h18v-36h18v-36h19v-38h-19v-18h-18v-18h-18V469h-18v-72h-18v-38h-18v-36h-18v-18h-18v-36h-18v-18h-20v-18h-18v-19h-36v-18h-18v-18h-36v-18h-18v-18h-19v-36h-18V70H401v36h-18v36h-19v18h-18v18h-36v18h-18v18h-36v19h-18v18h-18v18h-20v36h-18v18h-18v36h-18v38h-18v72h-18v145H92v18H74v18H55v38h19v36h18v36h18v36h18v37h18v36h54v-18h92v18h18v18h36v18h37v18h72v18h128v-9z'/%3E%3Cpath d='M437 805v-9h-54v-18h-37v-18h-18v-18h-18v-18h-18v-18h-36v18h-36v18h-20v-18h-18v-36h38v-18h18v-20h18v-18h-18v-72h-18v-73h18v-72h18v-36h18v-38h18v-18h18v-18h18v-18h18v-18h37v-18h36v-18h72v-55h56v55h72v18h36v18h37v18h18v18h18v18h18v18h18v38h18v36h18v72h20v73h-20v72h-18v18h18v20h20v18h36v36h-18v18h-18v-18h-38v-18h-36v18h-18v18h-18v18h-18v18h-37v18h-54v18H437v-9zm164-54v-9h36v-18h37v-18h18v-18h18v-18h-18v-20h-37v-18h-18v38h-18v-20h-18v-36h-18v-18h-18v-18h-18v-36h90v18h55v18h-18v18h18v18h36v18h18v-54h18V469h-18v-54h-18v-36h-18v-20h-18v-18h-18v-18h-37v-18h-36v-18h-54v92h36v36h-18v36h-18v36h-18v18h-20v-18h-18v-36h-18v-36h-18v-36h36v-92h-54v18h-36v18h-37v18h-18v18h-18v20h-18v36h-18v54h-18v109h18v54h18v-18h36v-18h18v-18h-18v-18h55v-18h90v36h-18v18h-18v18h-18v36h-18v20h-18v-38h-18v18h-37v20h-18v18h18v18h18v18h37v18h36v18h164v-9z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='1040' height='1040'%3E%3Cpath d='M437 969v-10h-73v-18h-36v-18h-36v-18h-36v-18h-56v18h-72v-36h-18v-36H92v-37H74v-36H55v-36H37v-36H19v-56h18v-18h18v-18h19V451h18v-72h18v-38h18v-36h18v-36h18v-18h18v-18h18v-19h20v-18h18v-18h18v-18h36v-18h36v-18h18v-18h18V50h19V32h272v18h19v56h18v18h18v18h36v18h36v18h18v18h20v18h18v19h18v18h18v18h18v36h18v36h18v38h18v72h18v145h19v18h18v18h18v56h-18v36h-18v36h-19v36h-18v37h-18v36h-18v36h-72v-18h-56v18h-36v18h-36v18h-36v18h-73v20H437v-10zm146-37v-9h72v-18h37v-18h36v-18h18v-18h92v18h54v-36h18v-37h18v-36h18v-36h18v-36h19v-38h-19v-18h-18v-18h-18V469h-18v-72h-18v-38h-18v-36h-18v-18h-18v-36h-18v-18h-20v-18h-18v-19h-36v-18h-18v-18h-36v-18h-18v-18h-19v-36h-18V70H401v36h-18v36h-19v18h-18v18h-36v18h-18v18h-36v19h-18v18h-18v18h-20v36h-18v18h-18v36h-18v38h-18v72h-18v145H92v18H74v18H55v38h19v36h18v36h18v36h18v37h18v36h54v-18h92v18h18v18h36v18h37v18h72v18h128v-9z'/%3E%3Cpath d='M437 805v-9h-54v-18h-37v-18h-18v-18h-18v-18h-18v-18h-36v18h-36v18h-20v-18h-18v-36h38v-18h18v-20h18v-18h-18v-72h-18v-73h18v-72h18v-36h18v-38h18v-18h18v-18h18v-18h18v-18h37v-18h36v-18h72v-55h56v55h72v18h36v18h37v18h18v18h18v18h18v18h18v38h18v36h18v72h20v73h-20v72h-18v18h18v20h20v18h36v36h-18v18h-18v-18h-38v-18h-36v18h-18v18h-18v18h-18v18h-37v18h-54v18H437v-9zm164-54v-9h36v-18h37v-18h18v-18h18v-18h-18v-20h-37v-18h-18v38h-18v-20h-18v-36h-18v-18h-18v-18h-18v-36h90v18h55v18h-18v18h18v18h36v18h18v-54h18V469h-18v-54h-18v-36h-18v-20h-18v-18h-18v-18h-37v-18h-36v-18h-54v92h36v36h-18v36h-18v36h-18v18h-20v-18h-18v-36h-18v-36h-18v-36h36v-92h-54v18h-36v18h-37v18h-18v18h-18v20h-18v36h-18v54h-18v109h18v54h18v-18h36v-18h18v-18h-18v-18h55v-18h90v36h-18v18h-18v18h-18v36h-18v20h-18v-38h-18v18h-37v20h-18v18h18v18h18v18h37v18h36v18h164v-9z'/%3E%3C/svg%3E");
-webkit-mask-size: calc(var(--header-height-on-desktop) - var(--header-h1-font-size) - 1rem);
mask-size: calc(var(--header-height-on-desktop) - var(--header-h1-font-size) - 1rem);
-webkit-mask-position: center 0;
mask-position: center 0;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
:root {
--header-h1-font-size: calc(var(--base-font-size) * 2.25);
}
#header h1, #header h1 a, #header h1 a::before {
top: 1.91rem;
}
#header::before {
top: 1.25rem;
-webkit-mask-size: calc(var(--header-height-on-mobile) - var(--header-h1-font-size) - 2rem);
mask-size: calc(var(--header-height-on-mobile) - var(--header-h1-font-size) - 2rem);
-webkit-mask-position: center 0.8rem;
mask-position: center 0.8rem;
}
}
/* Account Stuff */
#login-status .printuser { color: rgb(var(--pale-gray-monochrome)); }
#account-options { background: var(--gradient-background); }
/* Search Bar */
@media only screen and (min-width: 769px) {
#search-top-box-form input[type="submit"], #search-top-box-input:focus, #search-top-box-input:hover, #search-top-box-form>input {
box-shadow: none;
border: var(--border-styling);
}
#search-top-box-form input[type="submit"]:hover {
color: rgb(var(--swatch-primary-darkest));
border-width: 0;
}
}
/* Desktop Top Bar Config */
@media only screen and (min-width: 769px) {
#top-bar div.top-bar>ul>li>ul>li>a:hover {
color: rgb(var(--gray-monochrome));
}
}
/* Mobile Top Bar Config */
@media only screen and (max-width: 768px) {
:root {
--swatch-menutxt-light-color: var(--white-monochrome);
}
#top-bar div.mobile-top-bar>ul>li>ul>li>a {
color: rgb(var(--swatch-menubg-medium-dark-color));
}
#top-bar div.mobile-top-bar > ul > li:hover > a,
#top-bar div.mobile-top-bar > ul > li.sfhover > a {
color: rgb(var(--black-monochrome));
}
#top-bar div.mobile-top-bar>ul>li>a {
letter-spacing: -0.07rem;
}
#search-top-box:not(:focus-within):before {
background-color: rgb(var(--black-monochrome));
}
}
#side-bar .side-block.media, #side-bar .heading, #side-bar .side-block>.collapsible-block:first-child .collapsible-block-folded {
background-color: rgb(var(--swatch-primary-darker))!important;
}
#side-bar .heading p {
text-shadow: none;
color: rgb(var(--swatch-primary-darkest));
}
/* ----- PAGE ELEMENT ----- */
body {
font-size: calc(var(--base-font-size) * 1.2);
letter-spacing: -0.063rem;
line-height: calc(var(--base-font-size) * 1.57);
text-shadow: 0 0 5px rgba(var(--black-monochrome), 0.13);
/* Ayers Info Bar */
--barColour: rgb(var(--black-monochrome));
--linkColour: rgb(var(--white-monochrome));
}
#page-title {
line-height: calc(var(--base-font-size) * 2);
}
#page-title, h1, h2, h3, h4, h5, h6 {
letter-spacing: 0.07rem;
}
/* teletype */
tt {
font-size: calc(var(--base-font-size) * 1.12);
letter-spacing: 0;
}
#edit-page-textarea, .code pre, .code p, .code, .page-source {
font-family: var(--mono-font);
font-size: calc(var(--base-font-size) * 1.12);
letter-spacing: 0;
}
/* Rate Module */
.page-rate-widget-box, #page-content .rate-box-with-credit-button {
box-shadow: none;
border: none;
background: rgb(var(--pale-gray-monochrome));
}
#page-content .page-rate-widget-box .rateup a:hover {
background-color: rgba(var(--rating-module-button-plus-color), 0.8);
}
#page-content .page-rate-widget-box .ratedown a:hover {
background-color: rgba(var(--rating-module-button-negative-color), 0.8);
}
#page-content .page-rate-widget-box .cancel a:hover {
background-color: rgba(var(--rating-module-button-cancel-color), 0.8);
}
#page-content .modalbox {
background: rgb(var(--swatch-menubg-light-color)) !important;
box-shadow: none;
border: solid 1px rgb(var(--black-monochrome));
border-radius: 0;
}
#page-content .modalbox hr {
margin: 1em;
margin-left: -0.25em;
margin-right: -0.25em;
}
.close-credits,
.credit-back {
filter: hue-rotate(70deg) brightness(4);
}
/* tab*/
.yui-navset .yui-nav .selected a {
color: rgb(var(--swatch-primary-darkest))!important;
}
/* Blockquote-style */
blockquote, div.blockquote, #toc {
border: var(--border-styling);
background-color: rgba(var(--pale-gray-monochrome), 0.04);
}
/* Code */
div.code {
background-color: #f4f4f4;
text-shadow: none;
}
/* hr */
hr {
background-color: rgb(var(--swatch-menubg-medium-color));
height: 0;
margin-top: 1.5em; margin-bottom: 1.5em;
}
blockquote > hr, div.blockquote > hr {
margin-left: calc(-1em - 0.7px);
margin-right: calc(-1em - 0.7px);
}
/* LINK */
a, a:visited, a:hover, #footer-bar a:not(.image) {
font-weight: bold;
color: rgb(var(--gray-monochrome));
background-color: rgb(var(--black-monochrome));
}
a:hover {
box-shadow: 0 0 0.7em 0.1em rgba(var(--black-monochrome),0.3);
}
#content-wrap a { padding: 0.13em; }
/* patch */
#side-bar .close-menu {
background: transparent;
}
#side-bar .close-menu:hover { box-shadow: none; }
span.printuser a:not(a:last-child) {
background-color: initial;
padding: 0;
box-shadow: initial;
}
#header a:hover {
box-shadow: initial; /* suppress header links from being affected */
}
form#edit-page-form a, div#action-area a {
color: rgb(var(--swatch-menubg-light-color));
}
a.footnoteref {
display: initial;
margin-left: 0.05em;
}
/* obligatory ACS compatibility */
.danger-diamond a, .danger-diamond a:hover {
background: initial;
text-shadow: none;
box-shadow: none;
}
/* table */
table.wiki-content-table th {
color: rgb(var(--white-monochrome));
}
#page-content .wiki-content-table tr th,
#page-content .wiki-content-table tr td {
border: solid 1px rgb(var(--black-monochrome));
}
/* Image Block */
.scp-image-block {
box-sizing: border-box;
box-shadow: none;
border-color: rgba(var(--black-monochrome), 0);
border-width: 0;
}
.scp-image-block .scp-image-caption {
color: rgb(var(--swatch-menubg-light-color));
background-color: rgb(var(--swatch-text-light));
border-color: rgba(var(--swatch-menubg-light-color),0);
padding: 0.125rem;
margin-top: 6px;
}
/* Pop-Up Windows */
.owindow {
border-color: rgb(var(--black-monochrome));
}
/* CUSTOM BLOCKS */
.expoblock {
box-sizing: border-box;
border: solid 0.7rem rgb(var(--black-monochrome));
padding: 1rem;
}
.expoblock hr {
height: 0.6rem;
margin: 1.5em 0;
}
span.hilighter {
background-color: rgb(var(--black-monochrome));
color: rgb(var(--gray-monochrome));
font-weight: bold;
padding: 0.2em;
font-size: 108%;
line-height: 1.2;
}
/* OTHER */
/*licencebox link override */
.licensebox .collapsible-block-link {
color: rgb(var(--gray-monochrome));
}
form#edit-page-form .wd-editor-toolbar-panel a { padding: 0; }
#lock-info {
background-color: rgb(var(--swatch-menubg-light-color));
border-color: rgb(var(--swatch-text-light));
}
div#ohandle-1.title {
color: rgb(var(--swatch-primary-darkest));
background-color: rgb(var(--swatch-menubg-medium-dark-color));
}
div.page-source {
border-color: rgb(var(--swatch-text-light));
}
/* Tags */
#main-content .page-tags a {
padding: 0.2em;
padding-top: 0; padding-bottom: 0;
margin: .25rem .2rem; .5rem .2rem;
}
.page-tags span {
border-top: 1px solid rgb(var(--swatch-text-light));
}
/* Article Bottom Buttons */
div#page-options-bottom > a,
div#page-options-bottom-2 > a,
div#page-options-bottom > a:hover,
div#page-options-bottom-2 > a:hover {
color: rgb(var(--swatch-text-light));
background-color: rgb(var(--swatch-menubg-light-color));
border-color: rgb(var(--swatch-text-light));
border-radius: 0;
}
/* other buttons */
div#revision-list a { background-color: rgb(var(--swatch-text-light)); }
table.page-history td.optionstd a,
.buttons .btn,
.owindow .button-bar a {
color: rgb(var(--swatch-text-light));
background-color: rgb(var(--swatch-menubg-light-color));
border-color: rgb(var(--swatch-text-light));
}
.buttons .btn:hover, .owindow .button-bar a:hover {
color: rgb(var(--swatch-menubg-light-color));
background-color: rgb(var(--swatch-text-light));
border-color: rgb(var(--swatch-menubg-light-color));
}
#license-area {
color: rgb(var(--swatch-text-light));
}
#action-area span.printuser a:not(a:last-child) {
background-color: initial;
padding: 0;
box-shadow: initial;
}
/* SCANLINE */
div#extrac-div-1 {
position: fixed;
width: 100vw;
height: 100vh;
pointer-events: none;
background: repeating-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.15) 50%,rgba(0,0,0,0));
background-size: auto 8px;
opacity: 0.7;
}
div#extrac-div-2 {
position: fixed;
width: 100vw;
height : 1rem;
top: 0;
pointer-events: none;
background: linear-gradient(to bottom, rgba(255,0,0,0) 0%,rgba(255,250,250,1) 50%,rgba(255,255,255,0.98) 51%,rgba(255,0,0,0) 100%);
opacity : .1;
animation: scanm 6s linear infinite;
}
@keyframes scanm {
0% { top: -1rem; opacity : .05;}
25% { top: 50%; opacity: .03;}
37.5% { top: 75%; opacity: 0.06;}
50% { top: 100%; opacity: .03;}
100% { top: 100%;}
}
div#extrac-div-3 {
position: fixed;
width: 100vw;
height: 100vh;
pointer-events: none;
background-image: radial-gradient(circle, rgb(230,210,200) 0%, rgb(177,158,152) 60%, rgb(55,28,30) 100%);
opacity: 0.25;
mix-blend-mode: color-dodge;
background-repeat: no-repeat;
background-size: cover;
}
/* fixes a chrome bug */
html { background: rgb(var(--dark-gray-monochrome)); }
Have you ever been lied to? You probably have. It's human nature to cover up mishaps with layers of deceit.
Today, you'll uncover one of the Foundation's greatest failures. And you'll realize that all you've been told about this particular object, has all been a ruse.
» PRIMARY FILE «
| Item #: SCP-682 |
Level 5/0682 |
| Object Class: Keter |
Classified |
| Assigned Site |
Site Director |
Research Head |
Assigned Task Force |
| CA-03 |
Miller Kropp |
Connor Leeway |
MTF M-09 "Monster Mash" |
Special Containment Procedures
SCP-682 is currently contained at Containment-Zone CA-03. CA-03 is located in Canada, within the Yukon province. SCP-682 is held in a large containment-vat. The vat contains a paralysis inducing liquid; the vat must be drained and refilled on a bi-weekly basis. SCP-682 must be given a breathing apparatus whilst placed inside of the vat. Once the containment-vat is drained, SCP-682 must be given a large dose of succinylcholine, and then placed back into the vat after it has been refilled.
All personnel under the security level of 5 are to be shown a dummy database file of SCP-682. In the case of SCP-682's file being compromised via personnel who do not posses sufficient credentials, SCP-682 is to be transferred to a temporary containment-tank located in Area-07; the individual or group who has viewed SCP-682's primary file without the required security level is to be directly dealt with by the Overseer Council.
Description
SCP-682 resembles that of an ordinary American Alligator (Alligator Mississippiensis). SCP-682 is approximately 9.86 meters in length and weighs 688 kilograms. SCP-682 has been shown to be able to communicate telepathically, although it does not possess the ability to speak vocally. After several inspections of SCP-682's skin, it has been found that SCP-682's external-skin is made up of dermal denticles. SCP-682's head is akin to that of Rhinoceros, with a large protuberance extending form it's scalp. The entity is sensitive to all electromagnetic radiation within the 10 nm to 400 nm wavelength; commonly referred to as ultraviolet waves.
SCP-682 is considered docile to individuals who it deems, in it's own words, "desirable", and is hostile towards all it dubs "unworthy". Precisely what the requirements are for people to be included in one category is unclear. Testing has shown SCP-682 registers at 174 intelligence quotient. Evidence has been found that shows SCP-682 was possibly intended to be a biological weapon, although Foundation researchers are currently unsure of this. Despite it's paranormal strength, SCP-682 does appear to be mortal; this has yet to be tested as the potential loss of SCP-682 would prove to be detrimental to Foundation research.
The entity has not shown immunity to illnesses such as influenza or the common cold.
Wow! You flipped a card and got: SCP-021-J - A Duck Born From Epicness!!! You ca reload the page or go to the next.
DATE: 07 Jul 2021 16:16
Item #: SCP-021-J
Object Class: Epic
Dude "Epic" is not an Object Class stupid
Oh right. Sorry. The SCP is Too Hard For People To Handle.
Item #: SCP-021-J
Object Class: Epic Apollyon Keter - Too much epicness for you to handle.
Special Containment Procedures: SCP-021-J must be put into Site-54, Site-98, Site-8974, Site-21.
Bruh. Your writing an SCP Article. Write professionally.
Special Containment Procedures: SCP-021-J must be put into Site-54, Site-98, Site-8974, Site-21. SCP-021-J is to be contained inside of any site. Please note that no personnel (Even 05 Council) are allowed inside his containment chamber due to its extreme epicness.
Description: SCP-021-J is an Epic Duck. Upon memes, the duck can be any size it wants. Any personnel daring to enter SCP-021-J's containment chamber must bow down before it. If it does quack, anyone 20 km near SCP-021-J's containment chamber will die of its epicness.
Ok yea, much better. But, stop saying "Epicness" so much.
Description: SCP-021-J is an Epic Duck. Upon memes, the duck can be any size it wants. Any personnel daring to enter SCP-021-J's containment chamber must bow down before it. If it does quack, anyone 20 km near SCP-021-J's containment chamber will die of its epicness. Awsomepeicness. SCP-021-J loves to eat Peppi, and it will kill anyone in its path to eat it out of a trash can.
Addendum: SCP-021-J was first found in the year 0001. It was in a lake, then, the Unborn SCP foundation (dumb dumbs) contained it for no reason.
Epicness Logs:
Interview Log 021-J.1
<BEGIN LOG>
Dr. Samsung: So, why do you love Peppi so much, duck?
SCP-021-J gets offended
Dr. Samsung: Wait what are you doing-
SCP-021-J: Quack
Dr. Samsung dies
<END LOG>
Lesson: No one likes green water unless you're a psychopath.
Leason 2: Obey duck. Give all gram crackers or u die.
Robux
Claps Wow. Best SCP I have ever seen in me life.
Cry its too epic
Wow! You flipped a card and got: MagicalMelonMen!!! You ca reload the page or go to the next.
DATE: 07 Jul 2021 16:08
An Elevator Between Time.
Special Containment Procedures: All personnel working in SCP-XXXX must wear hotel employee uniforms at all times and must treat any unauthorized personnel who enter SCP-XXXX as guests to the hotel. “Out of Order” signs must be posted on SCP-XXXX-A and SCP-XXXX-B at all times. Someone must always be watching SCP-XXXX-A and SCP-XXXX-B’s entrances to divert any unauthorized personnel away from using them.
Description: SCP-XXXX is a Days Inn Hotel in Atlantic City, NJ. Due SCP-XXXX’s location in a populated area it has been deemed best to operate as a normal hotel and to allow civilians to stay in the rooms. SCP-XXXX’s anomalous properties are focused at it’s elevators found on any floor. Each floor has two elevators, which from here on out will be labeled SCP-XXXX-A and SCP-XXXX-B. When stepped inside and activated will take everyone and everything inside of them to different locations marked SCP-XXXX-1 through SCP-XXXX-7. While anything inside of SCP-XXXX-A or SCP-XXXX-B will be sent away the elevator doors will still open at the corresponding floor. Pressing a certain button will always bring everything inside to the same location, for example the button for floor 2 will always travel to SCP-XXXX-2.
SCP-XXXX-1: Button labeled ★1 connects with this location.
SCP-XXXX-A arrives in SCP-XXXX's lobby
SCP-XXXX-2: Button labeled 2 connects with this location.
SCP-XXXX-A arrives in large garden with an unknown size. The garden is broken up into several 10 by 10 foot flower beds lined with acacia wood. Each garden has it's own caretaker to water and weed the flower bed. The caretakers closely resemble dryads and nymphs from Greek mythology. When approaching any of the flower beds the caretaker in charge of it will ask if who ever approached would like to "connect with their roots". If refused the caretaker will politely nod and go back to caring for their garden. If their request is accepted the caretaker will ask the subject to lie down in the center of the flower bed and to place their arms crossed over their chest. Upon completion of these instructions plants and weeds growing in the flower bed will begin to slowly wrap the subject and subject them into a state of deep sleep for any where from 2 weeks too 3 years. After this period of time ends subject will awaken fully refreshed and with extensive knowledge of their ancestors and their lives. Subjects describe the incubation period as a sweet dream state that faintly smelt of their favorite flowers.
SCP-XXXX-3: Button labeled 3 connects with this location.
SCP-XXXX-4: Button labeled 4 connects with this location.
Random notes and sounds seem to be playing during the elevator ride but after testing it was revealed to be stereotypical elevator music in reverse. SCP-XXXX-3 is an exact replica of SCP-XXXX but all furniture has been replaced by people posing as furniture. Instead of people the hotel seemed to be run by sentient furniture. All photos or paintings depicting people in the lobby of SCP-XXXX are seen in SCP-XXXX-3 depicting various different furniture posing similarly to the original photos. See addendum 1 for interactions with SCP-XXXX-3 entities.
SCP-XXXX-5: Button labeled 5 connects with this location
As soon as the elevators doors open a short stocky man runs up to everyone inside of the elevator and beats them into unconscious with a single blow of their baseball bat.Upon waking up subjects will find either fifty dollars or something of valuable taken off of their person's. If a subject doesn't have anything of valuable than parts of subject's body will be taken instead, this includes hair, organs, or genitals. Subject will also find a note thanking subject for their stay and their payment. Depending on what was taken the note will change in tone.
EX:
Hey jerk, thanks for staying with us tonight but next time please bring actually money
so I don't have to spend all night trying to get your lousy liver out of you. Gonna use
this money to get a new suit since you got blood all over mine.
SCP-XXXX-6: Button labeled 6 connects with this location
Button 6 brings SCP-XXXX-A and SCP-XXXX-B to the center of a small clearing surrounded by thick trees identified as Oregon Pines (Pseudotsuga menziesii var. menziesii). The Oregon Pines are closely strewn together and work as a thick wall preventing any escape from the clearing. Attempts to break through the pines as trees seem to actively destroy any ways of breaking them. See amended 6 for further information. Approximately twenty feet in front of the opening to the elevator a small wooden building faces towards the elevator opening. From the outside the building appears to be a 12 by 6 foot shack with a wooden door with an infinity symbol carved into it. Entering the shack reveals a much larger room that resembles a dirty motel lobby. The lobby contains three chairs, a nightstand with different magazines from unknown writers, a help desk with a single service bell on top, and a hallway stretching endlessly from the end of the help desk.
SCP-XXXX-7: Button labeled 7 connects with this location.
Wow! You flipped a card and got: GTrixt!!! You ca reload the page or go to the next.
DATE: 07 Jul 2021 12:20
Item #: SCP-XXXX
Object Class: Keter
Special Containment Procedures: Thermal and motion activated cameras are to be placed around
SCP XXXX and monitoring the close proximity up to 100 meters. MTF Unit XXXX “Silent Hunters” is to
be positioned around SCP XXXX, and each operator armed with a Compound Bow and 3 arrows. In
the case an instance of SCP XXXX-1 is observed 50 meters away from SCP XXXX by a thermal camera,
one MTF operator is to take position and neutralize the instance once it is 75-100 meters away from
SCP XXXX and no other instance of SCP XXXX-1 is near of the one to be neutralized.
Description: SCP XXXX is a forest located near ██████, Austria, measuring 3x3 kilometers in
length and having a small cave in the middle. In the forest there are at the time of writing this article
████ instances of SCP XXXX-1, with the amount not noticeably in- or decreasing despite
already ███ neutralized instances which got out of SCP XXXX, with the reason of that still
being unclear.
SCP XXXX-1 are humanoid entities with white-greyish skin, no facial features, and the limbs being 1,5
times the size of a normal human and ending in 3 claws of which the two on the side being
approximately 20 cm long, and the one in the middle being 5-7 cm long and used to climb and cling
onto trees. Instances of SCP XXXX-1 are passive and are observed most of the time clinging at a great
hight on a tree, and rarely walking on the ground. An instance of SCP XXXX-1 becomes active when a
sound louder than 30 decibel is observed, attacking the thing that caused it, even when the sound is
a distance away from the subject, example with a rock being thrown 20 meters away, but instances
of SCP XXXX-1 still precisely attacking the subject and not the rock.
SCP-XXXX-2, which is a cave located in the middle of SCP-XXXX, with the entrance going downwards
for about 20 meters, after that going upwards for another 20 meters. Upon exiting the cave, subjec
are reported to have entered an alternate dimension, in which an unknown poison gas is spread at a
seemingly random time interval throughout the forest which stays for about an hour, as described in
the exploration logs. The gas is unable to be analysed with the tools currently available to the
foundation, gets through gas masks and biohazard suits, is highly toxic, and capable of killing
humans, animals, and instances of SCP XXXX-1 in minutes through organ failure.
Exploration Log 1 Subject is a D-Class, equipped with a camera which is mounted on the shoulder, a microphone to
measure the decibel, headphones to listen to and a tablet which is used to communicate with the
exploration staff. Subject has been told to not speak and keep quiet under any circumstances.
Grammatical and spelling mistakes by the subject are edited out in the log. The goal of this
exploration is to get a general view of the other dimension on the other side of the cave.
Subject gets inside SCP-XXXX
11 decibel
Subject: There are some kind of things in the trees
Dr. ████: Instances of SCP-XXXX-1 are common, as long as you keep quiet they wont do anything.
Please proceed
The camera shows the subject moving a distance away from the tree, accompanied by heavy
breathing, with subject noticeably being distressed
24 decibel
Dr. ████: Please keep your breathing down, you are about to hit a critical noise level.
Subject: Alright, just give me a minute
Subject leans on a tree without an instance of SCP-XXXX-1 for a minute, with the breathing getting
quieter
14 decibel
After 56 minutes, subject reaches SCP-XXXX-2, with the loudness of the breathing ranging from 10-22 decibel, depending if the subject is near a SCP-XXXX-1 instance
Dr. ████: please proceed inside the cave
Subject hesitates, but eventually gets inside SCP-XXXX-2
17 decibel
Subject exits SCP-XXXX-2, no changes of the environment are apparent
Dr. ████: Proceed in the direction you are facing
Subject: Okay, but I am hungry and thirsty, do I have any supplies on me?
Dr. ████: No, taking out supplies out of a backpack or anything similar would be to loud
Subject sighs, which reaches 27 decibel
Dr. ████: Please keep quiet! You almost reached the decibel threshold
Subject shakes head slightly, but then begins to walk
Subject walks for one hour and 27 minutes in one direction, which should have resulted in reaching
the edge of the forest
19 decibel
Dr. ████: Subject, do you see the edge of the forest?
Subject: No, I don’t
Dr. ████: Did you walk slower than before?
Subject: No, for sure I walked at the same speed, now look, when do I get out of here? These
monsters are beginning to freak me out
Dr. ████: That depends on how fast you get out of the forest, keep moving
15 decibel
Subject: Alrig
a loud crack is heard, as subject looks down what appears to be a skeleton inside a torn hazmat suit
is visible, with the Subjects foot standing on the vertebrae
42 decibel
Subject is heard swearing loudly through the microphone
55 decibel
Multiple instances of SCP-XXXX-1 lunge at the Subject, attacking and tearing him apart.
Subject deceased, Exploration suspended
Wow! You flipped a card and got: Cwazzycwafter Part 2!!! You ca reload the page or go to the next.
DATE: 07 Jul 2021 07:15
Item #: SCP-XXXX-J
Object Class: Apollyon
Special Containment Procedures: Instances of SCP-XXXX-J-1 must be broken open in a single strike against a hard surface. Its contents must then be poured onto a pan which has been coated in butter and heated to anywhere above 72 degrees Fahrenheit (room temperature) and below 140 degrees Fahrenheit. Instances must be prepared over-hard and cooked until completely solid but not charred on a stovetop, then plated and seasoned with one teaspoon of salt and two teaspoons of pepper.
Description: SCP-XXXX-J refers to an anomalous phenomena surrounding a single, self-replicating egg. If prepared correctly according to the containment procedures, a new egg (SCP-XXXX-J-1) will reappear in the last refrigerator to contain an instance at 7:30am CST on the following morning.
If an instance of SCP-XXXX-J-1 is prepared incorrectly, a devastating K-Class Scenario will occur, the variant of which is determined by the manner in which the instance was incorrectly prepared.
| Preparation Method |
Resulting Scenario |
Scenario Description |
| Instance's shell does not crack after being tapped against a hard surface. |
AK-Class Sas-Saw Scenario |
All humans will be given a speech impediment that causes the sequence of letters S-A-S to be pronounced as either "sas" or "saw," with no consistent usage. |
| Instance's shell does not crack after being tapped against a hard surface after a second attempt. |
BK-Class King of Kings Scenario |
All restaurants or other establishments that serve hamburgers will become a new Burger King location, meaning that no human will ever consume a good burger again. |
| Contents enter pan and contain shell |
CK-Class See K Scenario |
All humans' field of view will be obscured by a large letter K written in comic sans. |
| Contents fall on a non-pan surface |
DK-Class Banana Slamma Scenario |
Apes gain higher intelligence capabilities and swiftly engage in war with humanity, with coconut cream pies as their primary weapons, of which they will have a seemingly-endless supply of. |
| No attempts to cook the instance are made, or instance is not plated. |
EK-Class Eggstranormal Eggvent |
SCP-XXXX-J-1 will duplicate itself. As opposed to simply creating an additional SCP-XXXX-J-1, it creates a new variant of SCP-XXXX-J, which requires a different method of preparation in order to avoid a different set of K-Class scenarios, with the eggception of an EK-Class Eggstranormal Eggvent. |
| Pan is dry when contents enter |
FK-Class Censorship of Expletives Scenario |
The use of the words [EXPLETIVE], [EXPLETIVE], [EXPLETIVE], [EXPLETIVE], [EXPLETIVE], [EXPLETIVE] and [EXPLETIVE] will result in the sound of a record scratch as opposed to the actual word being spoken, and the speaker's mouth will be covered by a 2D black box for the duration of the sound. |
| Pan is filled with cooking oil when contents enter |
GK-Class Information Strain Scenario |
All conversations taking place among any members of the human race will consist solely of the words "gee" and "'kay." |
| Pan is at room temperature when contents enter |
HK-Class Frozen Heck Scenario |
All entities that produce heat become a coolant, and all coolants begin to produce heat, resulting in the rapid death of most species on earth due to hypothermia. |
| Pan is above 140 degrees Fahrenheit when contents enter |
IK-Class I Know Already Scenario |
Jeez, then I guess I won't explain it again. Don't need to be so snippy about it.. |
| Instance is prepared over-easy |
JK-Class But What If Scenario |
Every action taken is interpreted by perceivers to be unserious in nature. |
| Instance is prepared over-medium |
KK-Class Bubblegum Scenario |
Every Saturday, all humans will be attacked at some point throughout the day by a Jack Russell Terrier canine with a banjo taped to one of its front paws. |
| Instance is prepared scrambled |
LK-Class See All Evil Scenario |
When an event occurs that a human considers to be morally reprehensible, the human will be forced to stare in the direction of the event's perpetrators until they are dealt with by a law enforcement agency. |
| Instance is prepared hard-boiled |
MK-Class Ultra Scenario |
All humans will become aware of the information contained in classified government documents through a series of internet "deep-dives." |
| Instance is prepared sunny-side up |
NK-Class Knucklehead Scenario |
General human intelligence is significantly inhibited. |
| Instance is plated while raw |
OK-Class, who wants to present first? |
Me! Me! Today, for show and tell, I brought in my stuffed penguin. His name is RJ. I got him because I beat my dad at whack-a-mole at Seaworld. I like him (= |
| Instance is plated undercooked |
PK-Class Poker Night Scenario |
All of humanity will be entered into a massive 7-card stud poker tournament. The biological male and biological female to place highest will be the sole survivors, and all other contestants will spontaneously combust. |
| Instance is plated overcooked |
QK-Class Impatience Scenario |
All humans will be forced to wait in a single single-file queue to obtain 12oz of drinking water, and must repeat the process once the water is received. |
| Instance is plated burnt |
RK-Class Reality Restructuring Scenario |
Reality will remain unchanged with the exception in that the author of this document will become immortal, indestructible, incredibly handsome, will possess the ability to cause and/or create anything at will, and will be followed by hot girls at all times. |
| Instance is turned to ash |
SK-Class Dominance Shift Scenario |
The current layer of reality will change positions with the bottom layer, resulting in the bottom layer becoming the "dominant" layer and the current layer becoming the "submissive" layer. |
| Instance is dropped before it is plated |
TKO-Class Gonna Fly Now Scenario |
Each member of humanity will be beaten until unconscious by an exact duplicate of fictional five-time world heavyweight boxing champion Rocky Balboa, resulting in severe brain damage. |
| Instance is seasoned with less than one teaspoon of salt |
UK-Class Imperialist Takeover Scenario |
All countries and their citizens will become a part of the United Kingdom, either as a primitive colony or as an extension of the primary country of England. |
| Instance is seasoned with more than one teaspoon of salt |
VK-Class TM Scenario |
All global trademarks, copyrights, and patents will be transferred to the Vikander-Kneed Technical Media (VKTM) multimedia corporation, including those that have yet to be created. |
| Instance is seasoned with less than one teaspoon of pepper |
WK-Class Work Scenario |
In order to survive, humanity will form a civilization around the acquisition of “currency” via the performance and completion of daily “work” from their individual “jobs.” This "currency" will be traded for goods and services, including ones that are necessary for survival. |
| Instance is seasoned with more than one but less than two teaspoons of pepper |
XK-Class end-of-the-world Scenario |
For more information, see all of the above. Additionally, see all of the below, as well as SCP articles SCP-001 through SCP-999999999, with the exception of SCP-6875309. |
| Instance is seasoned with more than two but less than three teaspoons of pepper |
YK-Class KYScenario |
One human will jump off a bridge to their inevitable death, starting a chain reaction of friends who would “jump off a bridge if (friend) did it too.” |
| Instance is seasoned with three or more teaspoons of pepper |
ZK-Class Worst Conceivable Scenario Possible Scenario |
Think of the absolute worst possible outcome, then multiply the severity of that outcome by like, a billion. Whatever that event is will occur. |
| Instance is thrown at a wall and broken |
ÑK-Class Spanish Inquisition Scenario |
Not expected to occur at any point. |
Wow! You flipped a card and got: With Pand&Eelig!!! You ca reload the page or go to the next.
DATE: 07 Jul 2021 05:44
Kanix Grace, an Asian-American man who did not know when he had already existed in Theta-80, had super topological ability and metaphysics knowledge…
"King, what do you think? "The supervisor put down the materials and looked at the captain who had taken off the anti-narrative lock.
"I do not know why do he not stay at Theta-80, what can he do here? Like a third theel? OK,OK,we do not a garbage here!"
"Aren't you a member of Meson,have you been a drak eyes?"
'Yeah,he konws,he knows,everything is he right? We are in the Ganymede-88,not on ganymede!'
"Straighten your attitude! Those childish things you just made, like children, said: 'you met me!"
Wow! You flipped a card and got: GreenGolem2!!! You ca reload the page or go to the next.
DATE: 07 Jul 2021 04:51
: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 > * {
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 (prefers-reduced-motion) {
div.anom-bar-container { --timeScale: 0; }
}
/*-------------------------*/
@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; max-width: 1%;}
to { opacity: 1; max-width: 100%;}
}
@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)); }
}
Northern-Eastern wall of SCP-XXXX
Special Containment Procedures: The house SCP-XXXX is currently being contained in is currently occupied by Dr. Traverson, who has established a false identity as an IT Support Specialist, with the cover story being that he works from home. All windows of the home have been fitted with shutters. For security, several agents have moved in under the guise of being colleagues.
As of 7/19/2005, authorization was granted for Mobile Task Force Psi-7 to extract SCP-XXXX from the home it was originally in, to be moved to Site-81 so testing could be conducted easier and more efficiently.
As per new containment procedures, SCP-XXXX is to be placed inside of a large containment unit, with two armed guards to be posted outside of the door. SCP-XXXX currently poses no risk of escape, and containment procedures are currently only to restrict unauthorized access. Apart from testing, no personnel are permitted to enter the room alone.
SCP-XXXX-2 is to be kept in a secure storage vault when not in use for testing. A minimum of two armed guards are to be assigned to guarding SCP-XXXX-2.
Upon discovery of SCP-XXXX-2's memetic attributes and how it relates to its containment procedures, this anomaly has been given the subclassification "nuntii". - Dr. Traverson
The box must be destroyed at all costs
Description: SCP-XXXX is a windowless room contained inside of a house currently previously located in ██████, Marietta, Georgia. The room is five (5) meters by three (3) meters wide and approximately 2.5 meters tall. The inside is empty, aside from a bed, and a power outlet on the southernmost wall of the room. It was built in 1978, and remained occupied until 2001 until the original owners died. It is unclear wether the original owners didn’t report any unusual activities to SCP-XXXX’s anomalous properties, or if the room wasn’t anomalous during their stay. The room was occupied by sixteen (16) year old child ████, until his suicide on 1/05/2003.
When a sapient entity enters SCP-XXXX alone, the insides of the room appear to shift in size, shape, and appearance according to what situation is present inside. After this process is complete, various situations and entities will manifest inside of the room. These situations follow no particular theme, and have been recorded to contain ritualistic sacrifices, surgeries, terrorist attacks, etc. Meanwhile the entities manifested are usually of characters from TV shows or movies, or more rarely, SCP objects. Situations and entities inside SCP-XXXX are manifested from memories, experiences, and/or knowledge derived from the subject inside. No situation or entity inside of SCP-XXXX have presented any direct danger to the subject inside.
After the subject has entered SCP-XXXX, any events that reside inside of the room appear to be ingrained in the subject's mind as what is "normal" for a bedroom. Depending on what the subject encounters while inside of SCP-XXXX, some subjects have requested to be sent into SCP-XXXX a second time, but it should be noted that this most likely not due to SCP-XXXX itself. Subjects that experience SCP-XXXX will always view SCP-XXXX as a normal bedroom following exposure, and all attempts to convince otherwise using conventional methods have failed (See Interview Log XXXX-3-B). Only known method of convincing any subject of the room's anomalous effect is to remove memories of the room and any memories following exposure using amnestics.
When a subject is sent into SCP-XXXX being informed of the anomalous properties of the room beforehand, the subjects forget about such prior debriefing (See Addendum XXXX-5)
Any form of documentation of SCP-XXXX's anomalous properties from the inside of the room have failed. Video recordings or photographs taken inside of the room turn to black, and all audio recordings appear to be static. Message devices such as phones or computers are unable to send or receive messages, and and form of writing or typing of the events inside of SCP-XXXX show as scribble.
SCP-XXXX appears to be sentient. It is theorized that it effects peoples view on normalcy surrounding bedrooms in order to prevent people from avoiding the room due to its anomalous properties. Despite being seemingly sentient, SCP-XXXX has not attempted to communicate to any subject, and has not responded to requests for an interview.
SCP-XXXX-1 is a Level 2 Humanoid Apparition, location bound, non-violent, non-corporeal. It appears to be the spirit of the deceased ████ who inhabited the room. SCP-XXXX-1 has appeared on occasions inside of closets manifested by SCP-XXXX. Area surrounding SCP-XXXX-1 is surrounded by darkness, which is seemingly unable to be lit. This is theorized to be a "blind spot" for SCP-XXXX. SCP-XXXX-1 claims to be unwillingly trapped inside of SCP-XXXX (See Interview Logs XXXX-13-A through F)
SCP-XXXX-2 is a box half a meter (0.5m) wide on all sides. SCP-XXXX-2 appears to be made from an unknown metallic substance, and has hieroglyphs of unknown origin painted in purple on each side. When SCP-XXXX is manifesting or demanifested anything, SCP-XXXX-2 glows up until the process has completed. SCP-XXXX-2 has proven immune to any tried method of destruction, and no attempt at degrading the paint on SCP-XXXX-2 has failed. SCP-XXXX-2 appears to be the source of the anomalous properties of SCP-XXXX, and upon the box's destruction it is theorized that SCP-XXXX will be effectively neutralized. According to SCP-XXXX-1, this box contains memetic attributes, however the validity of these claims are unknown (See Interview XXXX-13-F)
For unknown reasons, A certain group of people lose the effect of normalcy upon exiting the room. This includes family members and other people either involved in or completely fine with the abuse of the child occupying the room. This is what caused the room's anomalous properties to be discovered upon 3/5/2003 when the homeowner experienced SCP-XXXX's effects. Foundation Field Examiner █████ was dispatched to the scene, and due to SCP-XXXX's effect on perception of normalcy, the agent reported no anomalous properties inside of the room. (See Field Log XXXX-A). Upon routine review of Field Logs, SCP-XXXX was discovered, and a more thorough investigation was authorized. (See Field Log XXXX-B)
Field Log XXXX-A
Field Log 3/5/2003 #2
Field Examination started at approximately 3:43 P.M. EST.
3:44 P.M. EST Kitchen containing ovens, a pantry, and various other tools and machines cleared. No anomalies present.
3:46 P.M. Living room containing a T.V, a sofa, and hanging paintings cleared, as well as a Dining Room with a table and more hanging paintings. No anomalies present.
3:49 P.M. Upstairs Game Room containing a TV, various game consoles, and a sofa cleared. No anomalies present.
3:55 P.M. Upstairs Bedroom where the anomalies have been reported contains a hostage situation. Threat neutralized, and no SCP objects found.
Note by Field Examiner █████ - This has been a complete waste of time, the man is just plain crazy.
Email from Researcher Smith
From: gro.noitadnuof|127htims#gro.noitadnuof|127htims
To: moc.liamg|7482revolnettik#moc.liamg|7482revolnettik
CC:
BCC:
Sent: 6:12 PM, March 7, 2003
Subject: Note regarding your unusual field reports
I was doing a routine inspection of Field logs when I encountered something strange. You described a hostage situation, and regarded it as a completely normal occurrence for a bedroom. This makes me believe that you have been affected by some anomaly, and would like you to report to my desk immediately. Oh, and while you’re at it, use your fucking work email instead of your personal one.
- Smith
Field Log XXXX-B
Field Examination started at approximately 1:13 P.M. EST. Examination done by Field Examiners ████ and ██████, accompanied by D-██. Research authorized by Dr Smith.
1:13 P.M. - D-██ was sent in for approximately 5 minutes. Subject claimed to have witnessed a ritualistic sacrifice done via cult members
1:19 P.M. - Field Examiners armed with cognitohazardous eye filters enter the room. Room appears to not contain nothing anomalous, however samples were collected regardless.
1:25 P.M. Further preliminary testing suggests the room’s anomalous properties. Information to be relayed to Command to commence further testing.
Interview Log XXXX-1-A
Interviewed: Field Examiner (FE) █████
Interviewer: Dr Traverson
<Begin Log>
Dr Traverson: Hello. Please state your name and mission for the record.
FE █████: I’m █████, and I was told to come here because of a field log I wrote.
Dr Traverson: Very well then. You described the room containing a hostage situation happening inside of the bedroom. Do you mind explaining this?
FE █████: What’s there to explain? There is nothing strange about that, it’s just part of any old bedroom.
Dr Traverson: I’m afraid to inform you that isn’t normal of any room.
FE █████: That’s nonsense.
Dr Traverson: This is getting us nowhere. Please tell me your experiences since the event.
FE █████: What’s strange is that whenever I sleep in my bedroom, there aren’t any hostages to free. I’ve ignored it since it’s more of a relief than anything as I can just go back to sleeping now, but it’s…. weird.
Dr Traverson: Thank you for your time, that’s all I need.
<End Log>
Interview Log XXXX-3-B
Interviewed: D-████
Interviewer: Dr Traverson
<Begin Log>
Dr Traverson: Hello. I am here today to inquire into an anomaly that you were recently sent to test.
D-████: Oh, are you talking about that bedroom I was put in? Seemed completely normal to me. Beats getting fed to some monster as food.
Dr Traverson: Seemed normal? Do you mind elaborating on what ‘normal’ things encountered inside of there?
D-████: Had to sit there and tend to the livestock.
Dr Traverson: Livestock?
D-████: Yeah, you’ve never tended to livestock in your bedroom before? There were cows, chickens, sheep, everything.
Dr Traverson: I’m unsure of wether that could be classified as ‘normal’ considering virtually nobody keeps livestock inside of their room.
D-████: Virtually nobody? Practically everyone I know does it. I’m surprised you don’t know about it. You must be living under a rock or something.
Dr Traverson: I’m afraid to inform you that you only think this is normal due to the nature of SCP-XXXX. You see, this anomaly causes manifestations to appear, and makes the subject inside of the bedroom think whatever happens is normal, and part of any bedroom.
D-████: Don’t try lying to me. Livestock is normal inside of any bedroom!
Dr Traverson: I’m afraid it isn’t. We can show you examples of regular bedrooms. But your thinking is illogical regardless. There isn’t nearly enough livestock to fit every room with such, and many rooms which can’t even fit livestock inside. And that’s not even to mention the fact that livestock would sully a bedroom if kept in there for that long.
D-████: That must be wrong. You expect me to believe that?
<End Log>
Interview Log XXXX-13-A
Interviewed: SCP-XXXX-1
Interviewer: MTF Psi-7 Agent ████
Foreword: Agent ████ was dispatched into SCP-XXXX with no prior debriefing of the anomalous capabilities of SCP-XXXX. Agent ████ was tasked with investigating the room to the best of his abilities. The following interview is written as remembered by Agent ████, and was not recorded via audio transcript.
<Begin Log>
Agent ████ is searching across the landscape. The landscape is his own old childhood bedroom with no additional changes, creatures or entities. Upon walking into the closet, Agent ████ encounters a corner not able to be illuminated by his flashlight. SCP-XXXX-1 manifests inside.
Agent ████: (Quietly, to himself) What th-
SCP-XXXX-1: Quiet down, we don't have much time, and I don't want to be cut short by… it.
Agent ████: …What are you?
SCP-XXXX-1: I used to sleep in this room. When I was younger I had…. how should I put it… special powers. My old man used to beat me all the time and all I had to turn to was my own imagination. I can't explain how, but soon… My imagined worlds came to life. Of course I wanted to keep to myself, so I made it go away when others saw it. It was nice, a world only for me. But I grew up, y'know? I wanted to leave my imaginary world and go get in a real relationship. But… while I grew up, my room didn-
SCP-XXXX-1 Demanifests, and the closet is able to be illuminated once again.
<End Log>
Closing Statement: Agent ████ left SCP-XXXX without thinking the bedroom is normal. Agent ████ showed no signs of forgetfulness regarding SCP-XXXX-1. Upon re-entry into SCP-XXXX, Agent ████ reported feeling an increasing unwelcomeness, until he exits. Use of amnestics on agent Agent ████ were deemed unnecessary.
Interview Log XXXX-13-E
Interviewed: SCP-XXXX-1
Interviewer: MTF Psi-7 Agent ██████
Foreword: Agent ██████ was dispatched for the fifth expedition. Landscape is of the foundation breakroom at Site-██. Agent ██████ found SCP-XXXX-1 under similar circumstances to the first expedition, inside of a supply closet.
<Begin Log>
Agent ██████: Hello, I am here to conduct an interview.
SCP-XXXX-1: I figured. You both got that weird symbol on your suit. Where was i?
Agent ██████: Huh?
SCP-XXXX-1: Oh, right. While I grew up, my room didn't stop its activity. It continued and continued. My dumb self thought that was all there was to life, and didn't want it to continue any longer… so i…
Agent ██████: Suicide?
SCP-XXXX-1: Yeah. But I didn't expect to become a ghost. And it turns out that this room became alive after I stopped controlling it awhile back. So long story short, my room isn't ready to give me up yet, and kinda…. trapped me inside? It's been trying to keep me from talking to you all because it doesn't want me to ever end up leaving. But I've found my workarounds.
Agent ██████: Great. I was wondering about-
SCP-XXXX-1: (Interrupting) Gotta cut you short there. It found me out. See you later!
SCP-XXXX-1 Demanifests, and the closet is able to be illuminated once again.
<End Log>
Closing Statement: Agent ██████ experienced the same effects as Agent ████, so no use of amnestics was deemed necessary.
Interview Log XXXX-13-F
Interviewed: SCP-XXXX-1
Interviewer: MTF Psi-7 Agent ███
Foreword: Agent ███ was dispatched for the sixth expedition. Landscape is of the inside of SCP-579's containment unit. The agent was confirmed to have been previously assigned to SCP-579. SCP-579 was not found inside of the containment unit. Agent ███ exited the containment unit successfully, and found no signs of life throughout Site-62C. Agent ███ was unable to open the exiting door to the facility. SCP-XXXX-1 was found inside of the personnel sleeping quarters. The following interview is written as remembered by the Agent under the same circumstances as the other three.
<Begin Log>
Agent ███: He-
SCP-XXXX-1: (Interrupting) Hush. I know what you are here for, and I don't have much time. My…. power to find a place to talk to you all is going down very very quickly. I think… it/… has been trying really hard to keep me away. But, I think I've found a way to destroy it.
SCP-XXXX-1 puts his hands behind his back and brings out SCP-XXXX-2.
SCP-XXXX-1: Remember when I told you guys my powers just suddenly appeared? And that I lost my powers because I grew up? Well. that wasn't exactly true. I was bored one day and dug a big hole in my yard… and I found this thing buried there. Apparently holding this thing and wishing for something makes it happen. It… spoke to me. Told me to use it to build a world of my own. So I did, inside my room. Made it go away when others came into my room cause' I didn't wanna risk others to see my own world. Anyways… one day I come home and my box doesn't work on my command. And the world… just transformed on it's own, yknow? It… speaks to me…. through this box… I think this box is what makes this room weird. I didn't know if I could trust you all with this box before, which is why I didn't give it to you, but I don't have any other chance. Please destroy this. Please. Then I can just die already…
SCP-XXXX-2 glows, and SCP-XXXX-1 demanifests, and the closet is able to be illuminated once again.
<End Log>
Closing Statement: Agent ███ experienced the same effects as the previous two agents, so no use of amnestics was deemed necessary. Containment procedures revised to account for SCP-XXXX-2.
Addendum XXXX-5: Testing Logs
All tests were authorized and overseen by senior researcher Dr. Traverson.
Test Subject: D-2649
Procedure: D-2649 was sent in for approximately 15 minutes after being debriefed fully on the anomalous properties of SCP-XXXX, along with all interview logs pertaining to SCP-XXXX.
Result: Subject claims to have performed a successful surgery inside of the room. After further testing, it has been concluded that D-2649 has gained no medical knowledge from the experience. Subject seems to have lost all memory of prior debriefing about SCP-XXXX.
Test Subject: D-5728
Procedure: Subject was informed that SCP-XXXX was anomalous without giving any further details. D-5728 was sent into the room for 30 minutes with a video camera, a photography camera, a clipboard with a pen, and was given the task to document everything inside of the room.
Result: Subject recalls being sent in to record anything happening inside of the room, however doesn’t remember being told about the rooms anomalous properties. D-5728 wrote on the clipboard about an NBA basketball game happening inside of the room. Video feed cut out the moment D-5728 was alone inside of the room. Any photos taken by D-05728 ended up fully blackened out.
Test Subject: Dr █████
Procedure: Dr █████ was not debriefed about SCP-XXXX. Instead, Dr █████ was given laboratory equipment alongside a paper and pen, and was given the task to analyze the insides of the room to the best of his abilities.
Result: Subject recalls being sent into the room to analyze what was happening inside, however doesn’t recall the results of the analysis. Written on the paper is a set of incoherent scribbling. Subject claims to have taken part in the killing of a mammoth inside of the bedroom, and then analyzed the corpse. Dr █████ was given Class A Amnestics.
Test Subject: D-8264
Procedure: D-8264 was sent in with a knife and a pistol, tasked with killing whatever he found inside.
Result: Seven gunshots were heard during the time subject was inside. D-8264 emerged from the room 18 minutes and 33 seconds after entering. D-8264 claims to have been successful at the killing of a classroom full of college students. After examining the room, two bullets were found lodged inside of the floor, while the other five bullets could not be located.
Test Subject: D-8264
Procedure: D-8264 was given various forms of tools, such as a typewriter, an audio recorder, a video recorder, a photography camera, and a cellular phone to send messages to command.
Result: Command received no messages from D-8264 for the 23 minutes and 5 seconds subject was inside. Audio recorder outputted what appears to be static. Video recorder and photography camera's output contained nothing but black. Typewriter shows signs of use, however the outputted paper contained incoherent scribbling. D-8264 claims to have used all the provided tools as requested.
Test Subject: D-7381
Procedure: D-7381 was given class F Amnestics, and was given a new identity. Upon receiving this new identity, D-7381 was shown the file for SCP-6011, and was sent into SCP-XXXX.
Result: D-7381 reported seeing an environment identical to what was described in SCP-6011’s file.
Request was made to use SCP-XXXX for non-standard anomalous environment examination. Request pending.
Test Subject: D-7381
Procedure: All further memories of D-7381 were erased and subject was sent back in.
Result: D-7381 reported no anomalous effects inside of the room, regarding it as being in its normal state.
Test Subject:* D-9341
Procedure: Subject was given Class Z Amnestics and sent in after a debrief on SCP-XXXX.
Result: Subject didn't arrive on designated exit time. Approximately 4 minutes after the designated exit time, personnel were sent in to retrieve D-9341, and the subject was found deceased. Cause of death appears to be cardiac arrest.
Due to the costs of using D-Class personnel to repeatedly test SCP-XXXX, all further testing has been halted aside from Psi-7 agents who have received prior authorization.
- Dr. Traverson, 8/17/2007
BY ORDER OF THE OVERSEER COUNCIL
The following file is Level 5 classified. Unauthorized access will be met with immediate termination.
XXXX
Please enter a command to continue
>access scp-XXXX document-XXXX-A
You are attempting to access a restricted file. Please enter your credentials. Remember, impersonation of a member of the overseer council will result in immediate termination
login: O5-9 || pass: •••••••••
Sorry, you don't have authorization to view this file.
…
…
…
login: TraversonE82 || pass: •••••••••••••••
Login Credentials Accepted. Loading document scp-XXXX-a…
Two Files found under the name "document scp-XXXX-a'
The following is a transcript of communication from Researcher Traverson and Site Director Karlyle. Messages documented and archived by Researcher Traverson.
FROM: Researcher Edgard Traverson
TO: Site Director Karlyle
Hello. I am here to formally request the testing of termination of SCP-XXXX via SCP-XXXX-2 to continue. I assure you, it won't be a waste of your time.
NOTIFICATION
You have a new message.
FROM: Site Director Karlyle
TO: Researcher Edgard Traverson
Testing of neutralization of SCP-XXXX is going to be halted regardless of your take on the matter. It has been nothing but costly.
FROM: Researcher Edgard Traverson
TO: Site Director Karlyle
Listen. it will be worthwhile to neutralize SCP-XXXX. I assure you. Please reconsider and open testing back up.
NOTIFICATION
You have a new message.
FROM: Site Director Karlyle
TO: Researcher Edgard Traverson
No. Final answer. It has been nothing but costly, and we have nothing to show for it. Message me again and you'll be reprimanded.
…why?
Audio Log #1
This is Researcher Traverson from Site-81. I was assigned to SCP-XXXX and regret every living moment of it. It was all going smoothly until that thing arrived on my desk. It… speaks… to me. I can't get it out of my head. It begs me to use it, and I can't take it anymore. I need the thing destroyed as fast as possible, but testing has just stopped. I decided to take matters into my own hands and destroy the wretched thing myself. I am logging this as an active revision so people can see how right I am in the end. Nobody checks through active revisions anyways. Hopefully slapping on the "Only overseers are allowed to view this" bullshit is enough to ward others off.
Audio Log #2
Traverson here. I used my credentials to gain access to the box, and I tried everything I could to destroy it, but it all failed. This needs a more… unconventional approach. Please just make the voices stop…
Audio Log #3
Hello again. It's been… what, like a week? I got access to the box again. I tried to expose it to any other anomaly I had access to. Since I'm such a high ranking researcher, no one suspected anything. But, nothing worked. Not even a scratch. I had to put it back for now, people are getting suspicious. If you are reading this file, please help…
Audio Log #4
I tried everything. I saw the on-site psychiatrist…. nothing…. I tried giving myself amnestics for all memories surrounding the box but…. the memories just won't go away. Its keeping me like this so I can suffer.
Audio Log #5
It's been… a month… since it started… I can't go on anymore. I keep hearing that damned say "Use me" every breathing moment… I need to take this back to the room… its the only way…
Audio Log #6
Traverson again… one last time hopefully. I'm not sure wether this will even save due to this room's properties, but one can only hope. I'm inside the room but…. nothing. I tried using its own anomalous abilities but… nothing. Is this really it?
Audio Log #7
Why?
Audio Log #8
The voices are calling out for me to… let it out? No. No. No… I have been subjected to this torment, why should I let this thing out?
Audio Log #9
…So this is the way it ends…
Audio Log #10
]Gunshot]
[[footnoteblock]]
Wow! You flipped a card and got: A Name Forgotten!!! You ca reload the page or go to the next.
DATE: 07 Jul 2021 04:14
: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 > * {
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 (prefers-reduced-motion) {
div.anom-bar-container { --timeScale: 0; }
}
/*-------------------------*/
@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; max-width: 1%;}
to { opacity: 1; max-width: 100%;}
}
@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)); }
}
| Assigned Site |
Site Director |
HMCL Supervisor |
Research Head |
Assigned Task Force |
| USMILA-Site-19 |
Tilda Moose |
Dr. Justine Everwood |
Dr. Xavier Moto |
MTF ω-12 "Achillees heel" |
SCP-001-J is an anomalous reality altering phenomenon that is amplified by individuals who perceive it to be humorous or absurd. This effect is believed to actualize entities described in the "joke articles" created by Foundation personnel.
Wow! You flipped a card and got: OPERATION BURNING OVERLORDS!!! You ca reload the page or go to the next.
DATE: 07 Jul 2021 01:33
DEPT OF ADMINISTRATION
OPERATION BURNING OVERLORDS
AFTER-ACTION REPORT
ATTENTION
The following document is Level 4 authorized. If you do not possess the required credentials, please submit a report for a misdirected record and close the terminal. Failure or acts of misconduct will lead to immediate use of class B amnestics or possible termination. Following the authentication of the password, this terminal will be monitored until the report is closed.
Please enter your authphrase.
| The angels only rise at dawn.
Please enter your password.
Validating…
Welcome, O5-4.
THE FOLLOWING AFTER-ACTION REPORT HAS BEEN CONDENSED FROM THE ORIGINAL. A COMPLETE COPY OF THIS RECORD IS AVAILABLE AT SITE-89 FOR REVISION PURPOSES AND IS LOCKED UNDER LEVEL 5 RESTRICTIONS. CONTACT YOUR ADVISOR IF YOU REQUIRE CLEARANCE FOR THE DOCUMENT.
EXECUTIVE SUMMARY
- Relevant Locations:
- Protected Site-01, [REDACTED]
- Site-43, Ipperwash Provincial Park, Ontario, Canada
- Site-103, Banda Sea
- Site-36, Bhandardara, India
- Site-77, Telese Terme, Italy
- Site-06-3, Lorraine, Han-sur-Meuse, France
- Site-98, Philadelphia, Pennsylvania
- Site-89, Mount Diablo, California
- Site-45, Indian Ocean
- Deployed Task Forces: 26 [See Memorandum-BO-2N for the complete list]
- Duration of Deployment: 1/12/2021 - 4/3/2021
- Mission Directive: Protect members of the Overseer Council from offending Groups of Interest.
- Scope of Operations: Deploy to the Relevant Locations, protect members of the Overseer Council, eliminate the hostile Groups of Interest.
- Involved Groups of Interest: GoI-001, GoI-004,GoI-044, GoI-023, GoI-434, GoI-1121, GoI-1512, GoI-4599, GoI-4605
BACKGROUND
Starting on 4/12/2021, a series of raids and offensives were launched on several Foundation sites across the planet. At the time of the attacks, all of the Overseer members were present at the areas of interest, confirming that the Groups of Interest knew each Overseer and their whereabouts. Due to a breach of security in 2019, members of the council and Administration Department had determined that an unknown force was attempting to track the overseer members, namely O5-12, as shown in Incident-BO-Alpha-8E where O5-12 was almost assassinated. When agents attempted to apprehend the subject, they self-terminated and there was no indication of who had sent the subject.
Two days after this event, O5-12's body-double was assasinated by a member of the Chaos Insurgency. The subject in question expired after ingesting cyanide supplements before they could be apprehended. No information was extracted from the subject. O5-12 was relocated to Area-██ and no further events occurred.
On 4/15/2021, a raid was conducted on Site-01 by two divisions from the Global Occult Coalition and several squads from the Prying Hands Collective, where O5-13, O5-10, and O5-8 were located due to Level 4 containment breach at Site-06-3. During this event, O5-10 and O5-8 were terminated, while members from Mobile Task Force Sputnik-1 ("Name Takers") apprehended and relocated O5-13 to Protected Area-██. Site-01 was captured by the hostile forces until 4/23/2021 when Armed Mobile Task Force Nu-7 ("Hammer Down") and Tau-5 ("Samsara") coordinated Operation Torched House to recapture the facility.