@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)); } }
NOTICE FROM THE FOUNDATION RECORDS AND INFORMATION SECURITY ADMINISTRATION
Reviewers be advised that this document contains explicit descriptions of body mutilations, violence, suicidal thoughts and arachnids.
— Maria Jones, Director, RAISA
Item #: SCP-6420
Object Class: Keter
Special Containment Procedures: The perimeter around the property of SCP-6420-1 must be guarded at all times. Any civilians entering the area are to be turned away and informed that SCP-6420-1 is unstable. Tal Kinigl, deceased, is to be kept in cold storage at Site-85. The search for SCP-6420-2 is ongoing. When apprehended, SCP-6420-2 is to be placed in standard humanoid containment at Site-85.
Only two living instances of SCP-6420-3 are allowed to exist at one time. Instances of SCP-6420-3 are to be held in high-security animal containment and fed orchard hay and flies daily. One dead SCP-6420-3 instance is contained in a small cold storage locker. Any SCP-6420-3 instances not found in Foundation custody are to be incinerated.
Description: SCP-6420 is the collective designation for a series of seemingly disparate anomalies, located within and around a dilapidated, rural home in Michigan. SCP-6420-1 is the former residence of Tal Kinigl and Isa Kinigl. Tal Kinigl is a human cadaver presently afflicted by an instance of SCP-6420-3. SCP-6420-2 is a living humanoid afflicted by SCP-6420-3. Instances of SCP-6420-3 are parasitic kits1 bearing genomic and phenotypical commonalities with lagomorphae2 and arachnea.3 These instances are ~0.7 cm in length. The identity of SCP-6420-2 is conjectured to be Isa Kinigl.
When placed upon the base of a Homo sapiens sapiens'4 neck, SCP-6420-3 will bite and burrow through the subject's brainstem, eventually reaching its pituitary gland. Following infection, the subject loses consciousness and the wound produced by SCP-6420-3 will heal, leaving a circular patch of scab tissue.
| Hours since infection | Notes |
| 24 hours |
Subject wakes and complains of lightheadedness. |
| 30 hours |
First physical stages of infection become apparent. Subject will complain of skin irritation, taking every possible measure to scratch at their skin until they begin to bleed. Regardless of the subject's scratching, they will begin to grow fur in erratic, piebald patterns. This fur has been identified as genetically identical to the orders of both lagomorphae and arachnea. |
| 36 hours |
Subject will complain of a migraine. Bumps will grow from the parietal bone5. |
| 38 hours |
The bumps form ears similar to a rabbit. |
| 96 hours |
At this stage, the subjects' teeth, particularly the incisors, extend and widen resembling those of lagomorphae. Subject's intranasal suture6 elongates into a premaxilla7. Their orbital cavities deepen, restructuring themselves to the sides of the skull. The oculus shift gives the subject 360 degree vision. It no longer has depth perception or the ability to speak. Subject is however, able to communicate via text, sign language and communication typical for a rabbit8. |
| 120 hours |
The muscles and skeleton of the subject's lower extremities elongate and reshape themselves. Completion of growth looks similar to hindquarters of a rabbit. Subject's eyes begin to develop cataracts due to light overexposure.9 |
| 240 hours~ |
During the next 5 days, subject's abdomen will grow an ovarian cavity and egg pouch for incubation. After the 5 days, subject will lay between 9-18 kit eggs.10 The ovarian canal closes until the cycle repeats. This stage is reportedly the most painful. Subject becomes agitated if its egg clutch is threatened during this stage, thumping, hissing, and growling at approaching staff. |
Through cooperation with Agent Mackenzie Coinín, crucial observations were made to the stages of SCP-6420-3 symptoms and infection.
Observation Note, SCP-6420-3:
We ran tests on Agent Mackenzie Coinín's first litter. SCP-6420-3 instances created webs until the age of two weeks. The anomalies maintained their eight legs until their juvenile stage when the legs shriveled and fell off. Instances consumed the discarded legs for additional nourishment. Other than their peculiar diet, the anomalies exhibit typical rabbit behavior.
-Researcher Davis
Discovery:
On 2021/02/17 agents Joseph Królik and Mackenzie "Macky" Coinín investigated SCP-6420-1 after the Foundation detected low Hume levels in the area.
Location: SCP-6420-1
Investigators: Agents Joseph and Macky
<Begin Log>
[Image is of a two-story house in the countryside. Large firs have grown through the house. White rabbits hop outside the building. Snow lightly falls.]
Macky: They weren't kidding about the rabbits.
Joseph: Do you not like rabbits?
Macky: I like rabbits but sometimes they can be disturbing.
[They step up to the house. The rabbits do not move, but watch the agents. There's evidence of forced entry. Joseph notices something on the ground outside the door.]
[Joseph picks up a small object, later identified as a mezuzah.11]
[Joseph takes a deep breath as he steps inside. The agents turn their flashlights on as they enter.]
Macky: (whispers) Hail Mary, full of grace—
[Macky and Joseph put on their infrared goggles and switch their video feed. The agents enter into the main entryway. The stairway and hallways are barely visible due to the thickness of foliage and spiderwebs.]
[Joseph pans the infrared camera across the entryway. Both hallways and the upstairs show groups of rabbit heat signatures.]
[Extraneous footage removed.]
[The agents reach the second floor. Snow falls from holes in the ceiling. The agents see fresh large tracks and follow. It leads to an open door with a large heat signature. As they approach, the heat signature takes the shape of an upright rabbit. The hinges on the door are dislodged and broken. Macky turns her infrared off before entering the room. She peers her head inside.]
[The room is lit from an outside window. The window is smashed in by a tree branch. Snow banks grow in the room as the blizzard approaches.]
[SCP-6420-2 is in the corner hunched over a dead body later identified as Tal Kinigl. SCP-6420-2 covers its face with humanoid hands.]
[Macky indicates to Joseph to follow her into the room.]
Macky: Hello, bunny.
SCP-6420-2: (soft whimpers)
Macky: It's okay bunny, can you understand me?
SCP-6420-2: (shakes and whimpers)
[Joseph follows behind Macky.]
Macky: We aren't going to hurt you, if you can understand us, we want to ask you a fe-
SCP-6420-2: (thumps loudly)
[Macky and Joseph freeze. A minute passes before a responding thump shakes the house. Guttural honking12 is recorded.]
[The agents turn toward the door, the camera reveals multiple rabbits staring.]
[There is loud hissing behind Macky. SCP-6420-2 pounces. Macky screams as she wrestles with SCP-6420-2 in the snow drifts. The rabbits outside the door lunge at Joseph. He kicks and bats them away while retrieving his gun.]
[Macky's camera falls into the snow bank during the struggle. It records SCP-6420-2 ripping Macky's rosary from her neck. Joseph fires his gun at the rabbits who regroup and make an attempt to lunge again.]
[Macky screams as SCP-6420-2 shoves a kit into the base of her neck. Joseph turns around and kicks SCP-6420-2 off of Macky. He manages to shoot the anomaly in the thigh as it jumps out of the open window.]
Joseph: Macky!?
[She is unresponsive and Joseph picks her up]
[His camera shows a red and purple indent at the base of her neck, a pink polyp sticks out. He removes his field knife and tries to removes the polyp. Hissing comes from behind him. He replaces his knife for his gun and heads toward the window.]
Joseph: Shit. (slings Macky over shoulder)
[He looks over at the window, shoots at the approaching rabbits and runs to the window. He looks down, part of the first story roof is under the window sill.]
[Blood trails off the roof and toward the front of the house. He crawls out of the window, balancing himself and Macky. He follows SCP-6420-2's tracks to the side of the house.]
[Joseph jumps off the roof, bracing himself and Macky for impact. Macky rolls over in the snow and Joseph lays on his back. The snow fall has picked up. He curses as he stands and picks up Macky. Rabbits jump from the roof. Joseph moans with pain as he runs toward the car.]
[The hissing and guttural honking grow louder. Joseph turns around and sees the rabbits a few meters away from him and Macky. He draws out his gun and shoots a few of the sprinting rabbits. It scares the oncoming horde long enough for him to close the gap to the car. Wind and snow pick up as the stormfront approaches their area. Vision is obscured.]
[Sounds of labored breathing. The car door opening and slamming.]
Joseph: (yelling) It'll be OK Macky.
[Car engine turns over and the sound of wheels are heard as Joseph drives off.]
[Macky’s abandoned camera feed continues for another hour until buried by the snow drift. During that time it records rabbits binkying13 and playing in the snow.]
<End Log>
Below are logs recorded by Agent Coinín during the infection stages and post-operation.
2021/02/18
14:08
I woke up in a hospital bed. They informed me that I had been attacked and infected by SCP-6420-2 but I barely remember investigating the house with Joseph. My head feels light and I'm dizzy. I touched the back of my neck and felt the scab the critter left.
Researcher Davis came into the room and gave me this laptop. He requested that I keep a daily log of my activities and thoughts. Well my thought is that this sucks. I mean, there's a lot more to it than that. I might be in shock. The last thing I remember is climbing the stairs with Joseph.
The laptop isn't connected to the internet. I'm bored so I looked for games on the laptop. I like chess, and that's the only game on it I like.
2021/02/19
22:01
My skin has been really itchy and dry. I told the medical staff this and they gave me some lotion. It helps a little. We don't know what the symptoms of the infection are so… this could be part of it?
2021/02/20
01:08
The hair on my arm has gotten longer and it grows in thick patches. I'm trying not to itch myself or pick at the hairs by instead playing chess and writing. I forgot how incredibly bad I am at chess.
03:06
The itching is unbearable and I'm typing this to complain about it. I'm also attempting to ignore it. I scratched so hard an hour ago that I bled. Staff patched it up and is monitoring me. They might have to tie my hands up, the itchiness is… indescribable.
2021/02/20
06:28
Staff had to strap me to my bed while the hair fur grew in the rest of the way. I'm only typing this now because the itchiness has finally stopped.
To keep my mind off of the hare I'm goin play chess! Get it? Hare! I know I'm slowly turning into some horrible critter but I still need to laugh!
07:10
I can't focus on chess at the moment. I have a splitting headache, I touched the back of my head and found two bumps. I'm going to start crying.
I alerted staff and Researcher Davis inspected my head. He said he wanted to minimize my pain, but that since they don't know what's going to happen he's cautious about it.
2021/02/20
07:43
I can hear bugs scurrying inside the walls. The sound echos in my skull. I'm trying to ignore the ears. I'm trying to ignore the ears. But I can't ignore it. I can hear everything. I can hear the staff outside talking about other anomalies and I can hear them talking about me.
They sound so cold. I'm just another one of these freak critters we box up… I've been working here for a few years and I know what I signed up for but did I really know what I signed up for? I couldn't have imagined…
Oh God, I have a headache again.
2021/02/22
14:10
My mouth started bleeding and I held teeth in my hands as they pushed out of my skull. I screamed. New teeth split through my gums. Staff arrived.
I don't know what Davis expects me to type. I don't know what's going on and I'm scared.
2021/02/22
17:12
it shard to keep my eyes open im overwhelemed by the sight and the light in the room. my face is numb but it wasnt a little while ago haha, they gave me morphine.
i dont know what davis wants me to type at this point?? whats going on with me? my face is fucking different, when it grew it felt like my nose was pushed out of my face. but my eyes, my fucking eyes. hot searing pain down the sides of my skull and when my eyes readjusted? the pain was cold and bloomed from where they moved to
im certain i look like one of the critters now but i can t really think about it.
i asked staff why joseph isnt visiting me, they said that he doesnt have the clearance at this point
well fuck protocols right?
2021/02/23
14:01
i tried to ask staff to play music or something in my room, i cant speak and when i realized this i screamed. when i heard staff arrivied i typed "i cant speak". davis came and did a quick test.
im bored, i cant see, i cant speak
i requested that i have some music in my room
2021/02/23
20:34
i heard bones cracking and sinew and and nerves stretch— the pain ached and was fire and ice— i vageuly remember falling off the bed and shouting from staff. i woke up with a numb feeling in my legs. they dont feel right. davis calmly informed me that my legs are like rabbit hnd quarters.
i dont have any comments about this, my body still aches, im still hooked to drip morphine, i still cant speak and i cant see anything.
i dont want to think about the pain. i know davis needs my to type but jesus, mary, and joseph i cant describe it!!!!
2021/02/27
15:27
my abdoman is swollen and feels like an icicle was jammed into it. im bored and cant keep my mind off of the pain
ive never felt pain like this
staff took a look and i could hear them out in the hallway the results of the MRI is en egg sac growing in my stomach, or my abdoman, or wahtever lower intensitnes??i cant cry anymore im too tired
im going to nap and ill write more later
2021/04/15
23:11
i was in a dark, gray ocean. salt was on my lips as i swam towards the surface but i couldnt breach, i suffocated and woke up in a blinding white room. it was cold. i heard joseph's voice and a silloute of a rabbit stood in front of me in the blinding light.
i heard joesph's voice again and i woke up again. i felt the rough, warm hospital sheets, and joseph saying "shes woken up! she's woken up!" he asked me how i felt.
im still mute he realized this and got me the laptop… i cried and told him that i dont know what happened or where i was
…im in an intensive care wing in site 85, and davis' research team performed operation to remove the egg sac
joseph said i was out for a month and a half. he's glad that im alive but i cant stop crying. i'd rather be dead than be this
SCPs:
| SCP | Created | Rating | Comments | Length |
|---|---|---|---|---|
| SCP-6420 | 25 May 2021 20:59 | 66 | 23 | 20077 |
| SCP-5561 | 08 Jul 2021 20:30 | 37 | 33 | 16743 |
GoI Formats:
| SCP | Created | Rating | Comments | Length |
|---|---|---|---|---|
| Project Proposal 2004-042: "How to burn a Billionaire" | 14 Jul 2021 20:40 | 4 | 27 | 4922 |
Foundation Tales:
| SCP | Created | Rating | Comments | Length |
|---|---|---|---|---|
| Prose Bot and Perseverance | 24 Mar 2021 02:56 | 23 | 1 | 7548 |
| Daisy the Clown | 29 Mar 2021 22:23 | 29 | 5 | 5032 |










