@import url('https://fonts.googleapis.com/css2?family=Quintessential&display=swap');
@font-face {
font-family: 'LXGW WenKai GB';
src: url('https://cdn.jsdelivr.net/gh/LupusCaeruleus/Fonts@main/LxgwWenKaiGB-Regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'JasonHandwriting';
src: url('https://cdn.jsdelivr.net/gh/LupusCaeruleus/Fonts@main/JasonHandwriting1-Regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}
:root {
/* S-CSS-P Integration */
/* If you're making a new CSS theme, please include the following three variables at minimum. */
--theme-base: "black-highlighter";
/* must be either "black-highlighter" or "sigma9" */
--theme-id: "sam-theme";
/* set this to the URL of your theme's page - eg for "component:ar-theme", set it to "ar-theme" */
--theme-name: "Archeolodzy Theme";
/* set this to your theme's full name */
--logo-image: url("http://backrooms-wiki.wikidot.com/local--files/component:theme/logo.svg");
--header-title: "不思议考古学家";
--header-subtitle: "探索宇宙万物";
--body-font: 'Quintessential', 'LXGW WenKai GB', cursive;
--header-font: 'Quintessential', 'LXGW WenKai GB', cursive;
--title-font: 'Quintessential', 'LXGW WenKai GB', cursive;
--mono-font: 'Courier', 'Noto Serif SC', monospace;
--white-monochrome: 229, 225, 216;
--pale-gray-monochrome: 186, 167, 196;
--light-gray-monochrome: 61, 50, 66;
--gray-monochrome: 89, 74, 97;
--black-monochrome: 61, 50, 66;
--bright-accent: 89, 74, 97;
--medium-accent: 61, 50, 66;
--dark-accent: 89, 74, 97;
--pale-accent: 61, 50, 66;
--swatch-topmenu-border-color: var(--medium-accent);
--swatch-menubg-dark-color: var(--light-gray-monochrome);
--link-color: 89, 74, 97;
--hover-link-color: 89, 74, 97;
--background-gradient-distance: 0rem;
--gradient-header: linear-gradient(to top,
rgba(var(--medium-accent)) 0%,
rgba(var(--medium-accent), 0.90) 100%
);
--diagonal-stripes: linear-gradient(transparent 0);
}
#skrollr-body {
background-image: none
}
#side-bar .side-block div a img {
filter: grayscale(100%);
}
/* fix sidebar scrollbar color */
#side-bar:hover, #side-bar:active, #side-bar:focus-within {
scrollbar-color: unset !important;
}
#container {
background-image: none
}
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.1rem;
top: 0;
background-image: var(--logo-image);
background-size: auto 19rem;
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;
}
span.printuser {
color: rgb(var(--pale-gray-monochrome))
}
.code {
border: 2px dashed rgb(var(--pale-gray-monochrome));
}
blockquote {
padding:0.1rem 0.7rem;
margin:1rem 0;
background:rgb(var(--white-monochrome));
}
.block-quote {
padding:0.1rem 0.7rem;
margin:1rem 0;
background:rgb(var(--white-monochrome));
border-radius:0.6rem;
box-shadow: 0px 0px 3px;
border: 1.75px solid rgb(var(--white-monochrome));
box-sizing:border-box;
}
.styled-quote {
font-family: Caveat, JasonHandwriting;
padding:0.1rem 0.7rem;
margin:1rem 0;
background:rgb(var(--white-monochrome));
box-shadow: 0px 0px 3px;
border: 1.75px solid rgb(var(--white-monochrome));
box-sizing:border-box;
}