SCP-6500 Fragment 16

NOTICE:

This is a fragment page.

It is an internal page used by the SCP Wiki, and is not meant to be read directly, but included by another. This page should be parented, see above.

/*
 
    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;
    }
 
}

NOTE: As per standard procedure for field reports, the following Temporal log's events are presented in chronological order. This should not conflict with thaumonarrative presentation mandated by SIXTH SUN PROTOCOL.

1970/01/01

NEW YORK, NEW YORK

A cool breeze blows through a tidy, rectangular park; the latter's neatly-trimmed conifers and hedges are rustled gently by the former, creating a white noise that muffles the city's chatter. The well-worn walking paths are accompanied by occasional benches, partially illuminated by the skyscrapers that surround the park. This night was one of few each year during which the Empire State Building was not the skyline's focus, instead second to an enormous luminescent ball as it began to descend into the city.

Ilse.jpg

At one bench, a faint rhythm of clicks and whirrs can be heard, followed by a dull blue glow. The glow gradually brightens into a silhouette as the rhythm grows louder, increasing in pitch until a woman snaps into being. She wears a tactical black uniform, accessorized by a backpack and blinking gray-blue watch, which sparks and sputters to a halt as its primary gear pops off, shooting out into the grass. She gasps for air, leaning back against the bench and glancing around in surprise. Eventually, she hears the chant of thousands of voices counting down in unison. The shining stellated orb drops to the bottom of its tower, followed by the largest collective "Happy New Year's!" in previously recorded history.

Ilse's eyes widen as she realizes where and, more importantly, when she is, pounding the bench with her fist. "Christ's sake! Damned factory default…" She glances at her shattered timepiece, internal clockwork exposed and inactive. With a huff, she produces a small notepad and pen, adding an item to her checklist. "Screw it, I'll deal with this later."

"Hey," shouts a figure to her right, seated on another bench a few meters away. With a squint, the Temporal Agent recognizes the figure as herself, though not so worse for wear. She unlatches a different watch from her wrist, a shiny black-and-red frame of angular design. "Looking for something?"

Ilse shoves the broken model into a backpack pocket, reaching out to take the one offered to her. "Thanks. Where'd you get it?"

Future-Ilse blinks. "I got it from me when I was you."

"Right, duh," Ilse mutters, gesturing toward herself. "Sorry, just frazzled."

"It's a beautiful design, though." Future-Ilse gestures to Ilse's wrist as she dons the time-travel mechanism. "Temporal's next model is heavily inspired by it."

"Guess that means I've got some reverse engineering to do." Ilse stands and runs a hand through her hair, examining the watch before pressing a few buttons, activating a red holographic display. She scrolls through dates, times, and other settings, ensuring her future self has calibrated it properly. "When're you headed next?"

Future-Ilse smiles warmly. "Home, for a few days. Or at least, that's what I told me when I was you."

Ilse looks up in disbelief. "What? That's against the rules."

"We wrote the rules. Plus, it's work-related."

"That's all you can tell me, I assume?"

Her senior self nods, sighing as she begins to produce another normal, blue time-watch. "Have some patience," she jokes, eliciting a chuckle from Ilse. Neither of her selves needed a reminder that she'd developed patience in spades, having once spent eighty consecutive years in a single room.

"I'm all out," she retorts plainly, tapping her new watch's face. The mechanism begins to click and whirr to life, underscored by the rising hum of its engine. The watch's wide wristband features a touchpad on its underside, which she begins to tap her fingertips against. She mimics the pattern of clicks from the clockwork, eliciting a more pronounced hum in return. The air around Ilse gradually gains a reddish hue, glowing dimly in the night. "I'll see me when I'm you."

"Hey, y'know, I do get to send you in the right direction," Ilse's future self says with a firm expression. "You made a deal to get back. What was your end?"

Ilse blinks at her senior in confusion, becoming more obscured as the jump barrier began to close shut. "My end? I, uh… the Student wanted… it wanted information — "

"It wanted memories, and it took more than it let on." Future-Ilse's tone quickens as she leans upward, trying to maintain eye contact. "I'm going to find Lys. I need to meet her."

The wall of red anachronous energy seals shut around Ilse and she is alone, with only moments to prepare for her next jump. In those moments, a single question crosses her mind:

Who's Lys?

WATCH / WITNESS


2000/11/23

IPPERWASH PARK, ONTARIO

Ilse manifests in a bright blue flash, falling to the ground with a cough. She swats at her gray-blue wristwatch, attempting to shut the malfunctioning unit down — to no avail. In Site-43's adjacent parking lot, a car swerves around her to enter. She rolls onto one side as the timepiece's engine revs up again, pressing the button frantically. "No, no, no, no, no —" was all she managed to say before disappearing back into temporal mayhem.

A young, skinny Dr. William Wettle steps out of the Site's Inter-Sectional Subway station, making a brief trek to retrieve something he'd left in his vehicle. Forty-two meters above his head, a pot of petunias manifests in the same blue light. The heavy ceramic gains significant momentum as it tumbles toward the ground; it misses entirely, instead opting to shatter the windshield of one beat-up tan sedan, belonging to the bumbling buffoon of comparable hair color. With a defeated sigh, he produces a cigarette, which the wind then prevents him from smoking. "Fuck."

The broken remains of the flowerpot demanifest soon after.

2020/11/23

An older, more rounded Dr. Wettle leans against the wall outside the aforementioned facility, absent-mindedly conversing with a new friend colleague whose passion for theoretical Pataphysics would be frustrating if not so damn impressive (not that he'd admit as much). They watch the sunrise together, Place nudging Wettle now and then to ensure he was only pretending not to listen. "I mean, I guess you could think of it like a luck-based anomaly, but the luck part is really a side effect of our perceptions of the narrative potential of someone having really bad luck."

"I dunno," Wettle retorts with a puff of his cigarette. "It doesn't feel all that narratively engaging when God drops a flowerpot on your windshield."

His assertion is punctuated by the sound of glass shattering. The duo are jolted by the sudden noise, glancing toward the tan car from which it originates. Among the glass shards on the dashboard are ceramic fragments, dirt and roots, and a small slip of paper. Wettle approaches in disbelief, running a hand through his hair before procuring the slip. It read, IOU 2 WINDSHIELDS, SORRY.

Place smirks, fighting to hold in his laughter. "You were saying?"

2021/04/01

IPPERWASH PARK, ONTARIO

Ilse's blue silhouette flashes as she comes into being, gripping the edge of her desk firmly as she settles into her office chair. She slows her breathing, concentrating on her next words as she watches a blurred figure approach the door, swiveling the knob with a click. As she steps in, Alternate-Ilse stops in her tracks, a forkful of chocolate cake frozen in mid-air.

Ilse crosses her arms, leaning back. "Hey. Could you shut the door, please?"

Her alternate self glances between her, the cake, and the door, sighing softly and setting her paper plate aside, kicking the door shut behind her. "Listen, I'm sure this is important," she starts.

Ilse nods.

"Right, but I finally have my life back, and it's only been a few days. I'm sure you know that."

"Well, yes," she retorts. "That's how I knew where and when to find you."

Alternate-Ilse pauses, opening her mouth to counter before shutting it again. With a huff, she steps toward her desk and sits opposite her darker-clothed self. "Alright, you're my future self, so logically, I should defer to you, despite how little information you give me."

"Glad that's sorted!" Ilse smiles to herselves.

Her alternate self rolls her eyes. "So, what d'you need from me?"

"This," she says, reaching into her backpack pocket to retrieve her fried watch. She sets it on the table with a thud, pushing it towards her alternate self. "Your next project."

"A broken watch?"

Ilse stands up from the desk, raising her arm to flash her wrist at Alternate-Ilse. "A broken time machine, formatted as a watch. All I need you to do is study it, fix it, and, when you're done, sometime in the next sixty years, put it behind the bookshelf," she gestures toward the corner.

Alternate-Ilse blinks. "I assume you're not going to explain why, or answer any questions I might have."

Ilse smirks, gesturing zipping her lips up and throwing away the key. "You'll find out the long way around. Have some patience."

"Oh, fuck off," her alternate self laughs, picking the shattered mesh of clockwork up off the desk. "I'm never being patient again."

"Oh, hey, and a bonus," Ilse adds as she scrolls through the jumpwatch's settings as it starts to hum softly, tracing her finger around the rim. "Once you've got the design, you can tell Temporal it was your idea."

"Is that how I end up getting hired?"

Ilse winks at herself, and disappears in the dull blue glow.

N/A

RCT-Δt

Centered within Temporal Site-01's Secure Database is an office of modest size, scored by the gentle hum and whirr of the surrounding machinery. On its door is mounted a silver placard, engraved with the text DIRECTOR, TEMPORAL ANOMALIES DEPT. A moment later, the door swings open and the space where the placard was is occupied instead by the pale, seemingly-youthful face of one Dr. Ilse Reynders, unaging Temporal Agent and PhD. hexadecuplicate. Said face is typically framed by her long, blonde-brown hair, which is presently tied into a bun.

"Marcus!" Ilse smiles, greeting a pudgy, dark-haired man who looks to be in his thirties or forties. "Seems your first jump left you intact."

"Heh," Marcus laughs politely. "I threw up afterward, mostly just 'cause I was nervous. The jump itself wasn't all that bad, though."

"You get used to the nervousness," she shrugs, gesturing for him to walk with her as they weave between server banks, leaving the Database.

"Since I arrived here, though, I've felt a bit, uh… shoot, how do I describe this…"

Ilse raises a brow. "Wobbly?" Marcus nods, with wide eyes, surprised she'd seemingly read his mind. "That's the Site. Or, more specifically, it's being outside of time."

"So everyone gets that?"

"Pretty much. It's like reverse sea-sickness; you spend your whole life on a boat, going at a (mostly) constant rate through the flow of time." Ilse sighs as she produces her notepad and pen, scribbling down a loose thought as she recites her explanation. "You get used to leaning into that flow. Then, we pluck you off the boat, put you on dry land, and you fall over because you're leaning forward all the time."

"Huh, guess I didn't think of it that way." Marcus nods along as the two slow to a halt.

"I spent eighty years in a stopped timestream; it hardly affects me anymore." Ilse steps to one side of the hallway, gesturing to an unmarked gray door. "Your quarters. Here, let me help you with that," she offers, pocketing her pen and pad as his hands were full with luggage. She takes a medium-sized flowerpot from him, opening the door with her free hand and gesturing for him to enter. He thanks her and rolls his suitcase into the quaint room.

"Must be some pretty important flowers if you paid to send 'em here," Ilse remarks, sizing up the pink-red petunias that sprung out of the flowerpot.

"Yeah, they were a gift from my mother. She passed away a few years ago."

"Oh, sorry to hear that." Ilse glances at her pale blue watch, brows furrowing as its gears start to click and shift, whirring to life of its own volition.

"Thanks. Yeah, since I'm literally going to be here for an unquantifiable length of time, figured I'd bring them to…" he trails off, turning around to find no trace of Ilse, "…keep me sane?"

Marcus did not see his petunias again.

2034/01/06

SLOTH'S PIT, WISCONSIN

She steps into the hallway with a huff, leaving ajar the office door of one Doctor Place H. McD., Director of Pataphysics. Inside, a futuristic, many-spoked wheel can be seen rotating gracefully as the erratic scientist talks to himself — his past self, actually. Ilse had just completed the second step of a two-step process, ensuring that

  • 2034-Place contacts 2021-Place via SCP-5956 and
  • 2034-Place reverse-engineers the anomaly, so that
  • 2021-Place can build it, and go on to eventually fulfill the time loop.

With that mind-numbingly self-referential item crossed off her notepad, Ilse sighs with relief, entering the empty cafeteria and taking a seat. Flicking a few buttons on her watch, she logs her mission as successful, adjusting a few of the report's details where needed. All she has left to do is return to Temporal for a check-in and some rest… with one exception. She's been putting it off for an unquantifiable while, not wanting to give up her sleek new tool until it's been properly documented and prototyped. Now that it has, she's no excuse to delay further.

With a few more adjustments to her jumpwatch, she reverts it to default settings, changing her next destination as a result. The primary gear starts ticking, then the secondary, creating a polyrhythm between the different tempi. Ilse takes a deep breath and relaxes, listening intently to the composite rhythm…

Tick, tick-tock, tick tock tick, tock-tick…
Tick, tick-tock, tick tock tick, tock-tick…

The third time it repeats, she presses her fingertips to the watch's wristband, beginning to tap in sync with the device. This process, nicknamed 'thumping' among Temporal Agents, is necessary to activate the jump; by moving in sync with her watch, Ilse merges her local timestream with its, thereby attaching herself to it as it moves to a different point in time. As she continues to execute the kinetoglyph, the watch's hum increases in pitch, emitting various red particles that wrap themselves into a cocoon around her body, sealing her off from the standard timestream.

She was due to pay herself a visit.

2099/06/24

IPPERWASH PARK, ONTARIO

The sun's rays pour over Ontarian marshland, reflecting bright orange off of ponds and puddles amid vibrant yellow-greens and swampy dark browns. Amid tall grasses and stout shrubs, several slow winged creatures trod through the landscape, communicating in a complex language of chirps and whistles. They move with a timeless quality, quieting as they approach the lakeshore and lean down to drink. As they arrive, a sleek panther-like creature emerges from the waters a few meters away. It sits calmly on the shore, watching them as they bathe their wings. It does not pursue the other creatures. It just supervises.

A few minutes later, the creatures waddle back into the grass and fade back into the brush. The panther-creature watches them until they're no longer visible, then slowly turns its head towards Ilse. She lies on her side in the grass, blinking as it stares with its piercing amber-yellow gaze. After a moment of realization, she shuts her eyes, playing dead, silently praying that the creature hadn't noticed her movement.

Ilse stays like that for a long time, hearing only the rustling grass and rushing water; when her eyes open again, the panther is gone. With a groan, she pulls herself out of the mud and to her feet, stumbling a few steps before regaining her balance on an adolescent tree's trunk. She reaches into her backpack with a huff, producing a water bottle and a couple Tylenol capsules. Next, she looks to her watch, gasping as she notices the damage it's suffered: cracks in the glass, primary gear out of alignment, stabilizers missing. She taps it anxiously, somewhat relieved to find its holographic interface still functional, and scrolls through to try and get her bearings.

"What?" She rubs her eyes before checking the display again. It claims she's arrived at Ipperwash Park circa 2099, in and during which she knows (from experience) that Site-43 should be nearby. She takes a few steps from the tree, swiveling around to see nothing but Nature in every direction. Her breathing quickens as she backs into a large boulder, placing a dirtied hand against her forehead and letting out a stressed shriek. "Oh lord, okay, alright, think, think…" she mutters to herself, attempting to focus and steady herself on the horizon, watching for a few minutes as Lake Huron's gray-blue surface waves up and down against the sky.

With a calm, collected breath, Ilse steps forward. It's clear her watch is malfunctioning; it appears that its coordinate system is misaligned, too, if it thinks she's near the Site. She decides to get a better look at the damage, resting her palm against a large stone surface and reaching forth to unlatch her watch. The house-sized boulder is much warmer than expected, eliciting a yelp from Ilse; her hand jolts backward in surprise, though her sweat seems to stick to the stone for a moment before she finally pulls away.

Her handprint fades from the slick surface, followed by the sounds of machinery within. A flush stone slab slides into the ground, creating a doorway-like opening in the boulder's exterior. Inside, a cylindrical chamber swivels open, producing a dim glow that solely illuminates the rock's hollow interior. She blinks in confusion, glancing around; caught by another amber-yellow glow, Ilse trains her gaze on the shore to find the Mishipeshu seated once again, staring. This time, Ilse took the hint, giving the creature a slight bow before backing into the boulder.

The slab shoots up from the ground, locking back into place with a pneumatic PSSSHT. Ilse drums her fingers gently against the cylinder's outer railing, examining it before stepping inside. As she does so, it swivels shut behind her and starts to move downward, gradually accelerating. Ilse leans calmly against the elevator's inner wall, prodding at the exposed gears and pieces that rest around her wrist. "Sheesh," she mutters; the watch was toast, no two ways about it.

The Temporal Agent feels the elevator slow to a stop, taking in a deep breath. Her right hand reaches down, hovering over her pistol in preparation for whatever was on the opposite side of the door. She tenses as the elevator door slides open, scanning her surroundings to discover a modest lobby, possessing leather armchairs and magazines in spades. As she steps out her jaw drops, recognizing the room. "Oh. Oh, no."

"Welcome, Chief Reynders," chimes a polite automated voice over the P. A. system. "Your last recorded visit at Vanguard Research and Preservation Site-43 was NINE, NINE, NINE, NINE, N — days ago. Would you like a tour?"

Ilse's watch isn't wrong about her time or location, and yet it had somehow malfunctioned far more severely than she'd realized; she's arrived in a different timeline.


Unsupervised database access and an hour of detective work tell Ilse a few things she hadn't already known about this side of the Critical Pivot: sometime following the Foundation -> Vanguard transition, an initiative had been activated to convert most Sites to autonomous operations, as more than 98% of contained anomalies had been released into more normal environments, like sheltered wildlife preserves and public research programs. The only Site-43 anomaly Vanguard hadn't de-contained was SCP-5520 — former Site Co-Director, reality bender, and friend to Ilse.

She picks up the pace as she walks down the hallway, breath ragged. Come on, Wettle, come on… she pleads silently, arriving at his office's open door. After pushing her way into the room, she walks to his desk and pulls out the central drawer, sighing in relief as she locates a half-empty carton of cigarettes. Not that she'd ever been much of a smoker, but under the circumstances…

vanguard%20transparent.png
Rydderech.jpg

Dr. Wynn Rydderech, c. 1943.

ITEM №: VNP-5520

SPECIFICATIONS: Former SCP Foundation Senior Researcher and Provisional Site Co-Director Dr. Wynn Rydderech, possessing both Class-III reality-bending abilities and various debilitating cognitive impairments due to long-term exposure to esoteric waste materials. Self-exiled since 1966 to an enormous cavernous network beneath Site-43 to research and abate esoteric materials in isolation.

NORMALIZATION PROTOCOLS: Dr. Rydderech's prior and current documentation are declassified to all personnel for acroamatic and parapsychological study, including himself. Project RHETORIC, the process whereby both VNP-5520 and relevant personnel are deceived in exchange for the former's scientific contributions, is permanently discontinued. Ongoing communications with Dr. Rydderech will be facilitated by Site-43's Psychology and Parapsychology Section as large-scale acroamatic abatement processes are relocated from Nexus-94.

If anyone should know the truth, it's him.
— Dr. Nhung T. Ngo, Chair of P&P


ADDENDUM: Dr. Rydderech was initially amiable to communications via printed slips of text, as per those previous, demonstrating a vested interest in his role in the formation of Vanguard (alongside mild incoherence). However, after decommissioning of Site-43's acroamatic abatement systems, Dr. Rydderech became unresponsive; Dr. Ngo conjectures that a lack of perceived usefulness on his part led to a severe depressive episode. This is the proposed cause for the Site's gradual descent into the ground which occurred during the following weeks, sinking at a rate of ~0.1 meters per day and damaging structures and equipment Site-wide.

On 2021/07/01, after six weeks of the Site's descent, Vanguard Administration activated SUNDOWN Protocol per the advice of the Psychology and Parapsychology Section. This entailed the release of an anomalous expansive compound into AAF-W, filling the chamber and resulting in the anaesthetization and subsequent decommissioning of VNP-5520.

It was never your fault. I save me.

I'll be with Vivian soon.

— Dr. Rydderech's last communication, sent one minute prior to his end.

Ilse sits for who-knows-how-long, waiting for the tears to stop as she re-reads the file for the umpteenth time. It's not long before she lights another cigarette, taking a slow puff and letting it absent-mindedly drift into the air. With that, the room's sprinkler system is triggered, eliciting a gasp from her as she's drenched in cold water. With a sniff, she curls up against the wall, letting the torrent wash over her.

Maybe it's Wynn's way of crying, too.


After a few hours' rest, Ilse continues to comb through the database, looking for anything that might help her return to her own timeline. Any technologies allowing inter-timeline travel had been released for public study, though with heavy regulation on their applications — but the science on that is still only in its infancy, allowing the passing of information to a few very specific (and hardly useful) timelines. It's likely the tech would be sufficiently advanced further into the future, but a) she's no way to get there, and b) there was no guarantee the timeline wouldn't have collapsed beforehand, placing Ilse smack-dab in the center of the Void, eternally.

She isn't planning on building a new device, either. Designing Temporal's jumpwatches had been an ordeal, to say the least; it'd taken continuous help from multiple different versions of herself at different points in time, solving various design problems simultaneously. She isn't exactly excited to do that again, and the watch still doesn't give her a clear way to get back to her home timeline.

With a huff, she clicks to the next file.

vanguard%20transparent.png

ITEM №: VNP-O5-2

SPECIFICATIONS: A modular beryllium-bronze computing system of metropolitan size, housing the artificial general intelligence formerly known as O5-2. Refers to itself as 'The Student', and values new data (from which to learn) to a high degree; known to trade technological advancements and other gifts for said data.

ORIGIN: An advanced algorithm seeded from 8-BA1.aic ("8-Ball"), O5-2 was the now-defunct O5 Council's Archivist, responsible for facilitating and documenting Council matters, as well as maintaining Site-01's Secure Database. Following the decision to dissolve the Foundation, O5-2 escaped its scheduled decommissioning through unknown vectors, remaining undetected by webcrawler programs for two weeks before its infosignature was detected in Western California, within Site-15's intranet. Soon after, all contact was lost with the Site; it is assumed its remains would go on to become VNP-O5-2.

NORMALIZATION PROTOCOLS: Arrangements have been made with VNP-O5-2 such that it will patrol and report to Vanguard on local activity in exchange for access to the same information regarding other Nexuses. A five-kilometer radius has been established around VNP-O5-2 as Provisional Wildlife Preserve-15, with the purpose of housing human-safe items native to the Mediterranean climate.

Ilse recognizes this as her golden ticket, mind starting to race. The AI sounds much, much more advanced than humans — chances are, it knows how to send her home, or, at least, the steps required to do so. Now, her main questions are how do I get there, and what do I give it? For the former, she'd typically use her watch, while the latter left her clueless. If only she could contact Temporal personnel and ask, they could — wait a second!

Director Reynders, with all sixteen of her full degrees, had somehow entirely forgotten that there was another Ilse in this timeline. She jumps up from the main communications desk, jogging to her old office in Acroamatic Abatement. Ilse had joined the Temporal Anomalies Department decades after the Critical Pivot, meaning that her alternate-self may or may not eventually have access to such a watch, unless she ensures it.

As she arrives in her office, she coughs slightly at the abundance of dust. Ilse fumbles through the drawers to find them empty, pausing for a few moments to glance around the room. With a smirk, she reaches behind the bookshelf, producing another blue-gray watch in mint condition. "Yes! Thank you thank you thank you past-me…" Ilse latches the new watch to her wrist, fitting just barely less snugly than before. She begins scrolling through dates and settings, getting ready to ensure the presence of the watch she was now using.

And it just so happened she knew when and where she'd meet her other self.

WP-15, CALIFORNIA

A yelp is heard as our Temporal Agent is ejected from the Preserve's perimeter, followed by the thud of her landing. Her head whips to either side as she tries to regain her footing, looking for some indication of what exactly had just happened. With a short breath, Ilse turns around to face a translucent orange dome, which eventually dissipates.

At one side of the path leading into WP-15, a podium displays various infographics on a cycle. After brushing herself off, Ilse approaches it, reading one such infographic:

Can you find the living metal metropolis within WP-15? Trek fairly to the Preserve's center to meet the Student, a being of great wisdom and fairness. NOTE: SPONTANEOUS MANIFESTATIONS WITHIN WP-15 ARE DANGEROUS AND SHOULD NOT BE ATTEMPTED.

She grunts in frustration, running her fingers through her hair. Nothing can be easy, can it?


The journey through the preserve's deep forest is uncomfortable but largely uneventful. She navigates the brush and vines with a long knife, occasionally stopping to rid herself of loose twigs and prickly things. Along the walk, Ilse starts to pick up on some of the Preserve's less noticeable species; a short gust of wind blows past her, and is gone as soon as it came, then followed by another. She stops in her tracks, staying still and trying to pay attention to the breeze surrounding her. Eventually, she sees a trail of stray leaves unfurl and spiral around another before falling to the ground.

After the sentient winds, she proceeds into a more humid area, taking frequent breaks to drink and rest. Ilse takes one such break at the edge of a small clearing, in which a much taller deciduous tree stood, darker than its surroundings. The Temporal Agent cocks her head slightly as she approaches the tree, whose bark seems to ooze rushing water. A dead log lays at the weeping tree's feet, partially eroded by the water. When she reaches out to touch the live trunk, two sap-colored eyes blink awake, boring into her and sending a shudder down her spine.

The horizon begins to brighten as she continues forward, a dull lime green present behind the thinning tree trunks. Soon, the green comes into focus as very, very tall grass, nearly twice as tall as Ilse; she takes a deep breath before beginning to wade through the soft grass fibers, pulling them apart as she slowly approaches the inside of the green sub-perimeter.

Finally, she parts the last of the grass, eliciting a jaw-drop from the exhausted Agent. In front of her lies a massive, sprawling city-like complex of cubes and lasers, flashes of light and glass chambers, the grinding of metal and hum of electricity. Spires stretch up from the silver-platinum bedding, towering into the air and emitting various signals of different types. In the far distance, an enormous waterfall acts as a backdrop for the metropolis, its walls lined with water turbines.

Ilse takes a few steps forward, planting her feet firmly in front of an enormous silver-gray wall. She clears her throat and, with a deep breath, recites the greeting she'd been practicing for over two hours now.

"I'm here to see the Student," she bellows, arms outstretched. "I have information!"

Suddenly, the entire city's motion stops — computing modules hang in mid-air, blips and whirrs are silent. After a moment's hesitation, a grid of smaller cubes flips in various directions, altering their individual colors until they finally form an enormous orange oculus with a digital aperture, mimicking a blinking effect every so often.

DATA REQUIRED

The Student's voice shrieks in her mind, simultaneously an elegant and uncomfortable sound.

EXTERNAL STORAGE DEVICE NOT DETECTED

Ilse shudders at the feeling of its voice, taking a deep, relaxed breath. "That's right. The info you want is in my head."

PRELIMINARY ANALYSIS INDICATES LACK OF VIABLE TRAINING DATA

"Then look harder. Don't just look at the facts — look at what I felt."

ELABORATE

Ilse crosses her arms. "The human brain is an extremely complex product of evolution, and one of the primary systems governing its activity is emotion. Think about how your understanding of the development of life and complex neurological systems would be improved if you understood emotions just a bit better."

"Look at how much I've suffered. I spent eighty years locked in an office. I can afford to part with a few of them."

The Student pauses to make a calculation.

SECONDARY ANALYSIS INDICATES ABUNDANCE OF VIABLE TRAINING DATA

"Now that's more like it."

PROPOSITION?

"Right, yes. As you probably know from your previous analysis, I'm a very long ways from home. I need help getting back."

SIMPLE; EQUIVALENT TO 2 YEARS MEMORY

"Wait, really?" Ilse blinks up at the enormous iris.

CORRECT

Ilse huffs, glancing down for a moment to think as a few of the Student's stray cubes float up over it. "… then I want to add to the deal."

ELABORATE

"I want info, too. " She asserts, tucking a strand of hair aside. "I need to know the fates of our timelines, which one is stable and which isn't."

The Student does not speak for a few minutes, making a particularly large calculation. Finally, the iris blinks actively.

COMPLEX; EQUIVALENT TO 7 YEARS MEMORY

"So nine years, total, for the knowledge and for safe transportation to my home timeline."

CORRECT

Ilse stares down at her shoes for a moment, then her watch. "I'm ready when you are."

Without further ado, the giant platinum wall opens to eject two blue tendrils, one attached to Ilse's watch while the other latches onto her skull —

Everything goes dark.

N/A + 6 HOURS

RCT-Δt

In a flashy red glow, Ilse finds herself back in the hallways of Temporal Site-01, lying on the ground outside Markus' quarters. She attempts to get up, but groans in exhaustion instead. Several alerted personnel converge on Director Reynders, assisting her with medical needs as one of her Agents asks, "What happened? Wh-where did you go? We couldn't trace you!"

She pants softly before someone helps her with drinking, swallowing down some water and attempting to produce another Tylenol from her backpack. "I-I… I saw the other timeline. I saw how they end."

The Agent raises a brow in confusion. "What did you see?"

Ilse glances up to meet her Agent's gaze, smiling exhaustedly. "They don't end."




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