Link to article: A Terrible Thing.
/* This theme overrides some of the Swirling Ashes headers.
* Made by Croquembouche for djkaktus' The Four Arcana. */
/* Replace the sky with an aurora. */
body::before {
background-image: url('https://scp-wiki.wdfiles.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('https://scp-wiki.wdfiles.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('https://scp-wiki.wdfiles.com/local--files/a-terrible-thing/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); }
}
theme:black-highlighter-theme
component:bhl-dark-sidebar
theme:swirling-ashes
:scp-wiki:component:license-box
[info]
:scp-wiki:component:license-box-end
[info]