@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap'); @font-face { font-family: 'GlowSansSC'; src: url('https://cdn.jsdelivr.net/gh/LupusCaeruleus/Fonts@main/GlowSansSC-Compressed-Bold.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: 'GlowSansSC'; src: url('https://cdn.jsdelivr.net/gh/LupusCaeruleus/Fonts@main/GlowSansSC-Compressed-ExtraBold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; } @font-face { font-family: 'ARKai_C'; src: url('https://cdn.jsdelivr.net/gh/LupusCaeruleus/Fonts@main/ARKai_C.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } :root { --logo-image:url("http://id-backrooms-wiki.wikidot.com/local--files/start/Logo%20TBID"); --header-title: '海 洋'; --header-subtitle: "平静水域"; --body-font: 'Quicksand', 'ARKai_C', '幼圆', 'Noto Sans SC', 'Noto Color Emoji', sans-serif; --header-font: 'Fjalla One', 'GlowSansSC', 'Noto Sans SC', 'Noto Color Emoji', sans-serif; --title-font: 'Fjalla One', 'GlowSansSC', 'Noto Sans SC', 'Noto Color Emoji', sans-serif; --mono-font: 'Source Code Pro', 'Noto Serif SC', 'Noto Color Emoji', monospace; /*Warna Latar Belakang*/ --white-monochrome: 255, 255, 255; /*Warna Kotak Tabs*/ --pale-gray-monochrome: 250, 255, 255; /*Warna Kotak Tabel*/ --light-gray-monochrome: 26, 153, 96; /*Warna Navigasi Atas*/ --gray-monochrome: 9, 102, 60; /*Warna Tombol a*/ --dark-gray-monochrome: 5, 46, 28; /*Warna Teks*/ --black-monochrome: 0, 0, 0; /*Warna Tombol Nav:Side a*/ --bright-accent: 0, 184, 101; /*Warna Kotak Tabs a*/ --medium-accent: 9, 102, 60; /*Warna Options Button*/ --dark-accent: 9, 84, 50; /*Warna Link Kosong*/ --alt-accent: 74, 255, 174; /*Warna Link Yang Udah Dilihat*/ --visited-link-color: 0, 232, 128; --border-styling: outset 2px rgb(var(--swatch-border-color)); --link-color: 0, 156, 86; --hover-link-color: 0, 156, 86; --link-color: 0, 156, 86; --hover-link-color: 0, 156, 86; } --box-border-bottom: 4px 4px 0 0 rgba(0, 0, 0, 0.2); --box-border-top: 4px 4px 0 0 rgba(0, 0, 0, 0.2); --box-border-left: 4px 4px 0 0 rgba(0, 0, 0, 0.2); --box-border-right: 4px 4px 0 0 rgba(0, 0, 0, 0.2); --box-border-all: 4px 4px 0 0 rgba(0, 0, 0, 0.2); --rating-module-button-plus-color: var(--light-gray-monochrome); --rating-module-button-negative-color: var(--light-gray-monochrome); --rating-module-button-cancel-color: var(--light-gray-monochrome); --rating-module-button-credit-color: var(--light-gray-monochrome); } #header h1, #header h1 a { top: 0.5rem; font-size: 150%; } #header h2, #header h2 span, #header h2 span::before { top: 1.7rem; font-size: 90%; } #skrollr-body { width: 100%; height: 7.625rem; position: absolute; top: 0; left: 0; background: repeating-linear-gradient(-45deg, #360509, #360509 4px, #000000 5px, #000000 5px); background-image: linear-gradient(to bottom, rgba(000,000,000,0) 100%, rgba(000,000,000,0) 100%), url('https://scpsandboxcn.wikidot.com/local--files/lupus-caeruleus/theme-bahari.jpg'); background-color: black; background-repeat: no-repeat; background-size: cover; background-position: bottom; } @media screen and (prefers-reduced-motion: no-preference) { #page-title, #breadcrumbs, #page-content > * { animation-name: swiup; animation-duration: 1s; animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } } #page-title { animation-delay: 0s; font-size: 150%; text-align: center; } #page-title, h1, h2 { color: #09663C; } #side-bar .side-block { position:relative; z-index:3; } #container { background-image: radial-gradient(circle, rgb(var(--medium-accent), 0.05) 50%, transparent 0); } #toc { color: black; background: #FAFAFA; border: 2px dashed #09663C; border-radius: 10px; } h3,h4,h5,h6 { color: #13BA6F; } textarea#edit-page-textarea { background-color: #FAFAFA; border: 2px solid #09663C; border-radius: 10px; color: #000000; } input.text#edit-page-title { background-color: #FAFAFA; border: 2px solid #09663C; border-radius: 10px 20px; color: #000000; font-family: var(--title-font); font-size: 90%; padding: 5px; } blockquote { border: 2px solid #09663C; border-radius: 10px; padding: 1em; background-color: #FAFAFA; } snowflake { color: #fff; font-size: 1em; font-family: Arial, sans-serif; text-shadow: 0 0 5px #000; } .styled-quote { background-color: #FAFAFA; border-left: 0.5rem solid #09663C; 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); border-radius: 5px 10px 10px 5px; } .dark-styled-quote { background-color: #09663C; border-left: 0.5rem solid #FAFAFA; color: #FAFAFA; border-radius: 5px 10px 10px 5px; } .lightblock { background-color: #FAFAFA; 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-radius: 10px; } .darkblock { background-color: #09663C; color: #FAFAFA; 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-radius: 10px; } .darkblock a { color: #09663C; } .darkblock h1, .darkblock h2, .darkblock h3, .darkblock h4, .darkblock h5, .darkblock h6, .dark-styled-quote h1, .dark-styled-quote h2, .dark-styled-quote h3, .dark-styled-quote h4, .dark-styled-quote h5, .dark-styled-quote h6, .dark-titleblock h1, .dark-titleblock h2, .dark-titleblock h3, .dark-titleblock h4, .dark-titleblock h5, .dark-titleblock h6 { color: #FAFAFA; } .quote { border: 2px solid #09663C; border-radius: 10px; padding: 0 1em; background-color: #FAFAFA; } .titleblock { background-color: #FAFAFA; color: #000000; 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 #09663C 2px; border-radius: 10px; } .titlebox{ color: #FFFFFF; position: relative; top: -1.6rem; background-color: #09663C; padding: 0.25rem 1rem; line-height: 0.1rem; border-radius: 10px 5px; } .dark-titleblock { background-color: #09663C; color: #FAFAFA; 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 #FAFAFA 2px; border-radius: 10px; } .dark-titlebox{ color: #09663C; position: relative; top: -1.6rem; background-color: #FAFAFA; padding: 0.25rem 1rem; line-height: 0.1rem; border-radius: 10px 5px; } .owindow.owait .content { background-color:#FAFAFA; } .owindow { background-color:#FFFFFF; color:#000000; border: 2px solid #09663C; border-radius: 10px 20px; } .owindow .title { background-color:#09663C; border-radius: 10px 20px; color: white; } .hovertip { background-color:#FFFFFF; color:#000000; border: 2px solid #09663C; border-radius: 10px 20px; } .scp-image-block { box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); font-size: 90%; border-radius: 10px; overflow: hidden; } .footnotes-footer { border-left: 5px solid #09663C; border-right: 0px solid transparent; border-radius: 0px 10px 10px 0px; } @keyframes swiup { from { opacity: 0; transform: translate(0,30px); } to { opacity: 1; transform: translate(0,0); } } @-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}.snowflake:nth-of-type(10){left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}.snowflake:nth-of-type(11){left:65%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s}
🫧
ㅤㅤㅤㅤㅤㅤ🫧
ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ🫧
生存难度:生存難度:
等级等級 habitable
- 气候性宜居
- {$two}
- {$three}
如何使用:
[[include :backrooms-wiki-cn:component:level-class
|class=等级
]]
class 处的可用参数包括以下内容,支持简繁体及英文输入。
| English | 简体中文 | 繁體中文 | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 1 | 2 | 3 | 4 | 5 | 0 | 1 | 2 | 3 | 4 | 5 | 0 | 1 | 2 | 3 | 4 | 5 |
| unknown | 未知 | 未知 | |||||||||||||||
| habitable | 宜居 | 宜居 | |||||||||||||||
| deadzone | 死区 | 死區 | |||||||||||||||
| pending | 等待分级 | 等待分級 | |||||||||||||||
| n/a | 不适用 | 不適用 | |||||||||||||||
| amended | 修正 | 修正 | |||||||||||||||
| omega | 终结 | 終結 | |||||||||||||||
该组件支持简繁切换,如下方代码所示:
[[include :backrooms-wiki-cn:component:level-class
|lang=cn/tr
|class=等级
]]
在 lang 处选择语言,cn 表示简体中文,tr 表示繁体中文,不填默认选择简体中文。
自定义等级
[[include :backrooms-wiki-cn:component:level-class
|lang=cn/tr
|class=等级名字
|color=#000000(带有井号的十六进制色号代码。)
|image=链接(至图片的链接。)
|one=在这
|two=随便
|three=放文字
]]
使用 CSS 进行自定义:
你可以使用 CSS 进行额外的自定义,将代码放入到 [[module css]] 中或者是放入到页面的版式内都可以。在这一组件中,不要把 [[module css]] 放在 [[include]] 里面,把它放在那个的下面或者是页面的顶部或底部。
将这些代码放入到你的页面/版式中以编辑所有的颜色,因为组件的 |color= 部分仅能控制背景:
[[module css]]
.sd-container {
/* 字体 */
--sd-font: Poppins, Noto Sans SC, Noto Serif SC;
/* 边框 */
--sd-border: var(--gray-monochrome); /* 大多数等级 */
--sd-border-secondary: 0, 0, 0; /* 不适用 */
--sd-border-deadzone: 20, 0, 0; /* 死区 */
/* 标志 */
--sd-symbol: var(--sd-border) !important; /* 大多数标志 */
--sd-symbol-secondary: 255, 255, 255; /* 4 级以上的是白色 */
/* 文本 */
--sd-bullets: var(--sd-border) !important; /* 点句符文本颜色 */
--sd-text: var(--swatch-text-secondary-color); /* 顶部框文本颜色 */
/* 等级颜色 */
--class-0: 247, 227, 117;
--class-1: 247, 227, 117;
--class-1: 255, 201, 14;
--class-2: 245, 156, 0;
--class-3: 249, 90, 0;
--class-4: 254, 23, 1;
--class-5: 175, 6, 6;
--class-unknown: 38, 38, 38;
--class-habitable: 26, 128, 111;
--class-deadzone: 44, 13, 12;
--class-pending: 182, 182, 182;
--class-n-a: 38, 38, 38;
--class-amended: 185, 135, 212;
--class-omega: 25, 46, 255;
}
[[/module]]
旧版颜色:
如果你不喜欢新版的样式,想要用回旧版的红色边框色,只需要在你的页面中与组件一同引入下方的代码:
[[module css]]
.sd-container {
--sd-border: 90, 29, 27;
--sd-image: 90, 29, 27;
--sd-symbol: 90, 29, 27;
}
[[/module]]
Level R-983是后室R层群的第983层。
描述
一张拍摄于Level R-983水底的图像
Level R-983是一片向远方不断延伸的海洋,其海水呈现碧绿色且具有许多对人体有益的未知成分物质,本层最深处可达980米,最深处湖床海拔-900米,有时可以在海面上看见许多漂浮的水藻,珊瑚,鱼饵,以及不知名品牌的矿泉水瓶。
Level R-983的气候多为地中海型气候,最高气温可达39℃,最低气温达6℃左右,本层拥有不同的天气类型,气候多为晴天,降雨极少且不规则。本层并不存在季节之分,时间状况一直维持在10至1时,本层风向常吹西北风,风速2.7米每秒,风向多西风,次为北风,平均相对湿度为68%,有时在本层会罕见的吹起西南风,此时本层温度将会维持在最低状态,大约为1℃至-20℃。
Level R-983存在丰富的鱼类,几乎包含了前厅的所有鱼种类,热带鱼在本层偏多,其次为淡水鱼,偶尔也会在本层的海面下遇见海星,海参或者是比目鱼,安康鱼与河豚的数量虽然稀少,但是仍可以遇见,最为稀少的鱼类是鲨鱼,几乎很难以自然方式遇见。
值得注意的是,Level 983内存在一种特殊时段,每隔一段时间将会发生一次
,流浪者将这种时段称之为洋流时间,当洋流时间发生时,洋流时间内的所有处于海中的生物都会不可避免的被从各个方向的洋流不断推进,这个时间段通常会产生大量的气泡与水蒸汽,直到洋流时间结束。
基地、前哨与社区
- 本层没有已知的基地、前哨与社区
入口与出口
入口
- 在Level R-2一处插有983号公路警示牌旁的水潭中有一处下水道可以来到这里。
出口
- 有时流浪者可以在海面上看到一处海中漩涡,被漩涡卷入将会来到Level R-83或Level R-100
« Level R-982 | Level R-983 | Level R-984 »
