/*
2024新春主题FT
[2024 Wikidot 主题]
by Shallow Time out
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap');
:root {
--theme-base: "black-highlighter";
--theme-id: "New year 2024";
--theme-name: "New year 2024";
--header-height-on-mobile: 15rem;
--header-height-on-desktop: 15rem;
--logo-image: url("https://pic.imgdb.cn/item/65b3d605871b83018ae3dbf7.png");
--header-title: "欢度新年,迎接未来的可能性!";
--header-subtitle: "The Backrooms FT由衷的祝你新年快乐!";
--body-font: 'Noto Sans SC', sans-serif;
--header-font: 'Noto Sans SC', sans-serif;
--title-font: 'Noto Sans SC', sans-serif;
--mono-font: 'Noto Sans SC', sans-serif;
--white-monochrome: 255,250,240;
--pale-gray-monochrome: 255, 251, 240;
--light-gray-monochrome: 255,99,71;
--dark-gray-monochrome: 139,0,0;
--gray-monochrome: 110,0,0;
--black-monochrome: 44, 4, 23;
--bright-accent: 240,128,128;
--medium-accent: 128,0,0;
--dark-accent: 178,34,34;
--pale-accent: 178,34,34;
--rating-module-button-plus-color: 219, 140, 4;
--rating-module-button-negative-color: 143, 36, 0;
--rating-module-button-cancel-color: 205,92,92;
--swatch-topmenu-border-color: var(--medium-accent);
--link-color: 245, 125, 12;
--hover-link-color: 255, 184, 5;
--newpage-color: 220,20,60;
--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:
radial-gradient(circle, rgb(var(--medium-accent)) 75%, transparent 0);
background-repeat: repeat;
background-size: 0.50em 0.25em;
width: 100%;
height: 15rem;
}
#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;
}
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;
}
#search-top-box {
top: 15%;
right: 3%;
}
@media only screen and (max-width: 768px) {
#search-top-box {
top: 0;
right: 0;
}
}
#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 100rem;
background-position: center;
background-repeat: no-repeat;
opacity: 0.25;
}
#header h1, #header h1 a {
position: absolute;
top: 2.6rem;
margin: 0;
width: 100%;
display: flex;
justify-content: center;
z-index: 0;
}
#header h1 a:before {
content: "The Backrooms";
content: var(--header-title);
top: 100rem;
}
#header h2, #header h2 span, #header h2 span::before {
position: absolute;
top: 2.9rem;
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;
}
#search-top-box-form>input, #search-top-box-form>input[type=submit] {
padding: 0.5rem;
}
a.newpage {
background: transparent;
text-decoration: none
}
a.newpage {
color: rgb(var(--newpage-color))
}
blockquote {
box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25);
}
.styled-quote {
background-color:rgb(var(--pale-gray-monochrome));
border-left: 0.5rem solid rgba(var(--gray-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(--gray-monochrome));
border-left: 0.5rem solid rgba(var(--pale-gray-monochrome));
color:rgb(var(--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:rgb(var(--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(--gray-monochrome));
color:rgb(var(--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 a {
color: rgb(var(--swatch-menubg-medium-color));
}
.pure-black{
background: linear-gradient(180deg, rgba(12, 12, 12,.1), rgba(12, 12, 12,.1)), url(https://pic.imgdb.cn/item/65b3bc0a871b83018a5b09c7.jpg) center/100% no-repeat;
background-color:rgb(12, 12, 12);
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 2px rgb(var(--medium-accent));
color:rgb(245, 245, 245);
}
.the-sun-rises{
background: linear-gradient(180deg, rgba(250,235,215,.3), rgba(250,235,215,.3)), url(https://pic.imgdb.cn/item/65b3ccd5871b83018ab144f3.png) center/100% no-repeat;
background-color:rgb(255,250,250);
padding: 0.01rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
background-color:rgb(255, 179, 38);
border: solid 2px rgb(var(--medium-accent));
color:rgb(0, 0, 0);
}
.ft-logo{
background: linear-gradient(180deg, rgba(250,235,215,.5), rgba(250,235,215,.5)), url(https://pic.imgdb.cn/item/65b3cbbf871b83018aab0b8f.png) center/50% no-repeat;
background-color:rgb(35,85,121);
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 2px rgb(var(--medium-accent));
color:rgb(0, 0, 0);
}
.pattern{
background: linear-gradient(180deg, rgba(250,235,215,.5), rgba(250,235,215,.5)), url(https://pic.imgdb.cn/item/65b3be3f871b83018a65c7fa.png) center/100% no-repeat;
background-color:rgb(255,69,0);
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 2px rgb(var(--medium-accent));
color:rgb(0, 0, 0);
}
/* ------------ 顶栏雪 ---------------- */
/* 静态雪 */
div#container-wrap-wrap::after, body::after {
content: "";
position: absolute;
height: var(--header-height-on-desktop); width: 100%; top: 0; left: 0;
pointer-events: none;
background-image: url(http://scp-sandbox-3.wikidot.com/local--files/croquemtest2/snow.webp);
background-size: var(--ashes-width);
background-repeat: repeat;
animation: ashes-move linear var(--ashes-move-duration) infinite;
animation-iteration-count: infinite;
animation-fill-mode: both;
opacity: 0.8;
}
/* 动态雪 */
div#container-wrap-wrap::after {
--ashes-move-duration: 45s;
--ashes-width: 250px;
}
body::after {
--ashes-move-duration: 40s;
--ashes-width: 400px;
}
@keyframes ashes-move {
from { background-position: 0 0; }
to { background-position: var(--ashes-width) var(--ashes-width); }
}