@supports((display: -ms-grid) or (display: grid)) {
:root {
/* header measurements */
--header-height-on-desktop: 10rem;
--header-height-on-mobile: 10rem;
--header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
}
#header {
background: none;
}
#header::before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0.75rem;
background-image: var(--logo-image);
background-repeat: no-repeat;
background-position: center -3.5rem;
-webkit-background-size: auto 8rem;
-moz-background-size: auto 8rem;
-o-background-size: auto 8rem;
background-size: auto 8rem;
background-position: center top;
opacity: 0.45;
pointer-events: none;
}
#header h1,
#header h1 a,
#header h1 a::before {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-height: inherit;
z-index: 0;
}
#header>h1>a>span {
width: 100%;
height: 100%;
top: 0;
left: 0;
max-width: inherit;
}
#header h1 {
height: -webkit-calc(100% - 2.25rem);
height: -moz-calc(100% - 2.25rem);
height: calc(100% - 2.25rem);
}
#header h1 a::before,
#header h1 a {
text-align: center;
line-height: 0.8;
}
#header h2,
#header h2 span,
#header h2 span::before {
position: absolute;
left: 0;
top: 0.15em;
margin-left: 0;
padding: 0;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-moz-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-height: inherit;
z-index: 0;
text-transform: uppercase;
pointer-events: none;
}
#login-status {
min-height: -webkit-calc(var(--base-font-size) * 1.5);
min-height: -moz-calc(var(--base-font-size) * 1.5);
min-height: calc(var(--base-font-size) * 1.5);
-webkit-border-radius: .0625rem;
-moz-border-radius: .0625rem;
border-radius: .0625rem;
-webkit-border-radius: var(--border-radius-width);
-moz-border-radius: var(--border-radius-width);
border-radius: var(--border-radius-width);
color: rgb(var(--pale-gray-monochrome));
background-color: rgba(0, 0, 0, 0);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
left: 3%;
right: initial;
}
#login-status .printuser {
--wght: 900;
position: relative;
top: 0;
left: 0;
color: rgb(var(--swatch-menutxt-light-color));
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 0.25rem;
margin: 0;
font-weight: 900;
}
#login-status #my-account {
--wght: 300;
color: rgb(var(--pale-gray-monochrome));
font-weight: 300;
}
#login-status #account-topbutton {
border: initial;
padding: 0.5em 0.5em 0.5em 0.25em;
position: relative;
height: 100%;
top: 0;
left: 0;
margin: 0;
font-size: 1em;
}
#account-options {
width: auto;
padding: 0.5em;
border-color: rgba(var(--bright-accent));
background: var(--gradient-header);
color: rgb(var(--swatch-text-light));
}
#account-options ul li a {
color: rgb(var(--swatch-text-light));
}
#account-options li a:hover {
color: rgb(var(--swatch-text-light));
text-decoration: underline;
}
@media only screen and (min-width: 769px) {
#search-top-box {
right: 3%;
top: 0.5rem;
}
#search-top-box-form>input,
#search-top-box-form>input:hover,
#search-top-box-form>input:focus {
background: rgb(var(--black-monochrome));
}
#search-top-box-form>input {
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
}
#search-top-box-form>input:hover,
#search-top-box-form>input:focus {
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
}
#search-top-box-form input[type="submit"],
#search-top-box-form input[type="submit"]:focus,
#search-top-box-form input[type="submit"]:hover {
border: none;
border-left: 0.0625rem solid rgb(var(--swatch-primary-darkest));
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
}
#search-top-box-form input[type="submit"] {
background: rgb(var(--swatch-primary-darkest));
color: rgb(var(--swatch-menutxt-light-color));
}
#search-top-box-form input[type="submit"]:focus,
#search-top-box-form input[type="submit"]:hover {
background: rgb(var(--swatch-primary));
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
}
}
#page-title {
text-align: center;
}
@media only screen and (max-width:768px) {
:root {
--header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
}
#header h1,
#header h1 a,
#header h1 a::before {
top: 0.25rem;
}
#header h2,
#header h2 a,
#header h2 a::before {
top: 0;
}
#header h2 span {
margin-top: -webkit-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem);
margin-top: -moz-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem);
margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - .25rem);
}
}
@supports((display: -ms-grid) or (display: grid)) {
@media only screen and (min-width: 769px) {
#side-bar .close-menu {
display: block;
position: fixed;
top: 0.25rem;
left: 0.5rem;
width: 3rem;
opacity: 1;
pointer-events: all;
}
#side-bar .close-menu img {
color: transparent;
}
#side-bar .close-menu::before,
#side-bar .close-menu::after {
content: "";
box-sizing: border-box;
position: fixed;
display: block;
top: 0.25rem;
left: 0.5rem;
width: 3rem;
height: 3rem;
padding: 0;
margin: 0;
text-align: center;
pointer-events: all;
cursor: pointer;
-webkit-transition:
opacity var(--sidebar-transition-timing);
-o-transition:
opacity var(--sidebar-transition-timing);
-moz-transition:
opacity var(--sidebar-transition-timing);
transition:
opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
--mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='32px' id='Layer_1' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z'/%3E%3C/svg%3E");
z-index: -1;
background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important;
-webkit-mask: var(--mask);
mask: var(--mask);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: 50% 50%;
mask-position: 50% 50%;
-webkit-mask-size: 60%;
mask-size: 60%;
}
#side-bar .close-menu::after {
z-index: -2;
background-color: var(--toggle-button-bg, rgb(var(--swatch-menubg-color))) !important;
-webkit-border-radius: var(--toggle-roundness, 50%);
-moz-border-radius: var(--toggle-roundness, 50%);
border-radius: var(--toggle-roundness, 50%);
border: var(--toggle-border-color, rgb(var(--swatch-border-color))) var(--toggle-border-width, 0.25rem) solid;
}
#side-bar:focus-within .close-menu::before,
#side-bar:focus-within .close-menu::after {
opacity: 0;
}
#side-bar {
display: block;
position: fixed;
top: 0;
left: -webkit-calc(var(--sidebar-width-on-desktop)*-1);
left: -moz-calc(var(--sidebar-width-on-desktop)*-1);
left: calc(var(--sidebar-width-on-desktop)*-1);
z-index: 10;
-webkit-transition:
left var(--sidebar-transition-timing);
-o-transition:
left var(--sidebar-transition-timing);
-moz-transition:
left var(--sidebar-transition-timing);
transition:
left var(--sidebar-transition-timing);
height: 100%;
overflow-y: auto;
overflow-x: hidden;
margin-top: 0;
}
#side-bar:focus-within {
left: 0;
}
#side-bar .side-block {
margin-top: 1rem;
background-color: rgb(0, 0, 0, 0);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border-left-width: 0px;
border-right-width: 0px;
}
#main-content::before {
content: "";
display: block;
position: fixed;
top: 0;
right: 0;
z-index: -1;
opacity: 0;
-webkit-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
-o-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
-moz-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
margin-left: var(--sidebar-width-on-desktop);
background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat;
padding-right: 0;
width: 100%;
height: 100vh;
pointer-events: none;
z-index: 99;
}
#side-bar:focus-within~#main-content::before {
width: -webkit-calc(100% - var(--sidebar-width-on-desktop));
width: -moz-calc(100% - var(--sidebar-width-on-desktop));
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
#content-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: -webkit-calc(100vw - (100vw - 100%));
width: -moz-calc(100vw - (100vw - 100%));
width: calc(100vw - (100vw - 100%));
min-height: -webkit-calc(100vh - -webkit-calc(var(--final-header-height-on-desktop, 10.125rem)));
min-height: -moz-calc(100vh - -moz-calc(var(--final-header-height-on-desktop, 10.125rem)));
min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem)));
-webkit-box-flex: 2;
-webkit-flex-grow: 2;
-moz-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
height: auto;
position: relative;
margin: 0 auto;
max-width: inherit;
}
#main-content {
width: 100%;
position: initial;
max-height: 100%;
padding: 2rem 1rem;
width: 45.8rem;
max-width: 45.8rem;
margin: 0 auto;
}
@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
#side-bar {
-webkit-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
-o-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
-moz-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
padding-right: 0;
background-color: rgb(0, 0, 0, 0);
pointer-events: all;
overflow-x: visible;
overflow-y: visible;
z-index: 999;
}
#side-bar::-webkit-scrollbar {
opacity: 0;
-webkit-transition: opacity var(--sidebar-transition-timing);
transition: opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
z-index: 999;
}
#side-bar .close-menu::after {
z-index: 998;
}
#side-bar:hover .close-menu::before {
opacity: 0;
}
#side-bar:hover {
left: 0;
background-color: rgba(var(--swatch-menubg-color), 1);
padding-right: 0;
}
#side-bar:hover::-webkit-scrollbar {
opacity: 1;
}
#side-bar:hover~#main-content::before {
width: -webkit-calc(100% - var(--sidebar-width-on-desktop));
width: -moz-calc(100% - var(--sidebar-width-on-desktop));
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
}
}
}
}
:root {
--header-title: "SCP FOUNDATION";
--dark-accent: 20, 22, 24;
--bright-accent: 228, 228, 228;
--light-gray-monochrome: 84, 84, 84;
--dark-gray-monochrome: 48,48,52;
--black-monochrome: 20, 22, 24;
--medium-accent: var(--bright-accent);
--tab-border-color: var(--dark-accent);
--rating-module-button-color: var(--bright-accent);
--rating-module-button-credit-color: var(--bright-accent);
--swatch-background: var(--dark-accent);
/* Background and Header Colors */
--background-color: var(--dark-accent);
/* Primary Text Colors */
--swatch-text-light: var(--bright-accent);
--swatch-text-general: var(--bright-accent);
/* Primary Menu Colors */
--swatch-menubg-color: var(--dark-accent);
/* Colors for Secondary & Tertiary items like Blockquote and YUI Tabs */
--swatch-secondary-color: var(--swatch-menubg-dark-color);
--swatch-tertiary-color: var(--swatch-menubg-medium-dark-color);
/* Primary Header Colors */
--swatch-topmenu-border-color: var(--swatch-menubg-black-color);
--swatch-topmenu-bg-color: var(--swatch-menubg-extra-dark-color);
--rating-module-text-color: var(--bright-accent);
--rating-module-button-cancel-color: var(--gray-monochrome);;
--gradient-header: linear-gradient(
to bottom,
rgb(var(--header-gradient-color-bottom)) 0%,
rgb(var(--header-gradient-color-middle)) 90%,
rgb(var(--header-gradient-color-top)) 100%
);
--diagonal-stripes: repeating-linear-gradient(
45deg,
hsla(0, 0%, 100%, 0),
hsla(0, 0%, 100%, 0) 0.25vh,
rgba(var(--swatch-menubg-extra-dark-color), 0.1) 0.35vh,
rgba(var(--swatch-menubg-extra-dark-color), 0.2) 0.5vh
);
--toggle-button-bg: rgb(var(--dark-accent));
--toggle-border-color: rgb(var(--dark-gray-monochrome));
--toggle-icon-color: rgb(var(--bright-accent));
}
.modalbox {
background: rgb(var(--dark-accent))!important;
box-shadow: none!important;
border-color: transparent!important;
border-radius: 0px!important;
padding: 4px;
pointer-events: auto !important;
}
#skrollr-body > a {
display: none;
}
body {
color: rgb(var(--bright-accent));
}
#search-top-box-form input[type=submit]:focus, #search-top-box-form input[type=submit]:hover {
color: rgb(var(--dark-gray-monochrome));
}
a, a:visited {
padding: 0 2px;
background-color: rgb(var(--bright-accent));
color: rgb(var(--dark-accent));
}
a:hover {
text-decoration: none;
background-color: transparent;
color: var(--bright-accent);
}
a.close-menu {
background-color: transparent;
}
a.newpage {
color: rgb(var(--dark-accent));
background-color: rgb(var(--bright-accent));
}
a.newpage:hover {
text-decoration: none;
background-color: transparent;
color: var(--bright-accent);
}
::selection {
background: rgb(148, 148, 148);
}
.creditButton p a {
background-color: rgb(var(--black-accent));
}
#page-content .rate-box-with-credit-button {
display: inline-flex;
margin-bottom: .75rem;
border: .0625rem solid rgba(12,12,12,.25);
border: .0625rem solid rgba(var(--gray-monochrome));
border-radius: 0;
background: rgb(var(--dark-accent));
background-color: #fcfcfc;
background-color: rgb(var(--dark-accent));
padding: 0 .125rem;
height: var(--rating-module-height);
overflow: hidden;
}
#top-bar div.mobile-top-bar>ul>li>ul>li:hover>a, #top-bar div.top-bar>ul>li>ul>li:hover>a {
text-decoration: none;
color: rgb(var(--dark-accent));
}
#side-bar .heading
background: rgb(var(--dark-gray-monochrome));
}
#side-bar .side-block {
background-color: rgb(var(--dark-accent));
}
#side-bar .side-block.resources {
background: rgb(var(--dark-accent))!important;
}
#side-bar .side-block.media {
background-color: rgba(var(--dark-gray-monochrome))!important;
}
#side-bar div.menu-item>a {
color: rgb(var(--bright-accent));
}
#side-bar div.menu-item>a:visited {
color: rgb(var(--bright-accent));
}
.side-block.media a {
background: transparent
}
#side-bar .collapsible-block .collapsible-block-folded, #side-bar .heading {
background: rgb(var(--dark-gray-monochrome));
}
#search-top-box-input {
background-color: rgb(var(--dark-gray-monochrome));
}
#account-options {
background: var(--dark-accent);
color: var(--bright-accent);
border-color: var(--bright-accent);
}
#login-status {
color: rgba(var(--swatch-menutxt-light-color),0.5);
}
#login-status ul a {
color: rgb(var(--bright-accent));
}
span.printuser {
color: rgb(var(--swatch-menutxt-light-color));
}
#login-status .printuser {
background-color: transparent;
color: rgb(var(--bright-accent));
}
.page-rate-widget-box {
background: rgb(var(--dark-accent));
border: 0.0625rem solid rgba(var(--swatch-menubg-dark-color));
}
#top-bar div.mobile-top-bar {
background: rgb(var(--dark-accent));
}
#top-bar div.top-bar > ul > li:hover {
background: rgb(var(--swatch-menubg-black-color));
}
#top-bar div.mobile-top-bar > ul > li.sfhover > ul,
#top-bar div.mobile-top-bar > ul > li:hover > ul,
#top-bar div.top-bar > ul > li.sfhover > ul,
#top-bar div.top-bar > ul > li:hover > ul {
color: rgb(var(--dark-accent));
}
blockquote, div.blockquote {
border: none;
background-color: rgb(var(--dark-gray-monochrome));
--swatch-border-color: var(--gray-monochrome);
box-shadow: .0225rem .0835rem .0725rem .0925rem rgb(var(--dark-accent));
}
.yui-navset .yui-nav li,
.yui-navset .yui-navset-top .yui-nav li {
box-shadow: none;
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
--box-shadow: none;
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav hover a {
border-color: rgb(var(--dark-accent));
}
.yui-navset .yui-nav .selected a {
color: rgb(var(--dark-accent))!important;
border-color: rgb(var(--bright-accent));
}
.yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content {
color: rgb(var(--bright-accent));
background: rgb(var(--dark-accent));
}
.yui-navset .yui-nav li,
.yui-navset .yui-navset-top .yui-nav li {
background: rgb(var(--dark-accent));
}
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
background-color: rgb(var(--swatch-menubg-dark-color));
color: rgb(var(--dark-accent));
}
.yui-navset-bottom .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset .yui-nav li a {
color: rgb(var(--bright-accent));
background: rgb(var(--dark-gray-monochrome));
}
table.wiki-content-table th, table.wiki-content-table tr {
border: .0625rem solid rgba(var(--bright-accent))!important;
}
table.wiki-content-table th {
background: #e3e3e3;
border: 1px solid #e3e3e3;
color: #141618;
}
table.wiki-content-table tr {
border: 1px solid #e3e3e3;
color: #e3e3e3;
}
textarea,
input.text,
input.checkbox,
div.note,
#lock-info {
border: 0.0625rem solid rgba(var(--swatch-menubg-light-color),0.25);
background-color: rgb(var(--swatch-menubg-extra-dark-color));
color: rgb(var(--swatch-text-light));
}
.code pre span[class*="hl-"] {
-webkit-filter: invert(1) hue-rotate(180deg);
filter: invert(1) hue-rotate(180deg);
}
.owindow .modal-body img {
background-color: transparent !important;
}
.hovertip {
border: .0625rem solid rgb(var(--dark-gray-monochrome));
color: rgb(var(--swatch-text-light));
}
.hovertip .content {
padding: 0;
}
#footer {
color: rgb(var(--bright-accent));
}
.scpnet-interwiki-wrapper {
-webkit-filter: initial;
filter: initial;
margin-top: 1em;
}
.scpnet-interwiki-frame {
-webkit-filter: invert(0.92) grayscale(1) contrast(1);
filter: invert(0.92) grayscale(1) contrast(1);
}
.scp-image-block {
border: none;
--box-shadow: none;
padding: 0;
min-width: 100%;
display: inherit;
}
.scp-image-block a {
background-color: transparent;
}
.footnote {
background-color: rgb(var(--dark-gray-monochrome));
padding: .625em;
}
.footnotes-footer {
border-left: none;
background-color: rgba(var(--dark-gray-monochrome));
}
.licensebox .collapsible-block-link {
background: none;
}
.printuser img.small {
vertical-align: -0.4em;
width: 20px;
height: 20px;
}
#who-rated-page-area .printuser a {
font-size: 100%;
}
#license-area {
color: rgb(var(--light-gray-monochrome));
}
#search-top-box input.empty {
color: rgba(var(--bright-accent));
}
.danger-diamond > .arrows,
.anom-bar > .bottom-box::before {
background-color: rgb(var(--bright-accent));
}
.anom-bar > .bottom-box {
box-shadow: 0 -0.5rem 0 0 rgb(var(--bright-accent));
}
.bottom-box > .diamond-part {
box-shadow: -0.5rem 0 0 0 rgb(var(--bright-accent));
}
.acs-hybrid-text-bar > .acs-clear > .clearance-level-text::before {
color: rgba(var(--bright-accent),1);
}
.acs-hybrid-text-bar > .acs-disrupt .disruption-class-number::before {
color: rgba(var(--bright-accent),1);
}
.acs-hybrid-text-bar > .acs-risk .risk-class-number::before {
color: rgba(var(--bright-accent, 12, 12, 12),1);
}
.contain-class .class-text::before {
color: rgb(228 228 228);
}
.anom-bar-container.esoteric .text-part > .main-class > .second-class > .class-text::after {
color: #e4e4e4;
}
.info-container .collapsible-block-folded, .info-container .collapsible-block-unfolded-link {
background: rgb(var(--bright-accent));
}
.info-container .collapsible-block-folded .collapsible-block-link, .info-container .collapsible-block-link {
background: rgb(var(--dark-accent));
}
.acs-hybrid-text-bar > a {
background-color: transparent
}
.acs-hybrid-text-bar > .acs-clear > .clearance-level-text::after {
padding-top: 0.1rem;
color: rgba(var(--bright-accent),1);
}
.acs-hybrid-text-bar > .acs-risk .risk-class-number::after {
color: rgba(var(--bright-accent));
}
.acs-hybrid-text-bar > .acs-disrupt .disruption-class-number::after {
color: rgba(var(--bright-accent),1);
}
.danger-diamond a, .danger-diamond a:hover {
background-color: transparent;
color: rgba(0,0,0,0);
}
.fnnum {
background-color: rgb(var(--bright-accent));
}
.fnnum::after {
color: #141618;
}
.fnnum:hover {
background-color: transparent;
}
.fncon {
background: rgb(var(--dark-accent));
border: 2px solid rgb(var(--bright-accent));
}
.fncon::before {
background-color: #141618;
color: #e4e4e4;
border: 2px solid rgb(var(--bright-accent));
}
.printuser {
background-color: rgb(var(--bright-accent));
color: rgb(var(--dark-accent));
}
.printuser a {
margin-right: -1px;
font-size: 14px;
background-color: none;
}
.printuser img.small {
vertical-align: -0.4em;
width: 19px;
height: 18.5px;
}
.printuser:hover {
background-color: transparent;
}
.page-tags a {
background-color: transparent;
color: rgb(var(--bright-accent));
}
@media only screen and (max-width: 768px) {
#search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=text] {
background-color: rgb(var(--dark-accent));
}
}
Containment Class:
esoteric
Special Containment Procedures: To prevent SCP-5458's likely reclassification to Keter class, containment procedures have been adjusted to keep unauthorized personnel from interacting with SCP-5458-1. The hotel and its two surrounding establishments were bought out by the Foundation to help with containment, with the hotel being remodeled and designated as Humanoid Containment Site-53, the site in question will be used for the containment of SCP-5458 and future anomalies.
Minimal security along with Foundation agents have been placed at SCP-5458's entrance to prevent any unauthorized personnel from entering. Unauthorized personnel who attempt to enter the containment area will be terminated. Authorized personnel who attempt to enter the containment area without English currency will be detained and, in some cases, terminated. Any civilians who attempt to enter the facility will be detained and administered amnestics.
Upon the procurement of any anomalous items from SCP-5458-1, foundation scientists will examine the items and determine whether they need their own security protocols. Any items designated Safe or Euclid will be sent to storage Site-64. SCP-5458-1 has not yet bargained with any Keter class anomalous items.
Description: SCP-5458 is a 46-meter-long hallway found inside of an abandoned high-end hotel with no doors lining the walls, except for the entering walkway. The hallway has an archway and pair of candlelit lamps spacing out every 2 meters. The floor is a thickly carpeted red color, which does not appear to have suffered from any mildewing. When entering SCP-5458, there is a dramatic change in style between the building it was discovered in and itself, with the space changing from a hotel to that of a Victorian-era build. The building SCP-5458 was found in did not possess any anomalous effects, whilst the anomaly's walls proved impervious to any damage or erosion. Although this is the known extent of the hallway’s properties, it is more notable for its inhabitance of SCP-5458-1.
SCP-5458-1 is a male figure believed to be of European descent, speaking with a dated British accent, and refers to itself by the name of “Lucius Havisham”. Most of SCP-5458-1’s features are unknown, this is because SCP-5458-1 is entirely invisible and impermeable to its surroundings, with the only signs of its presence being the imprint of a pair of boots in the thick carpet and SCP-5458-1’s own voice. SCP-5458-1 has shown the ability to reveal parts of itself to subjects interacting with it but has either only wanted to or is only capable of revealing its right arm when it wishes to shake hands. SCP-5458-1 stands in the same spot most of the time, only capable of moving after it concludes a bargain.
SCP-5458-1 has two different behavioral patterns, one where it speaks with its target in a polite manner, going over a variety of subjects prominent in mid to late 18th century Britain. Subjects are informed to discuss these topics with SCP-5458-1, lest they cause it to enter its second behavioral pattern.
SCP-5458-1 only enters this behavior when its target refuses to indulge it in conversation or is impolite to the entity.
When SCP-5458-1 enters its second behavioral pattern its tone turns more serious, stating that they assume the subject is there for a different reason. SCP-5458-1 will then proceed to attempt to bargain with its target, offering a variety of different objects. These objects can vary from medieval weapons and livestock to anomalous items. Some of these objects include, but are not limited to:
- A Victorian revolver
- A decorated sword previously in SCP-1867's vault
- Several assorted pieces of jewelry
- A trip of goats
- A vial of unbranded perfume that, if applied, will make its user irresistible to their desired target
- 5 different brands of headwear
- A rusted telescope somehow capable of viewing objects almost to the extent of the Hubble Space Telescope
During these bargains, SCP-5458-1 will tell its target what it wants in return for whatever it is trading; SCP-5458-1 will ask its target for a set amount of English currency; these prices are far lower than someone would particularly expect for the items they are trading for, with pricing resembling the cost of goods during the Victorian era. If SCP-5458-1’s target agrees on this bargain, SCP-5458-1 will reveal its right arm so it can shake hands and close the deal - the right arm of SCP-5458-1 being clothed by a well tailored suit and white glove. Once the target shakes hands, the money will disappear from wherever they are keeping it, and the bargained item(s) will manifest within 3 meters from them. The subject will show no abnormal effects after this encounter and will be able to walk away freely.
If SCP-5458-1’s target does not have any English currency, then SCP-5458-1 will ask for an alternative payment. If its target agrees on this, then immediately upon shaking hands with SCP-5458-1 they will drop dead. Analysis of the cadavers reveal that they died from exhaustion, the bodies emptied of ATP molecules.
SCP-5458-1 will not move if they complete the bargain with English currency, but if it drains the ATP molecules - or "energy" - out of its target, then it will be able to move. SCP-5458-1 will take two steps closer to the end of SCP-5458. Senior researchers believe that if SCP-5458-1 is allowed to drain enough energy to leave its confinement, then it would be far more difficult to contain it, if not impossible; this will result in SCP-5458-1’s reclassification to Keter class.
Note: SCP-5458-1 will not stop its target from leaving SCP-5458 before it can close the deal. SCP-5458-1 will not show any violent tendencies to this and will politely allow its target to leave without any repercussions.
Addendum 5458-01: SCP-5458 was discovered on 10/▇▇/15 in the United Kingdom when the Foundation took notice of several missing cases coming from the abandoned [DATA REDACTED] Hotel. MTF Pi-1 "The City Slickers" was dispatched to investigate the missing persons and upon examination found SCP-5458, which at the time held the remains of one of SCP-5458-1’s victims. By that time, SCP-5458-1 had already crossed 12 meters of the 46-meter-long hallway. The families of the victims were debriefed and administered amnestics soon after the discovery of SCP-5458.
Note: Researchers still don’t know where the remains of the other victims have gone. Some have speculated that SCP-5458-1 somehow hid or disposed of the bodies so that its next target won’t be alarmed during its next bargaining.
Addendum 5458-02: Subjects returning from SCP-5458 report feeling very calm when interacting with SCP-5458-1, even when they are not told about SCP-5458-1’s impermeability, the subjects do not appear to be alarmed when they encounter the anomaly, even stating that they trust SCP-5458-1. As a result, all personnel who have interacted with SCP-5458-1 have been administered amnestics and moved to a different facility to prevent any attempted containment breaches. This reveals how SCP-5458-1 has been able to trick its targets into bargaining their energy without any suspicion. The congitohazardous calming effect exhibited by SCP-5458-1 will have to be examined by Foundation scientists.
Addendum 5458-03: SCP-5458-1 has informed nearby staff of its agitation of having it and SCP-5458 secured inside of the hotel. Researchers have taken note that SCP-5458-1 was in fact aware of its containment.
An interview has been conducted to determine SCP-5458-1's past or how it was given anomalous properties (See Interview Log 5458-A).
The following is an interview between Doctor ▇▇▇ and SCP-5458-1; Doctor ▇▇▇ was given a recording device and English currency to bring inside of SCP-5458, as it would be a bad idea to even attempt to bring SCP-5458-1 outside of SCP-5458. He was warned of SCP-5458-1’s calming capabilities, and has been instructed to call SCP-5458-1 by its given name, “Lucius Havisham.”
[BEGIN LOG]
Dr. ▇▇▇: (Entering the room) Hello Mr. Havisham, my name is Doctor ▇▇▇ and I’ve been sent here to conduct an interview with you. Of course, I could leave if you find my presence unwelcoming?
SCP-5458-1: Oh by all means, I’m always happy for new visitors around here.
Dr. ▇▇▇:(Smiling) Then we shall begin.
(Dr. ▇▇▇ pulled a chair inside of SCP-5458)
SCP-5458-1: Actually… Doctor ▇▇▇, do you happen to have another one of those chairs? I haven’t sat in one for a long time, and I’m sure sitting in one would better my mood for this interview. But, only if it wouldn’t be too much trouble for you?
(Doctor ▇▇▇ immediately approved this request. After getting permission from the head researcher for SCP-5458, Doctor ▇▇▇ brought in another chair, identical to the first. Doctor ▇▇▇ took note of the fact that although most of SCP-5458-1 is usually untouchable, its invisible form seemed perfectly capable of sitting in the provided chair.)
SCP-5458-1: (With a sigh of relief) Thank you, I can already feel the pain in my legs subsiding. Anyway doctor, I’m open to any questions you are here to ask.
Dr. ▇▇▇: Well, Mr. Havis-
SCP-5458-1: Please, call me Lucius.
(Doctor ▇▇▇ did not appear to be agitated from SCP-5458-1’s repeated interruptions)
Dr. ▇▇▇: Of course, Lucius. Our researchers here have devised a series of questions I’ll be asking you, particularly about your personal life and how you came here to be inside of the hallway. First off, do you have any family or friends?
SCP-5458-1: Well, my parents were quite important in the tailoring industry, a Mr. Eldon and Mrs. Ada Havisham. I followed a similar career path and became part of the dealing business. I suppose I have made some relatively close friends back then, but… nobody I know who is alive.
Dr. ▇▇▇: (After writing down this information) Do you happen to know how you ended up with your affliction?
(SCP-5458-1 winced after hearing this question)
SCP-5458-1: I wouldn’t call it an affliction, perse. I would call it more of a… potentiality to further my work. But, about how I came across it… I don’t particularly know; that time period is very fuzzy for me.
Dr. ▇▇▇: In that case, could you tell me how you ended up inside of this hallway?
SCP-5458-1: It’s pretty much the same answer as my previous one I’m afraid.
Dr. ▇▇▇: Then could you tell me why you drain energy out of the people who enter this hallway?
(SCP-5458-1's voice hardened when it heard this)
SCP-5458-1: Ah, I was wondering when you were going to ask me that question. Your scientists may have noticed my slow journey to the end of this pesky corridor. My "affliction" as you call it, does in fact have its cons. My impermeability - although I didn't ask for it - doesn't come for free. It requires my own energy to sustain it.
Dr. ▇▇▇: So if you don't take energy out of people, you'll die?
SCP-5458-1: Actually, no. My body doesn't work like that anymore. I don't particularly feel tired when I don't have any energy, my mobility simply… shuts down. I can still move most of my body, my mouth, my eyes, and my arms; but my legs… (SCP-5458-1 took a moment to breathe) my legs won't move. Its not as if they're numb… (SCP-5458-1 pauses)
Dr. ▇▇▇: Lucius, are you okay?
SCP-5458-1: Oh yes, I just thought I heard something… (Dr. ▇▇▇ dismisses this) Anyway, I can still stand perfectly fine, but my body simply won't let them take a step. Unless of course, I use my alternative payment.
Doctor ▇▇▇ paused for a moment, apparently surprised by SCP-5458-1's response.
Dr. ▇▇▇: I- I'm terribly sorry Lucius, is there some kind of medication we could give you, some way to help cope with your energy deficiency?
SCP-5458-1: I'm afraid not, Doctor ▇▇▇. I may not be as good of a scientist as the people you work for, but I've still come to the conclusion as to why I am like this. This damned hallway - although the reason why I haven't aged over the years - has taken advantage of my energy stealing prowess to make it impenetrable. If I were to escape it, I would be able to use my energy to its fullest, not having to wait for people to stumble inside, a quick way for me to take two measly steps. I would finally be able to continue my work in peace.
Dr. ▇▇▇: (Putting away his pen) I will help you in any way I can Lucius, I'll consult with the head researcher for your freedom. Thank you for your cooperation.
SCP-5458-1: It has been my pleasure, Doctor ▇▇▇.
[END LOG]
Addendum 5458-04: Although the interview with SCP-5458-1 did not provide too much information about its anomalous properties, it has revealed some information about its past, along with a better understanding of how it enters its second behavioral state. Upon examination of the recording, researchers noticed the calming effect working on Doctor ▇▇▇, who has exhibited sympathy for SCP-5458-1 and has asked higher-ups to help with SCP-5458-1’s accumulation of energy to leave SCP-5458; he has been given amnestics and sent to another facility, where he will be monitored for any results of SCP-5458-1's anomalous properties.
Researchers have looked for information pertaining to Mr. Eldon and Mrs. Ada Havisham, and found information following SCP-5458-1’s accounts but could not find anything about them having a son.
Note: SCP-5458-1 has expressed extreme distress upon being told about this. Foundation researchers believe that SCP-5458-1 was either lying, or SCP-5458 somehow removed SCP-5458-1 from history. SCP-5458's possible minor historically related reality warping properties cause no great deal of concern for personnel working with the anomaly.
The head researcher has made a speculation that SCP-5458 did in fact alter reality - or at least history - in a way to remove all accounts of a Lucius Havisham ever existing. Although it is the known extent of the anomaly's reality warping abilities, no risks will be taken. Scranton Reality Anchors have been spaced out evenly around SCP-5458, yet the anomaly has shown no observable reaction.
SCP-5458 is also believed to possess semi-intelligence or sapience, while it does not perform any physical actions to prove this, the anomaly has been using SCP-5458-1 as a source of power for the its invulnerability.
Researchers were at first confused why SCP-5458-1 did not enter its second behavioral pattern during its interaction with Doctor ▇▇▇, but came to the conclusion that Doctor ▇▇▇ was polite to SCP-5458-1 the entire interview and did not show lack of interest over what SCP-5458-1 was saying. SCP-5458-1 has been allowed to keep its provided chair and any reasonable amenities for its cooperation while not in its second behavioral pattern but will have these amenities taken away if it attempts to convince any personnel to free it.
Addendum 5458-05: SCP-5458-1 has been recorded talking to something unknown to any Foundation personnel. Through recording analysis, it has been having generally heated arguments with what could be presumed to be the hallway.
Another interview has been conducted with SCP-5458-1 (See Interview Log 5458-B) to understand what it is talking to.
The following is an interview between Doctor Cogan and SCP-5458-1; Doctor Cogan was given the same equipment and instructions as Doctor ▇▇▇, but was warned of the anomaly's cognitohazardous calming properties.
[BEGIN LOG]
[Skip to Timestamp 00:13]
SCP-5458 stops speaking, and pauses.
Dr. Cogan: Lucius?
SCP-5458-1: (Stammering) Oh, my apologies. I just… thought I heard something.
Dr. Cogan: Lucius, if you really want our interview to go smoothly, you'll have to tell me what's happening.
SCP-5458-1: No really, it was nothing. We can continue with our conversation.
Dr. Cogan: I didn't want to have to bring this up so quickly but, we have heard you talking to something. Did you hear it talk to you just now?
SCP-5458-1 did not say anything for a few seconds
SCP-5458-1: Didn't know you heard that… now you probably think I'm crazy, talking to essentially nothing.
Dr. Cogan: (Smiling) We deal with crazy things on a daily basis, I'm sure you have a reason for this.
SCP-5458-1: Well, uh. Every once in a while, I would talk to the hallway. I've been trapped in here for what seems like forever, and I rarely got any company, so I made do with what I had. But, sometimes the hallway would… respond? Not with any sound that I know of, but a feeling.
Dr. Cogan: And this happens often?
SCP-5458-1: Not as often as it has been recently. The hallway used to only respond when I talked to it first. Now recently, it has been assaulting me with these sensations, mostly those of frustration, probably since I haven't been leeching energy for it.
Dr. Cogan: Lucius, I don't mean to offend you, but are you sure whether what you are feeling is real or not?
SCP-5458-1 did not respond
Dr. Cogan: Lucius, if you want this interview to turn out smoothly for the both of us you are going to have to answer all of my questions to the best of your knowledge.
SCP-5458-1: (Whispering) …I think I'm about finished with this conversation.
Dr. Cogan: I understand Lucius, I suppose this means you're going to be speaking with me some othe-
SCP-5458-1: Actually, Doctor. Would you mind if I showed you some merchandise I have in stock? I'm sure one would suit you.
[END LOG]
Addendum 5458-06: During the interview, Dr. Cogan had accidentally provoked SCP-5458-1 into entering its second behavioral pattern; he followed procedure and politely declined the anomaly's offer. Dr. Cogan has not been administered any amnestics due to him not showing any signs of SCP-5458-1's cognitohazardous effects, but has been moved to a different site and will be monitored for any underlying results of his encounter.
After compiling some data along with recent information from the interview, Foundation researchers have determined that SCP-5458-1 has developed minor schizophrenia during its time inside of SCP-5458, and any future interviewers have been warned to speak lightly about its disorder.
Addendum 5458-07: Upon discovery that SCP-5458 was providing SCP-5458-1 with anti-ageing anomalous properties, Foundation scientists have conducted a series of tests (with SCP-5458-1's consent) inside of the hallway for belief that it may work on all organic material inside of SCP-5458.
Item: A mayfly in its adult stage
Procedure: The mayfly was placed inside of a container, then transferred to SCP-5458; where it will remain for 2 weeks.
Results: The mayfly was found inside of its container, highly fatigued, yet still alive. The mayfly died within moments upon its removal from SCP-5458.
Item: An elderly greyhound, nearing death.
Procedure: The dog was placed inside of an average dog cage, this time with dog food and water inside to prevent fatigue. The dog will remain for as long as deemed necessary.
Results: After a period of 3 months, the greyhound had not yet died. This may be a result of perseverance, so the dog will remain for an extended period of time.
SCP-5458-1 volunteered to care for the dog; since it cannot move, the food and water bowls were placed by the anomaly's feet, where it will be given bags of dog food monthly. The dog remains inside of SCP-5458 for the time being, in hope for it to dampen SCP-5458-1's schizophrenic tendencies.
Item: A raw steak
Procedure: The steak was defrosted and placed on a plate, where it was kept inside of SCP-5458 for 2 days.
Results: Upon examination, the steak had not been affected by SCP-5458's anomalous properties, it had undergone rotting and was beginning to smell.
It appears that SCP-5458's anomalous properties only extend to "living" organisms.
Item: A potato - freshly picked.
Procedure: The potato was placed inside of SCP-5458, given no soil or sunlight, where it will remain for 2 months.
Results: The potato had sprouted stalks from its pores, despite being dramatically wilted and desaturated. Although the stalks had not died, they grew at an immensely slow rate.
After the potato had fully grown more potatoes, a D-Class was ordered to eat one. After finishing their meal, they had complained that it was extraordinarily bland, and did not fill them in the slightest.
Addendum 5458-08: Although it has been shown that SCP-5458-1 does not wish to harm others, only doing so because it wishes to leave SCP-5458. It will not be supplied with subjects to provide it with energy. Either way, if SCP-5458-1 is able to leave it will be reclassified to Keter class and recontained in a separate holding cell. Researchers have come to speculate that if SCP-5458-1 escapes SCP-5458, it may trigger a highly negative response from the hallway, where it will likely attempt to retaliate; whether with its minor reality warping properties, or something else. The [DATA REDACTED] will likely prevent the former from happening but will not guarantee protection from any other things with which SCP-5458 may attack. Until further notice, the SCP-5458 Special Containment Protocols will remain the same, unless altered by 05 command.
Addendum 5458-09: SCP-5458-1 escaped SCP-5458 during a recent containment breach (See Incident Report 5458). Since thermal detection does not work, personnel have been informed to report disembodied voices or shoe shaped indentations in the floor. Although it is quite possible that SCP-5458-1 had already escaped Site-53 since it is now capable of unhindered transport.
Incident Report 5458
Time: ▇/▇/17 | 3:37 AM
During the transport into its cell, SCP-▇▇▇▇ attacked security and instigated a security breach, involving the release of several Safe and Euclid class SCPs. On site security agents were moved from low-priority containment areas (including SCP-5458's containment) to deal with the escaped SCPs, allowing for D-Class personnel to breach their cells and attempt escape. One group of these D-Class opted to hide inside of SCP-5458, unaware of SCP-5458-1's presence. SCP-5458-1 (seeing an opportunity) stole the energy from these D-Class without even trying to bargain with them, and managed to acquire enough energy to escape SCP-5458.
Addendum 5458-10: Two months after the containment breach, reports of a "ghostly" businessman in a neighboring city prompted the Foundation to deploy MTF Mu-13 "Ghostbusters" to recapture SCP-5458-1. Upon being returned to Site-53, SCP-5458-1's schizophrenic disorder surged, and it responded to personnel with violence. SCP-5458-1 used its energy draining abilities on a number of agents before eventually suffering from some form of shock. During this period, SCP-5458-1 stopped resisting its recontainment, and gave a very apologetic demeanor as it was moved. SCP-5458-1 has been given new containment procedures, along with new classification and description.
Addendum 5458-11: SCP-5458 has not been capable of retaliation, revealing that its reality warping properties were its only means of interaction with outside forces. After approximately 6 months, SCP-5458's invulnerability began to weaken. The [DATA REDACTED] was still being used to prevent SCP-5458 from attempting to warp reality or history during its slow loss of durability. After about two years, SCP-5458 had become completely vulnerable; with its structure now the exact same toughness of average building materials. SCP-5458 was observed for another two months for signs of anomalous properties.
After announcing that SCP-5458 was indistinguishable from an average hallway, Foundation scientists requested for authorization to reclassify it to neutralized.
Authorization denied, we are not sure if SCP-5458 is still anomalous. Continue testing until it is made certain the anomaly is no longer a threat. - Head Researcher Fullmore
Addendum 5458-10: In order to determine if SCP-5458 is still sapient and/or anomalous, Foundation scientists have requested for permission to remove the [DATA REDACTED] from SCP-5458's containment procedures.
Permission granted, at worst SCP-5458 will attempt to bring another victim inside. I hope you all know what you are doing. - Head Researcher Fullmore
Item: SCP-5458
Procedure: The [DATA REDACTED] have been deactivated and removed from SCP-5458, the anomaly will be observed for as long as deemed necessary to determine whether it is no longer anomalous.
Results: SCP-5458 was observed for another two years by Foundation personnel, no anomalous activity has been reported.
Request permission to reclassify SCP-5458 to neutralized.
Permission granted, we will continue with light observation of SCP-5458 for some time. But as of now, it is no longer considered anomalous. And before I forget, somebody tell [
SCP-5358-1 about the good news, I'm sure it would be happy. - Head Researcher Fullmore