/*
M.E.G. Theme
[M.E.G. Theme]
by TrailmixNCocoa.
*/
@import url('https://fonts.googleapis.com/css2?family=PT+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Overpass+Mono:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen+Mono&display=swap');
@import url("http://vivarium.wdfiles.com/local--files/backrooms%3Avivtheme/stylesheet.css");
@font-face {
font-family: 'GlowSansSC';
src: url('https://cdn.jsdelivr.net/gh/LupusCaeruleus/Fonts@main/GlowSansSC-Compressed-Regular.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-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
:root {
--theme-base: "black-highlighter";
--theme-id: "meg-records";
--theme-name: "M.E.G. Records Theme";
--logo-image: url("http://backrooms-sandbox-2.wikidot.com/local--files/trailmixncocoa-meg-theme/IMG_3129.PNG");
--header-title: "M.E.G. 记录中心";
--header-subtitle: "M.E.G. 记录保存设施";
--body-font: 'PT Mono', 'Noto Sans SC', sans-serif;
--header-font: 'Oxygen Mono', 'GlowSansSC', sans-serif;
--title-font: 'Overpass Mono', 'GlowSansSC', sans-serif;
--mono-font: 'Courier Prime', 'Noto Serif SC', monospace;
--white-monochrome: 210, 212, 176;
--text-white-monochrome: 222, 221, 204;
--pale-gray-monochrome: 250, 242, 170;
--light-gray-monochrome: 94, 91, 35;
--gray-monochrome: 54, 52, 21;
--black-monochrome: 12, 12, 12;
--bright-accent: 255, 245, 166;
--medium-accent: 168, 162, 79;
--dark-accent: 128, 111, 17;
--pale-accent: 203,0, 183;
--alt-accent: 163, 132, 31;
--meg-accent: 143, 138, 76;
--darker-meg-accent: 69, 67, 46;
--backrooms-yellow: 215,200,0;
--swatch-topmenu-border-color: var(--medium-accent);
--swatch-headerh1-color: 222, 222, 222;
--swatch-headerh2-color: 237, 230, 123;
--link-color: 87, 77, 1;
--hover-link-color: 112, 111, 79;
--visited-link-color: 168, 162, 49;
--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;
}
.sd-container {
--sd-symbol:var(--sd-text);
}
#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-meg-accent));
border-left: 0.5rem solid rgba(var(--meg-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:#f7e481;
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-meg-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-meg-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(--meg-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://backrooms-sandbox-2.wikidot.com/local--files/trailmixncocoa-meg-theme/IMG_3130.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-meg-accent));
border: solid 0.3rem rgb(var(--meg-accent));
}
.dark-border-logoblock::after{
content: "";
float: center;
border: solid 2px #0000;
background: url(http://backrooms-sandbox-2.wikidot.com/local--files/trailmixncocoa-meg-theme/IMG_3130.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://backrooms-sandbox-2.wikidot.com/local--files/trailmixncocoa-meg-theme/IMG_3130.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-meg-accent));
}
.dark-logoblock::after{
content: "";
float: center;
border: solid 2px #0000;
background: url(http://backrooms-sandbox-2.wikidot.com/local--files/trailmixncocoa-meg-theme/IMG_3130.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-meg-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(--meg-accent)) 2px;
}
.dark-titlebox{
color: rgb(var(--darker-meg-accent));
position: relative;
top: -1.6rem;
background-color: rgb(var(--meg-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));
}
.megbox{
padding:0 0.5rem;
margin:1rem 0;
background:#b3ac78;
border-radius:0.6rem;
box-shadow: 0px 0px 3px;
border: 1.75px solid #d6ce92;
box-sizing:border-box;
}
.megflavor{
padding:0 0.5rem;
margin:0.5rem 0;
background:#f5eeb5;
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(198,191,140,1) 0%, rgba(221,213,154,0) 100%);
border-radius:0.8rem;
}
.light-featurebox{
padding:0 0.5rem;
margin:1rem 0;
background:#574713;
border-radius:0.6rem;
box-shadow: 0px 0px 3px;
border: 1.75px solid #dbc46e;
box-sizing:border-box;
}
.light-featureflavor{
padding:0 0.5rem;
margin:0.5rem 0;
background:#e3d06f;
border-radius:0.6rem;
box-shadow: 0px 0px 3px;
border: 1.75px solid #6b5d1e;;
box-sizing:border-box;
transition:0.2s;
}
.light-newsbox{
padding:1px 1rem;
margin:1rem 0;
background: linear-gradient(90deg, rgba(75,67,16,1) 0%, rgba(214,206,146,0) 100%);
border-radius:0.8rem;
}
.dark-featurebox{
padding:0 0.5rem;
margin:1rem 0;
background:#4a422e;
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:#796522;
border-radius:0.6rem;
box-shadow: 0px 0px 3px;
border: 1.75px solid #322c20;
box-sizing:border-box;
transition:0.2s;
}
.dark-newsbox{
padding:1px 1rem;
margin:1rem 0;
background: linear-gradient(90deg, rgba(50,46,32,1) 0%, rgba(214,206,146,0) 100%);
border-radius:0.8rem;
}
.yellow-featurebox{
padding:0 0.5rem;
margin:1rem 0;
background:#d1b65c;
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:#deca64;
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(244,231,139,1) 0%, rgba(214,206,146,0) 100%);
border-radius:0.8rem;
}
.featurebox{
padding:0 0.5rem;
margin:1rem 0;
background:#f4e78b;
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:#f4e78b;
border-radius:0.6rem;
box-shadow: 0px 0px 3px;
border: 1.75px solid #c7c089;
box-sizing:border-box;
transition:0.2s;
height: auto;
}
.footerbox{
padding:0.1rem 1rem;
margin-top:1rem;
background:#222200;
border-radius:0 1rem 0 0;
color:#FFB961;
border: 3px solid #FFEB7D;
box-sizing:border-box;
}
.footerflavor h1{
color: #222200;
}
.footerflavor h2{
color: #222200;
}
.footerflavor h3{
color: #222200;
}
.footerflavor h4{
color: #222200;
}
.footerflavor h5{
color: #222200;
}
.footerflavor h6{
color: #222200;
}
.footerbox h1{
color: #f4e78b;
}
.footerbox h2{
color: #f4e78b;
}
.footerbox h3{
color: #f4e78b;
}
.footerbox h4{
color: #f4e78b;
}
.footerbox h5{
color: #f4e78b;
}
.footerbox h6{
color: #f4e78b;
}
.footerspan{
margin-top:0.2rem;
font-size:80%;
}
.footerflavor{
padding:0.5px 1rem;
margin-bottom:1rem;
background:#f4e78b;
border-radius:0 0 0 1rem;
color:#222200;
box-sizing:border-box;
height: auto;
}
.profilepic{
border-radius:0.6rem;
float:left;
max-height:13rem;
height:17vw;
margin-right:1rem;
box-shadow: 0px 0px 3px;
box-sizing:border-box;
}
@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. */
}
.filetabs .yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li {
display: inline-block;
}
.filetabs .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav {
display: block;
}
.filetabs .yui-navset .yui-content {
border-top-width: 15px;
}
.filetabs .yui-navset .yui-nav a,
.filetabs .yui-navset .yui-navset-top .yui-nav a,
.filetabs .yui-navset .yui-nav .selected a,
.filetabs .yui-navset .yui-nav a:focus,
.filetabs .yui-navset .yui-navset-top .yui-nav a:focus,
.filetabs .yui-navset .yui-nav a:hover,
.filetabs .yui-navset .yui-navset-top .yui-nav a:hover {
background-color: transparent;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' preserveAspectRatio='none' viewBox='0 0 150 45' xml:space='preserve'%3E%3Cdesc%3ECreated with Fabric.js 4.6.0%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg transform='matrix(1 0 0 1 74.95 22.39)' id='bC-LIzxo7Tu37zCdkDrqS' %3E%3Cpath style='stroke: rgb(0,0,0); stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(84, 84, 65fill-rule: nonzero; opacity: 1;' vector-effect='non-scaling-stroke' transform=' translate(0, 0)' d='M -74.94856 22.50703 L -60.0064 -12.520110000000003 C -60.0064 -12.520110000000003 -55.89385 -21.849030000000003 -47.235839999999996 -22.281930000000003 C -38.57782999999999 -22.714830000000003 46.87608 -22.39016 46.87608 -22.39016 C 46.87608 -22.39016 56.05659 -23.219710000000003 61.40639 -12.520120000000002 C 66.75618 -1.8205300000000015 74.94856 22.506959999999996 74.94856 22.506959999999996 z' stroke-linecap='round' /%3E%3C/g%3E%3Cg transform='matrix(1 0 0 1 75.18 17.97)' id='E8ePkHu_UUyvFWDAIzFyP' %3E%3Cpath style='stroke: rgb(0,0,0); stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(232,231,213); fill-rule: nonzero; opacity: 1;' vector-effect='non-scaling-stroke' transform=' translate(0, 0)' d='M -46.15385 12.0108 L -46.15385 -12.01079 L 46.153839999999995 -12.01079 L 46.153839999999995 12.0108 z' stroke-linecap='round' /%3E%3C/g%3E%3C/svg%3E");
background-size: 100% 2.7rem;
background-repeat: no-repeat;
border-width: 0px;
border-top: none;
background-position: top;
}
.filetabs .yui-navset .yui-nav a,
.filetabs .yui-navset .yui-navset-top .yui-nav a {
padding: 4px 20px 0px 20px;
}
.filetabs .yui-navset .yui-nav .selected a,
.filetabs .yui-navset .yui-nav a:focus,
.filetabs .yui-navset .yui-navset-top .yui-nav a:focus,
.filetabs .yui-navset .yui-nav .selected a:hover,
.filetabs .yui-navset .yui-navset-top .yui-nav .selected a:hover {
padding: 8px 20px 0px 20px;
}
.filetabs .yui-navset .yui-nav a:hover,
.filetabs .yui-navset .yui-navset-top .yui-nav a:hover {
padding: 6px 20px 0px 20px;
}
.filetabs .yui-navset .yui-nav,
.filetabs .yui-navset .yui-navset-top .yui-nav {
border-color: transparent;
}
.filetabs .yui-navset .yui-nav .selected,
.filetabs .yui-navset .yui-navset-top .yui-nav .selected,
.filetabs .yui-navset .yui-nav .selected a:active,
.filetabs .yui-navset .yui-nav .selected a:focus,
.filetabs .yui-navset .yui-nav li,
.filetabs .yui-navset .yui-navset-top .yui-nav li {
background-color: transparent;
}
.filetabs .yui-navset .yui-nav li,
.filetabs .yui-navset .yui-navset-top .yui-nav li {
box-shadow: none;
}
.filetabs .yui-navset .yui-nav li {
margin-right: 36px;
}
.filetabs .yui-navset .yui-nav .selected a {
color: rgb(var(--swatch-menubg-medium-color)) !important;
}
.filetabs .yui-navset .yui-nav a:focus,
.filetabs .yui-navset .yui-nav a:hover {
color: rgb(var(--swatch-menubg-medium-color));
}
.filetabs .yui-navset .yui-nav .selected a em,
.filetabs .yui-navset .yui-nav .selected a:hover em {
position: relative;
top: -4px;
}
.filetabs .yui-navset .yui-nav a:hover em {
position: relative;
top: -2px;
}
.filetabs .yui-navset .yui-nav li,
.filetabs .yui-navset .yui-navset-top .yui-nav li {
border-bottom: solid 1px rgb(var(--white-monochrome));
}
.filetabs .yui-navset .yui-nav li.selected,
.filetabs .yui-navset .yui-navset-top .yui-nav li.selected {
border-bottom: none;
z-index: 1;
}
code,
.code {
background-color: rgb(var(--pale-accent));
}
#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));}
:root{
--base-color: rgb(54, 54, 45);
--hover-color: rgb(84, 76, 44);
--click-color: rgb(82, 73, 39);
}
/* #page-content is shoved everywhere to make sure it's the most specific thingy */
/* Styling! */
#page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded-link {
margin-top: 10px;
padding-left: 1rem;
padding-right: 1rem;
box-shadow: rgb(128, 128, 128) 0px 0px 3px 0px;
/* Animated things */
transition: background 0.2s linear;
background: var(--base-color);
/* Technical bits */
width: min-content;
white-space: nowrap;
overflow: hidden;
}
/* The Clicky Text */
#page-content .collapsible-block-link {
color: white;
font-weight: bold;
text-decoration: none;
}
/* Gets rid of the underline when hovering over the collapsible */
#page-content .collapsible-block-link:hover {
text-decoration: none
}
/* Collapsible content */
#page-content .collapsible-block-content {
/* Animated things */
transition: border-top-color 0.2s linear, border-bottom-color 0.2s linear;
border-top: solid var(--base-color) 5px;
border-bottom: solid var(--base-color) 3px;
}
/* Folded blocks are animated, unfolded ones are not */
#page-content .collapsible-block-folded {
max-width: 100%;
}
#page-content .collapsible-block-unfolded-link{
width: min-content;
}
/* Addendum counter */
/* Addendum prefixes */
#page-content .collapsible-block-folded .collapsible-block-link::before {
content: "▷";
border-right: none;
padding-right: 0rem;
margin-right: 1rem;
font-weight: normal;
font-family: var(--mono-font);
}
#page-content .collapsible-block-unfolded .collapsible-block-link::before {
content: "▽";
border-right: none;
padding-right: 0rem;
margin-right: 1rem;
font-weight: normal;
font-family: var(--mono-font);
}
/* Hovering effects */
#page-content .collapsible-block-folded:hover, #page-content .collapsible-block-unfolded-link:hover {
background: var(--hover-color);
max-width: 100%;
}
/* Collapsible borders - because it looks prettier this way */
#page-content .collapsible-block-unfolded-link:hover + .collapsible-block-content{
border-top-color: var(--hover-color);
border-bottom-color: var(--hover-color);
}
/* When hovering over link, change addendum tag to hover-color */
#page-content .collapsible-block-unfolded-link:hover + .collapsible-block-content::after {
background: var(--hover-color);
}
/* Click flash when clicking, also forces the collapsible to expand */
#page-content .collapsible-block-folded:active, #page-content .collapsible-block-unfolded-link:active, #page-content .collapsible-block-unfolded-link:active + .collapsible-block-content::after {
transition: background 0s, max-width 0s;
background: var(--click-color);
max-width: 100%;
}
/* On click, change borders to click-color */
#page-content .collapsible-block-unfolded-link:active + .collapsible-block-content {
transition: border-top-color 0s, border-bottom-color 0s;
border-top-color: var(--click-color);
border-bottom-color: var(--click-color);
}
/* Done with normal collapsibles, now we do all the variations */
/* Unfolded collapsible */
#page-content .unfolded-collapse {
margin-top: 10px;
padding-left: 1rem;
padding-right: 1rem;
box-shadow: rgb(128, 128, 128) 0px 0px 3px 0px;
background: var(--base-color);
/* Text */
color: white;
font-weight: bold;
/* Technical bits */
width: min-content;
white-space: nowrap;
overflow: hidden;
}
/* Addendum prefix */
#page-content .unfolded-collapse::before {
content: "▽";
border-right: none;
padding-right: 0rem;
margin-right: 1rem;
font-weight: normal;
font-family: var(--mono-font);
}
/* Bottom border */
#page-content .unfolded-collapse-border {
display: block;
width: 700px;
border-top: solid var(--base-color) 5px;
}
/* Centering, very simple */
#page-content .center-collapse .collapsible-block-folded, #page-content .center-collapse .collapsible-block-unfolded-link, #page-content .center-collapse .unfolded-collapse{
margin:auto;
margin-top: 10px;
}
/* Fittingly, we finish with the footer object */
/* The footer is actually the giant bottom border object because larger -> smaller works better */
#page-content .addendumfooter{
display: block;
border-bottom: solid 3px var(--base-color);
margin: auto;
text-align: center;
}
/* Ayer's info-bar patch */
#page-content .info-container .collapsible-block {
counter-increment: none;
}
#page-content .info-container .collapsible-block-folded, #page-content .info-container .collapsible-block-unfolded-link {
transition: none;
width: 100%;
max-width: 100%;
margin: 0 auto;
padding: 0;
box-shadow: none;
background: var(--barColour);
}
#page-content .info-container .collapsible-block-folded::before, #page-content .info-container .collapsible-block-unfolded-link::before {
content: "";
display: none;
}
#page-content .info-container .collapsible-block-content {
border-bottom: none;
transition: none;
border-top: none;
}
#page-content .info-container .collapsible-block-content::after {
display: none;
}
#page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded, #page-content .unfolded-collapse{
line-height: 1.4;
}
#page-content .collapsible-block-folded .collapsible-block-link::before, #page-content .collapsible-block-unfolded .collapsible-block-link::before, #page-content .unfolded-collapse::before {
font-size: 130%;
margin-left: -0.4em
}
/* License box patch */
#page-content .licensebox .collapsible-block div {
background: none;
box-shadow: none;
}
疲惫而饥饿的旅者,在漫漫的盘山公路上缓缓地行走着。柏油路面,就像是蜿蜒的长虹一般,横跨山谷与山岭。在目之所及最远的地方,只能看到与天空接壤的一条淡淡的灰线。有时候有一团团白云从那一处角落里飞出,那便是目前为止可以发现的唯一一点变化了。
烈日灼灼,旅者拖着脚步,被刺眼的阳光照得双眼发痛。他的神情开始恍惚,白色的重影在他的双眼前晃动。他双腿疲软,不得已坐下来小憩一会。他已经绕过了一处山脚,一座雪白的山峰,一条清澈的溪流展现在他的面前。
虽然很不情愿停下,他还是用最后的一点体力来到小溪旁边。他洗了把脸,清凉的泉水让他复苏了一点生机。水轻快地流过河床上五彩斑斓的鹅卵石,发出泠泠的响声。外界的景象在这里像是被扭曲的镜子所照映过,变成缤纷的浮光。
随着溪水的流动,旅者发现在倒影中,天空上有蓝色的云飞过。他抬头,看向天空,旋即被震撼得目瞪口呆,脸上的水珠也滑落下来。
那并不是蓝色的云,那是一排排蓝色的巨鸟,与白云比翼齐飞。
某一个宁静的午后,拓波在自己的房间里上网。窗外阳光明媚,常春藤的枝条在玻璃外轻轻摇曳着。草草浏览完这一篇短文,他正准备看下一篇文章,但不知是什么让他突然顿住了。说实话,这一段文字也许根本不能称之为文章,而且挺无聊的。但是就像是有闪电划过他的脑海,他停下了他的行为。
半晌,他干笑了一下,感叹自己的无趣。不过这一篇文章倒是让他想到了自己之前看到过的一篇文档,出于某种动机,他突然决定将那一篇文章再好好看一遍。
现象档案
phenomenon-FS-blue
phenomenon-FS-blue是后室FS层群的一个隐秘现象。
描述
phenomenon-FS-blue是一种现象,可能发现在任何层级。这种现象我们目前所知甚少,仅仅是由于其表现的特殊性因而我们将其作为一种现象进行研究。
phenomenon-FS-blue比较常见的发生层级是在开阔性层级中,这种现象主要表现为在层级中的天空中有大量的蓝色巨鸟飞过。目前我们没有任何办法捕捉这一种生物,也并不清楚其是否真实存在,还是仅仅只是流浪者的幻觉。
因此我们将这个现象分成两个部分进行讨论。假如这种现象仅仅只是流浪者的精神影响的结果,那么这种现象应当表现为对于流浪者具有普遍的影响性,使之产生极其相似的幻觉。但如果这些蓝鸟是真实存在的生物,那么我们认为phenomenon-FS-blue可能可以被看作是近似候鸟迁徙的现象。但是其成因未知,也许这一些蓝鸟本身就是后室原生生物,但如果真的如此的话,也许这一种现象与所谓的“后室意志”有极大的关联。
有关于应对的建议
phenomenon-FS-blue这种现象似乎对于流浪者的行为亦或者是流浪者的生存不造成任何影响并且缺乏足够的关注。因此,流浪者只需继续自己的行为即可,无需在意。
看完这一篇文档,拓波对那一篇文章似乎有了新的认识。“看着很像是一个刚刚遭遇过phenomenon-FS-blue的流浪者所写下的随想,”他想到。但如果仅针对这个现象本身的话,似乎也没有什么特别值得关注的地方。
正当他准备在网站的别处兜兜转转的时候,门突然被推开了。拓波在心中咯噔了一下,似乎已经猜到了来者是谁。正如他所猜想的一般,进来的人是他的同事雪琳。她是一个实干者,对于他这个经常偷懒的合作者颇有微词。
正当他思考着该如何搪塞过去的时候,雪琳已经发现了他的电脑屏幕上显示的内容。不过这一次,她似乎没有心情对于他的行为作出指责,而是似乎正在思考什么。
“怎么了?”拓波试探性地问道。
“没什么。”她这样说。但是焦虑的目光暴露了她真实的想法。
“是不是跟电脑上的内容有关?”他继续打探。
“嗯,这篇文章我也看过了。但是我很想知道的是这篇文章的作者是谁。因为这篇文章的内容和我们之前所看过的那个phenomenon-FS-blue有很高的相似度,这个作者很有可能经历过那个现象。〞
“然后呢?”
“你知道的……就是这个跟‘后室意志’有关。phenomenon-FS-blue不完整的档案已经引起了舆论恐慌,他们迫切的想要知道这个现象的本质。”
又是“后室意志”。自从FS层群被发现以来,这个概念就广泛流传该层群的各大层级之中。就好像是使这个层群自发产生的某个事物像是有自我意识一般,调查组多次对此刨根问底,但是最后总是不了了之。这么一来的话,拓波似乎知道她焦虑的原因了。
长期以来,调查组的压力总是很大。随着各种各样层级的被发现,有关的阴谋论以及对于官方的不信任严重动摇了他们的信心。如果想要实现长期的舆论稳定,他们迫于解决目前大量没有被查明的异常。
“那我们也没有办法啊,”末了,他这么说着,“等着吧,那个作者自会现身。我们让时间来解决它。”
已经一周了。拓波正如同雪琳所期望的一般,投入全部的精力关注那一名作者和网站的相关动态。截止在那一天中午为止,没有任何的结果。这让他感到沮丧。因此在闲暇的时候,他看一些别的来解闷。
看完一篇有趣的文章之后,一想到又要投入那种冗长的观察工作,他感到一阵痛苦。伴随着网页的跳转,他的心再一次提了起来。正如同他经历过同样的体验许多次一般,他所害怕的是抱有全部的期望然而跳过来之后才发现,并没有任何变化。
但是这一次,与之前相比有很大的不同了。他注意到上一次那一段文字下面,出现了一个迭代页,最底部的文字也显示着这个页面刚刚被编辑过。他感到一阵狂喜与激动,迅速点入这一个迭代页,开始仔细的阅读新的内容。
旅者不再停留在溪流旁边,反而凝视着天空。一排排蓝色的巨鸟,美丽而神圣的生灵,正沿着与公路平行的方向缓缓飞去。
这一群生物在天空中翱翔,安静地与云共舞。优雅,崇高,圣洁,它们飞行的姿态似乎用人类的语言无法准确描述,一如高远的蓝天本身。
旅者追随着它们的脚步,即使前方没有人去涉足。当疲惫感一扫而空,他开始在向前延伸的路面上奔跑,神鸟的羽毛在阳光的照耀下闪闪发光。
集隼向远处的山峰飞去,很快隐没入天穹之中。云淡风轻,不留一丝痕迹,就像是从未出现过一般。天空蔚蓝依旧,只是不见了那七只大鸟的踪迹。
当厌倦与孤独的感受被一种前所未有的宁静所代替,旅者终于明白了此番路途的意义。
于是,他昂首挺胸,坚定地向前走去——到神鸟们所栖息的地方。
他凝视着自己脑海中浮现出的场景,那是一片白色的大地,水天一色,万里无疆。
浏览完了全文,拓波挑了挑眉。文章的内容依然是那样短,令他感到失望。但是令他感到在意的是,文章的后半部分似乎并不针对于
phenomenon-FS-blue这个现象本身,而是聚焦于
phenomenon-FS-blue背后的本质。
令他尤其感兴趣的是,最后两段所提到的“神鸟的栖息地”,是否指向另外一个与这个现象有关的层级?当然这并不是他所要负责的范畴,但是这一名作者——也许是一名流浪者,已经成功引起了他的好奇心。
想到这里,他迅速把这一篇文章的链接保存下来,并且发送给了雪琳。他有理由相信,雪琳会给他一个令人满意的答复。
雪琳坐在办公桌前,全神贯注地看着之前那一篇有关于phenomenon-FS-blue的档案以及拓波新发来的文章。正如这篇文章里所说的,那一些蓝色的巨鸟所表现出来的行为很像是候鸟的迁徙。在这一点上,那一篇文章再一次和文档对上了。
但是,关于拓波所说的那一个新层级,却又令她感到有些头痛。层级发现的速度太快了,很多层级都来不及了解其本质,就以文档草草作结。她深知这样下去对调查组是非常不利的,因此她决定深入了解这个层级本身。她决定参与这个层级的实地考察活动。
但是,这个层级的入口在哪里呢?难道是从phenomenon-FS-blue的文档入手,寻找任何可能有用的蛛丝马迹?但是那一篇文档她已经阅读了不下10遍,根本找不到任何真正有用的信息。迫于无奈,她只好在网站中大海捞针了。如果运气足够好的话,她也许能够发现什么。
经过一场无用的搜索之后,她最终放弃了挣扎。看来,想要了解更多的信息,他们只有等那个作者继续给他们提供有关于phenomenon-FS-blue的随想内容。无论怎么看,目前的调查方向都是死路一条。雪琳烦躁地在书桌前踱步,寻找新的转机。随手一翻,一条新闻报告引起了她的注意:
一周前,一个由七名流浪者自发组织的俱乐部“劲旅穿行者”在进行一场常规探索活动时失踪。自从那一天以后,即208年5月22日起,这个组织再也没有被观测到过。根据知情人士的透露,这些流浪者离开了[已编辑]并且前往了Level FS-5。之后,他们不顾他人的劝阻,在这个层级孤立效应的作用下依次进入了层级内部并且导致了失联。事实上,自从2010年以后,由于进入公路而导致的失联事件在Level FS-5已经非常非常罕见了。在此之后,这些人员一直处于长期的失联状态,推测其已经死亡。在这里,M.E.G.提醒大家:未知区域非必要请不要靠近,保全自己安全时刻第一。真相诚可贵,生命价更高。
看完这一篇报告之后,雪琳只觉十分纠结。一方面,她注意到这一份三个月前的报告中所提到的那些失踪的流浪者人数为七人,与那一篇文章中作者所写的那一群蓝色巨鸟的数量相同;另一方面,有关于phenomenon-FS-blue的报告以及那一篇文章都是在那一个失踪事件所发生之后出现的。她认为这并不是巧合。
但是如果深入那一片区域最终导致失联,甚至是误入某个无法安全返回的层级,到了那种时候又该怎么办呢?她陷入了苦恼之中。
于是,她最后所做的是——将这一份日报以文档的形式发送给拓波,并且跟他商讨有关于组建“调查组”的事情。虽然明知这有可能重蹈覆辙,她也已经毅然决然地决定弄清楚这一切。
不出所料,拓波很不情愿——毕竟这有可能会付出生命的代价。但是在一番努力的劝说之下,他也还是同意了。当然,他还是做了很多心理准备——然而最终还是决定跟随她。
“准备好了吗?”站在迷雾蒙蒙之前,雪琳这样问着。其实她也很紧张,她的额头正在渗出细密的汗珠。
“呃,走吧。”对讲机中,他的声音带着沙沙的通讯杂音。
她深吸一口气,走入迷雾之中。当灰霭彻底将她的身形隐没之后,她离开了单调的原野,凌晨的晨光被她甩在了后面,取而代之的是海洋的波光粼粼。
海洋?……
当双眼被蔚蓝的天空所发出来的天光刺痛,雪琳在一个全新的地方醒来。映入眼帘的,是一片白色的原野,碧波荡漾的海面。之后,她听见了拓波呼唤她的声音。
“很好,至少这个地方还没有孤立效应,挺不错的。”她揉了揉眼睛,随口说道。
“但是看着倒是挺荒凉的。而且这个地,真的很不便于行走。”他一边这样说着,一边盯着地面,跺了两下。
的确,这个地方的地面并非是通常的,平整的地面,而更像是一块由许多块白色的石头所堆叠而成的大陆。目之所及处,只有一片白色,蓝色的天空,蓝色的海洋。
“这就好了,我们确实来到了一个层级。可是,那一群蓝色的大鸟呢?还有我们待会该如何离开?”拓波随手捡起一块石头,扔到水里,然后盯着水面荡起的涟漪。
“没事,我带了足够的工具。”雪琳漫不经心地回答道,向天空中张望着,企图能够找到一些蓝色巨鸟的痕迹。但是天空空空荡荡的,只有万里的晴空,细碎的淡云。
“那我们等一会儿吧。”
他们等待了许久,然而并没有什么发现。沮丧,也许有点,不过他们也是无可奈何,只有回去了。
当他们在海岸边沿着来时的路走回去的时候,却有一个意想不到的发现。他们在海滩上发现了七具人类的尸体,反常的是这些尸体没有任何腐败或者膨胀的迹象,就像是睡着了一般。
关于尸体发现的报告
对于最近在新层级Level FS-100所发现的七具人类尸体,由于尸体没有表现出任何腐败的迹象,我们最终确认这7名人类的身份,他们均来自[已编辑],都是“劲旅穿行者”的成员。进一步检查后我们得出以下结论:
- 七具人类尸体中,有四人为男性,三人为女性。
- 由于是未知原因尸体无法腐败,无法判断死亡时间。
- 尸体表面没有任何的外伤痕迹。
- 肺部的积水以及指甲壳的绀紫色显示这些人死因为溺亡。
- 在肺部的积水中没有发现任何藻类植物的痕迹,与层级内部的海水相同,即除了溶解了大量的可溶性盐以外,没有任何生命体。
完成尸检后,尸体均已被安葬并且得到妥善安置。
“所以,现在那个层级真的建立前哨站了吗?”拓波关闭报告界面,煞有介事地问道,“不得不说,M.E.G.的效率比我想象中要高多了。”
“是的,现在连层级报告都有了。”雪琳一边这样说着,一边向他展示平板电脑上的内容:
Level FS-100
如何使用:
[[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 FS-100是后室FS层群的第100层。
描述
Level FS-100是一片白色的岛屿,其陆地部分面积约为30平方千米,主要由白色的小块岩石组成,在大陆之外的地方是目前深度未知的海洋。海洋的面积被认为是无限的,目前尚未发现海洋的边界,并且平均风速不超过三米每秒,处于风平浪静的状态。
Level FS-100中的海水构成与前厅的海水构成基本相同,存在着大量的可溶性盐。但是在海水中不存在任何生命体,因此通常认为其不具备形成生态系统的条件。在海洋中更深的地方也没有发现任何生命体的存在,实际上Level FS-100是缺乏生命的,并且资源极其匮乏。
Level FS-100不存在昼夜循环亦或者是季节循环,永远处于上午九到十点,气温稳定在25℃左右,湿度保持在令人舒适的60%。因此Level FS-100的气候条件相对适宜居住,但是由于可利用的资源极少,尚不能支持庞大的人口基数长期定居,目前Level FS-100尚未向流浪者开放。
基地、前哨与社区
M.E.G.观测者前哨
- 有25名常驻人员。
- 不开放贸易并且不允许流浪者加入。
- 依靠外界提供物资,并且充分利用层级内部的海水。
- 长期定居于Level FS-100中。
- 负责调查Level FS-100与phenomenon-FS-blue的内在关联。
入口与出口
入口
出口
拓波很快便看完了,随后叹了口气。“这层级档案也太短了,感觉好像什么都没有说,”他说,“特别是关于phenomenon-FS-blue的部分,他们根本就没有解释清楚。”
“没办法,因为到目前为止,phenomenon-FS-blue还没有在Level FS-100发现过。也许他们做出努力了吧。”雪琳说着,然后又像想到什么似的,“而且我们似乎很久都没有听到有关于‘蓝色巨鸟’的内容了。长期以来,更准确的说是Level FS-100发现以来,我们一直将phenomenon-FS-blue它相对孤立的看待分析。”
听到她这么说之后,他打了个哈欠。“可是我们又能怎么办呢?我们又没有真的见过所谓‘蓝色巨鸟’。更何况,我们之前所发现的那一些尸体,我现在都没搞明白Level FS-100跟他们有什么关系。”
雪琳听完之后,耸了耸肩。她不得不承认,他说的是对的,他们目前对于Level FS-100还仅仅是停留在初步了解的阶段。也就是说,他们只知道这个层级的表象,甚至都不知道这个层级的内在。
“所以这就是接下来我们要努力的方向了。”最后,她这样说着,“既然我们已经了解了这个层级,那么我们以后调查的重点,就要重新聚焦到phenomenon-FS-blue上了。”
这一天的天气并不是很好,窗外正下着雨。拓波坐在Level FS-1的临时办公室中,就像是几周前所做的那样,将精力完全聚焦于搜索与phenomenon-FS-blue有关的网页之中。自从他们开始调查Level FS-100本身之后,他们对这个一开始让他们焦头烂额的现象明显缺乏足够的关注。
感到有些累的时候,他出门散步,撑着伞在街道上行走。雨幕蒙蒙,而刚刚对于Level FS-100的调查并没有任何有实质性突破的成果,他现在正在思考着新的对策。他寻找着所有被自己疏漏的地方,然后寻找这些地方中可能有用的信息。
突然,他想到了一个被自己遗忘很久的作者。
想到这里,他快步跑回家,迫不及待的想要检查网站里的新动态。很有把握似的,他知道那里会有线索的。
不出所料,那个作者早在两周以前就已经更新了。他滑过那些无关紧要的页面,仔细开始阅读更新的页面:
又一名旅者来到了那一片白色的岛屿,温和的海风拂过她的脸颊。这一片岛屿非常美丽,地上的白色岩块在阳光的照耀下闪闪发光。海浪拍打着海滩,像千万只温柔的手抚摸着那一些粗糙而又漂亮的石块。
当她抬起头的时候,她被惊呆了。一群蓝色的大鸟在海洋的上空翱翔,时而变换姿态,如同空中的舞蹈。这些神鸟给她留下的总体印象就是,一种从未见过的舒缓与斯文。当它们的翅膀搏击长空时,仿佛天空中的云彩都被它们撼动。如果它们是深海的鲸鱼,万里长空又何尝不是另一种形式的海洋?
她更加惊叹于它们的语言,就像是千年以前的乐器,发出清脆而悦耳的声音。它们如同智慧,美德,团结等一切高尚品质的结合体,使人充满崇敬与瞻仰。
神鸟们载着旅者,他们在长空中飞翔,穿越一个个层级的天空。旅者感到,自己的旅途从来没有如此快过,他们像夸父一样追逐太阳,超越太阳。当他们从那些层级的上空掠过时,旅者仿佛感受到了一种“人性”,很明确的人性。
她突然想到曾经传的沸沸扬扬的所谓“后室意志”,想来其实也不过如此。人性竟能凌驾在“后室意志”之上,令人惊奇与感动。
神鸟们飞越后室,在前厅衔下一块块石头。它们放下了旅者,它们送旅者回家了。当它们似乎已经准备好之后,它们即将起飞。
“你们要到哪里去?”旅者问道。
神鸟们回眸看了她一眼,随后再次直冲云霄。很显然,它们已经用自己的行动给出了答案。
现在,旅者似乎知道那些岛屿是怎么来的了。
一个全新的发现。看完这一篇文章后,拓波产生了一个大胆的猜想。他迅速把这一篇文章发送给了雪琳,他知道她会明白这是什么意思的。
“如果真是这样的话,就可以完美解释phenomenon-FS-blue了。正如我们之前所说,那一些蓝色的巨鸟像是在迁徙,虽然不太一样,但是原理是相同的。”她很快回复到,“我们一直以来都忽略了一个很重要的问题。”
“天空蔚蓝依旧,只是不见了那七只大鸟的踪迹。我们都忽略了这个问题。大鸟的数量是七只,而当初失踪的流浪者都是七名。一开始我们无法解释在phenomenon-FS-blue中那些迁徙的蓝色巨鸟这么做的动机,但是这样就可以解释了。”她快速说着,看起来很兴奋。
“没错,我觉得Level FS-100中所对应的那七只蓝色巨鸟就是当初那七名最早发现的探索者。由于一开始的Level FS-100只存在海域,所以他们的结局是必然死亡。”拓波一边说着,一边整理着思路,“但是由于某种原因,他们最终并没有彻底消亡,而是变成了这七只蓝色的巨鸟,像精卫填海一样为后人们铺就道路。”
“除此之外,根据那一名流浪者的文章,我们推测这七只大鸟不仅可以轻松的穿越层级,甚至还可以回到前厅!他们回到前厅收集石块,然后将石块投到海洋里制造岛屿。由于海洋的面积是无限的,所以观测到这些大鸟是小概率事件。”雪琳补充道,“这样一来,Level FS-100与phenomenon-FS-blue的问题就可以彻底解决了。”
拓波皱了皱眉头,显然还有心事。“但是我们所推理的这一切,都是建立在那一篇文章是真实的基础之上。如果那一篇文章只是一篇单纯的想象作品的话,那么我们所说的这一切就毫无意义。”
“那样的话,就需要我们在Level FS-100进行长期关注了。”她总结到。“无论怎么说,我们现在已经有了相关的猜想,我们的方向不再是杂乱无章的了。我们的任务已经完成了,接下来就是交给Level FS-100的那一些人了。”
Level FS-100
如何使用:
[[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 FS-100是后室FS层群的第100层。
描述
Level FS-100是一片白色的岛屿,其陆地部分面积约为30平方千米,在文档更新后所可以被观测到的陆地部分的面积增加至600平方千米。主要由白色的小块岩石组成,其化学物质构成主要为菱镁矿,石英石以及白云石。在大陆之外的地方是目前深度未知的海洋。海洋的面积被认为是无限的,目前尚未发现海洋的边界,并且平均风速不超过三米每秒,处于风平浪静的状态。
Level FS-100中的海水构成与前厅的海水构成基本相同,存在着大量的可溶性盐。但是在海水中不存在任何生命体,因此通常认为其不具备形成生态系统的条件。在海洋中更深的地方也没有发现任何生命体的存在,实际上Level FS-100是缺乏生命的,并且资源极其匮乏。
Level FS-100不存在昼夜循环亦或者是季节循环,永远处于上午九到十点,气温稳定在25℃左右,湿度保持在令人舒适的60%。因此Level FS-100的气候条件相对适宜居住,但是由于可利用的资源极少,尚不能支持庞大的人口基数长期定居,目前Level FS-100尚未向流浪者开放。
实体及其观测记录
Level FS-100内部存在七个实体,其表现为七只体表覆有蓝色羽毛的巨鸟,翼宽约为8米。由于Level FS-100内部面积近乎无限的原因,想要目击到这七个实体是相当困难的。目前我们仅在Level FS-100有过以下目击报告:
第一次目击:2011年3月5日
实体在距离M.E.G.观测者前哨15千米的位置被观测到,实体衔有大量的石块并且扔入海水之中,整个过程持续三个小时。经过它们这一次行动,在被观测的位置形成一个面积约为10平方米左右的小岛。
第二次目击:2012年7月8日
实体在距离M.E.G.观测者前哨10千米左右的位置被观测到,其行为与第一次被观测到的行为并无较大差异。本次观测持续两个小时,由于其被观测的位置本身就是一个岛屿,在整个过程完成之后被观测的位置岛屿面积增加了8平方米。
除此之外,我们推测该实体有定期迁徙的习惯,其目的是为了获取大量的石块以填充Level FS-100内部的海洋。当这些实体开始迁徙的时候将会从IF层群中大部分开阔性层级的上空飞过,这种现象即一开始的phenomenon-FS-blue。当每一次迁徙事件结束之后,实体将会在一段时间内无法被观测到,可能是因为其具备返回前厅的能力,当其位于前厅时将不会在Level FS-100出现。目前正在考虑通过与这些实体展开合作来使流浪者返回前厅,但是由于这些实体出现频率极低,这一项工作难以做到。
发现
Level FS-100最早由一个由七名流浪者自发组织的俱乐部“劲旅穿行者”发现。这个层级最初的样子是一片单纯的海洋,没有任何陆地,这导致最早的发现者在层级中溺亡。但是这些发现者溺亡之后并没有真正的死亡,而是转而变成层级内部的实体(即“蓝色巨鸟”)出现。由于这个原因,层级内部的实体是善意的,它们通过增加陆地面积来努力营造一个相对宜居的环境,以帮助流浪者的生存。
基地、前哨与社区
M.E.G.观测者前哨
- 有25名常驻人员。
- 不开放贸易并且不允许流浪者加入。
- 依靠外界提供物资,并且充分利用层级内部的海水。
- 长期定居于Level FS-100中。
入口与出口
入口
出口
从沧海,到桑田,先驱者们克服我们难以想象的困难,最终让我们踏上坚实的大地。
从过去,到现在,先驱者们跨越数年,跨越嶂壁,最终让我们终有一天能守望到花开。
总有一天,先驱者的牺牲会让曾经荒芜且贫瘠的Level FS-100会变成一块广袤的大地。
到了那个时候,便是我们努力的时刻了。让我们铭记先驱者,拥抱未来经过共同的努力所造就的丰饶大陆。
Meilemeweng does not match any existing user name