引用的页面 “component:toggle-sidebar-bhl” 尚不存在(立即创建)
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap'); /* root variables */ :root { max-width: 100vw; overflow-x: hidden; /* ===S-CSjavascript:;S-P INTEGRATION=== */ --theme-base: "black-highlighter"; --theme-id: "isolate-canon"; --theme-name: "Isolate Canon"; /* ===HEADER ELEMENTS=== */ --logo-image: url("http://backrooms-wiki-cnn.wikidot.com/local--files/theme:watch-your-back/isolate%20canon.png"); --header-title: "后室"; --header-subtitle: "留意身后……"; /* ===TYPEFACES=== */ --body-font: Ubuntu Mono, Consolas, Noto Sans SC, Noto Sans TC, monospace; --UI-font: var(--body-font); --header-font: var(--body-font); --title-font: var(--body-font); --mono-font: var(--body-font); /* ===HEADER TITLES=== */ --header-h1-font-size: 4rem; --header-h2-font-size: 2rem; --swatch-headerh2-color: var(--light-gray-monochrome); /* ===STANDARD THEME COLORS=== */ --white-monochrome: 255, 255, 255; --pale-gray-monochrome: 255, 255, 255, 0.8; --light-pale-gray-monochrome: 255, 255, 255, 0.5; --very-light-gray-monochrome: 255, 255, 255, 0.4; --light-gray-monochrome: 255, 255, 255, 0.5; --gray-monochrome: 0, 0, 0, 0.3; --dark-gray-monochrome: 0, 0, 0, 0.7; --black-monochrome: 0, 0, 0, 0.8; --pale-accent: 112,126,125; /* background */ --bright-accent: 255, 170, 0; /* link */ --medium-accent: 143, 150, 160; --dark-accent: 87, 91, 96; --alt-accent: 255, 125, 125; /* newpage link */ --link-color: var(--bright-accent); --visited-link-color: 215, 193, 246; --newpage-link-color: var(--alt-accent); --swatch-background: var(--pale-accent); --article-image: url("http://backrooms-split-library.wikidot.com/local--files/secondfloor/j18"); /* ===GENERAL TEXT COLORS=== */ --swatch-text-dark: var(--black-monochrome); --swatch-text-light: var(--white-monochrome); --swatch-text-general: var(--swatch-text-light); --swatch-important-text: var(--bright-accent); /* ===MENU COLORS=== */ /* ===MENU BACKGROUND COLORS=== */ --swatch-menubg-color: var(--white-monochrome); --swatch-menubg-light-color: var(--pale-gray-monochrome); --swatch-menubg-medium-color: var(--dark-gray-monochrome); --swatch-menubg-medium-dark-color: var(--gray-monochrome); --swatch-menubg-dark-color: var(--gray-monochrome); --swatch-menubg-black-color: var(--black-monochrome); --swatch-menubg-hover-color: var(--black-monochrome); /* ===MENU TEXT COLORS=== */ --swatch-menutxt-dark-color: var(--black-monochrome); --swatch-menutxt-light-color: var(--white-monochrome); --swatch-menutxt-general-color: var(--swatch-menutxt-dark-color); /* ===SECONDARY & TERTIARY COLORS=== */ /* Editing these will edit a vast majority of theme elements. Useful for making dark themes */ /* Colors for Secondary & Tertiary items like Blockquote and YUI Tabs */ --swatch-secondary-color: var(--swatch-menubg-dark-color); --swatch-tertiary-color: var(--swatch-menubg-light-color); --swatch-alternate-color: var(--medium-accent); /* Text Colors for Secondary & Tertiary items like Sidebar Headers and Top-Bar Menu Text */ --swatch-text-secondary-color: var(--swatch-menutxt-light-color); --swatch-text-tertiary-color: var(--swatch-menutxt-light-color); /* ===STRUCTURAL MEASUREMENTS=== */ --header-height-on-desktop: 12rem; --header-height-on-mobile: 12rem; --header-width-on-desktop: 40rem; --body-width-on-desktop: 45rem; --topbar-height-on-desktop: 1.9rem; /* ===SIDEBAR BUTTON=== */ --toggle-button-bg: rgb(var(--gray-monochrome)); --toggle-border-color: transparent; --toggle-border-width: 0; --toggle-icon-color: rgb(var(--white-monochrome)); --toggle-roundness: 25%; } /* background */ #skrollr-body { background-color: rgb(var(--swatch-background)); } #skrollr-body::before { content: ""; position: fixed; background-image: linear-gradient(to bottom, transparent, rgb(var(--swatch-background))), var(--article-image); background-size: 100% 100%, cover; width: 100vw; height: 100vh; } #container-wrap-wrap::before { content: ""; position: fixed; width: 100vw; height: 100vh; -webkit-backdrop-filter: blur(13px); backdrop-filter: blur(13px); } @media only screen and (min-width: 56.25rem) { /* main content */ #main-content { padding: 0.5rem 1rem; margin: 3.5rem auto 1.5rem auto; background: rgba(var(--gray-monochrome)); --swatch-background: 0,0,0,0; grid-template-areas: "action-area-top action-area-top action-area-top action-area-top action-area-top action-area-top""page-tags page-tags page-tags page-tags page-tags page-tags""page-title page-title page-title page-title page-title page-title""breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs""page-content page-content page-content page-content page-content page-content""page-info-break page-info-break page-info-break page-info-break page-info-break page-info-break"". . pwatch pwatch pwatch pwatch"". . pinfo pinfo pinfo pinfo""options-1 options-1 options-1 options-1 options-1 options-1""options-2 options-2 options-2 options-2 options-2 options-2""pbottom pbottom pbottom pbottom pbottom pbottom""action-area-btm action-area-btm action-area-btm action-area-btm action-area-btm action-area-btm"; } /* topmenu */ #header div[class*="top-bar"] > ul { background: rgba(var(--gray-monochrome)); border-radius: 0.75rem; padding: 0 1rem; box-sizing: border-box; } #header div[class*="top-bar"] > ul > li > a { border-left: 1px dotted rgb(var(--white-monochrome)); } #header div[class*="top-bar"] > ul > li:first-of-type > a{ border: none; } /* make the login info go to the actual screen edge */ #header { position: static; } /* border under topmenu */ #header::after { content: ""; position: absolute; height: 1px; background: rgba(var(--pale-gray-monochrome)); width: 60rem; left: calc(calc(100vw - 60rem) / 2); } /* header logo */ #header { background-image: none; } #header::before { content: ""; width: 100%; height: var(--header-height-on-desktop); position: absolute; top: 0; left: 0; background: var(--logo-image); opacity: 0.25; background-position: center bottom; background-size: auto calc(var(--header-height-on-desktop) - 2rem); background-repeat: no-repeat; } #header div#top-bar { font-size: 1rem; } } /* tags */ #main-content .page-tags { box-shadow: none; padding: 0; margin: 0; font-size: 1rem; } #main-content .page-tags::before { display: none; } #main-content .page-tags span { display: inline-flex; padding-top: -1px; font-size: inherit; } #main-content .page-tags span::before { color: rgb(var(--swatch-text-general)); content: "标签:" font-weight: bold; } @media only screen and (min-width: 56.25rem) { /* title */ #page-title, .meta-title { margin: 0; margin-top: 0.5rem; font-size: 2.5em; } #page-title, .meta-title { font-size: 3em; } /* center header */ #header :is(h1, h2) { width: 100%; max-width: var(--header-width-on-desktop); display: flex; } #header h1 a { margin: 4rem auto; } #header h2 span { margin-left: unset; font-size: 0; margin-top: 7.5rem; align-content: center; width: 100%; text-align: center; } #header h2 span::before { font-size: var(--header-h2-font-size); } } /* buttons */ div[id*=page-options-bottom]:not(.page-rate-widget-box):not(#search-top-box-form)>a.btn { padding: 3px; box-shadow: none; flex-basis: 7rem; } div[id*=page-options-bottom]>a:after { content: none; } /* removing --swatch-background in places */ form#edit-page-form table.form:first-of-type tr:focus-within td:first-of-type, form#edit-post-form table.form:first-of-type tr:focus-within td:first-of-type, form#new-post-form table.form:first-of-type tr:focus-within td:first-of-type, form#new-thread-form table.form:first-of-type tr:focus-within td:first-of-type { color: rgb(var(--pale-gray-monochrome)); } form#edit-page-form .edit-page-bottomtable tr > td:nth-of-type(1) > div:nth-of-type(1):focus-within::before, form#edit-post-form .edit-page-bottomtable tr > td:nth-of-type(1) > div:nth-of-type(1):focus-within::before, form#new-post-form .edit-page-bottomtable tr > td:nth-of-type(1) > div:nth-of-type(1):focus-within::before, form#new-thread-form .edit-page-bottomtable tr > td:nth-of-type(1) > div:nth-of-type(1):focus-within::before { color: rgb(var(--pale-gray-monochrome)); } /* mobile */ @media only screen and (max-width: 56.25rem) { :root { --header-h1-font-size: 6vw; --header-h2-font-size: 3vw; } #main-content > *, #main-content > * ~ * { max-width: var(--body-width-on-mobile); } #header :is(h1, h2), #top-bar { max-width: unset; } #header div#top-bar { max-width: unset; } #header div[class*="top-bar"] > ul { max-width: unset; } #content-wrap { background: rgba(var(--gray-monochrome)); } #main-content { --swatch-background: 0,0,0,0; grid-template-areas: "action-area-top action-area-top action-area-top action-area-top action-area-top action-area-top""page-tags page-tags page-tags page-tags page-tags page-tags""page-title page-title page-title page-title page-title page-title""breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs""page-content page-content page-content page-content page-content page-content""page-info-break page-info-break page-info-break page-info-break page-info-break page-info-break"". . pwatch pwatch pwatch pwatch"". . pinfo pinfo pinfo pinfo""options-1 options-1 options-1 options-1 options-1 options-1""options-2 options-2 options-2 options-2 options-2 options-2""pbottom pbottom pbottom pbottom pbottom pbottom""action-area-btm action-area-btm action-area-btm action-area-btm action-area-btm action-area-btm"; } #top-bar { -webkit-backdrop-filter: blur(13px); backdrop-filter: blur(13px); } } /* blockquote */ :is(blockquote, .blockquote, div.blockquote, [class*="blockquote"]) { background-color: rgb(var(--gray-monochrome)); } /* footnotes */ .hovertip { -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); } .footnotes-footer a[href*="javascript"]::before { display: none; } .footnotes-footer a[href*="javascript"], .footnotes-footer a[href*="javascript"]:visited { color: rgb(var(--link-color)); min-width: unset; width: 1ch; } /* owindow */ #odialog-container div.owindow { -webkit-backdrop-filter: blur(13px); backdrop-filter: blur(13px); } /* tags */ #main-content { --pagetags-text-color: var(--pale-gray-monochrome); --pagetags-text-hover-color: var(--dark-gray-monochrome); } .page-tags span::before { content: "标签:"; font-size: 90%; display: inline-flex; align-items: center; } #main-content .page-tags span a:not([href^="/system:page-tags/tag/_"]), #main-content .page-tags span a:visited:not([href^="/system:page-tags/tag/_"]) { margin: 0; font-size: 90%; }
二楼
二楼是室中最为古老的存在,被猜测诞生于后室之前,二楼具体何时发源无从考证,但可确定诸多层级乃至室的形成过程中二楼不可或缺,二楼中的核向外抛射自身的元素,形成了核层,稳定的核层形成了层级,最终层级被送至二楼的外部,层级互相接近形成堆垛样的集合体而统一为室。为了探索这一过程及其子过程,流浪者从「窗外」进入「阁楼」,而到目前我们对起重要作用的「核」却只了解皮毛,而「阁楼」深处的「伪核」更是知之甚少,「阁楼」内变化极速的环境使探险止步于「阁楼」的边缘,稳定的「窗外」成为了大部分流浪者的定居之所。二楼与其他室的关系不同于其他室彼此间的疏离,「窗外」的组成层级与其他室的层级并非能明确划分,而是呈现渐变的关系。时至今日,二楼整体的划分仍处于介于多者间、模糊的状态。
「二楼墙」
「二楼墙」是二楼特有的结构框架,与常室-临界室框架不同,「二楼墙」并不具备完整的层级型结构,仅仅是用于维系二楼维度的「空心」框架,虽然也有不确信的报告称「二楼墙」内的结构与中室类似,由无数广阔且不可理解的复杂区域组成,长度无穷的彭罗斯阶梯贯穿于内,也存在时空弯曲的平面和故障化的区域,更有时间流速均存在差异的腐败现实,流浪者无法理解在「二楼墙」中行进的过程。
- 「二楼墙」向维度内1形成了「墙场」,「墙场」将「核」稳定的束缚在阁楼的最中心,「核」与「核」不间歇的发生干涉,在趋近于零的时间段约有无限个「核」被创生,也有与创生数量相当的「核」受「墙场」的作用而完全湮灭,「墙场」判定为合理的「核」在「阁楼」中央被永久保留。无论「核」是否被保留,「核」都会在自身存在的时刻向外抛射「核」类特征元素,元素碰撞到「二楼墙」后立刻发生沉积,形成初始的层级即为核层。
- 「二楼墙」的结构无时无刻发生着改变,在「二楼墙」内行进的流浪者也可察觉,元素碰撞「二楼墙」产生的波动无时无刻重塑着「二楼墙」内的环境
- 「二楼墙」的复杂结构被推测有多种作用
- 缓冲「核」抛射物,复杂的结构紧密相接使「二楼墙」不会因抛射物冲击而溃散。
- 促使具有「核」特征的抛射物内空间以「二楼墙」内部结构为蓝本进一步完善。
- 在核层完成向层级的转变后,将核层从「阁楼」内送至「窗外」
「阁楼」
「阁楼」是「二楼」的内部,「二楼墙」充当了分割「阁楼」与「窗外」的屏障。「阁楼」内富含催化「核」形成的物质,「阁楼」可被视作「核」的培养基,故「阁楼」内充满高度活跃的「核」。部分「核」因不合理只能短暂存在,另一部分「核」因合理而被永久保留,有无数的「核」于此创生,亦有无数的「核」于此湮灭。「阁楼」接近「二楼墙」的部分集聚了数量大至难以估量的核层,核层借助「阁楼」环境而不断塑造自身,趋向成熟,直至最后被「二楼墙」转运至「窗外」。
「阁楼」的极深处存在着不受「墙场」影响的区域,其被称为「深阁」。「深阁」因失去「墙场」的制约,故不存在真正的「核」,此些近似「核」的存在相较于「核」更加怪异与模糊,它们被称为「伪核」。由「伪核」产生的核层向层级的转变更加迟缓。
「窗外」
「窗外」位于「二楼墙」向维度外侧,为二楼的最外部结构,其由无数核层转变为的层级组成。狭义上的「窗外」仅指紧贴「二楼墙」的二楼最外侧部分且只由此位置的层级构成,广义上的「窗外」指「二楼墙」向外侧的几乎全部区域。「窗外」的广义定义起源于对于各个室诞生的一种推测,即二楼的组分之一「阁楼」催发出无数的核层,这些核层逐渐发育为了层级,进而推测由层级构成的室实际上是由成堆的核层演变而来。故现主流学说认为由「二楼」催生出的室都应被归入「窗外」的范围内。事实上,「窗外」的层级与其他室的层级不存在明显差异,二者呈现出模糊、难以区分的渐变关系,令「窗外」看似是某种过渡。广义定义不利于「窗外」的层级统计,故编写「窗外」层级列表时,仍旧采用狭义定义。
「核」
「核」为具有某类特征的元素,这些特征彼此间有程度不一的差异。「核」的元素特征可「宽泛」,亦可「狭窄」。
「核」上传中心
如下是已充分探知的「核」
熔核(DarkErrorcore)
被迷茫、孤独和绝望包围,仿佛被一种无形的力量所缠绕和扭曲,尝试摆脱却依然无法从情绪漩涡中逃脱
熔核是一种以感受失落与腐败为主题的"核",它会强调自我精神的混乱。在视觉上为闪烁或静态的显示画面,展示一种抽象的腐化。红色的密闭空间常用于表现混乱崩塌的心境。窗户外的红色眼睛或是强光则意味着那些要侵入内心的不可名状之物,各种划痕与杂乱无章的线条则是代表混乱的行动,营造一种想要逃脱但无能为力的状态,扭曲的人影与诡异的符号则在体现潜意识中的自我,它们通常显得变态,暗示你不再是以前那样,也无法回到以前那样……
熔核所重点体现的似乎是在人受到某种刺激或是产生某种严重的心理问题时的心境投影,它大多展现了一种诡异混乱的情感。熔核并非简单的外在,更涉及心理和情感上的层面,它让我们思考我们是否真正了解自己,是否真正控制自己,是否真正爱自己……
蓝核(Blue Night)
蓝核为强调蓝调时分城市景色的"核",在视觉上主要表现为深蓝色与黑色混合的色调,创造出一种冷漠而平静的氛围,蓝核的视觉元素能给人平静又冰冷的感受,例:蓝色霓虹灯、闪电、空旷的街道及路灯、停车场、桥梁、悲伤的诗歌、夜晚的城市和皎洁的月亮……它们看起来都是蓝色的,如同前室清晨与傍晚的蓝调时分,深植于你的内心,蓝核是一种能充分表达孤独的"核",与其他相比,其更为细分,画面上更加极端化,蓝与夜能够很好的概括蓝核的主旨,故而流浪者将蓝核又称"蓝夜"
早在蓝夜被发现以前,人们不就已经在拍摄蓝调时刻美丽的天空了吗?为什么你不尝试来一次真正的放松呢,放缓自己的生活节奏,来到二楼,在一个悠闲的蓝调时刻在蓝核中按下快门,全身心地投入在蓝黑色的夜空中,给自己的心灵来一次简短的冥想之旅。
糖果核(CandyCore)
糖果核是一种以甜品2为主题的"核",目的为展现出可爱、甜美、童趣和幻想的风格,它的命名来源于前室内美国地区流行的一种三角形糖果「CandyCore」,此种糖果的味道类似蜂蜜、糖、黄油和香草的混合口味,糖果外观上色彩鲜艳、小巧可爱。
糖果核的特征元素
- 形状各异的糖果,例:棒棒糖,棉花糖,软糖,泡泡糖……,这些糖果通常是用来装饰或制作蛋糕、饼干、冰淇淋之类的甜点。
- 精致的饼干,蛋糕,冰淇淋等甜点,它们常装饰成爱心形、五角形、花朵、动物类的可爱模样,为了凸显糖果核的甜蜜,奶油、巧克力、水果等会作为甜品的额外修饰元素。
- 糖果包装纸,丝带,大小各异的彩珠等装饰品,例:附着在墙上的气球,桌子上的糖果罐,绑上丝带的椅子,彩色的床单和枕头……。
- 玩具、卡通人物、动物等可爱的图案,例:彩虹、独角兽的贴纸,小熊、小兔子的涂鸦。
糖果核的元素往往能催生出快乐、温馨与梦幻的氛围,让流浪者感到往日的美好…
街机核(Arcadecore)
你还记得你第一次去游戏厅玩游戏的时候吗?你是否曾经被那些闪烁的霓虹灯,各式各样的街机柜,让你觉得新奇和兴奋的游戏所吸引?你是否曾经和朋友们一起喝着可乐,兑换着奖券,收集着代币,在街机厅里度过一个愉快的周末?
街机核是一种凭前室中国地区1970~2000年的街机厅作为主题的"核",在视觉上包括廉价的塑料玩具,霓虹灯牌,披萨可乐,各种怀旧的街机游戏及地毯上的霓虹图案等元素。是营造一种少年时期怀旧与趣味兼并氛围的"核"。
对街机核格外狂热的流浪者,拥有属于他们自己的独特服饰,以下是这些狂热者为使新成员契合街机核环境的服装指导
街机核的时尚风格可以很低调,也可以极为鲜艳夺目,与环境相适的服装配饰有以下几种:
- 印有复古视频游戏和怀旧元素的T恤/卫衣/帽子
- 瘦腿牛仔裤/短裤/裙子
- 在票务亭换到的廉价塑料首饰
- 荧光棒首饰
- 运动鞋(最好是发光的那种)
- 反射紫外线的衣服和染发
- 渔网袜
- 条纹臂章
街机核类风格的起源可以追溯至20世纪50年代,随着技术的发展,街机游戏越来越复杂化和多样化,吸引了无数的玩家和爱好者,在前室1970~1980年代是街机游戏的黄金时代,出现了许多经典的游戏,这不仅影响了前室在那之后的电子游戏产业,也影响了当时的流行文化和艺术,直到后来霓虹的梦开始伴随岁月消退……
街机核像是二楼对这些街机游戏和街机厅的回忆和致敬,它试图重现那些曾经令人兴奋和快乐的时光,在某种程度上街机核也能同阈限空间般,令人有着熟悉又不安的感觉,这是因二者都是一种对现实世界的扭曲和重塑,都试图创造一种超越繁琐日常的体验,均包含了很多具有象征意义和隐喻意义的元素:街机游戏,霓虹灯等,以表达一种深层次的主题,令人挥之不去的情感:童年,游戏,梦境,孤独等,二者都具有矛盾性,对人们既吸引又排斥,既舒适又不安,既熟悉又陌生……
云核(CLOUDCORE)
云核是一种视觉效果非常注重天空,和云层具有独特的形状和设计的以“云”为主题的核,云核常常给人一种轻松感令人心情愉悦,它常常以拍摄和渲染的手法出现
云核的视觉效果通常在日出或日落前后拍摄的,颜色各异3,或者在纯蓝色的天空中突出云层的形状,由于云的色彩柔和且其与纯净有关,它也经常被用于边缘空间,和其它令人不安的核的子集中
乱核
乱核是一种与极简主义相反的"核",它以家居设计风格为主要视觉载体,强调创造一个个性化的充满信息的空间,在行动上把自己4喜欢的东西都堆积在一起,形成一种有序的混乱。乱核的风格不像前室极简主义那样依赖于用相同主题来统一空间,而是以唤起个人的随心所欲的快乐为主要驱动力。乱核的最直接的视觉表现是在卧室里堆放展示自己的收藏,比如艺术品、照片、旅行纪念品、书籍、唱片和各种小物件,以此来更好的展现并享受自我的个性与兴趣,让房间显得更加温馨,激发创造力和想象力,让人在自己最喜爱的事物中沉浸并放松。乱核图片的视觉效果通常是色彩鲜艳的、图案繁复、层次丰富和充满视觉冲击感的。乱核的起源尚不明确,有人认为这是二楼对前室"宅文化"的一种特异化表现,与宅文化一样倾向于收集兴趣相关的物品,堆叠在一起。
乱核所传达的精神内核:
- 对个性化和自我表达的渴望,乱核依据人的意识选择,摆放其所喜欢的物品来展示因人而异的喜好,价值观和个性,而不是遵循一种统一或普遍的审美标准。
- 对安全感的寻求,乱核让人们可以在自己熟悉和喜爱的物品中感受到温暖与亲切。
- 对童年和过去的怀念,乱核可以让人们保留并重温自己童年或过去时光中珍贵的回忆,比如玩具、卡通、明信片。这些物品可以让人们重新感受到曾经的纯真与欢乐。
喜欢二楼中乱核的人通常反对极简主义,认为那仅仅是一种束缚,人应该按照自己的喜好来购买使用物品,而不是为了追求效率或节约而牺牲自己的情感需求,但乱核的批评者认为,乱核所表现的就是,一种不健康、不成熟的生活方式,它只会导致空间的拥挤、杂乱与肮脏,从而影响人们的身心健康,还有人认为乱核是一种浪费的典例,只会促进过度消费和不必要的购买,让家里的垃圾只增不少。
如果你想来到乱核世界,再简单不过了,从你已拥有的东西开始,挑选出你最喜欢的物品,根据你的直觉与感性来选择他们在房间的摆放位置,将收藏品摆放在任何地方,不要害怕空间看起来拥挤或杂乱,而是享受你所创造出来的个人天地,乱核必将响应你,随后你就会来到丰富多彩的乱核世界
池核(Poolcore)
宁静神秘的阈限现实—Poolcore(池核)。
池核是一个非常具体的核分类,简单来说就是那些以瓷砖水池为主要元素的阈限空间。池核的照片有些是在二楼实拍的,也有依据其特性利用3D或是AI仿制,但由于其阈限空间的本质,它们总会给人带来熟悉感,就像曾经去过那里一样。虽说池核的主要元素都是泳池为主,但不同的池核照片会传达出完全不同的氛围,有些传达出的是清洁核一般干净的氛围,还有一些则强调熟悉感,更有甚者还有强调诡异与不安的。泳池、瓷砖、水、单色调、渐变色调这几个元素排列组合,能传达出不同的感觉正是池核的魅力所在。作为阈限空间的一种细化分类,池核是除了怪核、梦核之外,在二楼最广为人知的核,甚至喜爱人数一度超过怪核逼近梦核。之所以元素单一的池核如此受青睐,是因为池核所带来的感觉非常具有层次感,在你欣赏一张源于池核的照片时,阈限空间的熟悉感铺下一个基础。在此基础上,加上清澈透明的水便能体验到欣赏清洁核的快乐,加上儿童乐园则能体验到童核的快乐。此外,池核的元素相对固定,所带来的直接影响就是它是比较容易在二楼中大规模存在。因此也是二楼中的流浪者最常遇到的核。再想深一点,池核的水与阈限空间两个元素本就是宁静、平和、生命这些元素与不安全感的冲突结合。反差与冲突天生吸引人的好奇心。夜晚的梦往往是和水相联系的,这些不同且复杂的情感联系在一起,构成了池核给我们带来的特殊感觉,也使得它能让更多人引起共鸣。
「伪核」
「伪核」为携有不明确类别特征的元素,相较于「核」,「伪核」的特征更加模糊,难以具象化。
如下是已充分探知的「伪核」
一份世界观内对“二楼”设定的介绍,详见“二楼”。
由 Love Small Black 撰写
阈限之起源
条目一览
核层
核层是二楼最为微小的衍生结构,二楼中核与核彼此间的复杂作用产生了核层,核层像是散落的层级碎片,也可以被理解为层级的胚胎。核层各自携带着不完全相同的核类元素存在于广袤无垠的二楼及其他维度,部分核层紧密依附在二楼的框架上。核层之间互相聚沉、适配以形成层级。简而言之,核层是核的具象表现
核层文档的撰写规则与层级文档有较大差异,核层所代表的仅仅是「核」的特征元素,只要是一张包含核类元素的图像5均可作为核层
核层的文档仅分为相当轻量化的两部分:图像与简述
图像:
一张有「核」元素的图片
由于图片在核层文档中占据主体,您可以使用如下代码来展示图片
[[image 你的图片链接]]
简述:
对图像内容的精简描述,比如:一个老旧腐朽的桥、一些美丽的贴纸、一个闪闪发光的图案,这类对图片内容的描述,当然,你可以写更多的内容使描述更加具体和完善,但尽量不要脱离图像,文档内容尽可能在图中可以完全看出,撰写文档时,您的目光最好只停留在图像上,尽量减少构思或增添其他在图像中无法体现的内容。简述实际上,像是图像的附属品,不影响对图像描述的前提下,文字数量要尽可能的少之又少
核层的文档主体最好为图片
生存难度
您可以出于更加完善核层的需要添加,但这不是必要项
核层列表
子核层
子核层与其所属父核层拥有近似子层级与父层级的对应关系,因其不断受二楼内墙场影响,故子核层与父核层二者的相近程度较层级偏低
子核层列表
核层的书写代码
* [[[Code Level 层级编号|Code Level 层级编号 - 层级名称]]]
子核层书写代码
* [[[Code Level 层级编号|Code Level 层级编号 - 层级名称]]]
* [[[Code Level 子层级编号|Code Level 子层级编号 - 子层级名称]]]
编号要求详见割裂定义库
引用的页面 “component:toggle-sidebar-bhl” 尚不存在(立即创建)
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap'); /* root variables */ :root { max-width: 100vw; overflow-x: hidden; /* ===S-CSjavascript:;S-P INTEGRATION=== */ --theme-base: "black-highlighter"; --theme-id: "isolate-canon"; --theme-name: "Isolate Canon"; /* ===HEADER ELEMENTS=== */ --logo-image: url("http://backrooms-wiki-cnn.wikidot.com/local--files/theme:watch-your-back/isolate%20canon.png"); --header-title: "后室"; --header-subtitle: "留意身后……"; /* ===TYPEFACES=== */ --body-font: Ubuntu Mono, Consolas, Noto Sans SC, Noto Sans TC, monospace; --UI-font: var(--body-font); --header-font: var(--body-font); --title-font: var(--body-font); --mono-font: var(--body-font); /* ===HEADER TITLES=== */ --header-h1-font-size: 4rem; --header-h2-font-size: 2rem; --swatch-headerh2-color: var(--light-gray-monochrome); /* ===STANDARD THEME COLORS=== */ --white-monochrome: 255, 255, 255; --pale-gray-monochrome: 255, 255, 255, 0.8; --light-pale-gray-monochrome: 255, 255, 255, 0.5; --very-light-gray-monochrome: 255, 255, 255, 0.4; --light-gray-monochrome: 255, 255, 255, 0.5; --gray-monochrome: 0, 0, 0, 0.3; --dark-gray-monochrome: 0, 0, 0, 0.7; --black-monochrome: 0, 0, 0, 0.8; --pale-accent: 112,126,125; /* background */ --bright-accent: 255, 170, 0; /* link */ --medium-accent: 143, 150, 160; --dark-accent: 87, 91, 96; --alt-accent: 255, 125, 125; /* newpage link */ --link-color: var(--bright-accent); --visited-link-color: 215, 193, 246; --newpage-link-color: var(--alt-accent); --swatch-background: var(--pale-accent); --article-image: url("http://backrooms-split-library.wikidot.com/local--files/secondfloor/j1"); /* ===GENERAL TEXT COLORS=== */ --swatch-text-dark: var(--black-monochrome); --swatch-text-light: var(--white-monochrome); --swatch-text-general: var(--swatch-text-light); --swatch-important-text: var(--bright-accent); /* ===MENU COLORS=== */ /* ===MENU BACKGROUND COLORS=== */ --swatch-menubg-color: var(--white-monochrome); --swatch-menubg-light-color: var(--pale-gray-monochrome); --swatch-menubg-medium-color: var(--dark-gray-monochrome); --swatch-menubg-medium-dark-color: var(--gray-monochrome); --swatch-menubg-dark-color: var(--gray-monochrome); --swatch-menubg-black-color: var(--black-monochrome); --swatch-menubg-hover-color: var(--black-monochrome); /* ===MENU TEXT COLORS=== */ --swatch-menutxt-dark-color: var(--black-monochrome); --swatch-menutxt-light-color: var(--white-monochrome); --swatch-menutxt-general-color: var(--swatch-menutxt-dark-color); /* ===SECONDARY & TERTIARY COLORS=== */ /* Editing these will edit a vast majority of theme elements. Useful for making dark themes */ /* Colors for Secondary & Tertiary items like Blockquote and YUI Tabs */ --swatch-secondary-color: var(--swatch-menubg-dark-color); --swatch-tertiary-color: var(--swatch-menubg-light-color); --swatch-alternate-color: var(--medium-accent); /* Text Colors for Secondary & Tertiary items like Sidebar Headers and Top-Bar Menu Text */ --swatch-text-secondary-color: var(--swatch-menutxt-light-color); --swatch-text-tertiary-color: var(--swatch-menutxt-light-color); /* ===STRUCTURAL MEASUREMENTS=== */ --header-height-on-desktop: 12rem; --header-height-on-mobile: 12rem; --header-width-on-desktop: 40rem; --body-width-on-desktop: 45rem; --topbar-height-on-desktop: 1.9rem; /* ===SIDEBAR BUTTON=== */ --toggle-button-bg: rgb(var(--gray-monochrome)); --toggle-border-color: transparent; --toggle-border-width: 0; --toggle-icon-color: rgb(var(--white-monochrome)); --toggle-roundness: 25%; } /* background */ #skrollr-body { background-color: rgb(var(--swatch-background)); } #skrollr-body::before { content: ""; position: fixed; background-image: linear-gradient(to bottom, transparent, rgb(var(--swatch-background))), var(--article-image); background-size: 100% 100%, cover; width: 100vw; height: 100vh; } #container-wrap-wrap::before { content: ""; position: fixed; width: 100vw; height: 100vh; -webkit-backdrop-filter: blur(13px); backdrop-filter: blur(13px); } @media only screen and (min-width: 56.25rem) { /* main content */ #main-content { padding: 0.5rem 1rem; margin: 3.5rem auto 1.5rem auto; background: rgba(var(--gray-monochrome)); --swatch-background: 0,0,0,0; grid-template-areas: "action-area-top action-area-top action-area-top action-area-top action-area-top action-area-top""page-tags page-tags page-tags page-tags page-tags page-tags""page-title page-title page-title page-title page-title page-title""breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs""page-content page-content page-content page-content page-content page-content""page-info-break page-info-break page-info-break page-info-break page-info-break page-info-break"". . pwatch pwatch pwatch pwatch"". . pinfo pinfo pinfo pinfo""options-1 options-1 options-1 options-1 options-1 options-1""options-2 options-2 options-2 options-2 options-2 options-2""pbottom pbottom pbottom pbottom pbottom pbottom""action-area-btm action-area-btm action-area-btm action-area-btm action-area-btm action-area-btm"; } /* topmenu */ #header div[class*="top-bar"] > ul { background: rgba(var(--gray-monochrome)); border-radius: 0.75rem; padding: 0 1rem; box-sizing: border-box; } #header div[class*="top-bar"] > ul > li > a { border-left: 1px dotted rgb(var(--white-monochrome)); } #header div[class*="top-bar"] > ul > li:first-of-type > a{ border: none; } /* make the login info go to the actual screen edge */ #header { position: static; } /* border under topmenu */ #header::after { content: ""; position: absolute; height: 1px; background: rgba(var(--pale-gray-monochrome)); width: 60rem; left: calc(calc(100vw - 60rem) / 2); } /* header logo */ #header { background-image: none; } #header::before { content: ""; width: 100%; height: var(--header-height-on-desktop); position: absolute; top: 0; left: 0; background: var(--logo-image); opacity: 0.25; background-position: center bottom; background-size: auto calc(var(--header-height-on-desktop) - 2rem); background-repeat: no-repeat; } #header div#top-bar { font-size: 1rem; } } /* tags */ #main-content .page-tags { box-shadow: none; padding: 0; margin: 0; font-size: 1rem; } #main-content .page-tags::before { display: none; } #main-content .page-tags span { display: inline-flex; padding-top: -1px; font-size: inherit; } #main-content .page-tags span::before { color: rgb(var(--swatch-text-general)); content: "标签:" font-weight: bold; } @media only screen and (min-width: 56.25rem) { /* title */ #page-title, .meta-title { margin: 0; margin-top: 0.5rem; font-size: 2.5em; } #page-title, .meta-title { font-size: 3em; } /* center header */ #header :is(h1, h2) { width: 100%; max-width: var(--header-width-on-desktop); display: flex; } #header h1 a { margin: 4rem auto; } #header h2 span { margin-left: unset; font-size: 0; margin-top: 7.5rem; align-content: center; width: 100%; text-align: center; } #header h2 span::before { font-size: var(--header-h2-font-size); } } /* buttons */ div[id*=page-options-bottom]:not(.page-rate-widget-box):not(#search-top-box-form)>a.btn { padding: 3px; box-shadow: none; flex-basis: 7rem; } div[id*=page-options-bottom]>a:after { content: none; } /* removing --swatch-background in places */ form#edit-page-form table.form:first-of-type tr:focus-within td:first-of-type, form#edit-post-form table.form:first-of-type tr:focus-within td:first-of-type, form#new-post-form table.form:first-of-type tr:focus-within td:first-of-type, form#new-thread-form table.form:first-of-type tr:focus-within td:first-of-type { color: rgb(var(--pale-gray-monochrome)); } form#edit-page-form .edit-page-bottomtable tr > td:nth-of-type(1) > div:nth-of-type(1):focus-within::before, form#edit-post-form .edit-page-bottomtable tr > td:nth-of-type(1) > div:nth-of-type(1):focus-within::before, form#new-post-form .edit-page-bottomtable tr > td:nth-of-type(1) > div:nth-of-type(1):focus-within::before, form#new-thread-form .edit-page-bottomtable tr > td:nth-of-type(1) > div:nth-of-type(1):focus-within::before { color: rgb(var(--pale-gray-monochrome)); } /* mobile */ @media only screen and (max-width: 56.25rem) { :root { --header-h1-font-size: 6vw; --header-h2-font-size: 3vw; } #main-content > *, #main-content > * ~ * { max-width: var(--body-width-on-mobile); } #header :is(h1, h2), #top-bar { max-width: unset; } #header div#top-bar { max-width: unset; } #header div[class*="top-bar"] > ul { max-width: unset; } #content-wrap { background: rgba(var(--gray-monochrome)); } #main-content { --swatch-background: 0,0,0,0; grid-template-areas: "action-area-top action-area-top action-area-top action-area-top action-area-top action-area-top""page-tags page-tags page-tags page-tags page-tags page-tags""page-title page-title page-title page-title page-title page-title""breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs""page-content page-content page-content page-content page-content page-content""page-info-break page-info-break page-info-break page-info-break page-info-break page-info-break"". . pwatch pwatch pwatch pwatch"". . pinfo pinfo pinfo pinfo""options-1 options-1 options-1 options-1 options-1 options-1""options-2 options-2 options-2 options-2 options-2 options-2""pbottom pbottom pbottom pbottom pbottom pbottom""action-area-btm action-area-btm action-area-btm action-area-btm action-area-btm action-area-btm"; } #top-bar { -webkit-backdrop-filter: blur(13px); backdrop-filter: blur(13px); } } /* blockquote */ :is(blockquote, .blockquote, div.blockquote, [class*="blockquote"]) { background-color: rgb(var(--gray-monochrome)); } /* footnotes */ .hovertip { -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); } .footnotes-footer a[href*="javascript"]::before { display: none; } .footnotes-footer a[href*="javascript"], .footnotes-footer a[href*="javascript"]:visited { color: rgb(var(--link-color)); min-width: unset; width: 1ch; } /* owindow */ #odialog-container div.owindow { -webkit-backdrop-filter: blur(13px); backdrop-filter: blur(13px); } /* tags */ #main-content { --pagetags-text-color: var(--pale-gray-monochrome); --pagetags-text-hover-color: var(--dark-gray-monochrome); } .page-tags span::before { content: "标签:"; font-size: 90%; display: inline-flex; align-items: center; } #main-content .page-tags span a:not([href^="/system:page-tags/tag/_"]), #main-content .page-tags span a:visited:not([href^="/system:page-tags/tag/_"]) { margin: 0; font-size: 90%; }