: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-7572,外部视角。
项目编号:SCP-7572
项目等级:Safe
特殊收容措施:鉴于其位置,无需对SCP-7572进行实际收容。
所有有关SCP-7572的进一步研究质询(包括试图进入其顶层)将被发送至Site-45。
描述:SCP-7572为SCP-2746-11内的一座大型石塔。 从外部来看,其完全不具有异常性质,高20米;然而,从内部来看,其高度似乎是无限的。
SCP-7572内部由多个楼层组成,皆与一螺旋楼梯相连。自地面层楼梯向下,有一层的空间;自地面层楼梯向上,其空间似乎是由无限的楼层组成的。目前为止,超过600层的垂直探索尚未到达顶层(若其存在)。因此,SCP-7572的高度被认为不遵循欧几里得几何法则,不受限制地延伸。
初次发现时,SCP-7572的入口和最低处的窗户被严重损毁的木板覆盖。对其损伤的分析表明,它们是数天内由多种动物2抓挠造成的。此后,其被移除,以便于进入。
附录7572-1:SCP-7572楼层列表
在对SCP-7572内部进行数次探索后,已探索的627个楼层的完整记录被建立。下为被认为对进一步研究有意义的删节清单。
楼层编号 | 描述 |
---|---|
地下室 | 一间拥有少量食物架和桶的小型地窖。尽管容器的尺寸和形状不同,它们都是空的,其上可见较大咬痕。房间的大部分被以SCP-7572入口处障碍的方式被破坏。几块组成墙壁和地板的石块被随意移除,似乎是在进行寻找。 |
地面层 | 一间大厅,装饰有座椅、桌子和数个微缩建筑模型,皆处于不同程度的损坏。通向房间的门上方有一幅大型马赛克画,描绘了几种动物,其上方有一个人形在发光。后者以及五只动物3被数个爪痕划掉。画面周围同样雕刻有火焰的形状。 |
1 | 一间书房,其墙壁被各类建筑平面图、示意图以及图纸覆盖。其中一幅描绘了SCP-7572,一颗形状与地面层马赛克画中描绘的光相似的星星位于其未完成的最顶层。描绘靠近塔门的区域的图纸被粗暴地划掉。 |
3 | 一间储存室,含有多个架子与箱子,其内含有与组成SCP-7572类似的建筑材料。在一些容器上,可见第2层内描绘的蚂蚁和鼹鼠将上述建筑材料移动至最顶层的示意图。值得注意的是,大部分建筑材料似乎已被使用过。 |
7 | 一间图书馆,其墙壁被数个书架覆盖,似乎与多种建筑风格、材料和艺术从业者相关。其内容物大多被暴力地移出或撕裂,类似于地下室内移除石块和第2层撕毁示意图的方式。多数被毁书籍的封面似乎都描绘了星星的图案,但其中许多也包含地面层马赛克画中被划掉的5只动物的图像。 |
12 | 一个房间,内有一张长桌,其中央放着一张地图——似乎是SCP-2746-1的地图。其上数个点被使用红色圈出,其旁边有似乎是表示面包、交叉的剑和感叹号的示意图。交叉的剑出现在星光和狼的示意图旁;面包出现在民用建筑上方;感叹号则出现在同时含有狼和面包示意图的区域附近。地图中代表SCP-7572的位置拥有一个盾牌图标。其他圈出位置没有此特征。 |
16 | 一个房间,内有数个类似床的物品无序地散落。其中一些上面有干涸的血液和被啃食过的骨头,另一些则被撕裂。通往该楼层的入口被与SCP-7572入口处类似的厚重的障碍覆盖,也以类似的方式被损坏。通向其上楼层的入口有一个红色向上箭头装饰。 |
17-627 | 所有高于16层的楼层都是完全一致的,空的房间。其结构相较其下楼层更加不稳定,似乎是被匆忙建造以增加SCP-7572的高度。唯一值得注意的是其都拥有一个红色向上箭头,与第16层的完全一致。 |
附录7572-2:文件更新
2007/07/07,一支基金会探索队到达了SCP-7572的第776层。进入后,其报告完全无法继续向前。尽管楼梯照常延伸,被指示继续向上对象被发现会在途中停止。
第776层的外观与其下方完全相同的759层不同。其房间被干涸的血覆盖,散落着被遗弃的物件和骨头。分析表明残留物属于包括欧鼹鼠(Talpa europaea)在内的多种动物,其上咬痕与斑点鬣狗和棕熊造成的符合。
被遗弃的物品多为个人藏品,包括描绘了其他动物的徽章的吊坠。唯一值得注意的物品是一本小日记,其页面上有SCP-7572及其776个楼层的结构图。描绘第777层的页面被撕下。其后是一首以方言A-12(“旧式天使语”)写就的短诗,翻译如下:
██空荡,
天国无休
若要在平和与生命间
作出选择
无路可走。
目前为止,无论是否异常,没有方法能够使人员走过通往第777层的第一级台阶。
请按如下方式引用此页:
“SCP-7572”,作者 Ralliston,来自 SCP 维基。原文链接:https://www.scpwiki.com/scp-7572。译者 k_Eldac,来自 SCP-CN 维基。译文链接:http://scp-wiki-cn.wikidot.com/scp-7572。遵循 CC-BY-SA 协议。
更多详情请参阅授权指南。
授权信息
文件名: tower2.jpg
标题名: Stone tower (8061918730) (2).jpg
作者: psyberartist
授权协议: CC BY 2.0
源链接: Wikimedia Commons
更多维基文档信息,请见版权信息总览。