/* 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: 1rem; /* 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.35rem; 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: var(--page-font-size); } #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; } }
-
Info
SCP-7672: In the Court of the Goblin King
Look out for the little guys.Aftokrator and
Ralliston's entry in GoblinCon.
Written by Aftokrator and Ralliston
Special Containment Procedures: Foundation personnel are forbidden from owning carpets until further notice.

Department of Ontokinetics personnel captured attempting to recreate the SCP-7672 phenomenon in isolation (carpet not pictured).
Description: SCP-7672 denotes a phenomenon wherein the stability of local reality in buildings that possess a carpet within them is slightly lower than of those that don't. As none of the currently existing parascientific theories have so far been found to explain why this discrepancy manifests, further research is currently ongoing.
To gather more data about SCP-7672, an experiment was devised, meant to amplify the metaphysical "rugness" of a non-anomalous rug, hoping that the operation would in turn also amplify SCP-7672's effects, which would make the observation of the anomaly significantly easier. Attached below is a recording of the experiment itself, as carried out by Dr. Robert Madden and Dr. Rylye Kei'hla within the house of Dr. Anna Szulc.. Leader of Site-120's Inter-species Communications Team and primary middleman in handling Site-120's relations with other groups and anomalous races; she has personally offered her own rug for the experiment as, in her own words, "it was already too old to be good for anything else."
[BEGIN LOG]
[Kei'hla and Madden are standing in Szulc's apartment. Scattered around her living room are various apparatus, all focused around Szulc's carpet. The only other objects that haven't been removed from the room are lamps, which now illuminate it brightly.]
[Kei'hla squats next to the rug, noting down its baseline parameters; above him, Madden stands, turning on the remaining sensors.]
[Madden clears his throat.]
Madden: Alright, we're done with calibrations. Shall we begin?
[Kei'hla stands up, and clasps his hands together. He looks into the camera recording the experiment, through which Szulc is remotely observing.]
Kei'hla: Very good. Now, there's a pretty decent chance you won't be getting your rug back after this.
Szulc: Not a problem. It's still a better fate than it wasting away on some Esterbergian dump.

Dr. Szulc's rug.
[Kei'hla nods politely, and clicks several buttons located on the apparatus, typing in commands on the keyboards next to them. He lifts his hand.]
Kei'hla: Beginning experiment…
[His hand falls.]
Kei'hla: …now.
[From the various machines, a soft hum is emitted; the graphs displayed on the apparatus start to rapidly change, unfolding a series of data as they analyze their new environment.]
Kei'hla: Amplification successful. That rug is now around ten times as sensitive to ontokinetic changes than the baseline. SCP-7672 still seems to remain negligible, however.
[Madden furrows his eyebrows.]
Madden: Hrm. Let me see th—
[While walking towards the equipment, Madden trips on the corner of the rug. He swears under his nose and catches himself before he can fall, but inadvertently knocks over a lamp sitting on a nearby table in the process. It falls onto, and through the rug.]
Madden: Shit, Anna I'm so… I'm sorry?
[Szulc comes closer to the camera.]
Szulc: Is that supposed to happen?
[Kei'hla crosses his arms, and slowly comes closer to the rug.]
Kei'hla: Not really? I… I haven't even increased the amplification enough to de-value the local field. What on…?
Madden: Let me see if I can grab it.
[Madden cautiously steps onto the rug, feeling for any pockets of non-local reality that the lamp may have fallen into. After a few more steps, he slowly reaches down with his left hand towards the part the lamp has disappeared in; the second he touches it, however, he falls through the rug as well.]
Kei'hla: Robert! Are you there?
Madden: <muffled:> Yeah, I'm here.
Szulc: Where is 'here'?
Madden: <muffled:> Fuck if I know. It's dark, save for the lamp. I— Wait. I hear something.
[Szulc stares at Kei'hla with confusion and concern.]
Kei'hla: Happens sometimes. Distort reality enough, and you'll start getting a few holes in it. The pocket dimension should be temporary and harmle—
Madden: YOU BASTARD—
[Madden yelps and curses repeatedly.]
Szulc: Robert, what the hell is going on in there?
[The sounds of a mild scuffle are heard coming from the general direction of the rug. They abruptly cease after a few seconds.]
[Szulc's lamp is ejected from the rug and is barely caught by Kei'hla. A hand erupts from the rug shortly after, followed by the rest of Madden pulling himself out. His hair is disheveled, his coat is stained with dirt and dust, and there are tears on his trousers. He is out of breath, and stares directly into Szulc's camera, mild annoyance in his eyes.]
Madden: Motherfucking goblins.
[END LOG]
Following his re-emergence from the pocket reality, Dr. Madden reported that he had found himself inside a large space occupied by small, green-skinned humanoids. Inside, he could notice several other rugs, through which similar entities regularly emerged and left. Due to his short time inside, however, he was unable to report more. Further research was immediately initiated.
Subsequent experiments on other rugs have consistently resulted in similar gateways opening to the same unexplored space with identical residents, now classified as SCP-7672-A and SCP-7672-B respectively.

Dr. Anna Szulc, circa 2014.
While with the finalization of initial research, SCP-7672's origins have now become understood, one issue still remained unanswered: the existence of SCP-7672-A and its population. To facilitate this still-standing need, a special diplomacy team consisting of Diplomatic Task Force Zeta-8 ("Hansel and Gretel") led by Dr. Anna Szulc was quickly formed.
It was decided that the team had no need to bear arms — all previous observations of SCP-7672-B have reported that, while a nuisance, the entities pose no real threat to human life and indeed possess no concept of true violence. Due to this, as well as to improve the team's diplomatic value, the only apparatus they were armed with was a remote recording camera, headsets connected to mission control stationed at Site-120, and flashlights. Below attached is a transcript of their mission.
[BEGIN LOG]
[All three Foundation staff are standing inside SCP-7672-A; around them, its black sky and ground stretch beyond the horizon. Scattered throughout the space are several rugs of various make and age. Through them, numerous SCP-7672-B instances enter and leave. Though the entities vary widely in clothes and minor characteristics, they are all around 0.7 meters tall, green-skinned, and possess pointy ears.]
[Somewhere in the distance, a few crude structures constructed from what appear to be mismatched LEGO bricks, screws, nuts, and puzzle pieces stand. One of the buildings is visibly larger — around it, high stacks of small coins and socks lay. Noticing the structure, Zeta-8-1 raises an eyebrow.]
[As the three personnel take their first step forward, five SCP-7672-B instances suddenly become aware of their existence. They all bear long tools made from several toothpicks glued together and appear to be both excited and slightly annoyed. Around their necks, necklaces made with socks hang. They start flap around gently as the creatures quickly make their way towards the diplomatic team.]
[Szulc shows Zeta-8-1 and Zeta-8-2 to stop in their tracks. They comply.]
[One of the beings points their toothpick at Szulc.]
SCP-7672-B-1: Intruders! Intruders!
[The remaining creatures cheer and also raise their "weapons."]
SCP-7672-B-2: To the king!
[The beings nod energetically.]
SCP-7672-B-3: To the king!
[Without looking back, the five instances start to quickly move towards the city in the distance. Szulc just shrugs, and shows her team to follow them. With just a few steps, they catch up to the beings.]
Szulc: We seek no quarrel with your kin—
SCP-7672-B-4: Silence, Outsider! Or I will not hold myself!
[SCP-7672-B-4 shakes its "spear."]
SCP-7672-B-4: The goblin legions will not listen to the wishes of those from Beyond the Rug!
[Another being shakes its necklace.]
SCP-7672-B-5: You either live by the sock or die by the sock, human!
[The other creatures cheer and agree.]
[The march continues in silence as the eight make their way towards the city. As they come closer, the fact that the buildings are constructed from very inappropriate materials becomes more and more apparent.]
[All throughout the barely-standing structures, SCP-7672-B beings run energetically; within their hands, screws, bolts, needles, puzzle pieces, and other small objects can be observed. The moment they notice the approaching group, however, they stop to point at the newcomers, vocalizing various excited exclamations.]
[Eventually, the group comes before the largest building. Next to its doors, two larger creatures stand. They are covered in crude imitations of armor, made from loose socks and leather scraps. Their faces are deadly serious. As they exchange a few inaudible words with the five other instances next to the personnel, they move away and let the group enter.]
[Inside, a large chair constructed from loose bits of wood and other resources characteristic of the SCP-7672-A environment can be seen. Atop it sits the largest SCP-7672-B creature so far seen, surrounded by several guards similar to those that were stationed outside the building. The being bears a crown reminiscent of those given out by the Burger King franchise, only additionally "decorated" with several small coins. It displays a smug of superiority as it looks down on all entering.]
SCP-7672-B-Prime: Well, well, well. Who are these creatures you bring before me?
[All five SCP-7672-B instances bow before SCP-7672-B-Prime. Moments later, Szulc does the same, and shows her companions to join her in the gesture. They comply. After a few seconds, all stand up and face the king.]
SCP-7672-B-2: Intruders, Your Hoardship!
SCP-7672-B-Prime: Intruders? INTRUDERS? IN OUR KINGDOM? PAH! WHO DARES?
[Szulc comes forward, putting on a polite smile.]
Szulc: We did not mean to intrude, your — ahem — Your Hoardship. We merely seek to—
[SCP-7672-B-Prime slams the arm of its throne with its first. A few LEGO bricks fall of the furniture.]
SCP-7672-B-Prime: SILENCE! You are as rude as you are freakishly tall. And no more excuses. You three have INTRUDED, without MY permission. You are INTRUDERS, and for that you will PAY.
[Zeta-8-1 and Zeta-8-2 barely contain a snicker. Szulc eyes them carefully, then turns her gaze once more upon the king, her expression serious and composed.]
Szulc: How could we atone for our heinous and terrible crimes, Your Hoardship?
[SCP-7672-B-Prime's lips curl into a sneer. It looks at one of the other instances knowingly, gesturing for them to answer on their behalf.]
SCP-7672-B-4: Everyone knows the penalty for trespassing is execution!
[Multiple SCP-7672-B instances present in the room begin chanting and cheering, including SCP-7672-B-Prime. Multiple guards begin advancing on the Foundation staff with toothpick "spears" raised. Szulc puts a hand next to her forehead theatrically.]
Szulc: No! Please! Anything but that!
[Szulc glances at Zeta-8-1 and Zeta-8-2, mouthing "play along." Immediately, the two personnel fall to the ground, as if gasping for air. Zeta-8-1 lets a fake tear fall down his cheek.]
Zeta-8-1: I don't want to be executed!
Zeta-8-2: Mercy! Mercy on our souls!
[Szulc falls to her knees, conveniently slightly pulling the legs of her pants up.]
Szulc: At least let us take our socks off first before you execute us!
[Silence falls upon the court the moment Szulc mentions socks. SCP-7672-B-Prime sits up from its "throne," eyes widened.]
SCP-6474-B-Prime: Wait. You have… socks?
[Szulc grins slightly.]
Szulc: Yes. We have socks. Two for each of us. Where we come from, it is customary for us to remove any and all socks before executions. After all, the boatman's price is nothing if not high.
[The guards look to SCP-6474-B-Prime for further instruction. It simply nods solemnly, and the toothpicks are lowered. The three Foundation personnel begin removing their shoes and socks. All SCP-7672-B instances are noticeably focused on the socks in particular, some staring slack-jawed.]
Szulc: If I may speak, Your Hoardship, it is really a shame that me and my colleagues are to be executed here, never to wear another sock ever again.
Zeta-8-2: I am ready to face death. Goodbye, my beloved sock drawer, built from lovely screws and bolts.
[SCP-7672-B-Prime furrows its brows.]
SCP-7672-B-Prime: What is the meaning of this? You… you have more socks?
Szulc: Why, of course. Where we come from, almost everyone owns a sock. There is even a sock market from which we acquire more socks.
Zeta-8-1: Valuable socks, even.
[There is hushed whispering amongst the court. SCP-7672-B-Prime begins drooling, before noticing and wiping its mouth. It raises a trembling finger at Szulc.]
SCP-7672-B-Prime: What strange place do you come from? Tell me! TELL ME NOW.
Szulc: I— We come from a place called Fundacia, and we will sorely miss the socks it bestowed unto us.
SCP-7672-B-Prime: ENOUGH. You will not be executed. Not yet. But you WILL go back to wherever this— this Fundacia is, and return with— with as MANY SOCKS AS YOU CAN CARRY. YES. THIS IS A RANSOM.
SZULC: Oh, you are most merciful, Your Hoardship! It will be done!
SCP-7672-B-Prime: And if you even think about running away, we will declare WAR on Fundacia AND execute you all! And then take all your socks! You hear me?!
[Szulc grabs puts her hand on her heart.]
Szulc: Crystal clear, Your Hoardship!
SCP-7672-B-Prime: Now GO.
[The three Foundation staff are released, and turn towards the exit of the "castle".]
SCP-7672-B-Prime: <muttering under breath:> What the sock is a 'crystal'?
[END LOG]
Following the mission's re-emergence into baseline reality utilizing Dr. Szulc's rug, it was decided that further discussion in regards to SCP-7672-A and SCP-7672-B was necessary. While it was once again proven that the beings are of no real threat to anything or anyone, the widespread nature of their actions and the fact they can appear globally were deemed enough of a nuisance to merit being dealt with.
To facilitate such a discussion, Dr. Szulc and her team called a summit of Site-120's Director Council. Due to its sudden nature and relatively low priority, however, only two of its five members — Dr. Jessie Rivera and Dr. Magdaleine Cornwell — were able to attend. Attached below is a transcript of their meeting.
[BEGIN LOG]
[Cornwell and Rivera are seated at a table in the Site-120 cafeteria. They are both slightly rubbing their eyes, and cups of coffee are standing next to them. Moments later, Szulc and Zeta-8-1 and Zeta-8-2 arrive with a serving of muffins and tea for all parties present.]
Szulc: Before we begin, I'd like to thank you two for being able to make it on such short notice. Especially during those hours.
[Rivera and Cornwell nod in acknowledgement.]
Szulc: Now, the exploration log speaks for itself — these creatures aren't exactly threats on their own merits. Irritating, definitely, but nothing too serious.
Cornwell: They're also, what? About yay high?
[Cornwell spreads her hands out to roughly demonstrate the height of an average SCP-7672-B instance.]
Szulc: A little bigger than that, but more or less accurate.
Cornwell: So you could just punt them away.
[Rivera barely contains a snicker. Szulc slightly rolls her eyes.]
Szulc: Yes, but that's besides the point. The primary concern here is their widespread nature. These goblins can effectively enter any location in baseline reality, so long as it has a rug, carpet, mat, et cetera lying around somewhere. We're looking at a major risk to the integrity of the Veil and security in general.
[Rivera props her head up with her hands, yawning loudly.]
Rivera: I'm sure we could make a case to O4 for the banning of rugs from all Foundation facilities, but I'm hesitant to escalate it further to the other side of the Veil. What would an 'invasion' by these entities even entail?
Szulc: No idea. My guess is that they would show up wherever in swarms, and do whatever it is goblins do. Theft, most likely. On a ridiculously minuscule scale, but still a Veil-breaking one nonetheless.
Cornwell: As humorous as it is to have our response to goblin incursions in baseline reality simply be "kick them on sight," we have to be proactive about this. Would it be possible t— ARGH—
[Cornwell jumps up from her seat. As she withdraws from the table, an instance of SCP-7672-B is seen hanging from her left shoe by its teeth.]
Cornwell: LET GO, YOU LITTLE SHIT!
[In response, SCP-7672-B-12 just continously growls.]
[Cornwell attempts to shake the SCP-7672-B instance off her foot to no avail. Rivera and Szulc move to help her, but are distracted by the sudden emergence of more SCP-7672-B instances in the cafeteria.]
SCP-7672-B-8: Invasion! Invasion! War! War!
[Multiple SCP-7672-B instances cheer and chant enthusiastically as they begin "attacking" the cafeteria and Foundation personnel present. Several instances run across the tables, treading through the lunches of multiple unlucky personnel in the process, while another tosses plastic cutlery from a bin into the air. Several personnel yelp as their ankles are pricked with dull toothpicks and plastic forks.]
SCP-7672-B-9: You should have paid the ransom! Fools!
[SCP-7672-B-9 flips over the platter of muffins and unsuccessfully attempts to lob one at Szulc, losing its balance and falling over while holding the muffin above its head.]
Szulc: It hasn't even been 2 hours since we left!
[Rivera looks around the cafeteria, confusion in her eyes.]
Rivera: How did they even get here? Does carpet flooring count towards the effect?
[Szulc and Rivera pause as they watch an SCP-7672-B instance fly overheard, kicked by the annoyed Madden halfway across the room and screeching all the way. It lands squarely in a metal trash can with a loud clang.]
Cornwell: So it would seem.
[Cornwell furrows her brows once more, realizing that SCP-7672-B-12 continued its attempted assualt on her clothes. She sighs, and starts shaking her leg energetically.]
[Suddenly, SCP-7672-B-12 freezes in place. It stops chewing on Cornwell's shoe, very slowly lowering its head as it carefully eyes Dr. Kei'hla,. Site-120 researcher and member of the Homo sapiens sidhe (common Fae) species. who now has entered the cafeteria.]
[As the other creatures notice SCP-7672-B-12's reaction, they too stop and start to shake.]
[SCP-7672-B-13 points at Kei'hla.]
SCP-7672-B-13: Q-Q-Q-Queen!
[All instances start to collectively shout.]
SCP-7672-B-14: Queen!
SCP-7672-B-15: Queen?!
SCP-7672-B-12: Queen!
[Witnessing the state of the cafeteria and the presence of multiple unidentified paranormal entities pointing at them, Dr. Kei'hla slowly backs away.]
SCP-7672-B-16: Q—
[Cornwell grabs SCP-7672-B-12 by its head, turning the entity to face her.]
Cornwell: "Queen?" What do you mean by—
[SCP-7672-B-12 bites Cornwell's hand, and joins the other in pointing at the Fae.]
SCP-7672-B-12: Queen! Queen's Servant! Here to imprison us! Here to steal our socks! Here to—
[Cornwell and Rivera exchange worried looks, realizing the being is refering to Queen Mab. Rivera crouches, putting on a gentle smile and looking at SCP-7672-B-12.]
Rivera: Whoah, whoah, buddy. Easy does it. Nobody's going to imprison you.
Szulc: That's no Queen. That's our friend.
[SCP-7672-B-12 turns to look at the two women, worry in its eyes.]
SCP-7672-B-12: You swear by your bolts? No Tall Pointy-ears come for us?
Szulc: We do. How do you even know the Queen?
[SCP-7672-B-13 clenches its fist.]
SCP-7672-B-13: King tells us many things, many stories. He tells us goblinkind used to be the same as Tall Ears, many moons ago. We too were tall, he tells us. But the Queen's greed for socks was too much, even for His Hoardship.
SCP-7672-B-14: So we no longer tall, many moons later. Still got the pointy ears, though!
[SCP-7672-B-14 touches its ears, giggling wildly.]
SCP-7672-B-15: And name-tricks! Easier to use all carpets when they're all just called carpet!
[SCP-7672-B-15 snickers. Szulc, Rivera, and Cornwell eye each other. Szulc clasps her hands.]
Szulc: Right, so where were we?
[Cornwell points at SCP-7672-B-12.]
Cornwell: Him not chewing my shoe.
SCP-7672-B-9: No! Invasion! War!
[The other SCP-7672-B instances begin chanting in unison.]
Szulc: No, no, stop that. No war. You will have your ransom of socks.
[SCP-7672-B-13 raises its "spear" and points it at Szulc.]
SCP-7672-B-13: His Hoardship has revoked the ransom! We have orders to execute everyone here and take their socks instead!
[Cornwell sighs. Rivera and Szulc exchange looks, and not moments later.]
Rivera: What if we made the ransom bigger?
[SCP-7672-B-13 comes closer and raises its monobrow.]
SCP-7672-B-13: Bigger?
Rivera: Yes, and more regular! Fresh socks for everyone!
[Szulc looks at Rivera, her grin very wide.]
Szulc: And not just socks! Screws, bolts, and bricks too!
[The SCP-7672-B instances all eye each other and form a circle. They begin to whisper between each other, looking suspiciously at the present Foundation personnel every few seconds. After two minutes, they stop talking, and turn back to face the gathered.]
[SCP-7672-B-9 puts its hands on its hips and over-exaggerates a frown.]
SCP-7672-B-9: And where would you even get this much treasure? Huh?!
Szulc: All humans are born with socks already on their feet, you see. That's why we also value them beyond anything else.
SCP-7672-B-10: And what about screws, huh?! What about them?
Cornwell: And how do you think we keep our huge bodies from falling apart?
[This time, Rivera is unable to resist, and lets out a loud laugh. She immediately realizes what she's done and puts a hand over her mouth. SCP-7672-B instances, however, do not seem to share her perception. Instead, they come together once more, and start to quickly talk between each other.]
[After a few moments, the creatures turn to face the Foundation staff again.]
SCP-7672-B-12: Puny humans! We have deemed your offer most interesting!
SCP-7672-B-14: But before His Hoardship can accept, He will need your name-signed word!
[The other entities nod energetically.]
Szulc: Of course. We wouldn't hope to offer anything but.
[The SCP-7672-B instances bring their fists into the air, letting out loud cheers.]
SCP-7672-B-13: You have time to bring your peace before His Hoardship until the day breaks!
SCP-7672-B-16: And if you don't, then it's war!
SCP-7672-B-9: War!
SCP-7672-B-10: Invasion!
SCP-7672-B-13: War!
[The creatures continue to vocalize different versions of the same statement as they start to run towards the cafeteria's carpeted flooring. When all of them eventually disappear beyond it, Cornwell slowly turns to face the remaining personnel.]
Cornwell: We could have also just literally kicked them out, you know.
[Noticing Szulc and Rivera eye her dangerously, Cornwell just shrugs.]
Cornwell: What? All I'm saying is it would've been cheaper.
[END LOG]
In light of the increasing SCP-7672-B activity — as well as the fact that Site-120 personnel came to an agreement as to what needs to be done in order to humanely deal with the entities — over the next three hours, the individuals involved with the summit proceeded to compose a "truce" agreement between Foundation staff and the population of SCP-7672-A. Its primary aim was to leave both parties satisfied, whilst also solving the potential containment crisis the continued existence of the entities threatened.
Attached below is its verbatim reproduction.
We, the servants of the Kingdom of Fundacia, solemnly beg His Hoardship of Goblinkind and Beyond for peace with our Kingdom. As per His Hoardship's most generous offer against an all-out war with His kind, we propose the following:
The Kingdom of Fundacia will commit itself to bringing regular, monthly ransoms consisting of ten fresh socks directly to His Hoardship. Additionally, in agreed-upon hours, the Kingdom will lend the King access to its one hundred and twentieth Palace, whereupon a generous tribute consisting of free access to its cafeteria treasure bins, most-valued leftover scraps, and loose bolts, invaluables and associated materials will be left scattered throughout the area.
In exchange, the Kingdom humbly begs His Hoardship to never bring his might against the Outside World in any capacity, hoping that the lands the Kingdom lends to Him will prove satisfactory. In addition, the Kingdom implores His Hoardship to never show the true might and beauty of His peoples to anyone within the Outside World who is not part of the Kingdom of Fundacia. The Kingdom does not wish for the excellence and power of His subjects to terrify the simple Outside Humans to their core.
So propose we, the hereby signed Council of Fundacia.
Dr. Szulc and DTF Zeta-8 then delivered the document to SCP-7672-B-PRIME. After some internal debate, the representative of the SCP-7672-B entities accepted the agreement without any comments, urging the Foundation to "respect its side of the peace just as much as His Hoardship, lest it wishes for total and unparalleled war."
Oversight over the project was handled from the Department of Ontokinetics to the Biology Department for the purpose of further study of the history of SCP-7672-A and SCP-7672-B, and the connection of the latter as an evolutionary subspecies of the Fae species. Further reclassifications are pending.
In the ten months since the signing of the agreement, no further incidents involving SCP-7672-A or its inhabitants were noted. However, with its now-reduced workload, Site-120's Maintenance Team team has reported a 48% increase in workplace satisfaction.
Cite this page as:
"SCP-7672" by Aftokrator and Ralliston, from the SCP Wiki. Source: https://scpwiki.com/scp-7672. Licensed under CC-BY-SA.
For information on how to use this component, see the License Box component. To read about licensing policy, see the Licensing Guide.
Filename: experiment.jpg
Name: Baffled LIGO Scientists.jpg
Author: Nkij
License: CC BY 4.0
Source Link: Wikimedia Commons
Filename: carpet.jpg
Name: Flatweave rug, Caucasus, 1875-1925.jpg
Author: The Textile Museum Collection
License: Public Domain
Source Link: Wikimedia Commons
Filename: szulc.jpg
Name: Woman with red hair of which I am jealous
Author: Timothy Krause
License: CC BY 2.0
Source Link: Flickr