@import url('https://fonts.googleapis.com/css2?family=Gemunu+Libre:wght@800&display=swap'); @import url("http://vivarium.wdfiles.com/local--files/backrooms%3Avivtheme/stylesheet.css"); @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 { --theme-base: "black-highlighter"; --theme-id: "advanced-splinter"; --theme-name: "Advanced Splinter Theme"; --logo-image: url("http://backrooms-wiki-cn.wikidot.com/local--files/theme:b-f-p-f-database/bfpf-data.png"); --header-title: "B.F.P.F.数据库"; --header-subtitle: "保障您的生活,我们义不容辞"; --body-font: punctuation-marks, Huiwen-mincho, sans-serif; --header-font: 'CKTKingKong', sans-serif; --title-font: 'CKTKingKong', sans-serif; --mono-font: 'Fantasque Sans Mono', monospace; --mainAccent: 69, 226, 50; --secondAccent: 69, 226, 50; --white-monochrome: 237, 233, 223; --pale-gray-monochrome: var(--dark-gray-monochrome); --very-light-gray-monochrome: 69, 226, 50; --light-gray-monochrome: 69, 226, 50; --gray-monochrome: 72, 69, 60; --black-monochrome: 0, 0, 0; --bright-accent: var(--mainAccent); --medium-accent: 0, 0, 0; --dark-accent: var(--mainAccent); --pale-accent: var(--mainAccent); --dark-gray-monochrome: 20, 22, 24; --swatch-topmenu-border-color: var(--mainAccent); --swatch-topmenu-bg-color: var(--medium-accent); --swatch-menubg-color: var(--medium-accent); --swatch-border-color: var(--bright-accent); --swatch-text-dark: var(--white-monochrome); --swatch-text-light: var(--white-monochrome); --swatch-background: var(--medium-accent); --swatch-menutxt-dark-color: var(--white-monochrome); --swatch-primary-darker: var(--pale-accent); --link-color: 69, 226, 50; --hover-link-color: 20, 230, 0; --visited-link-color: 69, 226, 50; --background-gradient-distance: 0rem; --gradient-topmenu: none; --diagonal-stripes: linear-gradient(transparent 0); --gradient-header: none; --header-height-on-desktop: 9rem; } #extrac-div-1 { position: fixed; width: 100vw; height: 100vh; pointer-events: none; background: repeating-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.15) 50%,rgba(0,0,0,0)); background-size: auto 8px; opacity: 0.7; } #extrac-div-2 { position: fixed; width: 100vw; height : 1rem; top: 0; pointer-events: none; background: linear-gradient(to bottom, rgba(69, 226, 50) 0%,rgba(69, 226, 50,1) 50%,rgba(69, 226, 50,0.98) 51%,rgba(69, 226, 50) 100%); opacity : .1; animation: scanm 6s linear infinite; } @keyframes scanm { 0% { top: -1rem; opacity : .05;} 25% { top: 50%; opacity: .03;} 37.5% { top: 75%; opacity: 0.06;} 50% { top: 100%; opacity: .03;} 100% { top: 100%;} } #extrac-div-3 { position: fixed; width: 100vw; height: 100vh; pointer-events: none; background-image: radial-gradient(circle, rgb(0,0,0) 0%, rgb(69, 226, 50) 60%, rgb(69, 226, 50) 100%); opacity: 0.25; mix-blend-mode: color-dodge; background-repeat: no-repeat; background-size: cover; z-index: 30; } #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)); } /*login stuff*/ #login-status{ color: rgb(var(--white-monochrome)); } #login-status a#my-account { background-color: rgb(var(--pale-accent)); padding: 0.3em 0.25em 0.2em 0.25em; } #account-options>ul>li a:hover { color: rgb(var(--pale-accent)); } #account-options { background: rgb(var(--medium-accent)); border-color: rgb(var(--pale-accent)); color: rgb(var(--white-monochrome)); } #login-status ul a { color: rgb(var(--white-monochrome)); } /*table stuff*/ table.wiki-content-table th { background-color: rgb(var(--dark-gray-monochrome)); border: 2px solid rgb(var(--pale-accent)) !important; } table.wiki-content-table td { border: 2px solid rgb(var(--pale-accent)) !important; } /*misc*/ #page-title{ text-align: center; color: rgb(var(--pale-accent)); } #side-bar div.menu-item { border-color: rgb(var(--bright-accent)); } #side-bar .side-block div a img { filter: grayscale(100%); } #footer{ color: rgb(var(--black-monochrome)); } .footnotes-footer{ background-color: rgb(var(--dark-gray-monochrome)); } .footnotes-footer .footnote-footer a{ background-color: rgb(var(--dark-gray-monochrome)); } .scp-image-block { border: none; } .scp-image-block .scp-image-caption { color: rgb(var(--white-monochrome)); background-color: rgb(var(--dark-gray-monochrome)); border: none; margin-top: 0.3rem; border-left: 0.2rem solid rgba(var(--pale-accent)); border-right: 0.2rem solid rgba(var(--pale-accent)); } .page-rate-widget-box { background: none; border: none; background-color: rgb(var(--dark-gray-monochrome)); border-left: 0.2rem solid rgba(var(--pale-accent)); } /*hexagon header gradient*/ #skrollr-body { background: none; height: 11rem; } /*blend gradient*/ #container { background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgb(var(--medium-accent)) 93%); background-size: 37rem 11rem; background-attachment: scroll; background-repeat: repeat-x; } /*misc 2*/ 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 stuff*/ #header, #top-bar { background-attachment: scroll; } #header { background-image: none; } #header::before { content: ""; position: absolute; height: 100%; width: 100%; left: 0; top: -0.3rem; background-image: var(--logo-image); background-size: auto 10rem; background-position: center; background-repeat: no-repeat; opacity: 1; } #header h1, #header h1 a { position: absolute; left: 4.8rem; top: 0.8rem; margin: 0; width: 100%; display: flex; justify-content: left; z-index: 0; } #header h2, #header h2 span, #header h2 span::before { position: absolute; left: 3.3rem; top: 1.8rem; margin: 0; width: 100%; display: flex; justify-content: left; } #header h1 a::before, #header h2 span::before { text-shadow: .063rem 0.1rem 0.1rem #0c0c0c; letter-spacing: 0.1rem; } /*#header h1 a::before{ letter-spacing: 1rem; }*/ /*links*/ a.newpage { background: transparent; text-decoration: none } a.newpage { color: rgb(var(--newpage-color)) } /*line + block*/ hr { background-color: #000000; border-top: solid 2px rgb(var(--pale-accent)); } blockquote { box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); background-color: rgb(var(--dark-gray-monochrome)); border: none; border-left: solid 2px rgb(var(--pale-accent)); } /*search*/ /*#search-top-box { left: 3%; top: 0.5rem; } #search-top-box-form > #search-top-box-input { width: 7rem; }*/ /* TABVIEW - Abandon All Hope Ye Who Enter Here */ /*content bg*/ .yui-navset .yui-content { background-color: rgba(var(--pale-accent), 0.25); border-color: rgb(var(--pale-accent)); } /*unselected tab color*/ .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background-color: rgb(var(--dark-gray-monochrome)); color:rgb(var(--white-monochrome)); } /*hover tab bg*/ .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background-color: rgba(var(--pale-accent), .25); } /*backer background*/ .yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li { background: rgb(var(--dark-gray-monochrome)); } /*selected tab bg*/ .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected { background-color: rgb(var(--pale-accent)); } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active { background-color: rgb(var(--pale-accent)); } @media only screen and (max-width: 768px) { :root{ --swatch-menubg-color: var(--medium-accent); } #header::before { background-image: none; } #header { height: var(--header-height-on-mobile); background-image: url("https://nu-scptheme.github.io/Black-Highlighter/images/logo.svg"); background-image: var(--logo-image); --size: calc(var(--final-header-height-on-mobile) + 1rem); --y-offset: 1.5rem; background-position: center; background-size: var(--size), 100% var(--header-height-on-mobile); background-repeat: no-repeat, repeat; width: 100vw; margin: 0; position: sticky; top: calc(var(--header-height-on-mobile) * -1); } #header h1, #header h1 a { left: 1rem; top: 0.8rem; } #header h2, #header h2 span, #header h2 span::before { left: 0.8rem; top: 1.8rem; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"]:hover { background: rgb(0, 0, 0); border-color: rgb(var(--pale-accent)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"]{ background: rgb(0, 0, 0); border-color: rgb(var(--pale-accent)); } } .styled-quote { background-color:rgb(var(--dark-gray-monochrome)); border-left: 0.5rem solid rgba(var(--pale-accent)); padding: 0.1rem 1rem; margin: 0.5rem 0 0.5rem 0rem; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); } .dark-styled-quote { background-color:rgb(var(--black-monochrome)); border-left: 0.5rem solid rgba(var(--pale-accent)); color:rgb(var(--white-monochrome)); padding: 0.1rem 1rem; margin: 0.5rem 0 0.5rem 0rem; 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(--dark-gray-monochrome)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } .darkblock { background-color:rgb(var(--black-monochrome)); color:rgb(var(--white-monochrome)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } .darkblock a { color: rgb(var(--swatch-menubg-medium-color)); } .titleblock { background-color: rgb(var(--dark-gray-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,.25); border: solid rgb(var(--pale-accent)) 2px; } .titlebox{ position: relative; top: -1.6rem; background-color: rgb(var(--pale-accent)); color: rgb(var(--white-monochrome)); padding: 0.25rem 1rem; line-height: 0.1rem; } .styled-quote-d{ background-color:rgb(var(--dark-gray-monochrome)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border-left: 0.5rem solid rgba(var(--mainAccent)); border-right: 0.5rem solid rgba(var(--secondAccent)); } .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(--dark-gray-monochrome)); border: solid 0.3rem rgb(var(--mainAccent)); } .logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://backrooms-wiki-cn.wikidot.com/local--files/theme:b-f-p-f-database/bfpf-data.png) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; } .top-box { border-color: rgb(var(--mainAccent)) !important; } .bottom-box ul li { color: rgb(var(--mainAccent)) !important; } .bottom-box ul li:before { background: rgb(var(--mainAccent)) !important; } .top-box .gradient-box { background: linear-gradient(90deg, rgba(var(--mainAccent),1) 0%, rgba(var(--mainAccent),0) 36%) !important; } .top-box:before { background: url("") !important; } .header-diamond .diamond-pattern { background: url("") !important; } .header-diamond { background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 300.9 284.5' style='enable-background:new 0 0 300.9 284.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2345E232;%7D .st1%7Bfill:%2345E232;%7D%0A%3C/style%3E%3Cg%3E%3Cpolygon class='st1' points='73.4,32.6 0,105.4 13.6,105.4 86.4,32.6 '/%3E%3Cpolygon class='st1' points='26.5,105.4 40.1,105.4 112.9,32.6 99.3,32.6 '/%3E%3C/g%3E%3Cpolyline class='st1' points='287.3,105.4 214.5,32.6 227.5,32.6 287.3,91.9 '/%3E%3Cpolygon class='st1' points='274.4,105.4 260.8,105.4 188,32.6 201.6,32.6 '/%3E%3C/svg%3E") !important; } .top-box.class-unknown .header-diamond { filter: none !important; } .top-box.class-unknown:before, .top-box.class-unknown .header-diamond .diamond-pattern{ opacity: 0.15 !important; } .top-box .header-diamond .diamond-image { filter: brightness(0%) invert(100%); } .top-box.class-0 { background: rgb(var(--dark-gray-monochrome)) !important; } .top-box.class-0 .header-diamond .diamond-image { background: url("http://backroomssandboxcn.wikidot.com/local--files/tar-sd/0.png") center/78% no-repeat !important; } .header-diamond .diamond-color.class-0 { background: rgb(var(--dark-gray-monochrome)) !important; } .top-box.class-1, .top-box.class-2 { background: rgb(var(--dark-gray-monochrome)) !important; } .top-box.class-1 .header-diamond .diamond-image { background: url("http://backroomssandboxcn.wikidot.com/local--files/tar-sd/1.png") center/78% no-repeat !important; } .top-box.class-2 .header-diamond .diamond-image { background: url("http://backroomssandboxcn.wikidot.com/local--files/tar-sd/2.png") center/78% no-repeat !important; } .header-diamond .diamond-color.class-1, .header-diamond .diamond-color.class-2 { background: rgb(var(--dark-gray-monochrome)) !important; } .top-box.class-3, .top-box.class-4 { background: rgb(var(--dark-gray-monochrome)) !important; } .top-box.class-3 .header-diamond .diamond-image { background: url("http://backroomssandboxcn.wikidot.com/local--files/tar-sd/3.png") center/78% no-repeat !important; } .top-box.class-4 .header-diamond .diamond-image { background: url("http://backroomssandboxcn.wikidot.com/local--files/tar-sd/4.png") center/78% no-repeat !important; } .header-diamond .diamond-color.class-3, .header-diamond .diamond-color.class-4 { background: rgb(var(--dark-gray-monochrome)) !important; } .top-box.class-5, .top-box.class-unknown, .top-box.class-未知, .top-box.class-habitable, .top-box.class-宜居{ background: rgb(var(--dark-gray-monochrome)) !important; } .top-box.class-5 .header-diamond .diamond-image { background: url("http://backroomssandboxcn.wikidot.com/local--files/tar-sd/5.png") center/78% no-repeat !important; } .top-box.class-unknown .header-diamond .diamond-image, .top-box.class-未知 .header-diamond .diamond-image { background: url("http://backroomssandboxcn.wikidot.com/local--files/tar-sd/five.png") center/78% no-repeat !important; } .top-box.class-habitable .header-diamond .diamond-image, .top-box.class-宜居 .header-diamond .diamond-image { background: url("http://backroomssandboxcn.wikidot.com/local--files/ttt/habitable") center/78% no-repeat !important; } .header-diamond .diamond-color.class-5, .header-diamond .diamond-color.class-unknown, .header-diamond .diamond-color.class-未知 { background: rgb(var(--dark-gray-monochrome)) !important; } .header-diamond .diamond-color.class-habitable, .header-diamond .diamond-color.class-宜居 { background: rgb(var(--dark-gray-monochrome)) !important; } .lang-cn .bottom-box.class-0 ul li:nth-child(1)>.default:after { content: "环境适宜" !important; } .lang-tr .bottom-box.class-0 ul li:nth-child(1)>.default:after { content: "環境適宜" !important; } .lang-cn .bottom-box.class-0 ul li:nth-child(2)>.default:after { content: "适合居住" !important; } .lang-tr .bottom-box.class-0 ul li:nth-child(2)>.default:after { content: "適合居住" !important; } .lang-cn .bottom-box.class-0 ul li:nth-child(3)>.default:after { content: "无实体" !important; } .lang-tr .bottom-box.class-0 ul li:nth-child(3)>.default:after { content: "無實體" !important; } .lang-cn .bottom-box.class-1 ul li:nth-child(1)>.default:after { content: "环境适宜" !important; } .lang-tr .bottom-box.class-1 ul li:nth-child(1)>.default:after { content: "環境適宜" !important; } .lang-cn .bottom-box.class-1 ul li:nth-child(2)>.default:after { content: "可居住" !important; } .lang-tr .bottom-box.class-1 ul li:nth-child(2)>.default:after { content: "可居住" !important; } .lang-cn .bottom-box.class-1 ul li:nth-child(3)>.default:after { content: "实体可驱逐" !important; } .lang-tr .bottom-box.class-1 ul li:nth-child(3)>.default:after { content: "實體可驅逐" !important; } .lang-cn .bottom-box.class-2 ul li:nth-child(1)>.default:after { content: "环境不适宜" !important; } .lang-tr .bottom-box.class-2 ul li:nth-child(1)>.default:after { content: "環境不適宜" !important; } .lang-cn .bottom-box.class-2 ul li:nth-child(2)>.default:after { content: "可居住" !important; } .lang-tr .bottom-box.class-2 ul li:nth-child(2)>.default:after { content: "可居住" !important; } .lang-cn .bottom-box.class-2 ul li:nth-child(3)>.default:after { content: "实体稀疏" !important; } .lang-tr .bottom-box.class-2 ul li:nth-child(3)>.default:after { content: "實體稀疏" !important; } .lang-cn .bottom-box.class-3 ul li:nth-child(1)>.default:after { content: "环境不适宜" !important; } .lang-tr .bottom-box.class-3 ul li:nth-child(1)>.default:after { content: "環境不適宜" !important; } .lang-cn .bottom-box.class-3 ul li:nth-child(2)>.default:after { content: "较难居住" !important; } .lang-tr .bottom-box.class-3 ul li:nth-child(2)>.default:after { content: "較難居住" !important; } .lang-cn .bottom-box.class-3 ul li:nth-child(3)>.default:after { content: "实体较少" !important; } .lang-tr .bottom-box.class-3 ul li:nth-child(3)>.default:after { content: "實體較少" !important; } .lang-cn .bottom-box.class-4 ul li:nth-child(1)>.default:after { content: "环境不适宜" !important; } .lang-tr .bottom-box.class-4 ul li:nth-child(1)>.default:after { content: "環境不適宜" !important; } .lang-cn .bottom-box.class-4 ul li:nth-child(2)>.default:after { content: "较难居住" !important; } .lang-tr .bottom-box.class-4 ul li:nth-child(2)>.default:after { content: "較難居住" !important; } .lang-cn .bottom-box.class-4 ul li:nth-child(3)>.default:after { content: "实体较多" !important; } .lang-tr .bottom-box.class-4 ul li:nth-child(3)>.default:after { content: "實體較多" !important; } .lang-cn .bottom-box.class-5 ul li:nth-child(1)>.default:after { content: "环境不适宜" !important; } .lang-tr .bottom-box.class-5 ul li:nth-child(1)>.default:after { content: "環境不適宜" !important; } .lang-cn .bottom-box.class-5 ul li:nth-child(2)>.default:after { content: "难以居住" !important; } .lang-tr .bottom-box.class-5 ul li:nth-child(2)>.default:after { content: "難以居住" !important; } .lang-cn .bottom-box.class-5 ul li:nth-child(3)>.default:after { content: "实体密集" !important; } .lang-tr .bottom-box.class-5 ul li:nth-child(3)>.default:after { content: "實體密集" !important; } .lang-cn .bottom-box.class-unknown ul li:nth-child(1)>.default:after, .lang-cn .bottom-box.class-未知 ul li:nth-child(1)>.default:after { content: "属性未知" !important; } .lang-tr .bottom-box.class-unknown ul li:nth-child(1)>.default:after, .lang-tr .bottom-box.class-未知 ul li:nth-child(1)>.default:after { content: "屬性未知" !important; } .lang-cn .bottom-box.class-unknown ul li:nth-child(2)>.default:after, .lang-cn .bottom-box.class-未知 ul li:nth-child(2)>.default:after { content: "缺少数据" !important; } .lang-tr .bottom-box.class-unknown ul li:nth-child(2)>.default:after, .lang-tr .bottom-box.class-未知 ul li:nth-child(2)>.default:after { content: "缺少數據" !important; } .lang-cn .bottom-box.class-unknown ul li:nth-child(3)>.default:after, .lang-cn .bottom-box.class-未知 ul li:nth-child(3)>.default:after { content: "实体未知" !important; } .lang-tr .bottom-box.class-unknown ul li:nth-child(3)>.default:after, .lang-tr .bottom-box.class-未知 ul li:nth-child(3)>.default:after { content: "實體未知" !important; } .lang-cn .bottom-box.class-habitable ul li:nth-child(1)>.default:after, .lang-cn .bottom-box.class-宜居 ul li:nth-child(1)>.default:after { content: "安全可保障" !important; } .lang-tr .bottom-box.class-habitable ul li:nth-child(1)>.default:after, .lang-tr .bottom-box.class-宜居 ul li:nth-child(1)>.default:after { content: "安全可保障" !important; } .lang-cn .bottom-box.class-habitable ul li:nth-child(2)>.default:after, .lang-cn .bottom-box.class-宜居 ul li:nth-child(2)>.default:after { content: "环境可改造" !important; } .lang-tr .bottom-box.class-habitable ul li:nth-child(2)>.default:after, .lang-tr .bottom-box.class-宜居 ul li:nth-child(2)>.default:after { content: "環境可改造" !important; } .lang-cn .bottom-box.class-habitable ul li:nth-child(3)>.default:after, .lang-cn .bottom-box.class-宜居 ul li:nth-child(3)>.default:after { content: "实体可驱逐" !important; } .lang-tr .bottom-box.class-habitable ul li:nth-child(3)>.default:after, .lang-tr .bottom-box.class-宜居 ul li:nth-child(3)>.default:after { content: "實體可驅逐" !important; }
生存难度:生存難度:
等级等級 unknown
- {$one}
- {$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 C-85的上空俯拍图像。
Level C-85是后室C层群的第85层。
描述
Level C-85是一个由金属块大地和金属废料粉尘组成的大陆。在金属大陆上有许多形状规整的金属零件山,其中的主要成分为铁合金,小部分为锂化合物和银单质。本层级常年保持在零下4℃,且始终处于完全黑暗状态,流浪者只有通过自身携带照明装置才能正常在该层级内活动。
Level C-85在2020年6月1日被B.F.P.F.首次发现,B.F.P.F.宣称已经获得了Level C-85的实际控制权,并派遣人员进入层级内部进行调查,但由于该层级深处空间过于黑暗压抑,许多军队都声称“出现了幻觉”或者是看到了某些“不知名的怪物”等,该层级的探索计划被叫停。
在B.F.P.F.军队的探索当中,发现了许多管状物从高空一直延伸到很远的地方,其中还有许多类似螺丝和螺母的连接装置,估计在每个方向各有4~5根左右。因此,B.F.P.F.的探员们认为,这可能是一座被放大化的废弃机器部件。B.F.P.F.派出了最先进的高空侦察机进行俯拍,已确定了该设想基本属实。
目前,B.F.P.F.已将Level C-85设置为组织内部金属采集场,每月都会将采集到的金属运送回总部基地。所有成员(包括流浪者)已被提醒禁止进入所有离入口超过半径1千米的任何区域,否则后果自负。
基地、前哨与社区
B.F.P.F.(后室家居生产厂)矿石采集站点
- 位于入口旁10米的常驻据点内。
- 由约200名B.F.P.F.成员组成。
- 主要任务是采集层级内的金属资源。
- 引导来到本层级的流浪者离开,驱逐来到本层级的M.E.G.成员。
- 不接受任何交易。
入口与出口
入口
- 从Level C-67中一个大金属门进入Level C-85。
- 从Level C-196中的一个被铁皮封死前门的建筑的后门进入Level C-85。
出口
- 返回入口,到达Level C-45。
- 返回入口有一定概率进入Level C-8的外围房屋。
作者:vallerback
图源:
》图片图源
》vallerback的作者页
« Level C-84 | Level C-85 | Level C-86 »
请按如下方式引用此页:
“Level C-85”,作者 vallerback,来自后室中文维基。原文链接:http://backrooms-wiki-cn.wikidot.com/level-c-85。遵循 CC BY-SA 3.0 协议。
图像名:a black and white photo of pipes and valves
图像作者:HUA LING
授权协议:Unsplash License
来源链接:https://unsplash.com/photos/ozGGKdqQ1ro
更多授权相关信息,请查阅授权指导。