Level 7.6
Level 7 » Level 7.6
@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}
🫧
ㅤㅤㅤㅤㅤㅤ🫧
ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ🫧
生存难度:生存難度:
等级等級 未知
- 性质未解明
- 信息未知
- 未知的环境威胁
Level 7.6是后室的第八层的亚层
描述
Level 7.6是一艘废弃的游轮,内部布满杂乱的书架和各类家具,这些物件分布在无数平台上。这些平台有的仅高于水面,有的则高达数十米,最低的平台由钢梁支撑。游轮上常见的大多数区域散落各处,整个层级的顶部是一片巨大的开口。尽管游轮处于静止状态,船身侧面却有能容纳小型车辆的裂缝,海水直接从裂缝涌入——这属于层级7的环境特征。这些裂缝仅对流浪者起到入口的作用,这是由于水流造成的巨大压力差所致。水流似乎不会改变船上的水量,因此游轮得以保持漂浮状态,但长此以往会导致轻微的位移。绝大多数区域的排水系统要么失灵,要么根本不存在,而且由于位置过深,多数排水系统无法被检查。
在最高的平台上,人们发现了许多往往已发霉的手稿和报纸,它们被固定在桅杆上。这些物品的放置者身份不明,且大多数基因数据即便不算残缺不全,也被认为是不可靠的。每一份文字材料的背景以及各自的笔迹(通常难以辨认)似乎具有一致性。一本书可能是某位重要人物的传记、诗集,甚至是像购物清单这样“日常”的东西。无论内容如何,没有一份作品是完整的,大多数都在临近最后章节或诗句时戛然而止。
Level 7.6
环境问题
未知
入口和出口
入口
在level 7发现**一艘废弃的游轮
出口
原路返回


