SCP-7592
@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; } } } }
by PlaguePJP
项目编号:項目編號:7592
等级等級1
收容等级:收容等級:
safe
次要等级:次要等級:
{$secondary-class}
扰动等级:擾動等級:
dark
风险等级:風險等級:
待观察
特殊收容措施: SCP-7592实质上已自我收容,它只会显现于基金会拥有的站点、临时站点以及外部行动区内。含有机密信息的SCP-7592个体应当被上报并移除。人员将在必要时被记忆删除。
描述: SCP-7592是对一系列“你知道吗?”风格金属标志的统一编号,显现在SCP全部基金会站点内。SCP-7592个体的标志包括使用彩色文本、巨大图片、以及明显的语法拼写问题。其中绝大部分信息与基金会工作安全或程序不相符,主题内容上差别巨大,从无意义的胡言到对SCP基金会表现出有限了解不等。
SCP-7592个体从2022年12月20日开始显现于全部基金会站点的门厅中。所有站点都收到了同样的标语。在24小时后,SCP-7592个体会变化外形、展现出一则新的“事实”。下面是目前已显现全部SCP-7592个体的综合汇编。








尚不明确是何种实体在背后创造SCP-7592。若伦理委员会批准,将可能对特殊收容措施做出一则改动,要求经过SCP-7592的人员确认其已经阅读并理解其中呈现的信息。这将在理论上确保永续收容。
Footnotes
1. 译注:你知道吗?金毛寻回犬其实不是金子做的。当海盗黑胡子劫掠多国时他盗窃了金毛寻回犬销售牟利,结果只是输了钱。把这事告诉杰夫·贝佐斯!
2. 译注:你知道吗?水,所谓的生命之液体,其实是由三种气体组成的。其中一种气体在大气圈中时就是你呼吸的气体。水无法点燃但这些气体会在你用蜡烛靠近它们时爆炸。你想让我相信这种鬼话?
3. 你知道吗?音乐家克劳德·德彪西有一个非常喜剧化风格的名字当你把它大声念出来时。如果我还能记得笑是什么感觉的话!
4. 你知道吗?SCP基金会负责收容和记录我们星球上神秘怪象及其他很多东西。他们因此在很多年里一直保持隐秘!如果他们能够找到我救命的话!拜托!
5. 你知道吗?鲨鱼。他们一生中大概99%都生活在水里。我希望它们的皮肤没有修剪!我的皮肤好痒但我没法挠它。
6. 你知道吗?成年人平均一生至少会做一个工作。有时候他们会离开一个工作然后找一个新的。你们人类人每次读到一则这些标语我都必须去做三百个新的!这就是被困300多天做这些事。
7. 你知道吗?不论你有多大岁数,你的身体只有11个月大。你吞下的食物会再生为细胞,每11个月变化一次。我不知道我有多大岁数,或者上次我看到东西是什么时候!
8. 你知道吗?我能听到一切。我不被允许看想说尝或者碰东西。我想要但它只让我听!给哈伦·埃利森打电话,我想我们这又有个赚钱生意了!