SCP-7023
/*
 
    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;
    }
 
}
rating: +52+x


Item #: SCP-7023

Containment Class: Euclid
Threat Class: Multiversal

Special Containment Procedures:
Currently, SCP-7023 is being contained in a standard humanoid cell at Site-24 under the authority of Foundation variant -ZL/152a. Investigation into the origin of its anomaly is ongoing. Individuals searching for more information should contact the Department of Multiversal Defense.


Description:
SCP-7023 is Julian August Mari, a baseline 33-year-old human male, currently in the custody of the Foundation in Universe-ZL/152a. SCP-7023 is non-anomalous, however, appears to be the only remaining multiversal variant of an individual most commonly referred to as Julia Truan. The Department of Multiversal Defense is currently investigating the reason for this multiversal anomaly. So far, this investigation has reached several conclusions:

  • Julian Mari of Universe-ZL/152a is the only remaining multiversal variant matching their multiversal signature. No signature matching that of SCP-7023 has been identified in any of the investigated universes.
  • In the past, a variant of Julia Truan has been present in every single investigated universe. Furthermore, it would appear that every variant of Julia Truan1 has ceased to exist simultaneously.
  • Therefore, an unprecedented multiversal event must have led to a complete disappearance or destruction of every other multiversal variant of SCP-7023.

Due to the nature and implications of this potential wide-scale multiversal event, a meeting was called by the Department of Multiversal Defense based on the 'Hexauniversal Foundation Collaboration Agreement' from 2018.

Addendum 7023.1: Department of Multiversal Defense Leadership Meeting Transcript

Internal Recording Transcript

In Attendance:

  • O5-1 (-WK/441a)
  • Dr. Hastur Galva (-WK/441a)
  • Dr. Ariana Ike (-WL/093a)
  • Dr. Ariana Rosé (-WL/093b)
  • O5-1 (-ZL/152a)
  • O5-7 (-ZL/152a)
  • Dr. Vladislaw Molder (-ZL/152a)
  • Dr. Trevor Andur (-ZL/214a)
  • O5-5 (-ZL/214a)
  • Dr. Yama Dulili (-ZL/846a)

Dr. Galva: Thank you all for coming here on such short notice, especially you Yama. I am aware of the current situation in your universe and I promise not to waste your time.

Dr. Dulili: Oh please, Dr. Galva, let's just get to business.

Dr. Galva: Alright, as you all probably know, our field investigation units have reached a frightening answer to the riddle of SCP-7023. It would appear that some sort of wide-range event of unknown origin and purpose, has occurred, leaving no survivors, save for SCP-7023. What makes this event frightening is the scale. It was a pure coincidence that we even noticed something was wrong. Whatever happened left no traces of its handiwork.

Dr. Molder: Yes, ehm. If I may, our agents have attempted to track the multiversal signature of our subject through all known means. Even thaumaturgy has failed us. We have no idea what caused it and we are even more clueless when it comes to SCP-7023 itself.

Dr. Rosé: Maybe he just got lucky.

O5-7: Then I'd say Mr. Mari should consider himself the luckiest man alive.

Dr. Galva: Agreed. While we cannot ascertain with a precision that he is the only remaining instance of themselves, he is most definitely the only one in this multiversal cluster as well as in our neighbouring ones.

Dr. Dulili: Well, that may not necessarily be true. There are a number of universes we haven't checked.

O5-1: Dr. Dulili, with all due respect, if this is about the X and Y clusters-

Dr. Dulili: Look, all I'm saying is, maybe this has something to do with the memetic pricks.

Dr. Galva: Yama, please. There is no need for such language here. I understand-

Dr. Dulili: No, you don't. Look, I'm sorry. I know we shouldn't bring our own universal problems here, but we are at war! And just because you all refuse to acknowledge it, doesn't-

O5-1: Dr. Dulili, please, we can discuss this at another time.

[Dr. Dulili is visibly irritated but agrees.]

Dr. Ike: Actually, Yama might have a point. We've never seen multiversal threats on this scale before. Rea-Utis per comes second in their ability. Maybe we're just missing the obvious here.

Dr. Andur: Doctor, err- Ariana?

[Dr. Ike and Dr. Rosé both turn their heads towards Dr. Andur.]

Dr. Andur: Sorry, still a bit new to this. I keep forgetting which one is which. I wanted to speak to Dr. Ariana Ike.

Dr. Ike: That would be me.

Dr. Andur: Right. Anyhow, if we put aside the obvious problem of how, I was wondering, why exactly would a civilisation focused on conquering other universes, want to destroy a single person in every universe?

Dr. Ike: Good question. Well, we know one thing. They are persistent. We've managed to hold out against them for years now. Maybe they just figured if they can't absorb us, they could just destroy us.

[The room falls silent.]

O5-5: They don't have the means. No one has that kind of power.

Dr. Dulili: It's a possibility though. They certainly haven't given up. My world suffers their raids constantly. But you're right. We can deal with them.

O5-1: Even if this was all possible, which it isn't-

Dr. Ike: As far as we know. We have no idea what's going on in their clusters.

O5-1: Yes, Dr. Ike, to our knowledge. But even if, the necessary power for something like that would be enormous.

Dr. Rosé: The multiverse is infinite, as far as we know. And according to our estimates, Rea-Utis per and its variations are present in most universes of the X and Y clusters. That's a lot of resources in their hands.

Dr. Galva: Yes, but they aren't working together. It is inconceivable.

O5-1: Precisely. Their memetic nature makes it impossible for them to work with other variants of themselves. Half of their efforts are focused on fighting themselves.

Dr. Ike: We should still investigate it. If they've found a way to destroy something across the entire multiverse, we are all in extreme danger.

Dr. Andur: So, should we then presume that if they tried to destroy Ms. Truan in all universes, that their metaphorical weapon somehow missed Mr. Mari?

Dr. Galva: Well, only if we would presume that to be the case.

Dr. Dulili: We do.

O5-1: Alright, alright. We shouldn't eliminate any possibilities. For now, Dr. Molder, is there any information to be gained from SCP-7023 itself?

Dr. Molder: No, nothing useful anyway. He's honestly not an interesting man. He wasn't even aware of the anomalous when we got to him. Quite frankly, I am still of the opinion that we should release him.

Dr. Galva: We have discussed this. He stays in your care until we find out more. We should talk to him again.

Dr. Ike: He might seem ordinary but there is quite literally no one else like him.

Addendum 7023.2: Dr. Galva's personal thoughts on SCP-7023

Our teams have investigated over 200 individual universes belonging to almost a dozen different multiversal clusters. Not a single one of them helped us understand SCP-7023, the destructive event that created it, or what could have caused it. The investigation has concluded, that each variation of Julia/Julian/etc has simply ceased to exist simultaneously about a week ago. All of them, except for SCP-7023. In fact, probably no one in the entire multiverse has the means to even know it happened. We only know it happened, because, to us, it didn't.

Well, it did. I didn't know Dr. Julia Truan in my universe but now I know she worked for the Foundation. There is this pronounced sense of fear when dealing with other versions of yourself. Something more akin to existential dread, than actual physical terror. I still don't understand how Ariana deals with it. How they both deal with it…

Sometimes I catch myself thinking about my other selves, especially when Rea-Utis per is brought up. To know, there is most likely a me somewhere beyond the barrier of this world working to destroy or worse, to assimilate this place. Sometimes I wonder, if there is a me out there, that is so different from how I think and from who I am, that I wouldn't recognise myself in them.

SCP-7023, if the term should even apply, doesn't have to ask these questions anymore. Survivor's guilt is, of course, a wholly different factor but there must still be something strangely calming when one knows, there aren't any other selves of theirs.

— from the journal of Dr. Hastur Galva

Addendum 7023.3: Interview with SCP-7023

Foreword:
Dr. Molder has decided to conduct another interview with SCP-7023 as per request by the project leadership. However, before the scheduled interview could be conducted SCP-7023 reported experiencing strange symptoms forcing Dr. Molder to start the interview early.


Dr. Molder: Good morning, Mr. Mari. How are you feeling today?

SCP-7023: Morning Doctor. I'm, yeah, I guess I'm doing okay.

Dr. Molder: Glad to hear that. Now, what was that about the sickness?

SCP-7023: Yeah, yeah, I'm feeling kinda dizzy all day. It's probably nothing but I wanted you to know since you wanted to know if anything happened.

Dr. Molder: I see. I'll make sure we get you checked. Anything else?

SCP-7023: Well, I mean, I wanted to ask when I could finally leave this place.

Dr. Molder: Mr. Mari, I-

SCP-7023: No, listen Doc. I've been here for about two weeks now. People will know-

Dr. Molder: Don't worry, Mr. Mari, no one is going to notice that you're gone.

SCP-7023: Well, I do have a- I do have a flat to take care of and- I mean I don't really have a family but there is this stray cat that comes to my doors-

Dr. Molder: Mr. Mari, I'll be honest with you. We have no idea when we'll be able to release you. As you are aware, the nature of your anomaly is rather unorthodox even by our standard.

SCP-7023: What anomaly? Honestly Doc, I tried to catch a thing or two, but none of it honestly makes sense to me.

Dr. Molder: We've discussed this.

SCP-7023: Yeah, yeah I get that. I'm unique or something. But the way I see it, I can't shoot lasers or fly or nothing. So why not just let me go?

[Dr. Molder stays silent.]

SCP-7023: See Doctor? I thought you were just keeping me around because I could talk. But then I figured you probably have something to make me forget all about this place

Dr. Molder: [Silence.] We do.

SCP-7023: I knew it! Well, so why not just give it to me?

Dr. Molder: Well, you may not feel like it, Mr. Mari, but you are a rather special man, even if you can't 'shoot lasers' or fly.

SCP-7023: So what can I- [Winces in pain.]

Dr. Molder: Mr. Mari?! What is- Oh my god!

[SCP-7023 is tightly holding his left wrist with his right hand. His skin around the area is visibly darkening as the effect spreads. He seems to be in a lot of pain.]

SCP-7023: Gosh, it- it hurts! What- what is going on Doc?

Dr. Molder: I- I don't- know- stay here! [Quickly exits the room.] Help! I need a medic!


Afterword: In the aftermath of this interview, an on-site medical specialist has been called in to assist SCP-7023. However, before he could arrive all immediate effects ceased and only the darkened skin around the subject's left wrist remained. SCP-7023 claimed that the pain has stopped although he clearly remained in shock. Additional testing was approved shortly after.

Testing revealed no conclusive results of the effect on the skin of SCP-7023. The effect appears to be purely anomalous, however, upon further investigation, traces of foreign extrauniversal signature were discovered. In light of this, the origin point of the effect has been tracked to Universe-XT/007a.

Addendum 7023.4: Excerpt from Dr. Ike's Theory on Multiversal Travel

Ever since we've discovered the multiverse, our goal has been to find out more about it. We've sent recon teams to navigate and map out neighbouring universes. It was never easy to make sense of distances between universes as they more or less represent variation. When we say a universe is neighbouring ours, we mean to say it is one of many to do so and one of many that are different. Sure, people might speak differently, the sky might be red and flamingoes might not exist but the general physics and requirements for human life are usually the same. The further we go, the more strange things become. If we imagine the multiverse as a three-dimensional space, which it isn't but it helps, we could imagine this variation factor as distance travelled from our original universe.

In other words, even if the travel from universe A to universe B is simultaneous and travel from universe A to universe R is also simultaneous, the imagined distance between these universes is not the same, thus universe A is very far from what universe R would look like. Now, when we talk about multiversal travel, we often throw around the term Universal Cluster. A cluster of universes quite frankly not a real thing. Like many other terms, it is simply something that helps us visualise the multiverse better. Theoretically, a cluster is a dense group of universes that generally share a significant feature. For example, the infamous X cluster discovered shortly after the invention of multiversal travel (in our universe anyway) is an infinite group of universes all sharing similar patterns. In most of them, light doesn't have the same properties as it does in our universe and neither does sound. If you wanted to put it in other terms, assuming you are familiar with Hume levels, the local reality level of most universes in the X cluster is lower than in our own.

The point is, that even if all of these classifications are superficial and in no way reflect the actual distances between universes or any such thing, they can aid in universal navigation. Knowing which universes share our laws of physics and reality can be vital in traversing the multiverse. It is also a very helpful indicator in determining the severity of multiversal threats. As I've theorised before, many entities or groups travelling the multiverse must surely use a similar navigation system. This would of course explain why the hostile memetic civilisation of 'Rea-Utis per' is so hesitant to attack our universes in full force. We know our clusters have slightly different parameters and they must know it as well. Plus, of course, the universe is infinite and their clusters are filled with variations of the same meme. Luckily for us.

— from 'Theory on Multiversal Travel' by Dr. Ariana Ike

Addendum 7023.5: Incident Report
On 17/09/2022 multiple universal breaches were discovered during a routine control of extrauniversal frequency scanners in Universe-ZL/846a. Per protocol, MTF units were deployed to each location in anticipation of a raid party from a different universe. Within several minutes, these MTFs were overwhelmed by the number of hostiles and had to retreat.

An emergency distress call has been issued immediately through the Department of Multiversal Defense to all member and allied universes. Support units from Universes-WL/093a, -WL/093b and -ZL/214a were capable of hindering the advance of hostile forces but were unable to destroy them. This chain of events led the Foundation leadership of Universe-ZL/846a to a desperate action not supported by the Department of Multiversal Defense.

By a direct unauthorized command from Dr. Dulili, MTF Juliett-7 "World Hoppers" was sent through a multiversal gateway to Universe-XT/007a, as it has been previously determined to be the origin point of the symptoms affecting SCP-7023. Below is a transcript of the mission.3 Non-relevant parts have been cut.

Exploration Video Log Transcript
Date: 18/09/2022
Exploration Team: Mobile Task Force Juliett-7 "World Hoppers"
Location of Interest: Universe-XT/007a
Team Lead: J-7 Fort
Team Members: J-7 Circle, J-7 Halo, J-7 Turret


[BEGIN LOG]

J-7 Fort: So… Yama? Wanna tell us why this mission didn't come from above?

Dr. Dulili: No. You can still walk out on me if you want.

J-7 Fort: Not gonna happen. I've been looking forward to this for a long time. No way. So what you've got for us?

Dr. Dulili: A quick recon, locate the device, artefact or whatever that will match this signature. Try not to get into trouble and get back asap.

J-7 Fort: Copy that. [Momentary silence.] You know this will get us all into trouble right?

Dr. Dulili: I know… Good luck. [Dr. Dulili disconnects from the radio.]

J-7 Fort: Alright. We've got all this special antimemetic gear, cognito-blockers, stealth armour- Pocket reality anchors? Damn, where did you get all this stuff, girl?

[Silence.]

J-7 Fort: Aaand, she's gone. Looks like it's on us boys. So, is everyone ready?

J-7 Circle: Ready.

J-7 Halo: Ready.

J-7 Turret: Ready, sir.

J-7 Fort: Okay, start it up, Circle.

J-7 Circle: I'm on it.

[J-7 Circle activates a Thaumaturgic Portal in the middle of the chamber using a ritual. This process takes about a minute and a half.]

J-7 Circle: Done. It should be attuned to the right universe.

J-7 Halo: Should?

J-7 Circle: It is. I got it right.

J-7 Fort: Enough chitchat, let's go. Circle, you last, Turret up front, Halo with me.

[Team J-7 walks through an unauthorized Thaumaturgic Portal and arrives in Universe-XT/007a. They appear to be standing in a narrow street with a dark yellow sky above them. The team immediately starts looking around for any sign of hostiles. The architecture around them is roughly reminiscent of ancient Middle Eastern cultures and everything appears to be desaturated.4 Once the team determines that they are alone, they proceed down the street.]

[J-7 Halo uses a provided Kant Counter to measure local reality finding it to be several Humes below the baseline. The team shortly discusses collecting samples but decides to stick to their mission. Upon exiting the street, they find themselves in some sort of plaza. Stone bricks on the ground aren't even and the whole plaza seems to be descending towards a massive straight tower constructed out of pitch black material. J-7 Turret voices his concerns about a lack of people and J-7 Fort orders the team to advance towards the tower after confirming that the provided signature matches.]

[Team J-7 moves quickly and soon arrives at the base of the tower. The height of the object is difficult to ascertain due to its size but it must be over 200 meters long.]

J-7 Turret: I really don't like this. Where are all the hostiles?

J-7 Halo: Relax, they're probably all attacking our home.

J-7 Turret: How can you say such a thing? That doesn't help at all!

J-7 Fort: Cut it out you two. Eyes up front. Let's grab whatever we can and rush back. This place is giving me the creeps.

J-7 Circle: Ehm, sir?

J-7 Fort: What it is?

[J-7 Circle points to an entrance to the tower, that was previously hidden due to the extremely dark material it is made out of.]

J-7 Turret: I've got it. [J-7 Turret advances up front with his gun while the other members follow.]

[The interior is made out of the same dark material but is illuminated with strange yellow glowing orbs in the walls. Using this, the team is able to enter a chamber located in the middle of the tower. Their cognito-blockers start alerting them during this time. The center of the tower is revealed to be hollow with a long glowing spiral object in the middle leading from the ground all the way to the top. This object is notably being partially covered by the team's cognito-blockers.]

J-7 Halo: What the fuck is that thing?

J-7 Circle: I've- I've seen this before, I think. It's-

J-7 Fort: It's a multiverse map. Edriletian model5. It's not the most accurate representation as far as I know and my head hurts just from looking at it.

J-7 Halo: Why is my vizor censoring it?

J-7 Turret: I don't know but it's something strong. I can feel it pushing against the cognito-blockers. Is there anything to grab here?

J-7 Fort: Circle?

[J-7 Circle is looking at the tower walls, which are also covered in symbols, lines and cognitohazards.]

J-7 Circle: I- I think this is written in their language and a couple of other languages. And this, that's-

J-7 Turret: Latin?

J-7 Circle: I think so but the blockers are hiding some parts of it. It must be some kind of message meant for a wide audience. They want to share it with everyone. Look there!

[He points to a text couple of meters from the ground written in English. It reads: "WE, THE LUCKY CHOSEN, WHO HAVE USURPED THE HAND OF DESTINY AND CAST DOWN ██████ TO SLAY ALL THE HERETICS, HEREBY SAY ████████████ TO ALL ███████ AS THE SUN SETTLES UPON THE ETERNAL FLAME OF THIS JUST LAND OF LIGHT"]

J-7 Halo: Well that just sounds like their usual memetic religious bullshit.

J-7 Turret: I don't know man, I really don't like this.

J-7 Halo: There's no one here.

J-7 Turret: Exactly.

J-7 Circle: There are a couple more things here written in all kinds of gibberish. I'll record it and they can study it back at the base but I think we should go. Sir?

J-7 Fort: Definitely do that. Make sure you've got everything we can get and then let's get out of here.

[The team records everything in the room for a couple more minutes before leaving. On their way back a loud noise is heard akin to a french horn being blown in the distance. Afterwards, the team uses a Thaumaturgical Portal on their way back home.]

[END LOG]

Addendum 7023.6: DoMD Leadership Meeting Transcript

In the light of this chain of events, a meeting of DoMD Leadership has been called to discuss further development.

Internal Recording Transcript

In Attendance:

  • Dr. Hastur Galva (-WK/441a)
  • Dr. Ariana Ike (-WL/093a)
  • Dr. Ariana Rosé (-WL/093b)
  • Dr. Vladislaw Molder (-ZL/152a)
  • Dr. Trevor Andur (-ZL/214a)
  • Dr. Yama Dulili (-ZL/846a)

Dr. Galva: Yama, what have you done?

Dr. Dulili: I did what I had to do. None of you wanted to move a finger so I went behind your backs and did something. Feel free to punish me later. Now we have more pressing issues.

[Dr. Dulili takes out multiple sheets of paper and distributes them between the other members.]

Dr. Ike: Is this what I think this is?

Dr. Dulili: It's confirmation, Ari. We were right, SCP-7023 is a result of their Eigenweapon program. And it's much worse, it's just the testing shot. Dr. Molder?

Dr. Molder: Yes, I- Sorry but-

Dr. Galva: This is all very nice, Yama, but we have no conclusive evidence. All I see here are theories and ideas. You presume that this weapon of theirs is capable of destroying all variations of something? How would that even work and why?

Dr. Dulili: That is precisely what I'm saying! It seems to target a specific element present in a large number of universes and then it destroys all of its variants simultaneously. All except one.

Dr. Rosé: And how exactly does that work?

Dr. Dulili: [Sigh.] I don't know. But since when do we need to know how things work before we try to stop them?

Dr. Ike: What she's trying to say is, how exactly do we know that?

Dr. Dulili: Well, the recovered texts seem to refer to their weapon as Cleansing Flame and from what our linguists can tell, we know what they wanted it for. In fact, we know they already used it. [Dr. Dulili is visibly shaking.] They used it on themselves.

[Silence.]

Dr. Ike: Please explain.

Dr. Dulili: Gladly… Ehm, so. The recovered texts seem to be our biggest lead. Turns out we really underestimated how creative they can be. Apparently, one of their variants created the weapon to do exactly what it does. We don't have the specifics and I doubt they matter now. But they used it on themselves to get rid of all the other variants. It was a roulette.

Dr. Galva: My god.

Dr. Rosé: So… because their biggest weakness was constant infighting, they destroyed all the other variants, except for themselves? Why not just target something more tangible, like the Foundation?

Dr. Dulili: They want to spread their influence. They can't do that if there isn't anything left. Maybe the Foundation is too involved with our worlds. I don't know… In the text, they call themselves the Lucky Chosen. I guess they saw it as some religious ritual to find out which variant is the right one.

Dr. Ike: Using random chance?

Dr. Dulili: Does it matter? We have a more pressing issue. I doubt there's something standing in their way to us now. We've already experienced their newly found strength.

Dr. Andur: Ehm, excuse me, but what exactly are you suggesting we do?

Dr. Dulili: I- I honestly don't know. I wanted to coordinate some kind of attack or something. But- I don't know how to fight this. It might take some time before the lucky variation takes over the rest of the clusters but if we don't do something soon, we're done.

[Silence.]

Dr. Molder: Ehm. Can I say something now?

Dr. Ike: Go ahead. It's not- [Suddenly stops talking.]

[The room erupts in panic as both Dr. Ike and Dr. Rosé instantly disappear.]

Dr. Galva: What? What just happened?

Dr. Molder: I don't know!

Dr. Dulili: Oh no! It's them!

Dr. Andur: But why? We haven't done anything to them. Why-

[Dr. Andur suddenly disappears.]

Dr. Dulili: Well… [In a shaky voice.] That's not exactly true.

Dr. Galva: What?! Could you please just get to the point!

Dr. Dulili: The mission log, it- it omitted something.

Dr. Molder: What do you mean?

Dr. Dulili: They were there to gather information but also- They carried a bomb.

Dr. Galva: A bomb?!

Dr. Dulili: I'm sorry. I didn't think straight. They were going to wipe us out and I- It was a technological marvel, antimemetic bomb capable of rendering a huge area practically unnoticeable. I wanted to use it on their weapon to hide it from them. But maybe they had another one, or it didn't blow, or whatever. They must have figured out who sent it.

[Dr. Galva suddenly disappears.]

Dr. Dulili: Gosh, I'm so sorry. [Starts crying.]

Dr. Molder: Okay, listen! We probably don't have much time, so listen. SCP-7023 is infected, remember? The thing is slowly killing him. It's the same thing that killed everyone else, that's why it led us straight to the weapon.

[Dr. Dulili doesn't say anything but nods.]

Dr. Molder: Whatever it's doing, maybe it's not perfect. I hate myself for saying it but if the man dies, there's a chance the memetic fucks will all die too. Maybe, there's still a chanc-

[Dr. Molder suddenly disappears.]

Dr. Dulili: No, please, I- I don't- I'm so sorry.

[Dr. Dulili continues crying for another few seconds before she suddenly disappears.]

































This is an urgent message from the Department of Multiversal Defense.

To all allied groups within the multiverse: We are under attack.

An extremely dangerous memetic phenomenon is spreading throughout the multiverse and is currently attacking us. We have recently classified this phenomenon as SCP-7023, although the largest affected group calls itself Rea-Utis per. Any attempts at communication from this group should be ignored. This message is a warning and a call for help. They have devised a weapon capable of selecting targets in other universes.

We have reason to believe that there is a way to defeat this threat but we cannot do it alone. Their initial outburst has claimed many of our lives, including our leadership, but we are dedicated to fight back. It is possible that your own universe has already experienced this. Please, if you are receiving this message, forward it on and if you cannot help us, then at least

Wish us good luck. Your own lives may depend on it.







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