@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://scutoidbox.wikidot.com/local--files/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: 215, 193, 246; /* background */ --bright-accent: 175, 153, 206; /* 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("https://s2.loli.net/2023/04/09/A4rkXtNamUo5EwO.jpg"); /* ===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%; }
生存难度:
等级 Ψ - 死区
- 不安全
- 稳定
- 精神危害
描述
Level Cloud-124 是一巨大的天空盒,其中有复数云朵,相距由 50 米至 1000 米不等。云朵由水汽组成1,其本身即为实体。层级时间总是固定在傍晚,层级因此呈现类似前厅“火烧云”的表现,但无法观测到太阳。层级内空气温度保持在 27℃,气压约为 0.9P0Pa2。
坠入层级后,流浪者会逐渐受到层级精神控制的影响。流浪者会放弃逃离此层级的想法,对当前处境感到安逸、适宜。推测是吸入层级内空气所致3。受此影响,流浪者不会因层级内气压较低而不适。
处于该层级将逐渐被同化为云朵,其携带物品不会受同化影响且总是可以保持正常运作。此同化过程是不可逆的。同化后的流浪者会丧失自主意识,只拥有群体意识。同化后的流浪者可以使用生前携带的物品。同化后的云朵通常迫切希望他人不要进入该层级。归档在案的所有流浪者均在进入层级 00:10:42.7 时心理与身体全部同化。
据 A.S.3.5.T.特工生前的记录,层级内部可能存在无法抵达的陆地。UNC4后室分部已停止对 Level Cloud-124 的调查。
基地、前哨和社区
由于层级的同化性质,该层级没有任何人类组成的基地、前哨和社区。
入口和出口
入口
从 Level Cloud-798 的窗户跳下去将来到此层级。
在 Level Cloud-813 驾驶热气球撞上一朵云有小概率来到此层级。
出口
摄影机启动的咔哒声。
我是 A.S.3.5.T.。现在正在 Level Cloud-813。请指示。
现在控制热气球撞入云中。收到请回复。
收到。已经进入云中。热气球已经消失,已经到达 P-0632,正在 P-0632 中坠落。
计时器启动的滴答声。
无法看到陆地与地平线,推测 P-0632 不存在陆地。空气稍冷,气压体感舒适。测量值为;温度 27℃,气压 91.2kPa。
周围有许多云,与平常的云类似。层级似乎处于傍晚的时间点,无法观测到太阳。天空被染红了。
层级内除了云朵之外有没有其他特殊的存在?
[不明低语,无法辨认]。
尚未发现其他存在。
刚刚听到了不明低语,周边似乎没有能够发出声音的生物或机器。
背包中的降落伞还在吗?尝试打开它,控制自己飞行方向至最近的一朵云上,在飞行途中对空气采样,再对云采样。收到请回复。
收到。已经打开降落伞,能够控制飞行方向。正在向最近的云飞行。
已经获得空气采样。
[不明低语,无法辨认]。
报告,再次听到了低语。
我也听到了。能否确认声音的来源?
似乎是在最近的云的方向。
[不明低语,无法辨认]。
能听清楚声音在说什么吗?
我好像看到了陆地,那是一个[无法辨认]。
录像画面中并没有发现陆地。
A.S.3.5.T.你还好吗?收到请回复。
无反应
A.S.3.5.T.你还在吗?
无反应
A.S.3.5.T.的身体逐渐融化,随后身上的液体又再次蒸发,变成白色的气体。
气体遮住了镜头。
生命体征消失,此时计时器示数为 00:10:42.7。
录像画面中只有茫茫无际的云与天空。
世人多口,徒惹风波,此地诚不为外人宜至之地。
吾自闭之,勿复念之。
画面结束。
目前,此层级入口不再移动。
simon laau
背景图是缥缈愿景的
| 分类 | 作品 |
|---|---|
| 层级 | Simon Lau的报告“光路” Level Cloud-550 Level Cloud-405 捌玖玖层 Level Cloud-124 |
| 实体 | |
| 物品 | The Cloudrooms 离线维基 |
| 现象 | Phenomenon Cloud-2 再别遗忘 |
| 故事 | 短篇故事合集 |
| 组件 | 组件:更适合云分的殿印优化 |
| 版式 | |
| 隐秘层级 | 古道长亭 |
| 隐秘实体 | |
| 推销作者页 以及孤岛设定 |
|
« Level Cloud-123 | Level Cloud-124 | Level Cloud-125 »


© The Cloudrooms云室维基 (2022-2026) - 本站不遵循CC协议。