/* Liminal Legacy Theme [Legacy Theme] by Lynch & Etoile. Remixed by Stretchster. */ @import url('https://fonts.googleapis.com/css2?family=ZCOOL+XiaoWei&display=swap'); :root { --theme-base: "black-highlighter"; --theme-id: "liminal-legacy"; --theme-name: "Liminal Legacy Theme"; --logo-image: url("http://backroomssandboxcn.wikidot.com/local--files/img/LOGO_MEG.png"); --header-title: "后室的传承"; --header-subtitle: "注意看你背后..."; --body-font: 'Lato', "Noto Sans SC", sans-serif; --header-font: 'Russo One', 'ZCOOL XiaoWei', sans-serif; --title-font: 'Exo', '幼圆', "Noto Sans SC", sans-serif; --mono-font: "PT Mono", "Andale Mono", "Noto Serif SC", '仿宋', "Courier New", Courier, monospace; --white-monochrome: 215, 207, 137; --text-white-monochrome: 222, 222, 222; --pale-gray-monochrome: 255, 185, 97; --light-gray-monochrome: 90, 20, 20; --gray-monochrome: 90, 20, 20; --black-monochrome: 12, 12, 12; --bright-accent: 255, 185, 97; --medium-accent: 86, 23, 23; --dark-accent: 164, 107, 0; --pale-accent: 203,0, 183; --alt-accent: 234,88,255; --legacy-accent: 34,80, 121; --darker-legacy-accent: 45,53,67; --backrooms-yellow: 215,200,0; --swatch-topmenu-border-color: var(--medium-accent); --swatch-headerh1-color: 222, 222, 222; --swatch-headerh2-color: 255, 185, 97; --link-color: 90, 20, 20; --hover-link-color: 255, 185, 97; --visited-link-color: 215, 150, 64; --background-gradient-distance: 0rem; --gradient-header: linear-gradient(to top, rgba(var(--medium-accent)) 0%, rgba(var(--medium-accent), 0.90) 0% ); --diagonal-stripes: linear-gradient(transparent 0); } #skrollr-body { background-image: radial-gradient(circle, rgb(var(--medium-accent)) 50%, transparent 0); background-repeat: repeat; background-size: 0.25em 0.25em; width: 100%; height: 7.5rem; } #side-bar .side-block div a img { filter: grayscale(100%); } #container { background-image: radial-gradient(circle, rgb(var(--medium-accent), 0.05) 50%, transparent 0); background-size: 0.25em 0.25em; background-repeat: repeat; background-attachment: fixed; } #top-bar div.mobile-top-bar > ul > li > a, #top-bar div.top-bar > ul > li > a, #top-bar div.mobile-top-bar > ul > li > ul > li > a, #top-bar div.top-bar > ul > li > ul > li > a { color: rgb(var(--bright-accent)); } div#page-options-bottom-2 > a, div#page-options-bottom > a { border-radius: 0em; -moz-border-radius: 0em; border: none; } div#page-options-bottom-2 > a:active, div#page-options-bottom-2 > a:hover, div#page-options-bottom > a:active, div#page-options-bottom > a:hover { border: none; } #header, #top-bar { background-attachment: scroll; } #header { background-image: none; } #header::before { content: ""; position: absolute; height: 100%; width: 100%; left: 0; top: 0; background-image: var(--logo-image); background-size: auto 16rem; background-position: center; background-repeat: no-repeat; opacity: 0.4; } #header h1, #header h1 a { position: absolute; top: 1rem; margin: 0; width: 100%; display: flex; justify-content: center; z-index: 0; } #header h2, #header h2 span, #header h2 span::before { position: absolute; top: 2rem; margin: 0; width: 100%; display: flex; justify-content: center; } #header h1 a::before, #header h2 span::before { text-shadow: .063rem 0.1rem 0.1rem #0c0c0c; } .yui-navset .yui-nav .selected a { color: rgb(var(--bright-accent)) !important; } table.wiki-content-table th { color: rgb(var(--text-white-monochrome)); } #login-status { color: rgb(var(--bright-accent)); } #login-status a { color: rgb(var(--bright-accent)); } #search-top-box input.empty { color: rgb(var(--bright-accent)); } a.newpage { background: transparent; text-decoration: none } a.newpage { color: rgb(var(--alt-accent)) } blockquote { box-shadow: 0.05rem 0.1rem 0.3rem rgba(90, 20, 20,.25); } .styled-quote { background-color:rgb(var(--bright-accent)); border-left: 0.5rem solid rgba(var(--gray-monochrome)); color:rgb(var(--black-monochrome)); padding: 0.1rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); } .dark-styled-quote { background-color:rgb(var(--darker-legacy-accent)); border-left: 0.5rem solid rgba(var(--legacy-accent)); color:rgb(var(--text-white-monochrome)); padding: 0.1rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); } .dark-styled-quote a{ color: rgb(var(--swatch-menubg-medium-color)); } .lightblock { background-color:rgb(var(--white-monochrome)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } .block { background-color:rgb(var(--gray-monochrome)); color:rgb(var(--text-white-monochrome)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } .darkblock { background-color:rgb(var(--darker-legacy-accent)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); color: rgb(var(--text-white-monochrome)); } .darkblock a { color: rgb(var(--swatch-menubg-medium-color)); } .borderblock { background-color:rgb(var( --gray-monochrome)); color:rgb(255, 255, 255); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border: solid 0.3rem rgb(var(--bright-accent)); } .alt-borderblock { background-color:rgb(var(--bright-accent)); color:rgb(var(--black-monochrome)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border: solid 0.3rem rgb(var(--gray-monochrome)); } .dark-borderblock { background-color:rgb(var( --darker-legacy-accent)); color:rgb(255, 255, 255); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border: solid 0.3rem rgb(var(--legacy-accent)); } .border-logoblock{ padding: 0.01rem 1rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); color:rgb(255, 255, 255); margin: 0.5rem 0 0.5rem 0.25rem; display: block; position: relative; background-color: rgb(var(--gray-monochrome)); border: solid 0.3rem rgb(var(--bright-accent)); } .border-logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://backroomssandboxcn.wikidot.com/local--files/img/LOGO_MEG.png) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; } .dark-border-logoblock{ padding: 0.01rem 1rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); color:rgb(255, 255, 255); margin: 0.5rem 0 0.5rem 0.25rem; display: block; position: relative; background-color: rgb(var(--darker-legacy-accent)); border: solid 0.3rem rgb(var(--legacy-accent)); } .dark-border-logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://backroomssandboxcn.wikidot.com/local--files/img/LOGO_MEG.png) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; } .logoblock{ padding: 0.01rem 1rem; color:rgb(255, 255, 255); box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); margin: 0.5rem 0 0.5rem 0.25rem; display: block; position: relative; background-color: rgb(var(--gray-monochrome)); } .logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://backroomssandboxcn.wikidot.com/local--files/img/LOGO_MEG.png) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; } .dark-logoblock{ padding: 0.01rem 1rem; color:rgb(255, 255, 255); box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); margin: 0.5rem 0 0.5rem 0.25rem; display: block; position: relative; background-color: rgb(var(--darker-legacy-accent)); } .dark-logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://backroomssandboxcn.wikidot.com/local--files/img/LOGO_MEG.png) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; } .titleblock { background-color: rgb(var(--gray-monochrome)); color:rgb(var(--text-white-monochrome)); padding: 0.5rem 1rem 0.10rem; margin: 1.5rem 0rem 0.5rem 0rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.5); border: solid rgb(var(--bright-accent)) 2px; } .titlebox{ color: rgb(var(--gray-monochrome)); position: relative; top: -1.6rem; background-color: rgb(var(--bright-accent)); padding: 0.25rem 1rem; line-height: 0.1rem; } .dark-titleblock { background-color: rgb(var(--darker-legacy-accent)); color:rgb(var(--text-white-monochrome)); padding: 0.5rem 1rem 0.10rem; margin: 1.5rem 0rem 0.5rem 0rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.5); border: solid rgb(var(--legacy-accent)) 2px; } .dark-titlebox{ color: rgb(var(--darker-legacy-accent)); position: relative; top: -1.6rem; background-color: rgb(var(--legacy-accent)); padding: 0.25rem 1rem; line-height: 0.1rem; } .border-block { background-color:rgb(var(--gray-monochrome)); color:rgb(255, 255, 255); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border: solid 0.3rem rgb(var(--gray-monochrome)); } .featurebox{ padding:0 0.5rem; margin:1rem 0; background:#c7c089; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #d6ce92; box-sizing:border-box; } .featureflavor{ padding:0 0.5rem; margin:0.5rem 0; background:#D7CF89; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #c7c089; box-sizing:border-box; transition:0.2s; } .newsbox{ padding:1px 1rem; margin:1rem 0; background: linear-gradient(90deg, rgba(199,192,137,1) 0%, rgba(214,206,146,0) 100%); border-radius:0.8rem; } .light-featurebox{ padding:0 0.5rem; margin:1rem 0; background:#5A1414; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #FFB961; box-sizing:border-box; } .light-featureflavor{ padding:0 0.5rem; margin:0.5rem 0; background:#FFB961; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #6B1E1E;; box-sizing:border-box; transition:0.2s; } .light-newsbox{ padding:1px 1rem; margin:1rem 0; background: linear-gradient(90deg, rgba(75,16,16,1) 0%, rgba(214,206,146,0) 100%); border-radius:0.8rem; } .dark-featurebox{ padding:0 0.5rem; margin:1rem 0; background:#2D3543; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #F4F4F4; box-sizing:border-box; } .dark-featureflavor{ padding:0 0.5rem; margin:0.5rem 0; background:#225079; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #202732; box-sizing:border-box; transition:0.2s; } .dark-newsbox{ padding:1px 1rem; margin:1rem 0; background: linear-gradient(90deg, rgba(32,39,50,1) 0%, rgba(214,206,146,0) 100%); border-radius:0.8rem; } .yellow-featurebox{ padding:0 0.5rem; margin:1rem 0; background:#EBC400; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #F4F4F4; box-sizing:border-box; } .yellow-featureflavor{ padding:0 0.5rem; margin:0.5rem 0; background:#EBC400; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #F4F4F4; box-sizing:border-box; transition:0.2s; } .yellow-newsbox{ padding:1px 1rem; margin:1rem 0; background: linear-gradient(90deg, rgba(205,171,0,1) 0%, rgba(214,206,146,0) 100%); border-radius:0.8rem; } @media screen and (prefers-reduced-motion: no-preference) { #page-title, #breadcrumbs, #page-content > * { animation-name: fadeIn; animation-duration: 1s; animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } } #page-title { animation-delay: 0s; } @keyframes fadeIn { from { opacity: 0; transform: translate(0,30px); } to { opacity: 1; transform: translate(0,0); } } :root { --fade-in-delay: 0.1s; /* Change the speed here. */ } #page-content > :nth-child(1) { animation-delay: calc(1 * var(--fade-in-delay)); } #page-content > :nth-child(2) { animation-delay: calc(2 * var(--fade-in-delay)); } #page-content > :nth-child(3) { animation-delay: calc(3 * var(--fade-in-delay)); } #page-content > :nth-child(4) { animation-delay: calc(4 * var(--fade-in-delay)); } #page-content > :nth-child(5) { animation-delay: calc(5 * var(--fade-in-delay)); } #page-content > :nth-child(6) { animation-delay: calc(6 * var(--fade-in-delay)); } #page-content > :nth-child(7) { animation-delay: calc(7 * var(--fade-in-delay)); } #page-content > :nth-child(8) { animation-delay: calc(8 * var(--fade-in-delay)); } #page-content > :nth-child(9) { animation-delay: calc(9 * var(--fade-in-delay)); } #page-content > :nth-child(10) { animation-delay: calc(10 * var(--fade-in-delay)); } #page-content > :nth-child(11) { animation-delay: calc(11 * var(--fade-in-delay)); } #page-content > :nth-child(12) { animation-delay: calc(12 * var(--fade-in-delay)); } #page-content > :nth-child(13) { animation-delay: calc(13 * var(--fade-in-delay)); } #page-content > :nth-child(14) { animation-delay: calc(14 * var(--fade-in-delay)); } #page-content > :nth-child(15) { animation-delay: calc(15 * var(--fade-in-delay)); } #page-content > :nth-child(n+15) { animation-delay: calc(16 * var(--fade-in-delay)); }
Level IF-313是后室IF层群的第313层。
描述
Level IF-313的唯一可确信图像。
Level IF-313被确信为曾经的Level 1000之一,其与另一个时空之中的Level 1000证明有关联,类似于Level C-100和Level ZH-100的关系,该层级曾短暂地存在过,后被抹除,直至今日,它与Level IF-226一同被发掘,M.E.G.证实了曾经消逝的层级正在一个接一个重新出现。
Level IF-313为一现代别墅,每个房间之内都摆有各类物品,每个物品都包含“自恢复”现象,会在被破坏或是拾取后的3小时之后重新恢复至原本的状态,且形状、颜色、气味完全没有任何变化,相当于之前物品的复制品。
Level IF-313的别墅包含三层,第一层是宽阔的客厅,绘有现代几何艺术图像的地毯铺在地面之上,地面为干净且整齐的瓷砖。客厅的茶几上放有水果,水果放在瓷碗之中,茶几上有时还会生成化妆品或是植物盆栽,植物盆栽没有显现出任何生命迹象。沙发和软椅摆放在客厅角落,沙发上的枕头有时会变换形状与结构。客厅的墙壁上包含壁灯和玻璃雕塑等装饰品,墙壁上带有大理石花纹。层级的吊灯结构极其稳固,流浪者无法以任何方式破坏客厅之中的吊灯。客厅的落地窗总是被窗帘所遮蔽,落地窗之外是一片无限循环的绿色草地,雾气弥漫在外部区域。
Level IF-313的第二层是无尽的走廊,走廊的墙纸为淡黄色,表面附着少许污渍,走廊的地面由未知的金属组成,极易反光。走廊中的安全通道标识时刻泛着绿光,绿光为走廊中的唯一光源来源设施。走廊联通着大量房间以及楼梯间,大部分房间都为卧室或是浴室,卧室中的物品摆放极为杂乱,被单、书本、衣物等物品可能出现在卧室的任何区域之中,浴室中的物品极为整齐,浴缸、拖把摆放极为整齐,地面不包含任何可见的水渍,浴缸中大多摆放着沐浴露或是浴巾,楼梯间大多为旋转楼梯间,流浪者在进入楼梯间之时会感到强烈的眩晕感。
Level IF-313的第三层是狭窄的阁楼,木质墙壁嘎吱作响,木梯、木马等物品废弃在阁楼之中,表面积攒些许灰尘,受潮严重,容易破坏。阁楼中有着许多珍贵物品,大多是翡翠手镯或是钻石戒指,这些物品总是放在阁楼之中较为干净的区域,并且使用黑白报纸所包裹,报纸的内容为前厅之中的大事件,且涵盖了每一个前厅国家,包含美国、英国、俄罗斯/苏联、中国、日本、印度、法国、德国、沙特阿拉伯、伊朗、南非、埃及、巴西、墨西哥等国家,且报纸的风格尤为复古,大多为20世纪中后期风格,迄今为止在层级报纸之中出现的前厅大事件如下:
- 美国总统选举
- 阿波罗11号登月
- 二十世纪二十年代大萧条
- 金融危机
- 莎士比亚纪念活动
- 太空竞赛
- 莫斯科奥运会
- 新中国成立
- 改革开放
- 北京奥运会
- 泡沫经济破裂
- 关东大地震
- 宝莱坞电影相关报道
- 戛纳电影节
- 汽车工业
- 石油危机
- 金字塔相关报道
- 世界杯相关报道
Level IF-313中的色彩极其匮乏,除流浪者和实体以外,层级之中的其他物品是不包含任何自带色彩的,其表面也检测不出任何色素成分,然而,从该层级之中带出的照片都会带有色彩,且图片上的色彩会逐渐进行微小的变化,流浪者可以通过机械设备观测层级之中的色彩。从其他层级带到此层级的物品也会失去颜色,物体表面的颜色会逐渐变灰,而后完全变为黑白色。试图使用除机械装置,诸如摄像头、手机等物品以外的物品描绘层级图像,例如图画等途径都会变为黑白。
Level IF-313中的食物被证明是完全安全和健康的,流浪者可放心食用该层级之内的所有食物,但层级中的流浪者味觉与嗅觉将会减弱,且层级之中的食物每过12小时便会开始营养流失。层级之中的食物不可带出此层级,当流浪者试图带出该层级之中的食物时,带出的食物会在一瞬间迅速爆裂或是消失,部分消失的食物会被传送到其他的随机层级之内。层级之中的食物种类包括以下几类:
- 橙子
- 苹果
- 香蕉
- 蓝莓
- 葡萄
- 火龙果
- 西瓜
- 草莓
- 能量饮料
- 果汁
- 酸奶
- 可乐原浆
- 披萨
- 鸡块
- 薯条
- 烤鸡翅
- 三明治
- 蛋糕
- 通心粉
- 肉饼
这些食物部分可能来自于其他层级,如Level IF-3或是Level IF-258。
Level IF-313中的流浪者会受到强烈的精神影响,流浪者将会不断尝试离开自己所在的房屋,来到外围区域,然而,外围区域是极其致命的。外围区域的空气之中弥漫着麻醉药物或是上瘾类止痛药类成分,这些成分将会使流浪者陷入身体无力的状态,且精神恍惚。外围区域之中的实体包括后室每个层群之中的所有种类,且数量将会在流浪者前往外围更深处区域时继续增多。
实体
Level IF-313之中的流浪者必须依靠自己生存。“Yourself” 是进入层级之中的流浪者的克隆体。“Yourself”与原流浪者的样貌与性格完全一致,且共享该流浪者的一切知识与记忆,但“Yourself”并没有关于后室的知识。“Yourself”与流浪者不同的是,它几乎不会做出除到处游走以外的任何动作。与“Yourself”互动被证实为是极其危险的,因为它会导致后室之中关于该流浪者的时间线紊乱并将流浪者送出后室,或者在一瞬间将流浪者无痛杀死。与层级之中的其他流浪者产生的“Yourself”互动并不危险。流浪者与“Yourself”之间的唯一区别是“Yourself”可能会在部分情况下做出反常行为。
基地、前哨与社区
该层级暂无已知的基地、前哨与社区。
入口与出口
入口
- 在Level IF-310切出即可来到此层级。
- 在Level 999忏悔极有可能来到此层级
出口
- 在层级中待满14小时即可进入Level IF-312或是Level 1001
作者MCMK-1234
原文为旧版WikidotLevel1000
« Level IF-312 | Level IF-313 | Level IF-314 »


