Link to article: Flaxen Snow 4.
/* Replace the sky with an aurora. */
body::before {
background-image: url(http://scp-wiki.wikidot.com/local--files/the-four-arcana/sky.webp);
background-size: 1500px calc(var(--header-height-on-desktop));
animation-duration: 360s;
filter: grayscale(70%);
}
/* Replace the buildings. */
div#container-wrap-wrap::before {
background-image: url(http://scp-wiki.wikidot.com/local--files/the-four-arcana/skyline.png);
filter: grayscale(70%);
}
@keyframes sky {
from { background-position: 1500px 0; }
to { background-position: 0 0; }
}
/* Replace fog layers with snow */
div#container-wrap-wrap::after, body::after {
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;
opacity: 0.8;
}
div#container-wrap-wrap::after {
--ashes-move-duration: 37s;
--ashes-width: 250px;
}
body::after {
--ashes-move-duration: 30s;
--ashes-width: 400px;
}
@keyframes ashes-move {
from { background-position: 0 0; }
to { background-position: var(--ashes-width) var(--ashes-width); }
}
#header h1 a::before {
content: "The Spook";
}
#header h2 span::before {
content: "An Honourable Man" !important;
}
#header::before {
display: none;
}
:scp-wiki:theme:black-highlighter-theme
[info]
:scp-wiki:component:bhl-dark-sidebar
[info]
:scp-wiki:theme:swirling-ashes
[info]