/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */ #top-bar .open-menu a { position: fixed; top: 0.5em; left: 0.5em; z-index: 5; font-family: 'Nanum Gothic', san-serif; font-size: 30px; font-weight: 700; width: 30px; height: 30px; line-height: 0.9em; text-align: center; border: 0.2em solid #888; background-color: #fff; border-radius: 3em; color: #888; } @media (min-width: 768px) { #top-bar .mobile-top-bar { display: block; } #top-bar .mobile-top-bar li { display: none; } #main-content { max-width: 708px; margin: 0 auto; padding: 0; transition: max-width 0.2s ease-in-out; } #side-bar { display: block; position: fixed; top: 0; left: -20em; width: 17.75em; height: 100%; margin: 0; overflow-y: auto; z-index: 10; padding: 1em 1em 0 1em; background-color: rgba(0,0,0,0.1); transition: left 0.4s ease-in-out; scrollbar-width: thin; } #side-bar:target { left: 0; } #side-bar:focus-within:not(:target) { left: 0; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; margin-left: 19.75em; opacity: 0; z-index: -1; visibility: visible; } #side-bar:not(:target) .close-menu { display: none; } #top-bar .open-menu a:hover { text-decoration: none; } /* FIREFOX-SPECIFIC COMPATIBILITY METHOD */ @supports (-moz-appearance:none) { #top-bar .open-menu a { pointer-events: none; } #side-bar:not(:target) .close-menu { display: block; pointer-events: none; user-select: none; } /* This pseudo-element is meant to overlay the regular sidebar button so the fixed positioning (top, left, right and/or bottom) has to match */ #side-bar .close-menu::before { content: ""; position: fixed; z-index: 5; display: block; top: 0.5em; left: 0.5em; border: 0.2em solid transparent; width: 30px; height: 30px; font-size: 30px; line-height: 0.9em; pointer-events: all; cursor: pointer; } #side-bar:focus-within { left: 0; } #side-bar:focus-within .close-menu::before { pointer-events: none; } } }
@import url('https://fonts.googleapis.com/css2?family=Fira+Code&display=swap'); /*-- in-page stuff --*/ #page-title { text-align: center; } #edit-page-textarea, .code pre, .code p, .code, tt, .page-source { font-family: 'Fira Code', monospace; font-size: 98%; } .scp-image-block.block-left { margin-left: 0; } .scp-image-block.block-right { margin-right: 0; } @media (max-width: 540px) { .scp-image-block.block-left, .scp-image-block.block-right { float: none; clear: both; margin-left: auto; margin-right: auto; } } .avatar-hover { display: none !important; } .hovertip { max-width: 420px; } .footnote .f-footer, .equation .e-footer, .reference .r-footer { display: none; } /*-- fancy collapsible, derived from monkatraz bhl collapsible --*/ #page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded-link { background: #7E2520; padding-top: 0.3rem; padding-bottom: 0.24rem; padding-left: 1rem; padding-right: 1rem; width: min-content; white-space: nowrap; overflow: hidden; margin:auto; /*-- center --*/ } #page-content .collapsible-block-link { color: #f4f4f4; font-family: 'Fira Code', monospace; font-weight: bold; font-size: 96%; } #page-content .collapsible-block-link:hover { text-decoration: none } #page-content .collapsible-block-content { border-top: solid 0.24rem #7E2520; border-bottom: solid 0.24rem #7E2520; } #page-content .collapsible-block-folded .collapsible-block-link::before { content: "▷ "; } #page-content .collapsible-block-unfolded .collapsible-block-link::before { content: "▽ "; } /*-- Toggle Sidebar styling --*/ div#side-bar { border-right: solid 1px #d9d9d9; box-sizing: border-box; overflow-x: hidden; } /* ---- YUI TAB CUSTOMIZATION ----*/ .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav{ display: flex; flex-wrap: wrap; width: 100%; margin: 0 auto; box-shadow: none; } .yui-navset .yui-nav a, /* ---- Link Modifier ---- */ .yui-navset .yui-navset-top .yui-nav a{ border: unset; background-color: #f4f4f4; box-shadow: none; } .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; } .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:hover, .yui-navset .yui-nav a:focus{ background-color: #f4f4f4; } .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 a, .yui-navset .yui-nav .selected a em { font-weight: bold; display: flex; flex-grow: 2; max-width: 100%; align-items: center; justify-content: center; } .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected { margin: 0; } /*-- tab slide --*/ .yui-navset .yui-content > div { display: block; top: 0; overflow: hidden; transform-origin: 0 0; } #page-content .yui-navset .yui-content > div[style*="none"] { display: block !important; flex: 0; max-height: 0; padding: 0 0.5em; border-width: 0; /* The following transition affects the one that DISAPPEARS */ transition: padding 0s linear 0.5s, border-width 0s linear 0.5s, flex 0.5s cubic-bezier(.18,.51,.54,.9) 0s; animation: tab-disappear 0.5s ease-in-out 0s 1 both; } #page-content .yui-navset .yui-content > div[style*="block"] { display: block !important; flex: 1; max-height: 9999rem; /* The following transition affects the one that APPEARS */ transition: padding 0s linear 0.5s, border-width 0s linear 0.5s, flex 0.5s cubic-bezier(.18,.51,.54,.9) 0.5s; animation: tab-appear 0.5s ease-in-out 0.5s 1 both; } @keyframes tab-disappear { 0% { max-height: 9999rem; } 1% { max-height: 100vh; } 100% { max-height: 0; } } @keyframes tab-appear { 0% { max-height: 0; } 99% { max-height: 100vh; } 100% { max-height: 9999rem; } } /*-- custom div box borrowed from magnus --*/ .material-box { padding: .01em 16px; margin-bottom: 16px; margin-top: 16px; padding-bottom: 1em; border: 1px #bbbbbb solid; box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.16); } /*-- sidebox stuff--*/ .limit { margin-bottom: -1rem; } .anchor { position: sticky; height: 0; top: 0; } .sidebox { background-color: #ffffff; border: 1px #bbbbbb solid; border-top: solid 4px #7E2520; box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.16); padding: .14rem; margin-top: 0; margin-bottom: 8px; width: calc((100vw - 870px)/2); max-height: calc(100vh - 18rem); position: absolute; top: 0; left: calc(104% + 13px - 1vw); z-index: 5; overflow: auto; box-sizing: border-box; } @media (max-width: 1290px) { .sidebox { width: 100%; border-top: solid 1px #bbbbbb; position: relative; left: 0; margin-bottom: 0.6rem; padding: .01em 16px; } .anchor { position: relative; height: unset; } .limit { margin-bottom: 0; } } /*-- tags --*/ #main-content .page-tags a { height: 0.8125rem; line-height: 0.8125rem; font-size: 0.6875rem; background-color: #282828; color: #f4f4f4; border-radius: 0rem; margin: .25rem .2rem; .5rem .2rem; padding: 0.21rem 0.35rem 0.22rem 1.02rem; --notchSize: 7.6px; clip-path: polygon( 0% var(--notchSize), var(--notchSize) 0%, 100% 0%, 100% 100%, calc(100% - var(--notchSize)) 100%, var(--notchSize) 100%, 0% calc(100% - var(--notchSize)) ); } #main-content .page-tags a:hover { background-color: #E53C35; text-decoration: none; } #main-content .page-tags a:before { content: "⬤"; color: white; font-size: 5.8px; float: left; position: relative; left: -0.6rem; width: 0; height: 0; } .page-tags span { border-top: 1px solid #bbbbbb; }
/* Simple Yonder Theme [2020 Wikidot Theme] By EstrellaYoshte Based on: Sigma-9 Theme by Aelanna and Dr Devan Anderson Robotics Theme by Croquembouche Minimal Theme by stormbreath Word Processing Theme by stormbreath Flopstyle CSS by Lt Flops */ @import url('https://scp-wiki.wdfiles.com/local--files/theme%3Asimple-yonder/jost.css'); @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap'); @import url(https://fonts.googleapis.com/css2?family=Fira+Code&display=swap); :root { --themeColor: #7E2520; --accentColor: #E01F1F; --whiteColor: #FBFBFB; --borderColor: #C4C4C4; } #page-content { font-size: .87rem; } body { color: #000000; font-family: 'Open Sans', sans-serif; background-color: var(--whiteColor); } .code pre, .code p, .code, tt{ /* ---- Code by Croquembouche ---- */ font-family: "Fira Code", '幼圆', monospace; } .page-source{ font-family: "Fira Code", '幼圆', monospace; } a { color: var(--accentColor); } a:visited { color: var(--themeColor); } h1, h2, h3, h4, h5, h6 { color: var(--themeColor); font-family: 'jostregular'; font-weight: bold; } #page-title { color: var(--themeColor); font-family: 'jostregular'; font-weight: bold; font-size: 2.4em; border-color: var(--borderColor); } /* ---- HEADER ---- */ div#container-wrap{ background-image: url('https://scp-wiki.wdfiles.com/local--files/theme%3Asimple-yonder/bg3.png'); background-repeat: repeat-x; } div#header { background-image: url('https://scp-wiki.wdfiles.com/local--files/theme%3Asimple-yonder/logo.png'); background-size: 7.3rem; background-position: 3px 29px; } @media (max-width: 767px) and (min-width: 480px) { div#header { background-size: 6rem; background-position: -4px 44px; } } @media (max-width: 479px) { div#header { background-size: 4.6rem; background-position: -3px 58px; } } #account-topbutton { border-width: 0; } #login-status, #login-status a { color: var(--whiteColor); font-weight: bold; } #login-status ul a, #login-status ul a:hover { color: var(--themeColor); } #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: #282828; box-shadow: none; border-radius: 2px; color: #f4f4f4; } #search-top-box input.empty { color: var(--borderColor); } div#header h1 a span { font-family: 'jostregular'; font-weight: bold; color: #f4f4f4; text-shadow: 0px 0px 0px #000; } div#header h2 span { font-family: 'Open Sans', sans-serif; font-weight: bold; color: #f4f4f4; padding: 17px 0; text-shadow: 0px 0px 0px #000; white-space: pre; } /* ---- TOP BAR ---- */ #top-bar ul li.sfhover a, #top-bar ul li:hover a { color: var(--themeColor); } #top-bar ul li ul { border-color: var(--borderColor); box-shadow: none; } #top-bar ul li.sfhover a, #top-bar ul li:hover a { background: #f4f4f4; } /* ---- SIDE BAR ---- */ div#side-bar { font-size: 104%; background-color: var(--whiteColor); } #side-bar .side-block.media > * { display: flex; justify-content: space-evenly; } #side-bar .side-block { border: var(--whiteColor) 4px; border-radius: 0; box-shadow: none; background: var(--whiteColor) !important; padding: 2px; } #side-bar .heading { border: none; border-radius: 0; color: #282828; font-size: 1.3em; padding: 1em 1em 0 0; border-top: 1px solid var(--borderColor); margin: 1em -0.8em 1em -0.5em; font-weight: normal; } #side-bar .menu-item > a:hover { background-color: rgba(0,0,0,0.05); color: var(--accentColor); text-decoration: none; } #top-bar div.open-menu a { border-radius: 0; box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2), 0px 3px 10px 0 rgba(0, 0, 0, 0.19); color: var(--themeColor); border: none; } #side-bar a:visited { color: var(--themeColor); } @media (max-width: 767px) { #main-content { padding: 0; margin: 0 5%; border-left: none; } #page-title { margin-top: 0.7em; } #side-bar { left: -19em; } #side-bar:target { border: none; box-shadow: 1px 0 5px 0 rgba(0,0,0,0.2); } #side-bar .close-menu { transition: width 0.5s ease-in-out 0.1s, opacity 1s ease-in-out 0s; display: block; position: fixed; width: 100%; height: 100%; top: 0; right: 0; background: rgba(0,0,0,0.3); background-position: 19em 50%; z-index: -1; opacity: 0; pointer-events: none; } #side-bar:target .close-menu { width: calc(100% - 19em); right: 0; left: auto; opacity: 1; pointer-events: auto; } #page-content > hr, #page-content > .list-pages-box > .list-pages-item > hr { margin: 3em -5.5%; } #side-bar { top: 0; } #side-bar .heading { padding-left: 1em; margin-left: -1em; } } /* ---- TABS ---- */ .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav { border-color: var(--themeColor); /* color between tab list and content */ } .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background: var(--whiteColor); /* tab background */ border-color: transparent; color: black; transition: 0.125s; } .yui-navset .yui-nav a em { background: #f4f4f4; box-shadow: none; border-color: var(--whiteColor); } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em { font-weight: bold; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover { background: var(--whiteColor); /* selected tab background */ color: var(--themeColor); } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background: var(--whiteColor); } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em { border-color: transparent; box-shadow: 0px 1px 2px 0.5px rgba(0,0,0,0.5); background: var(--whiteColor); } .yui-navset .yui-content { background: var(--whiteColor); /* content background color */ } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content { border: solid 1px var(--borderColor); border-top-width: 0; } .yui-navset-left .yui-content { border-left-color: #b7a9a9; /* different border color */ } /* ---- INFO BAR ---- */ body{ --barColour: var(--themeColor); } .info-container .collapsible-block-content .wiki-content-table{ width: 100%; } /* ---- INFO PANE ---- */ #page-content .creditRate{ margin: unset; margin-bottom: 8px; } #page-content .rate-box-with-credit-button { background-color: var(--whiteColor); border: solid 1px var(--whiteColor); box-shadow: none; border-radius: 0; } #page-content .rate-box-with-credit-button .fa-info { border: none; color: var(--themeColor); } #page-content .rate-box-with-credit-button .fa-info:hover { background: var(--whiteColor); color: var(--accentColor); } .rate-box-with-credit-button .cancel { border: solid 1px var(--whiteColor); } .modalbox { background: var(--whiteColor); border: none; box-shadow: none; border-radius: 0; } iframe.close-credits { top: 1.25em; right: 1.5em; transform: scale(1.5, 1.25); } .page-rate-widget-box { box-shadow: none; margin: unset; margin-bottom: 8px; } .page-rate-widget-box .rate-points { background-color: var(--whiteColor) !important; color: var(--themeColor) !important; border: solid 1px var(--whiteColor); } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown { background-color: var(--whiteColor); border-top: solid 1px var(--whiteColor); border-bottom: solid 1px var(--whiteColor); } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a { background: transparent; color: var(--themeColor); } .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover { background: var(--whiteColor); color: var(--accentColor); } .page-rate-widget-box .cancel { background: transparent; background-color: var(--whiteColor); border: solid 1px var(--whiteColor); } .page-rate-widget-box .cancel a { color: var(--themeColor); } .page-rate-widget-box .cancel a:hover { background: var(--whiteColor); color: var(--accentColor); } /* ---- PAGE ELEMENTS ---- */ #page-content .wiki-content-table tr th { border: solid 1px var(--borderColor); background-color: #f4f4f4; /* set border for table title */ } #page-content .wiki-content-table tr td { border: solid 1px var(--borderColor); /* set border for table content */ } blockquote, div.blockquote, #toc, .code { background-color: #f4f4f4; border: solid 1px var(--borderColor); } .scp-image-block { border: solid 1px var(--borderColor); box-shadow: none; box-sizing: border-box; } .scp-image-block .scp-image-caption { background-color: #f4f4f4; border-top: solid 1px var(--borderColor); color: black; } hr { background-color: var(--borderColor); } .hovertip { border-color: var(--borderColor)!important; } /* ---- FOOTER ---- */ #footer { background: transparent; } #footer a { color: var(--themeColor); }

设计部门
图像科
概述
图像科的主要任务是抑制、记录、研究及利用异常图像和符号,使其服务于基金会的使命。
鉴于此任务的庞大规模和涉及范围,图像科由不同领域的专业成员组成,包括模因和信息危害、奇术、战略神学、炼金学、超自然收容、异常艺术史、精神圈及符号域等。
思想、概念和信息具有力量——而符号就是这种力量的载体。无论它是炼金术的、奇术性的还是模因性的,这些含义的载体都处于常态和异常的边缘。
所有人都可以绘出图像,而创作一份可以窥见帷幕之外的图像,需要的也不过是一次意外。可以说,这也并非没有先例。
这就是为何我们在此:我们要让人类的这一方面得到控制,它曾是,也将一直是,我们现实的一部分。
欢迎来到图像科——我们还有大概100,000年的积压事务需要处理。
控制。收容。保护。
——Sonia Crowsworth,图像科主任

项目节选
ALETHEIA计划
项目协作开发者:████████████ ████████,反概念部
摘要:“Aletheia计划”旨在将选定的数据编译成高度压缩的个性化图像字符,可通过视觉接触立刻吸收其中的信息。
“Aletheia计划”被设计为一种自动失效保护措施,针对具有破坏记忆效应的异常,可防止其性质阻碍对它的有效收容。
为防止信息危害污染,解码数据的模因密钥对每个个体都是独一无二的,且建立在模因和信息危害部对强制模因触发器植入的公开标准之下。
Aletheia产生的图像字符示例,为Q. Renfield特工量身定做,包含其基本身份信息、关键记忆和相关任务信息。 | ![]() |
风险及弊端:
- 对Aletheia字符的重复使用会增加精神分裂、偏头痛和惊厥的病例。
- 现阶段Aletheia字符的信息承载量有限。
注意事项:Aletheia计划的主要用例已被新型记忆强化取代,该项目目前无限期延期中。
AEGIS计划
项目协作开发者:特遣队主管办公室、形而上学部
摘要:“Aegis计划”已经实施。它建立在“Aletheia计划”的基础上,成果为带有经设计的认知危害的特遣队标志,用以提高MTF的总体任务效率。
内嵌的认知危害会在相应特遣队达到其形而上学条件后激活。
“Aegis计划”的确切效果对每个特遣队都是不同的,属于特遣队主管办公室的职责范围。
Aegis计划的MTF标志示例。其中内嵌的认知危害效应包括:
|
![]() |
注意事项:“Aegis计划”实施之后,MTF部署的平均成功率增加了18%。扩大其规模的动案正在考虑中。
FARII计划
项目协作开发者:基金会提升项目、人力资源
摘要:“Farii计划”是为基金会提升项目所设计的知识习得加速手段,是满足基金会对合格研究人员的需求的方式之一——尤其是在日益多样化的异常科学领域中。
Farii计划分为两个部分:一是基于“Aegis计划”,结合传统条件作用和基于认知危害的条件作用,使对象的精神状态更坚韧、更容易接受快速的信息摄入和解码;
二是基于“Aletheia计划”,通过视觉认知模因的植入传输大量知识。
Farii计划精神圈条件作用触发器,设计目的是通过观看提高解决问题的水平。 | ![]() |
风险及弊端:
- 初步试验的被试有68%的死亡率,死因是惊厥和/或脑动脉瘤。
- 部分被试出现恶心和急性失忆症状。
注意事项:
由于其失败率,“Farii计划”暂停实施,直到进一步分析做出。
该项目已被伦理委员会驳回
由模因和信息危害部进行的元分析显示,年轻人群的死亡率低于平均值。
与历史数据的交叉对照显示,7-16岁的个体在模因处理方面最为灵活,且明显更适应Farii计划——预计致死率将降至12%。
为了完成它的使命,基金会必须在包括异常领域在内的各个领域都达到前沿。为此,至关重要的是,基金会需要建立起一套不受经验和时间限制的知识传授程序。
位于适宜年龄段的个体供应将由后勤和人力资源负责。在这些条件下,我们特此授权继续实施Farii计划。
我们期待好的结果,Crowsworth设计师。
——O5议会
FARII计划修正案
结合基金会提升项目的新调整,Farii计划已修改,加入以下三个额外步骤:
- 基金会提升项目的候选人将经历强化的记忆删除治疗,有双重目的:一是最大限度地提高可用记忆容量,二是标准化对象的条件以准备植入阶段。
- 不合要求的人格特征将使用改进的“Aletheia计划”成果覆写,以最小化植入失败的可能性,提高项目完成后的潜在生产水平。
- 难以在基金会介入下构建虚假历史和记忆时,将部署“Kallinikos计划”,等待O5授权。
在Farii成功实施后,基金会员工数量将得到大幅增加,预期每年有多达1000名高技能新雇员。
基金会将保障它的未来。
请按如下方式引用此页:
“图像科常规文件”,作者 EstrellaYoshte,来自 SCP 维基。原文链接:https://www.scpwiki.com/icon-documents。译者 Esperanza_Cai,来自 SCP-CN 维基。译文链接:http://scp-wiki-cn.wikidot.com/icon-documents。遵循 CC-BY-SA 协议。
更多详情请参阅授权指南。
授权信息
文件名:Th3vdm1.png
图像作者:EstrellaYoshte
授权协议:CC BY-SA 3.0
来源链接:http://scp-wiki.wikidot.com/desk-of-junior-designer-s-yvonne
文件名:alet.png
图像作者:aaronparecki
授权协议:CC BY 2.0
来源链接:https://search.creativecommons.org/photos/b4230992-8fc8-491a-bd2b-b85ed2da3d8c
备注:由EstrellaYoshte编辑
文件名:omega1sy.png
图像作者:EstrellaYoshte
授权协议:CC BY-SA 3.0
来源链接:http://scp-wiki.wikidot.com/desk-of-junior-designer-s-yvonne
文件名:farii.png
图像作者:far2
授权协议:CC BY-SA 3.0
来源链接:http://www.scpwiki.com/
更多维基文档信息,请见版权信息总览。