:root {
/* header measurements */
--header-height-on-desktop: 10rem;
--header-height-on-mobile: 10rem;
--header-h1-font-size: clamp(2rem, 5vw, 2.8125rem);
--header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem);
--logo-image: url("https://nu-scptheme.github.io/Black-Highlighter/img/logo.svg");
}
#header {
--search-textbox-text-color: var(--swatch-secondary-color);
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 0;
background-size: auto calc(var(--header-height-on-desktop) - 1.5rem);
opacity: 0.8;
pointer-events: none;
}
#header h1,
#header h2 {
margin: 0;
padding: 0;
width: 100%;
height: var(--header-height-on-desktop);
display: flex;
align-items: center;
justify-content: center;
display: flex;
align-items: center;
justify-content: center;
}
#header h1 a,
#header h1 a::before,
#header h2 span,
#header h2 span::before {
margin: 0;
padding: 0;
z-index: 0;
display: block;
text-align: center;
}
#header h1 {
z-index: 1;
}
#header h1 a::before,
#header h1 a::after {
content: var(--header-title);
}
#header h1 a::before {
color: rgb(var(--swatch-text-tertiary-color));
z-index: -1;
-webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark));
}
#header h1 a::after {
color: rgb(var(--swatch-headerh1-color));
z-index: 1;
}
#header h2 {
z-index: 0;
text-transform: uppercase;
pointer-events: none;
}
#header h2 span {
margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em);
}
#header h2 span::before,
#header h2 span::after {
--wght: 600;
content: var(--header-subtitle);
position: absolute;
left: 50%;
transform: translateY(-50%) translateX(-50%);
width: 100%;
text-align: center;
}
#header h2 span::before {
-webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark));
}
#header h2 span::after {
color: rgb(var(--swatch-headerh2-color));
z-index: 1;
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] {
color: rgba(0, 0, 0, 0);
}
@media (min-width: 36rem) {
#login-status {
flex-grow: 1;
left: 3%;
right: initial;
}
#login-status::before {
--mask-image: none;
background-color: transparent;
}
#login-status:not(:focus-within) {
color: rgb(var(--login-line-divider-color));
-webkit-user-select: initial;
-moz-user-select: initial;
-ms-user-select: initial;
user-select: initial;
}
#login-status #account-topbutton,
#login-status:not(:focus-within) #account-topbutton {
--clip-path:
polygon( 0 0, 100% 0, 100% 100%, 0 100% );
background-color: rgba(var(--login-arrow-color), 0);
}
#login-status #account-topbutton::before{
--clip-path:
polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% );
--mask-image: initial;
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(var(--login-arrow-color), 1);
-webkit-clip-path: var(--clip-path);
clip-path: var(--clip-path);
}
#login-status #account-topbutton::before,
#login-status:not(:focus-within) #account-topbutton::before,
#login-status:not(:focus-within) #account-topbutton:hover::before {
--clip-path:
polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% );
--mask-image: initial;
}
#login-status:not(:focus-within) #account-topbutton::after {
display: none;
}
#login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) {
--clip-path:
polygon(
0 0,
100% 0,
100% 100%,
0 100%
);
pointer-events: all;
-webkit-clip-path: var(--clip-path);
clip-path: var(--clip-path);
}
#login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) {
opacity: 1;
}
#login-status #my-account {
--wght: 300;
}
#account-options {
background: var(--gradient-header);
}
#search-top-box {
top: 1.5em;
right: 3%;
background: rgba(var(--search-focus-textbox-bg-color), 0.4);
}
#search-top-box:focus-within ~ #login-status {
opacity: 1;
}
#search-top-box::after {
transition:
background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
-webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition:
background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition:
background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1),
-webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
#search-top-box:not(:focus-within)::after {
--clip-path:
polygon(
0 0,
100% 0,
100% 100%,
0% 100%
);
background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1);
-webkit-clip-path: var(--clip-path);
clip-path: var(--clip-path);
}
#search-top-box:not(:focus-within):hover::after {
--clip-path:
polygon(
0 0,
100% 0,
100% 100%,
0 100%
);
background-color: rgb(var(--search-icon-hover-bg-color));
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) {
max-width: var(--search-width);
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] {
max-width: var(--search-width);
padding: 0 var(--search-height) 0 1em;
outline-width: 0;
background-color: rgb(var(--search-focus-textbox-bg-color), 0.35);
color: rgba(var(--search-textbox-text-color), 0.4);
cursor: pointer;
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"],
#search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] {
pointer-events: all;
border: none;
}
}
#page-title::after,
.meta-title::after,
#page-title::before,
.meta-title::before {
content: "";
flex-grow: 1;
height: 0.0625rem;
background: rgb(var(--swatch-primary));
}
#page-title::before,
.meta-title::before {
margin: auto 1.25rem auto auto;
}
@supports(display: grid) {
:root {
--sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19);
--body-width-on-desktop: 45.75rem;
}
@media only screen and (min-width: 769px) {
#side-bar .close-menu {
display: block;
position: fixed;
top: 0.5rem;
left: 0.5rem;
width: 3rem;
height: 3rem;
background: unset;
opacity: 1;
pointer-events: all;
z-index: -1;
}
#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.5rem;
left: 0.5rem;
width: 3rem;
height: 3rem;
padding: 0;
margin: 0;
text-align: center;
pointer-events: all;
cursor: pointer;
transition:
opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
--mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%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(--sidebar-bg-color))) !important;
border-radius: var(--toggle-roundness, 50%);
border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid;
}
#side-bar:focus-within .close-menu,
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu {
pointer-events: none;
}
#side-bar:focus-within .close-menu::before,
#side-bar:focus-within .close-menu::after {
opacity: 0;
pointer-events: none;
}
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::before,
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::after {
opacity: 0;
pointer-events: none;
}
#side-bar {
display: block;
position: fixed;
top: 0;
left: calc(var(--sidebar-width-on-desktop)*-1);
z-index: 10;
transition:
left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
margin-top: 0;
}
#side-bar:focus-within {
left: 0;
}
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover {
left: 0;
}
#side-bar .side-block {
margin-top: 1rem;
background-color: rgb(0, 0, 0, 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;
transition:
opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms,
width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
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: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before {
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
@supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar {
padding: inherit;
} }
#content-wrap {
display: flex;
flex-direction: row;
width: calc(100vw - (100vw - 100%));
min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem)));
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;
max-width: var(--body-width-on-desktop, 45.75rem);
margin: 0 auto;
}
#page-content {
max-width: min(90vw, var(--body-width-on-desktop, 45.75rem));
}
@supports (-webkit-hyphens:none) {
#side-bar {
transition:
left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms,
padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms,
background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
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 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
}
#side-bar .close-menu::before {
z-index: 999;
}
#side-bar .close-menu::after {
z-index: 998;
}
#side-bar:hover .close-menu::before,
#side-bar:hover .close-menu::after {
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: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
}
}
}
項目編號: SCP-783 |
Level 3/783 |
項目等級: Keter |
機密 |
特殊收容措施: 工作人員必須維持針對坦比村的監視,同時繼續深入探究該實體的相關資料。受該實體所害的人物將被回收、火化,並紀錄於此檔案中。
狀況更新: 最近的數起事件已經證實基金會必須加強介入才能收容SCP-783以及與之相關的異常現象。基金會已向村民徵用當地醫院附近的一棟輔助大樓,並要求兩名當地人提供協助。
上述不動產整體已重新劃分為臨時站點Site-5。
描述: SCP-793出沒於英國牛津郡鄉下地帶的坦比村,是一種以當地村民為獵物的敵意存在。牠每隔十二年就會在秋冬季節甦醒一次,每次活動時間大約長達70天。牠的攻擊只會發生在日落後獨自待在室內的村民身上。
一旦有人成為SCP-783的攻擊目標,則該人所在建築物將會發生無法阻止的結構劣化。從外側可以看到建築外牆出現多處破損與裂口,導致整體構造似乎呈現折曲或扭曲的外觀。跨越受影響建築外圍的任何物體也將立即受上述異常影響,由此造成的嚴重變形對任何生物都極其致命。
工作團隊至今為止仍沒有任何手段可以預防SCP-783的攻擊事件,也無法對已經成為SCP-783目標的人物提供任何協助。再加上SCP-783對紀錄設備的影響,讓人員幾乎無法得知SCP-783的真實樣貌以及其異常的根本性質。
受SCP-783攻擊的受害者其身體結構都有巨觀畸變現象。受害者最初會遭遇長骨多重開放性骨折與嚴重的椎骨位移等傷害,但隨後迅速且過量增生的軟骨與硬骨組織便會將傷口填起。而其皮膚與肌肉則表現出過高彈性,因而不會受增生組織撕扯而破碎或斷裂。迄今為止的受害者紀錄中,手臂最長者可達2.4公尺以上,身高最高者則有12.5公尺。
上述的畸型變化與身體延展最終導致受害者從外觀上來看都呈現鋸齒狀或多瘤狀。
儘管以上傷害通常十分嚴重,但大部分受害者在SCP-783停止攻擊後依然得以維持存活——不過,他們在此之後通常會陷入全身癱會或永久性植物狀態。其中二十七名存活個體已經由基金會取得並提供維生輔助,他們目前被留置於當地醫院的基金會專用區內。
儘管在坦比村公開談論SCP-783是一項禁忌,但村民實際上都知曉SCP-783的存在。研究員已記錄下一段當地青少年之間流傳關於該異常的兒歌:
這裡以前住了個扭曲的人,他談了筆扭曲的生意
他手裡拄把扭曲的拐杖,獵物都關在扭曲的籠裡
他偷走一個扭曲的小孩,用扭曲的叫聲哭哭啼啼
被綁到輪子上打,扭曲的小男人身體就碎了一地
觀察結果
(附檔事故紀錄)
在SCP-783當前活動周期開始的前一個月,基金會提供機會讓志願者到坦比村的基金會不動產內居住一段時間,在志願者中最後確定的人選為D-209。屋內各處已安裝視訊及音訊記錄設備以便觀察。
以下是他於該房生活第43日的紀錄內容。
影像紀錄
二樓臥室: [ D-209正躺在床上閱讀小說。 ]
客廳: [ 即時影像出現鋸齒狀扭曲,畫面變形區域垂直於地面。失真最初的發生位置在畫面左側接近前門的位置,而後扭曲逐漸移往廊道所在的右側。整個過程大約33秒。 ]
一樓廊道: [ 鏡頭對策的泛光燈被進入廊道的某種東西遮擋住。畫面中央出現與前述類似的失真現象,導致無法看清遮擋物為何。影像品質在此後便持續劣化直到傳輸意外中斷。 ]
一樓廊道——可以看到隨SCP-783由客廳進入而在畫面左側出現失真現象。
二樓臥室: [ D-209突然警醒的彈坐起身。他聲稱聽見一樓傳來某種緩慢但持續搔刮造成的聲響。隨後便離開床舖。 ]
備註: [ 已證實SCP-783的出現。視像失真的出現可以視為SCP-783在物理上進入房屋的指標。 ]
二樓樓梯: [ 畫面變得模糊且失真。在嚴重的干擾下無法判讀任何細節,只能確定鏡頭前有東西移動。 ]
二樓臥室: [ 可以聽見一陣緩慢且明顯的腳步聲循階梯而上。D-209試圖開窗逃脫但未能成功。 ]
二樓臥室: [ D-209拿起床頭櫃上的檯燈敲擊窗戶數次試圖將其砸破。 ]
二樓廊道: [ 在SCP-783直接經過鏡頭前方的瞬間該攝影機突然出現影像劣化,接著又隨牠移往廊道遠處而在33秒間逐漸恢復。最後,影像中唯一受影響的區域就在臥室門外。 ]
二樓臥室: [ D-209停止動作。可以從門外聽見敲門聲。 ]
二樓臥室: [ D-209靠近門板並將檯燈當成棍棒一樣揮舞。他要求門外的人物報上自己的姓名但對方並未回應。他接著詢問控制室是否有任何支援人員可以趕來。監視中的人員持續無線電靜默狀態。D-209終於下定決心,以空著的手擰開門把並將門板推開。 ]
備註: [ 此時有一聲巨響傳遍整棟房屋。其周遭的所有燈泡——包含聚焦於該不動產的泛光燈——都在同一時間破裂。 ]
二樓浴室: [ 就在攝影機轉為低亮度模式的瞬間,SCP-783便進入了視野。牠待在通向廊道的門邊,沒有動作。 ]
二樓臥室: [ D-209一面發出尖叫一面抓緊自己的右臂——其右手肘上方發生嚴重骨折,於是手臂不受限制的擺盪著。隨後可以觀察到那隻手臂迅速硬化,推測是硬骨組織迅速生長的結果。D-209大吼著想要活著逃生便衝出了房間。 ]
二樓廊道: [ D-209跑過浴室的同時也傳出一陣巨響。D-209跌在地上哭喊求助。他表示自己的腳在跌倒前就斷了。 ]
備註: [ 廚房突然發出聲音,同時也發生了影像劣化,而此次的劣化最終在浴室處停止。 ]
二樓門廊: [ D-209成功站起身。他向攝影機展示了自己的右臂,這時它在手肘以下又有一道與先前方向相反的骨折。D-209咒罵著監視人員,但也表示自己的疼痛幾乎都緩解了。 之後他一跛一拐地走向階梯。 ]
二樓樓梯: [ 在D-209試圖找到階梯位置時跌落。隨即可以聽見連續十二道巨響。在D-209停止移動時可以在其四肢上看到比剛才更多處骨折。他在骨折固化的過程中發出尖叫,而後倒臥在著陸點上抽搐身體。 ]
二樓樓梯: [ D-209開始移動身體。他奮力爬行,最終離開了畫面範圍。 ]
一樓客廳: [ 可以看到D-209用力把自己拖進客廳。他因為笨重的四肢而非常難以移動。推估此時的兩隻手都已經超過兩公尺長,而且還有好幾處非彈性的折曲讓手臂容易卡在障礙物之間。 ]
一樓廚房: [ SCP-783消失。影像恢復清晰。 ]
一樓客廳:: [ D-209的身體已經占據了幾乎整個客廳。其小腿延伸到畫面範圍外的廊道上。他雖然已經把手掌放到前門門把上,但過長的手指讓他無法做出開門所需的精細動作。可以聽見一陣搔刮聲從廊道傳來。D-209表示自己感到極端痛苦,而後就被強硬地向後拉扯出鏡頭範圍。再之後則是他的尖叫。 ]
備註: [ SCP-783與D-209在廊道內一同度過夜晚。過程中時而會傳出巨響。D-209在04:27後不再發出尖叫。
到了05:01,可以聽見吸吮液體的聲音,隨之而來的則是迅速的撞擊聲。]
就在05:01——D-209實驗中出現上述噪音的同時——基金會照護中的27名存活受害者全數開始癲癇發作。
即使上述患者中絕大多數都已經陷入植物狀態或者完全癱瘓,他們還是抽搐了數分鐘長的時間。有兩位在場的研究員在事故中受傷。數名患者的維生系統遭到破壞,最終導致五人死亡。
該鎮外圍在這段時間內也出現了大片土地的鬆動。 |
狀況更新:
受命前往調查最近一次地震的人員遭到坦比村村民的反對,大量村民聚集到了城鎮的南方圍堵人員。經過短暫交談後,柯林斯特工抽出她的配槍對空射擊。最終民眾散去。
在最近被翻開的土壤裡可以明顯看見好幾隻經過伸長的腳趾穿出。
一支挖掘隊在隔日午後發掘出一片寬達五公尺左右的巨大墓園,園內埋葬數十名裸身的SCP-783受害者。上述屍體除了乾燥脫水以外保存狀況良好。他們被發現時彼此堆疊成一座小山,因此無法立即判斷實際數量為何。他們都呈現頭朝下且雙手往下埋入更深處的姿勢。除此之外,大部分受害者的四肢都已經與其他人的肢體互相纏繞或打結,若不使用工具鋸斷其肢體將無法完成發掘工作。
辛格研究員獲選去取回組織樣本。而他在試圖取樣時因為腳下土壤崩塌而掉入亂葬崗。他的體重已讓屍體略微移位;而當他掙扎著尋找立足點時,糾纏在一起的肢體突然鬆開,讓他落入深不見底的洞中。
柯林斯特工馬上下令取來一段長繩綁在自己的腰上。她要求附近數名人員跟著她的信號把她放入洞中。柯林斯特工下降到最後總共約有二十公尺的繩子懸在屍堆之下。
幾分鐘後那條繩子開始繃緊。她示意上方人員將其拉出並且也安全返回。特工在簡報中證實就在那些受害者的屍體堆之下存在一道通往另一異常地點的入口。
外勤現場紀錄:
SCP-783-L1 - 第一次D級人員探索,主要目標為環境視察,次要目標為回收執勤中失蹤的人員。
SCP-783-L2 - 為求進一步確認SCP-783性質而發起的特殊行動。
SCP-783-L3 -派遣機動特遣隊前往收容SCP-783。 有待解密。
SCP-783-L4 - [已刪除資料]