SCP-7540
rating: +40+x
/*
 
    Foxtrot Sigma-9 Theme
    [2022 Wikidot Theme]
    By Liryn
 
*/
 
/* FONTS */
 
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@700;800&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
 
@import url('https://rsms.me/inter/inter.css');
 
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@800;900&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
 
/* VARIABLES */
 
:root {
 
    /* VARIABLES > Core */
 
    --header-title: "SCP Foundation";
    --header-subtitle: "SECURE, CONTAIN, PROTECT";
    --logo-img: url(https://scp-wiki.wikidot.com/local--files/theme:foxtrot/fxtrt-scp_logo_lightmode.svg);
    --darkmode-logo-img: url(https://scp-wiki.wikidot.com/local--files/theme:foxtrot/fxtrt-scp_logo_darkmode.svg);
    --logo-opacity: 14%;
 
    --head-font: 'Sans Normalcy';
    --ui-font: 'IBM Plex Sans';
    --mono-font: 'JetBrains Mono', 'Fira Code', monospace;
    --page-font: 'Inter', 'verdana';
    --base-font-size: 0.9rem;
    --page-font-size: 0.9rem;
 
    /* VARIABLES > Misc */
 
    --header-txt-color: #333333;
    --subheader-txt-color: rgb(var(--accent));
    --misc-txt-color: #464646;
    --link-txt-color: #E6283C;
    --link-hover-txt-color: white;
 
    /* VARIABLES > Color Accents */
 
    --accent: var(--acc-default);
 
    --acc-default: 59, 59, 59;
    --acc-wyoming: 142, 0, 18;
    --acc-canada: var(--acc-default);
    --acc-poland: 87, 44, 17;
    --acc-slothspit: 27, 60, 133;
    --acc-vanguard: 0, 153, 75;
    --acc-threshold: 121, 113, 130;
    --acc-overwatch: 28, 37, 56;
    --acc-spc: 0, 165, 200;
    --acc-fishing: 67, 111, 145;
    --acc-nightfall: 151, 0, 2;
    --acc-hybrasil: 27, 60, 133;
    --acc-goc: 39, 84, 149;
    --acc-spooky: 252, 112, 40;
 
    /* VARIABLES > BetterFootnotes */
 
    --fnColor: var(--link-txt-color);
    --fnLinger: 1s;
 
}
 
/* VARIABLES > Info Bar */
 
.info-container {
    --barColour: rgb(var(--accent));
    --linkColour: #EDEDED;
}
 
/* MAIN */
 
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
 
body {
    font-family: var(--ui-font), sans-serif;
    font-size: var(--base-font-size);
    color: rgb(51, 51, 51);
    background-image: linear-gradient(to bottom, #e0e0e0, #fff 200px);
    text-rendering: optimizeLegibility;
    overflow-wrap: break-word;
}
 
div#container-wrap {
    background: none;
}
 
#content-wrap {
    margin: 2em auto 0;
}
 
#page-content {
    font-family: var(--page-font), var(--ui-font), sans-serif;
    font-size: var(--page-font-size);
    font-weight: 440;
}
 
#page-content strong {
    font-weight: 700;
}
 
tt,
.page-source,
pre,
#edit-page-textarea {
    font-family: var(--mono-font);
}
 
ol li {
    margin: 0 0 1em;
}
 
ul {
    margin: 1em 0;
}
 
li,
p {
    line-height: 1.5;
    text-underline-offset: 40%;
}
 
::selection {
    background: rgb(var(--accent));
    color: #fff;
}
 
/* Clicky links */
a,
a.newpage,
a:visited,
#side-bar a:visited {
    color: var(--link-txt-color);
}
 
a:hover,
a.newpage:hover,
a:visited:hover,
#side-bar a:visited:hover {
    color: var(--link-hover-txt-color);
    text-decoration: none;
    background-color: var(--link-txt-color);
}
 
a {
    transition-duration: 0.1s;
}
 
/* 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;
}
 
/* MAIN > Header */
 
div#header {
    background: none;
    height: 160px;
}
 
#header h1 span,
#header h2 span {
    font-size: 0;
    display: none;
}
 
#header h1 a::before,
#header h2::before {
    color: var(--header-txt-color);
    letter-spacing: 1px;
    font-family: var(--head-font), sans-serif !important;
    font-weight: 900;
    text-shadow: none;
}
 
#header h1 {
    margin-top: -0.3rem;
}
 
#header h1 a {
    width: fit-content;
    margin: auto;
}
 
#header h1 a::before {
    content: var(--header-title);
    font-size: 1.3em;
}
 
#header h2::before {
    content: var(--header-subtitle);
    font-family: var(--ui-font) !important;
    font-weight: 700;
    font-size: 1.4em;
    color: var(--misc-txt-color);
    line-height: 26px;
    margin-top: 0.7rem;
    display: block;
    text-transform: uppercase;
}
 
#header h1,
#header h2 {
    margin-left: 0;
    float: none;
    text-align: center;
}
 
#header h1 span,
#header h2 span {
    font-size: 0;
    display: none;
}
 
div#extra-div-1 {
    height: 160px;
    width: 100%;
    top: 7px;
    position: absolute;
    background: var(--logo-img) 10px 30px no-repeat;
    background-size: 130px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: -1;
    opacity: var(--logo-opacity);
}
 
/* MAIN > Header > Search Box */
 
#search-top-box-form>input[type=text] {
    display: none;
}
 
#search-top-box-input,
#search-top-box-input:hover,
#search-top-box-input:focus,
#search-top-box-form input[type=submit],
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: none;
    background: rgb(var(--accent));
    box-shadow: none;
    border-radius: 5px !important;
    color: #efefef;
    font-family: var(--ui-font);
    font-size: calc(var(--page-font-size) - 10%);
}
 
#search-top-box input.empty {
    color: #999999;
}
 
#search-top-box {
    position: absolute;
    top: 47px;
    width: unset;
}
 
/* MAIN > Header > Top Bar */
 
#top-bar,
#top-bar a {
    top: 10rem;
}
 
#header #top-bar ul {
    border-radius: 10px;
    border: none;
    background: rgb(var(--accent));
    padding-left: 15px;
    padding-right: 15px;
}
 
#header #top-bar a {
    color: white;
    background: rgb(var(--accent));
    font-weight: bold;
}
 
#header #top-bar ul li ul {
    padding: 0px;
    border-radius: 0px;
}
 
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    border-left: solid 1px #FFF;
    border-right: solid 1px #FFF;
}
 
#top-bar ul li ul li a:hover {
    color: rgba(255, 255, 255, 0.83) !important;
    line-height: 230%;
    text-indent: 3px;
}
 
#top-bar {
    display: flex;
    justify-content: center;
    right: 0;
}
 
.mobile-top-bar {
    left: unset;
}
 
/* MAIN > Header > Login Info */
 
#login-status {
    top: 19px;
}
 
#login-status,
#login-status a {
    color: #333333;
}
 
@media (max-width: 767px) {
    #header .printuser {
        font-size: 0;
    }
}
 
.printuser a {
    margin: 0;
}
 
.printuser img.small {
    width: 18px;
    height: 18px;
    padding: 1px 4px 0 0;
 
    background-image: none !important;
}
 
@media (max-width: 767px) {
    #header .printuser img.small {
        transform: translate(0, 4px);
    }
}
 
#my-account {
    display: none;
}
 
@media (max-width: 767px) {
    #account-topbutton {
        margin: 0 0 0 5px;
    }
}
 
/* MAIN > Header > Side Bar */
 
#top-bar .open-menu a {
    border-radius: 0px;
    border: none;
    background: rgb(var(--accent));
    color: white;
}
 
#side-bar {
    background: #FFF;
}
 
@media (min-width: 768px) {
 
    #side-bar {
        padding: 0.3em 0.6em 0 0.6em;
        width: 18.75em;
        transition: left 0.2s ease-in-out;
        direction: rtl;
        text-align: left;
        border-right: none;
    }
 
}
 
#side-bar .side-block,
#side-bar .side-block.resources,
#side-bar .side-block.media,
#interwiki .side-block {
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 6px;
    direction: ltr;
    background: transparent;
}
 
#side-bar .side-block.resources {
    text-align: center;
}
 
#side-bar .heading {
    color: var(--misc-txt-color);
    border-bottom: solid 2px #cfcfcf;
    font-size: 9pt;
    font-family: var(--head-font);
    font-weight: 800;
    text-transform: uppercase;
}
 
/* CONTENT */
 
/* CONTENT > Blockquotes, Custom Divs */
 
.blockquote,
div.blockquote,
blockquote {
    border: solid 2px rgba(0, 0, 0, 0.15);
    background: #f7f7f7;
}
 
.jotting {
    padding: 1.3em;
    margin: 1em 4.5em;
    border: dashed 2px rgba(0, 0, 0, 0.2);
    background: #f7f7f7;
}
 
.notation {
    padding: 1em 1.5em;
    margin: 1em 3em;
    border-left: solid 3px rgba(0, 0, 0, 0.35);
    border-right: solid 3px rgba(0, 0, 0, 0.35);
    background: #f7f7f7;
}
 
.modal {
    padding: 1.2em;
    margin: 1em 3em;
    border: solid 5px rgba(0, 0, 0, 0.15);
    background: #fbfbfb;
}
 
.quote {
    padding: 0.4em 2em;
    margin: 3em auto;
    border-left: solid 3px #bbb;
    max-width: 500px !important;
}
 
.paper {
    padding: 1.5em;
    margin: 2em;
    background: #FFF;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.2);
}
 
.box {
    padding: 1px 9px;
    border: solid 3px #bbb;
    margin: 0.5em 1em;
}
 
div.note {
    font-size: unset;
    border: 2px solid #afafaf;
    background-color: #fff;
}
 
.round {
    border-radius: 10px;
}
 
/* CONTENT > Headings, Titles */
 
#page-title,
.meta-title {
    font-family: var(--ui-font), sans-serif;
    font-weight: 800;
    color: #3b3b3b;
    border-bottom: solid 2px rgba(0, 0, 0, 0.2);
    width: fit-content;
    margin: 0 auto 1.5rem;
}
 
#page-title,
.meta-title,
#breadcrumbs,
.pseudocrumbs {
    text-align: center;
}
 
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--head-font), sans-serif;
    font-weight: 800;
    color: #3b3b3b;
}
 
h1,
h2 {
    font-weight: 800;
}
 
.footnotes-footer .title {
    font-family: var(--head-font), sans-serif;
    color: #3b3b3b;
    font-weight: 800;
}
 
/* CONTENT > Rate Module */
 
#page-content .creditRate {
    margin: unset;
    font-family: var(--ui-font);
    float: unset !important;
}
 
#page-content .rate-box-with-credit-button {
    background-color: #fff;
    border: solid 1px #bbb;
    box-shadow: none;
    border-radius: 0;
}
 
#page-content .rate-box-with-credit-button .fa-info {
    border: none;
    color: #333;
}
 
#page-content .rate-box-with-credit-button .fa-info:hover {
    background: #333;
    color: #fff;
}
 
.rate-box-with-credit-button .cancel {
    border: solid 1px #fff;
}
 
.page-rate-widget-box {
    box-shadow: none;
    border: solid 1px #bbb;
    margin: unset;
    margin-bottom: 4px;
    border-radius: 0;
    font-family: var(--ui-font);
}
 
.page-rate-widget-box .rate-points {
    background-color: #fff !important;
    color: #333 !important;
    border: none !important;
    border-radius: 0;
}
 
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
    background-color: #fff;
    border-top: none;
    border-bottom: none;
}
 
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    background: transparent;
    color: #333;
}
 
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
    background: #333;
    color: #fff;
}
 
.page-rate-widget-box .cancel {
    background: #fff;
    border: none;
    border-radius: 0;
    display: inline-block;
}
 
.page-rate-widget-box .cancel a {
    color: #333;
}
 
.page-rate-widget-box .cancel a:hover {
    background: #333;
    color: #fff;
    border-radius: 0;
}
 
#page-content .rate-box-with-credit-button .page-rate-widget-box {
    border: none;
}
 
/* CONTENT > Rate Module > Author Label */
 
.authorlink-wrapper {
    --author-top-adjust: 0;
    --author-bottom-adjust: 0;
    --author-right-adjust: 0;
    font-family: var(--ui-font);
    font-size: var(--base-font-size);
}
 
/* CONTENT > Side Box */
 
.anchor {
    position: sticky;
    height: 0;
    top: 0;
}
 
.sidebox {
    padding: .14rem;
    margin-top: 0;
    margin-bottom: 8px;
    width: calc((100vw - 870px)/2);
    max-height: calc(100vh - 18rem);
    position: absolute;
    top: 0;
    left: 103.5%;
    z-index: 5;
    overflow: auto;
    box-sizing: border-box;
}
 
@media (max-width: 1290px) {
    .sidebox {
        display: none;
        visibility: hidden;
    }
}
 
/* CONTENT > Image Block */
 
.scp-image-block .scp-image-caption {
    background-color: #f4f4f4;
    color: #3b3b3b;
    border: solid 2px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}
 
.scp-image-block {
    border: none;
    box-shadow: none;
}
 
.scp-image-block img {
    border: solid 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
 
.imagediv {
    float: right;
    margin: 15px
}
 
@media (max-width: 540px) {
    .imagediv {
        float: unset;
        text-align: center;
        margin: 1.3rem auto 1.3rem auto;
    }
}
 
@media only screen and (max-width: 600px) {
    .scp-image-block.block-right {
        float: none;
        margin: 10px auto;
    }
}
 
/* CONTENT > Tables Base */
 
#page-content tr th {
    padding: 6px;
    border: 2px solid rgba(0, 0, 0, 0.2);
}
 
#page-content tr td {
    padding: 12px;
    border: 2px solid #bfbfbf;
    line-height: 1.4;
}
 
#page-content .sidebox tr td,
#page-content .sidebox tr th {
    padding: 0.35em;
}
 
/* CONTENT > Tables Customization (Table Coloring System) */
 
/* CONTENT > Tables Customization (Table Coloring System) > Table Headings, Image Captions */
 
#page-content .table1 tr th,
#page-content .table1 .scp-image-block .scp-image-caption {
    background-color: #E0FFD4;
}
 
#page-content .table2 tr th,
#page-content .table2 .scp-image-block .scp-image-caption {
    background-color: #D8ECF4;
}
 
#page-content .table3 tr th,
#page-content .table3 .scp-image-block .scp-image-caption {
    background-color: #FDF6D7;
}
 
#page-content .table4 tr th,
#page-content .table4 .scp-image-block .scp-image-caption {
    background-color: #FFDFCD;
}
 
#page-content .table5 tr th,
#page-content .table5 .scp-image-block .scp-image-caption {
    background-color: #FFCFCF;
}
 
#page-content .table6 tr th,
#page-content .table6 .scp-image-block .scp-image-caption {
    background-color: rgba(146, 0, 255, 0.2);
}
 
.tableb .wiki-content-table {
    border-collapse: separate;
    border-spacing: 2px;
}
 
/* CONTENT > Tables Customization (Table Coloring System) > Other Colored Divs */
 
.table1 .blockquote,
.table1 div.blockquote,
.table1 blockquote,
.table1 .jotting,
.table1 .notation,
.table1 .modal,
.table1 .paper,
.blockquote.table1,
div.blockquote.table1,
.jotting.table1,
.notation.table1,
.modal.table1,
.paper.table1 {
    background: rgb(224, 255, 212);
}
 
.table2 .blockquote,
.table2 div.blockquote,
.table2 blockquote,
.table2 .jotting,
.table2 .notation,
.table2 .modal,
.table2 .paper,
.blockquote.table2,
div.blockquote.table2,
.jotting.table2,
.notation.table2,
.modal.table2,
.paper.table2 {
    background: rgb(226, 244, 255);
}
 
.table3 .blockquote,
.table3 div.blockquote,
.table3 blockquote,
.table3 .jotting,
.table3 .notation,
.table3 .modal,
.table3 .paper,
.blockquote.table3,
div.blockquote.table3,
.jotting.table3,
.notation.table3,
.modal.table3,
.paper.table3 {
    background: rgb(255, 245, 189);
}
 
.table4 .blockquote,
.table4 div.blockquote,
.table4 blockquote,
.table4 .jotting,
.table4 .notation,
.table4 .modal,
.table4 .paper,
.blockquote.table4,
div.blockquote.table4,
.jotting.table4,
.notation.table4,
.modal.table4,
.paper.table4 {
    background: rgb(255, 223, 205);
}
 
.table5 .blockquote,
.table5 div.blockquote,
.table5 blockquote,
.table5 .jotting,
.table5 .notation,
.table5 .modal,
.table5 .paper,
.blockquote.table5,
div.blockquote.table5,
.jotting.table5,
.notation.table5,
.modal.table5,
.paper.table5 {
    background: rgb(255, 207, 207);
}
 
.table6 .blockquote,
.table6 div.blockquote,
.table6 blockquote,
.table6 .jotting,
.table6 .notation,
.table6 .modal,
.table6 .paper,
.blockquote.table6,
div.blockquote.table6,
.jotting.table6,
.notation.table6,
.modal.table6,
.paper.table6 {
    background: rgb(255, 218, 255);
}
 
/* CONTENT > Tabs 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
}
 
/* CONTENT > Tabs 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: #333333;
    box-shadow: none;
}
 
.yui-navset .yui-nav a,
/* ---- Link Modifier ---- */
.yui-navset .yui-navset-top .yui-nav a {
    color: #333333;
    /* ---- Tab Background Colour | [UNSELECTED] ---- */
    background-color: #efefef;
    border: unset;
    box-shadow: none;
    box-shadow: none;
}
 
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    color: #ffffff;
    /* ---- Tab Background Colour | [HOVER] ---- */
    background-color: #333333;
}
 
.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: #ffffff;
    background-color: #ffffff;
    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: #333333;
}
 
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a em {
    border: none;
}
 
.yui-navset .yui-nav .selected a {
    width: 100%;
    color: #ffffff;
}
 
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:active {
    color: #ffffff;
    background-color: #333333;
}
 
.yui-navset .yui-content {
    background-color: #ffffff;
    box-shadow: none;
}
 
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content {
    padding: .5em;
    border: 1px solid #333;
    box-sizing: border-box;
}
 
/* CONTENT > WORDS NO BROKEY. CROQ HAS SPOKEY. and other things */
 
span,
a {
    word-break: normal !important
}
 
.avatar-hover {
    display: none !important;
}
 
#main-content .page-tags span {
    max-width: 100%;
}
 
/* CONTENT > Dustjacket Assets */
 
.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;
}
 
/* CONTENT > Collapsibles */
 
#page-content a.collapsible-block-link:hover {
    text-decoration: underline;
    color: var(--link-txt-color);
}
 
#page-content a.collapsible-block-link:not(.licensebox a.collapsible-block-link, .info-container a.collapsible-block-link, .default-col a.collapsible-block-link) {
    text-decoration: none;
    font-weight: bold;
    color: white;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-right: 9px;
    background: rgb(var(--accent));
    border-radius: 6px;
    margin-top: 5px;
    font-family: var(--ui-font);
    font-size: var(--base-font-size);
    box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.4);
    transition-duration: 0.4s;
    display: inline-block;
 
}
 
#page-content a.collapsible-block-link:not(.licensebox a.collapsible-block-link, .info-container a.collapsible-block-link, .default-col a.collapsible-block-link):hover {
    background: rgba(var(--accent), 0.7);
    box-shadow: none;
}
 
/* CONTENT > ACS Adjustments */
 
.top-left-box>.item {
    display: none;
}
 
.anom-bar-container {
    margin-top: 1.1rem;
}
 
.anom-bar-container,
.anom-bar-container * {
    font-family: var(--head-font), Inter, sans-serif !important;
}
 
.acs-extra-1,
.acs-extra-2,
.acs-extra-3,
.acs-extra-4 {
    font-family: var(--head-font), Inter, sans-serif !important;
}
 
.anom-bar > .top-box {
    text-transform: none;
}
 
/* CONTENT > Woed Bar Adjustments */
 
div.scale div.item1>div {
    color: #333;
    font-family: var(--head-font);
    font-size: 1.4em;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: unset;
}
 
div.scale div.class1>div {
    color: #333;
    font-family: var(--head-font);
    font-size: 2em;
    line-height: 0.9em;
    letter-spacing: 2px;
}
 
div.scale {
    --woedbar-class-bar-color: #333 !important;
}
 
div.scale div.obj {
    height: 1.7em;
}
 
div.scale div.obj>div {
    font-size: 1.55em;
}
 
/* MISC */
 
#page-content hr {
    height: 2px;
}
 
.bt {
    color: rgb(var(--accent));
    font-weight: bold;
}
 
#footer {
    background: transparent;
    color: #444;
    margin-top: 45px;
}
 
#footer a {
    color: #7b7b7b;
}
 
.footer-wikiwalk-nav {
    font-weight: 700;
    font-size: 88%;
    word-spacing: 5px;
}
 
#page-info-break {
    height: 10px;
}
 
#page-options-container {
    border-top: solid 1px rgba(213, 213, 213, 0.5);
    padding-top: 1rem;
}
 
.page-watch-options {
    padding-bottom: 0.6rem;
    font-size: 77%;
}
 
.page-options-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
 
.page-options-bottom a {
    margin: 3px;
    color: #FFF;
    background: rgb(var(--accent));
    padding: 5px 13px 5px 13px;
    text-decoration: none;
    font-size: 90%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
 
.page-options-bottom a:hover {
    background: rgba(var(--accent), 0.8);
}
 
#page-info-break {
    height: 6px;
}
 
#license-area {
    color: #5f5f5f;
    background: #ecf2f1;
    border-top: solid 2px #d9d9d9;
    margin-top: 10px;
}
 
#license-area a::after {
    content: ".";
}
 
@media (min-width: 768px) {
    #main-content .page-tags {
        padding-right: 16rem;
    }
}
 
#main-content div.page-tags::before {
    content: "tags   ";
    color: var(--misc-txt-color);
    font-family: var(--head-font);
    font-weight: 800;
    font-size: 0.8rem;
}
 
#main-content .page-tags a {
    display: inline-block;
    height: .8125rem;
    margin: 0 0 .5rem .75rem;
    padding: .1875rem .3125rem .1875rem 0;
    color: #FFF;
    background-color: rgb(var(--accent));
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem;
    line-height: 13px;
    line-height: .8125rem;
    font-size: calc(var(--page-font-size) - 10%);
    font-weight: bold;
}
 
#main-content .page-tags a::before {
    width: 0;
    height: 0;
    top: -.1875rem;
    left: -.625rem;
    padding: 0 .0625rem .1875rem;
    border-color: transparent rgb(var(--accent)) transparent transparent;
    border-style: solid;
    border-width: .5rem .5rem .5rem 0;
}
 
#main-content .page-tags a::before,
#main-content .page-tags a::after {
    content: "";
    position: relative;
    float: left;
}
 
#main-content .page-tags a::after {
    width: .25rem;
    height: .25rem;
    top: .2813rem;
    left: -.5rem;
    background-color: #FFF;
    border-radius: .125rem;
}
 
#main-content .page-tags span {
    max-width: 100%;
    border-top: .5rem solid transparent;
}
 
#page-tags-input {
    font-weight: bold;
    word-spacing: 8px;
}
 
#edit-page-form input.text {
    font-family: var(--head-font), sans-serif;
    font-weight: 800;
    font-size: 150% !important;
    padding: 4px;
}
 
#edit-page-form>table.form>tbody>tr>td:nth-child(1) {
    font-weight: bold;
}
 
.edit-help-34 {
    font-size: 85%;
    opacity: 60%;
    transition-duration: 0.3s;
    width: fit-content;
}
 
.edit-help-34:hover {
    opacity: 100%;
}
 
.edit-help-34 a {
    margin-right: 3px;
    margin-left: 10px;
}
 
table.edit-page-bottomtable {
    width: 100%;
}
 
#edit-page-comments {
    height: 86px;
}
 
#lock-info {
    background-color: transparent;
    margin: 0.8em;
    line-height: 1.7;
    font-size: 86%;
    border: none;
}
 
#lock-info::before {
    content: "!";
    padding-right: 12px;
    font-weight: bold;
    font-size: 110%;
    opacity: 60%;
}
 
#lock-timer {
    font-size: 115%;
    margin: 0 5px;
}
 
#lock-timer::before {
    content: "⏲ ";
    opacity: 80%;
}
 
textarea,
#edit-page-form input.text {
    outline: none;
    border: 1px solid #ccc;
    transition-duration: 0.3s;
    transition-property: box-shadow;
}
 
textarea:focus-visible,
#edit-page-form input.text:focus-visible {
    box-shadow: 0px 0px 0px 1px #a3a3a3;
    border: 1px solid #a3a3a3;
}
 
#action-area>p {
    font-size: 85%;
    color: darkslategrey;
}
 
#action-area>p:nth-child(5)>a {
    display: block;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
}
 
#who-rated-page-area>div {
    column-count: 4;
}
 
@media (max-width: 900px) {
    #who-rated-page-area>div {
        column-count: 3;
    }
}
 
@media (max-width: 700px) {
    #who-rated-page-area>div {
        column-count: 2;
    }
}
 
@media (max-width: 540px) {
    #who-rated-page-area>div {
        column-count: 1;
    }
}
 
#page-content .content-warning.creditRate {
    padding-top: 8px;
    padding-right: 21px;
}
 
.preview-message {
    right: 0em;
    top: 2em;
    border: unset;
    padding: 1em 1.5em;
    background-color: rgba(0, 0, 0, 0.9);
    max-width: 29em;
    opacity: 1;
    z-index: 100;
    line-height: 1.7;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
    color: #EDEDED;
}
 
.error-block {
    background-color: rgba(255, 0, 48, 0.1);
    text-align: center;
    border: none;
    border-top: solid 3px #B00;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
 
table.page-history tbody tr:nth-child(2n) {
    background: rgba(var(--accent), 0.05);
}
 
.owindow {
    animation: fade 0.5s;
}
 
@keyframes fade {
    0% {
        opacity: 0;
    }
 
    100% {
        opacity: 1;
    }
}
 
.owindow .button-bar a {
    border: solid 2px rgba(0, 0, 0, 0.1);
    margin: 11px;
    padding: 0.5em 2em;
    border-radius: 4px;
}
 
.owindow .button-bar a:hover {
    background-color: var(--link-txt-color);
    color: var(--link-hover-txt-color);
    border-radius: 0px;
}
 
.owindow .button-bar {
    padding: 1.2em 1em 1.2em;
}
 
.owindow .table {
    margin-bottom: 1.5rem;
}
 
.owindow .title {
    cursor: default;
    font-family: var(--head-font);
    font-weight: 800;
    font-size: 155%;
    text-align: center;
    padding: 0.5em 1em;
    border-bottom: solid 2px rgba(187, 187, 187, 0.4);
    background-color: #F7F7F7;
}
 
.owindow.owait .content {
    padding: 0.5em 0.5em 2em;
    background-image: none;
}
 
.owindow.owait .content::after {
    content: " ";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin: -0.9rem auto;
    margin-top: 1rem;
    animation: loading 1.2s linear infinite;
    border-top: 0.4rem solid grey;
    border-right: 0.4rem solid transparent;
    border-bottom: 0.4rem solid grey;
    border-left: 0.4rem solid transparent;
    border-radius: 50%;
}
 
@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
 
    100% {
        transform: rotate(360deg);
    }
}
 
.owindow.osuccess {
    padding: 0.5em;
}
 
.owindow div.content:nth-child(2)>img:nth-child(1) {
    margin-right: 1.2rem;
    margin-top: 1rem;
}
 
.odialog-shader {
    background-color: #262a39;
}
 
.btn {
    transition-duration: 0.15s;
}
 
.btn:not(#main-content .btn, #search-top-box-form input[type="submit"]),
.btn.btn-primary,
div.buttons input,
input.button:not(#search-top-box-form input[type="submit"]) {
    padding: 0.5em;
    margin: 11px;
    border-radius: 3px;
    font-family: var(--ui-font);
    cursor: pointer;
}
 
#edit-cancel-button,
#edit-diff-button,
#edit-preview-button,
#edit-save-draft-button,
#edit-save-continue-button,
#edit-save-button {
    background: #fff;
    border: solid 1px #ccc;
    cursor: pointer;
    font-family: var(--ui-font);
    color: #333;
    padding: 0.5rem 14px;
    margin: 1px;
    font-size: 90%;
    border-radius: 3px;
}
 
#edit-cancel-button:hover,
#edit-diff-button:hover,
#edit-preview-button:hover,
#edit-save-draft-button:hover,
#edit-save-continue-button:hover,
#edit-save-button:hover {
    background-color: #eaeaea;
}
 
#edit-save-continue-button,
#edit-save-button {
    background: #dbffd6;
    transition-duration: 0.3s;
    color: #005a0a;
}
 
#edit-save-continue-button:hover,
#edit-save-button:hover {
    color: #fff;
    background: #0d951c;
}
 
#edit-cancel-button {
    background: #ffe1e1;
    transition-duration: 0.3s;
    color: #c52727;
}
 
#edit-cancel-button:hover {
    color: #fff;
    background: #c5272e;
}
 
table.page-history tbody tr {
    color: #757575;
}
 
.fncon {
    font-size: var(--page-font-size) !important;
    line-height: 1.4;
    border: 2px solid rgba(0, 0, 0, 0.2);
}
 
.fncon::before {
    font-size: var(--page-font-size) !important;
}
 
.hovertip {
    border: none !important;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    background: #FFF;
    padding: 3px;
    max-width: 400px;
}
 
input.checkbox,
.page-history input,
#h-perpage {
    cursor: pointer;
}
 
input,
textarea {
    font-family: var(--ui-font);
}
 
#breadcrumbs,
.pseudocrumbs {
    font-weight: bold;
    font-size: 110%;
    font-family: var(--ui-font);
}
 
/* ---- REDUCED MOTION ACCESSIBILITY ---- */
@media (prefers-reduced-motion: reduce) {
 
    *,
    *::before,
    *::after {
        animation-duration: .001s !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001s !important;
    }
}
 
/* @MEDIA */
 
@media (max-width: 850px) {
 
    #header h2::before {
        font-size: 1.4em;
    }
 
}
 
@media (max-width: 700px) {
 
    #header h2::before {
        font-size: 1.2em;
        margin-top: 0.3rem;
    }
 
    #top-bar,
    #top-bar a {
        top: 8.8rem;
        font-size: 90%;
    }
 
}
 
@media (max-width: 620px) {
 
    #header h2::before {
        font-size: 1em;
        margin-top: 0.15rem;
    }
 
    #top-bar,
    #top-bar a {
        top: 8.3rem;
        font-size: 90%;
    }
 
    div#header {
        height: 123px;
    }
 
}
 
@media (max-width: 520px) {
 
    #header h2::before {
        line-height: 16px;
        margin-top: 0.5rem;
    }
 
    #top-bar,
    #top-bar a {
        top: 9.3rem;
    }
 
    div#header {
        height: 145px;
    }
 
}
Item#: 7540
Level3
Containment Class:
pending
Secondary Class:
{$secondary-class}
Disruption Class:
{$disruption-class}
Risk Class:
{$risk-class}

header.jpg

SCP-7540 primary access shaft.


Assigned Site Site Director Research Head Assigned Task Force
RPCF Site-515 Dr. Evaline Griers Dr. Kareem Laghmani ATF Delta-515-β ("Shut and Sealed")

SPECIAL CONTAINMENT PROCEDURES


Remote Provisional Containment Facility (RPCF) Site-515 has been established above SCP-7540 and is to monitor it for any deviations. All civilians within a 20km radius surrounding SCP-7540 are to be relocated under Cover Story ζ-3 ("Protected Government Facility") and motor traffic is to be redirected. ATF Delta-515-β ("Shut and Sealed") is to maintain Quiet Zone A6-53 and establish surveillance of SCP-7540. Access to SCP-7540 is restricted to authorized Site-515 personnel.

Use of Kreers-Thurnley Anomalous Field Inhibitors (KT-AFIs) is authorized in order to dampen SCP-7540's effects. See ADDENDUM 7540-2.

SCP-7540 is to remain sealed.


DESCRIPTION


tomb.png

Recreation of a fragment of SCP-7540's third inscription.

SCP-7540 is a large, ornate marble tomb located at 13°30'09.6"N 16°00'35.0"E, approximately 2 kilometers northwest of Cheddra, Chad. SCP-7540 is submerged underground 133 meters beneath sea level and is therefore only accessible via a Foundation-dug shaft located in Site-515. The tomb itself is approximately 4.5 meters in length, 1 meter in width, and 1 meter in height. Inscriptions on SCP-7540's surface do not match any known historical art styles or languages, mundane or anomalous; instead, the surface of the tomb is split into six segments with a different image inscribed onto each segment:

  • a sunset, behind it, a moon rising over the horizon;
  • a night sky above the clouds, with a crescent moon and an enormous floating eye in the distance;
  • two unidentified armies at battle in a city;
  • unintelligible writing and unknown symbols;
  • an unidentified humanoid figure suspended above a mountain;
  • a single closed eye.

SCP-7540 possesses a strong óneiro-kinetic1 effect to those within a ~15km radius surrounding it. This effect is steadily declining in strength; for more information, see ADDENDUM 7540-1. Subjects under this effect also report the absence of a moon in the night sky. The significance of this is unknown.

SCP-7540-1 refers to the entity, phenomenon, or object located within SCP-7540.2 Further information is not available at this time.


DISCOVERY


SCP-7540 was discovered on 01/11/2022 by the Department of Global Surveillance after reports began circulating of strange dreams and visions in civilians located in and around Cheddra, Chad. Suspecting anomalous involvement, the closest Foundation facility, African Regional Command (ARC) Site-901 requested a research team from Western Regional Command (WRC) Site-19, and SCP-7540 was immediately located after ground scans showed abnormal topology around it. Soon after, a provisional containment site was established above the anomaly and its primary access shaft was dug.

SCP-7540's age or how it came to be buried underground are still unknown.3 Further investigation is underway.


ADDENDUM 7540-1 — EFFECTS OF SCP-7540


The following interviews were conducted by Dr. Kareem Laghmani to ascertain the effects of SCP-7540 on human subjects.


Interview with Agent Traxler Jones (Initial Investigation Team)

[BEGIN LOG]

LAGHMANI: Agent Jones. Thank you for meeting me on such short notice.

JONES: Oh, it's no problem. I'm… not as busy around here anymore anyways.

LAGHMANI: So. [Clears throat.] What can you tell me about the SCP-7540 anomaly? What was your experience like with it?

JONES: Well, I was a part of the initial recon team, but you probably already know that. I think what I remember most of was the visit, though. It was standard stuff. We were flown out to African command, sorry, Site-901, and then briefed on our mission there. They told us pretty much what we already knew: villagers with strange dreams, possible memetic influence, etcetera. We were supposed to figure out the source of the anomalous activity and put a stop to it. Somehow. [Laughs.]

LAGHMANI: When was your first encounter with the object's anomalous effects?

JONES: I had… a dream on our way there. We took a helicopter to the Cheddra site. As we started to get closer and closer to the main location, I think at some point I definitely began feeling the tomb's effects. Yeah, Chicago4 and I both dozed off around halfway, which was fine since we weren't on any duties yet or anything. But man, I don't think I've ever felt so lucid while dreaming before. I knew I was asleep, I could tell I was dreaming, but I also still felt like I had full control, like I could still think and make decisions, you know? [Pauses.] I don't know if I was even dreaming about anything for that beginning part, I just felt… alive. And I could feel something too, not like physically feeling something but more like sensing something else was there, just kinda… watching me. Something dimly glowing, something… old? It wasn't right. I don't know, it just felt wrong.

JONES: After a bit of time though, I think I started to actually see something in the dream. Yeah. I- I don't know how to explain… imagine a mountain, right? And you're almost at the top of the mountain, even though you can't really see the peak. And you're climbing bit by bit, little by little, until you start to get to the clouds. That's what I was seeing. But I could never quite reach the clouds for some reason, they kept getting higher and the mountain kept growing taller and so I kept climbing higher and higher and higher until the clouds just… [Smiles.] the clouds opened up for me.

LAGHMANI: Opened up?

JONES: Yeah, like they were, I don't know, revealing something to me. Once I was through the layer of clouds I could finally see that it was nighttime and there were no stars in the sky, just me and the big, bright full moon. And so I— I kneeled down on the mountaintop, and I think I… I screamed up at the moon. I don't know what made me do it. Something about the moon just felt so… wrong, you know? I don't know what happened. I don't know why I did it. But I remember that afterwards it— it smiled.

LAGHMANI: Smiled? How could the moon smile?

JONES: I— don't know. It was a dream, remember? [Pauses.] But still, even now, whenever I look up and see the moon I can kind of hear it. Laughing at me. Like its still smiling, even when I'm not dreaming. [Shivers.] And before you ask, yeah, I'm on amnestics, Doc, but I don't think they're helping much. [Laughs nervously.] Just— oh, god. I asked to be sent back to nineteen the moment we landed.

[Pause.]

JONES: I don't want to ever go back.

[END LOG]



Interview with Researcher Alonzo Quires (Initial Investigation Team)

[BEGIN LOG]

QUIRES: Oh! Kareem. I didn't know when I'd be meeting you again.

LAGHMANI: I told you, I'd be sooner than you thought. [Laughs.] You mentioned a recurring dream that you had at the Cheddra site before being transferred back to Site-19. Can you tell me a little more about that?

QUIRES: Ah yes. The dream. After we had finally found SCP-7540 and gotten settled at the campsite for a little while, I started having a series of notably… intense dreams. Well, sort of. Intense, vivid, you know. They felt so… real, like I could never wake up. Like I was never sleeping.

LAGHMANI: Noted. Tell me more. What do you recall from the dreams?

QUIRES: If I remember correctly… yes. They were all the same, they all went like this: it is dark and cloudy and I am standing on an impossibly tall hill, extending upwards through the sky. I cannot see the bottom of the hill, it's as if it keeps going down and down until all that's visible is just blackness.

QUIRES: In the dreams, I had nowhere to go and nothing to do, so I just started climbing up. I climbed for… what felt like hours. After an eternity, though, I remember looking back behind me and seeing that the bottom of the hill had changed. Instead of the infinite darkness that was there before there was now a— a bottom. And at the bottom was a city.

LAGHMANI: A city?

QUIRES: Yes, a city. I could see it as clear as day now that the darkness had gone— it was enormous. Thousands of little houses and buildings and towers everywhere, all walled in by these magnificent stone walls. Oh, and it was on fire.

LAGHMANI: On fire?

QUIRES: Of course, what else could burn so bright and make those people scream like that? Yes, the whole thing was ablaze, glowing gold and yellow as I saw these tiny men surrounding it with flaming bows and arrows and cannons, all firing into the blazing city. It was.. oddly beautiful.

LAGHMANI: I see. What did you do next?

QUIRES: I didn't want to get troubled with whatever war was happening there, you see, and I was already so far up so I… I continued to climb. After what I think felt like another eternity I at last made it through the clouds at the top of the hill. Through the clouds, there I could finally see the sky. It was… completely empty, save for the moon. It glowed so brightly, it felt so beautiful and at the same time… so wrong.

LAGHMANI: Wrong?

QUIRES: I don't know how to describe it. Some part of me, something deep within me saw that glowing orb in the sky and… panicked. Like it was scared. The rational part of my brain was absent then, and so I turned and I ran. I started sprinting down the hill, I recall tripping on my way down several times but I didn't stop— every part of my body now held a single desire: to get away from the moon.

LAGHMANI: What happened next?

QUIRES: The moon started following me, laughing and screaming on its way down, and so I started screaming too, and… and… well that's when I'd wake up.

LAGHMANI: I see. I do remember your bunkmates telling me about that… screaming. Were those dreams why you decided to leave?

QUIRES: Oh, Kareem. You should have seen the way it looked at me, its eyes, I—

LAGHMANI: It's okay, Alonzo. Thank you for your time.

[END LOG]



Interview with Agent Amy Navarra (Initial Investigation Team)

[BEGIN LOG]

LAGHMANI: Agent Navarra. Please, sit down.

NAVARRA: Thank you.

LAGHMANI: What do you remember from the Cheddra investigation? Anything… unusual?

NAVARRA: [Smiles.] I work for the Foundation, Doctor, I think you're forgetting.

LAGHMANI: Yes, I'm sure you saw your fair share of odd occurrences during that mission. But did anything in particular stand out to you?

NAVARRA: I… remember having a dream. I don't generally remember dreams very well so I guess this sort of… "stands out to me", like you say. In the dream, I was standing in a small, ceiling-less tower in a large walled-in city. The floor was made of stone and hay, and the walls were weak like paper. Outside the tower I could hear screaming and chaos and people fighting, so I concentrate and try to focus on what I am doing.

NAVARRA: In the dream, I pull out a knife. I— I don't remember where from, but I do remember it being sharp, exceptionally sharp. And then… ah yes. I look up. Directly above my tower I see a pale, glowing, full moon. I'm not sure why, but something abhorrent resides there, I can feel it. I squint up at the surface of the moon and I see hundreds of small, beady human eyes, all blinking down at me. They tell me… something, that's all I can remember. And so I lift the blade to my face and carve out my eyes.

LAGHMANI: I'm sorry, you—

NAVARRA: Please don't interrupt.

LAGHMANI: My apologies. Continue.

NAVARRA: I carve out my eyes. I don't feel any pain or anything, in fact, I distinctly recall it feeling quite comfortable. And so I let my eyeballs carefully slide into my palm as I call out to the moon, offering them up as sacrifice. And I know this sounds odd, but I swear I could feel the moon smiling down at me as it accepted my gift. Before it leaves, however, I asked it that in return, the moon should save my town. Protect my city, save my friends. And it… agrees. And after that… I don't know. It all becomes foggy. And then I wake up.

LAGHMANI: That's… something. If I'm being completely honest, that was quite confusing.

NAVARRA: I wouldn't think about it too much, Doctor. It was really just a dream. And if you think about it too much, you'll start seeing her, and well, [Chuckles.] that means she can see you, too.

LAGHMANI: I— yes. Thank you. That will be all.

NAVARRA: Keep her dreaming. Don't wake her up.

[END LOG]



Interview with Affected Civilian Subject (Translated)

[BEGIN LOG]

LAGHMANI: Good morning, elder.

SUBJECT: Ahh, good morning to you, too, child. I don't see men like you around here often.

LAGHMANI: No, I wouldn't expect so. I am here on behalf of the… government. I am sure you know, we will need to relocate you, eventually.

SUBJECT: So I have heard. May I ask why?

LAGHMANI: Unfortunately, that's entirely confidential. I am here today to ask you about something entirely different, however. I'd like to know… have you been having any strange dreams, lately?

SUBJECT: Strange? No. Nothing out of the ordinary, that is for sure.

LAGHMANI: Hmm. Well, could you tell me about your latest dream, perhaps? Lat us start there.

SUBJECT: If you'd really like to know… alright. In my latest dream, I am standing in front of a mountain of immense proportions; I can just barely see it's peak shooting through the clouds. Behind me, I can see my village, although it is… changed.

LAGHMANI: Changed? In what way?

SUBJECT: It is much larger now, far more houses. And I no longer recognize any of the men or women or children who I've grown accustomed to knowing. The people are different.

LAGHMANI: I see.

SUBJECT: All of a sudden, I hear screaming and I can smell smoke. In the distance, I see raiders and strange men running into our village with swords and arrows and fire. As they close in I quickly run into a home and hide myself there, under a table.

LAGHMANI: Interesting. What do you do next?

SUBJECT: I pray. I pray to God, to the sky gods, to the sun gods, to every god I know. And I pray to the moon, the old taboo god. And I know she hears me. And so I offer up my life in exchange for my village's protection—

LAGHMANI: But is it your village? You said that it looked, well, different. The people had changed.

SUBJECT: But I am an elder nonetheless. Should I not continue my duty to protect my people's land, even if I do not recognize them? No. I will still protect them. And so I plead to the moon god for protection, for my people's protection, and she so graciously responds. And at last I can feel my body being pulled up, through the table I am hiding under, through the sky, into salvation… and then I wake up. And that's what I dreamed of. That's how it has always happened before.

LAGHMANI: I see. Did you say "before"? Do you have this dream often? Is this something you… commonly fear?

SUBJECT: Fear? No, because I know she is always watching us. She may be sleeping, yes, but still watching.

LAGHMANI: I'm sorry, "she"? Who—

SUBJECT: She's watching you, too. Just look into her tomb and you'll see. She's waiting.

[END LOG]


Following the Foundation's initial discovery of SCP-7540, the anomaly's óneiro-kinetic effects have been observed to gradually drop at a rate of approximately 9.3% per day. Site-515 researchers believe this to be a result of the Foundation's efforts to contain SCP-7540's effects (notably with KT-AFIs), although this is still uncertain. Research is underway.


ADDENDUM 7540-2 — ANALYSIS OF SCP-7540-1


Imaging and standard non-anomalous testing has proved ineffective on SCP-7540-1. Through intensive anomalous testing, the following information has been gathered about the nature of SCP-7540-1:

  • it is not an anomalous phenomenon;
  • it is not an inert anomalous object;
  • it is not human;
  • it is not alive;
  • it does not possess a soul;
  • it is not dead;
  • it is not awake;
  • it does show signs of advanced noögenesis;
  • it is not mortal;
  • it is not an angel;
  • it is not (actively) worshipped;
  • it may or may not be deific (type-Ψ/LUNA);
  • it may or may not be related to a celestial body;
  • it is of unknown origin;
  • it is waking up (determined by the Department of Tactical Theology).

ADDENDUM 7540-3 — DREAM LOGS


The following dream logs were recorded by Researcher Nathanial Kocsis while directly under the óneiro-kinetic effects of SCP-7540.


Dream Log 01 - Researcher Nathanial Kocsis

I close my eyes and I begin to feel the familiar warm lull of sleep pulling me in. And as I fall into a gentle slumber I feel a presence of something watching me, something I have never felt before. Something eerie. But I relax and I allow this presence to take me away, and it does so gladly.

I now see myself atop a mountain, the presence having taken me above the clouds. As I regain my footing, here I can finally see the true identity of the presence for myself. It is the moon, and it shines so brightly in the sky. As I look up into the starless, empty black void where the moon resides, I see a single large eye forming on the surface of the moon itself. As I watch in horror, the eye opens up and smiles at me. It tells me something, something arcane, and I feel the weight of this knowledge pushing down on me so powerfully.

And so I begin to descend the mountain. I am panicking now, and all I want to do is to escape the sight of the moon's eye. I run down the mountain for ages until I at last reach the bottom. At the base of the mountain I see an enormous, beautiful city. To my horror, the city is being lit ablaze. Thousands of men surround the city's immense walls and begin to set fire to it, some even firing blazing arrows into the heart of the city itself!

The men do not notice me, and so I freeze and turn around. The moon has caught up with me, and so without thinking, I drop down to my knees and begin to pray to it. I pray and ask it to protect the city, the beautiful pristine city. It smiles wider and wider and I feel something unnatural washing around me before the moon screams. Its scream is like a shrill laugh, and I feel shivers running down every cell of my body. As the moon continues to scream, I watch as, to my amazement and horror, the men destroying the city begin to levitate and writhe in pain. Their bodies rise unnaturally as the moon only continues to scream and laugh.

This continues for what feels like an eternity as the men continue to scream in pain while the moon continues to scream in what sounds like amusement until at last it stops. The men fall to the ground, while the moon begins to descend from the heavens until it too falls to the ground. It is exhausted, that much is obvious, and so it lies down in a marble tomb and begins to dream. And I wake up.



Dream Log 02 - Researcher Nathanial Kocsis

I fall asleep. As I do, I see again the city of which I dreamed of the night before, now beautiful and whole again. It is night, and the moon shines brightly in the sky. Seeing this fills me with an odd indescribable joy, something I find… difficult to explain. Nonetheless, I enter the city but I find it seemingly deserted. I stroll around until I hear a quiet whispering in a tongue I do not recognize, coming from a small church near the center of the city. I walk towards it, and as I do, I realize that it oddly sounds familiar— I cannot place it.

I approach the church and I find the doors are open, so I step inside. It appears that the entire town is here, each one of them bowed down in prayer, whispering something I do not understand. In the front of the church I see, carved into marble, an enormous sculpture of the moon. As I gaze in awe, I realize that a presence is now standing behind me. Without even turning to know, I feel it— it is the moon. I hear it smile.

And so I, too, kneel down and pray.



Dream Log 03 - Researcher Nathanial Kocsis

I did not sleep much last night— nonetheless, I still managed to dream for about three hours. In my dream, I am standing in Site-515 and it is completely empty— I am the only one there. Night has fallen— it is a moonless night. It is quiet, yet something makes me feel uneasy— I cannot quite place it. It is as if something in the bowels of the site is stirring, and so I enter the containment chamber for SCP-7540.

I need walk for only seconds, the length of the access tunnel for the anomaly having seemingly shrunk— until I see it. The tomb. It is basked in a pearly white glow despite no lights being on in the chamber, and I feel a prickling chill emanating from the marble itself. And as I stand and watch, the lid of the tomb— so meticulously sealed by the finest containment specialists the Foundation has to offer— begins to slowly detach and rise into the air. A horrible white light leaks through the top of the tomb and I start to step away, before breaking into a full sprint back down the access tunnel. But before I can make it all the way to the door and seal the chamber, I feel my body being lifted by an invisible force and I see a flash of white light— before I wake up.

I haven't slept since.



ADDENDUM 7540-4 — UNEXPLAINED ACTIVITY


On 05/02/2023, OVERSEER Site-01 received the following message from RPCF Site-515.


AUTOMATED EMERGENCY COMMUNICATION - RPCF SITE-515

Remote Provisional Containment Facility Site-515 is experiencing an AMIDA-class containment breach of unknown origin (type-Ψ/LUNA). Personnel life signs are reporting: 0.0%. Seismic disturbances of unknown magnitude have been noted. Akiva radiation levels are ABNORMALLY HIGH. Oneiric radiation levels are ABNORMALLY HIGH. The status of ATF Delta-515-β is: COMPROMISED. Under Foundation Emergency Protocol 834-REVALATION, this message will repeat until an ALL-CLEAR is received from Site-01 or new information is available.

[MESSAGE CONTINUES TO REPEAT - REDACTED FOR BREVITY]


Following this, a video transcript was received as well, despite no personnel being alive or responsive at Site-515.


[untitled]

[BEGIN LOG]

[Feed begins. The exterior of RPCF Site-515 is visible against a moonless night sky. No activity noted for two hours.]

[The facility is suddenly basked in a faint white glow as the moon begins to rise over the horizon anomalously quickly.]

[The footage degrades as the moon continues to come into view. Notable audio and video distortions are present.]

[The exterior of the facility begins to shift and distort. The landscape surrounding the facility begins to bulge at the edges.]

[The moon continues to rise as the audio/video distortions increase in intensity.]

[END LOG]


moon.jpg

SCP-7540-1.

The significance of this is unknown. The Department of Tactical Theology is currently considering PROTOCOL 999-SERAPH; investigation is underway.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License