@import url("http://vivarium.wdfiles.com/local--files/backrooms%3Avivtheme/stylesheet.css");
:root {
--logo-image: url("http://backrooms-wiki-cn.wikidot.com/local--files/theme:b-f-p-f/bfpf%281%29.svg");
--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;
/* 标准色 */
--white-monochrome: 255, 255, 255;
/* 白色 */
--very-light-gray-monochrome: 197, 140, 19;
/* 次强调色(应用于杂项) */
--light-gray-monochrome: 255, 140, 0;
/* 次强调色(登录时) */
--gray-monochrome: 225, 140, 24;
/* 灰色 */
--black-monochrome: 0, 0, 0;
/* 黑色 */
--medium-accent: 253, 157, 11;
/* 橙色*/
--dark-accent: 225, 140, 24;
/* 棕色 */
/* 背景与网站标题色 */
--background-gradient-color: var(--very-light-gray-monochrome);
--header-gradient-color-bottom: var(--medium-accent);
--header-gradient-color-middle: var(--black-monochrome);
--header-gradient-color-top: var(--black-monochrome);
/* 主要主题色 */
--swatch-background: var(--light-gray-blacmonochrome);
--swatch-primary: var(--white-accent);
--swatch-primary-darker: var(--medium-accent);
--swatch-primary-darkest: var(--dark-accent);
}
#header::before {
content: "";
position: absolute;
height: 100%;
width: 100%;
background-image: var(--logo-image);
opacity: 1;
}
body::after {
content: "";
background-image: url("https://i.postimg.cc/N0jDC1s9/export202203221322565040.png");
background-size: cover;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0.5;
z-index: -1;
}
#skrollr-body {
background-image: none;
}
#container{
background-image: none;
}
hr {
background-color: rgb(225, 140, 24);
}
.titleblock {
background-color: rgb(255,255,255);
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(--medium-accent)) 2px;
}
.titlebox{
position: relative;
top: -1.6rem;
background-color: rgb(var(--medium-accent));
color: rgb(255,255,255);
padding: 0.25rem 1rem;
line-height: 0.1rem;
}
.dark-titleblock {
background-color: rgb(var(--medium-accent));
color: rgb(255,255,255);
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(255,255,255) 2px;
}
.dark-titlebox{
position: relative;
top: -1.6rem;
background-color: rgb(255,255,255);
color: rgb(0,0,0);
padding: 0.25rem 1rem;
line-height: 0.1rem;
}