@import url('https://cdn.jsdelivr.net/gh/etinjat/etinjat.github.io@main/assets/css/typeface-vonwaon.css');
@font-face {
font-family: 'VonwaonBitmap 16px';
src: url('https://cdn.jsdelivr.net/gh/etinjat/etinjat.github.io@main/assets/fonts/VonwaonBitmap-16px.woff2') format('woff2'),
url('https://cdn.jsdelivr.net/gh/etinjat/etinjat.github.io@main/assets/fonts/VonwaonBitmap-16px.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
:root {
--theme-base: "black-highlighter";
--theme-id: "pixel-liminal";
--theme-name: "Pixel Liminal";
--logo-image: url("https://brsandbox-mini.wdfiles.com/local--files/theme:pixel-liminal/IMG_5525.png");
--header-title: "The Backrooms-ZE";
--header-subtitle: "似曾相识";
/* Typefaces */
--body-font: 'VonwaonBitmap 16px', monospace;
--header-font: 'VonwaonBitmap 16px', monospace;
--title-font: 'VonwaonBitmap 16px', monospace;
--mono-font: 'VonwaonBitmap 16px', monospace;
/* Standard Colors */
--white-monochrome: 255, 248, 220;
--link-color: 180, 135, 70;
--link-color-bright: 190, 135, 70;
--hover-link-color: 190, 135, 70;
--newpage-color: 255, 200, 0;
--swatch-menubg-color: 96, 96, 96;
/* Rating box */
--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);
}
#account-topbutton {
border-color: rgb(var(--swatch-text-light));
}
#header h1, #header h1 a {
top: 0.5rem;
font-size: 210%;
}
#header h2, #header h2 span, #header h2 span::before {
top: 1.7rem;
font-size: 100%;
}
#login-status {
color: rgb(var(--dark-blue));
}
#search-top-box {
display: none;
}
#skrollr-body {
width: 100%;
position: absolute;
top: 0;
left: 0;
background-image: url("https://brsandbox-mini.wdfiles.com/local--files/theme:pixel-liminal/IMG_5521.jpeg");
background-repeat: repeat;
background-size: 14%;
}
#page-title, h1, h2 {
color: rgb(var(--dark-blue));
}
h3,h4,h5,h6 {
color: rgb(var(--medium-accent));
}
.styled-quote {
border-left: 0.5rem solid rgb(var(--dark-blue));
}
.dark-styled-quote {
border-left: 0.5rem solid rgb(var(--dark-blue));
}
.darkblock h1,
.darkblock h2,
.dark-styled-quote h1,
.dark-styled-quote h2 {
color: rgb(var(--medium-accent));
}
@media screen and (max-width: 600px) {
#header h1, #header h1 a {
font-size: 250%;
}
}
.rainpaperblock {
width: auto;
padding: 0.01rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
background: none;
background-repeat: no-repeat;
text-shadow: 1px 1px 1px rgba(0,0,0,.25);
box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25);
color: black;
font-family: 'VonwaonBitmap 16px', monospace;
}
#header {
background: none !important;
}
#header::before {
#header::after { display: none !important; }
content: "";
position: absolute;
inset: 0;
background: var(--logo-image) center/auto 100% no-repeat;
opacity: 0.8;
pointer-events: none;
}