Link to article: The Four Arcana.
/* 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(http://scp-wiki.wikidot.com/local--files/the-four-arcana/sky.webp);
background-size: 1500px calc(var(--header-height-on-desktop));
animation-duration: 360s;
}
/* Replace the buildings. */
div#container-wrap-wrap::before {
background-image: url(http://scp-wiki.wikidot.com/local--files/the-four-arcana/skyline.png);
}
@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); }
}
#page-content .info-container {
--link-color: rgb(var(--swatch-text-general));
}
#page-content .info-container .translation_block {
display: none;
}
#page-content .info-container .collapsible-block-link,
#page-content .info-container:hover .collapsible-block-link {
line-height: 1.6em;
}
#page-content .info-container .collapsible-block-folded,
#page-content .info-container .collapsible-block-unfolded-link {
display: grid;
}
#page-content .info-container .collapsible-block-folded .collapsible-block-link,
#page-content .info-container .collapsible-block-link {
-webkit-mask: unset;
mask: unset;
background: transparent;
grid-column: 1;
grid-row: 1;
opacity: 0;
}
#page-content .info-container .collapsible-block-folded::before,
#page-content .info-container .collapsible-block-unfolded-link::before {
--wght: 800;
content: "djkaktus";
color: #FFFFFF;
font-family: Inter, Arimo, Verdana, Geneva, "Helvetica Neue", "Helvetica", Arial, sans-serif;;
display: block;
pointer-events: none;
grid-column: 1;
grid-row: 1;
}
:scp-wiki:theme:black-highlighter-theme
[info]
:scp-wiki:component:bhl-dark-sidebar
[info]
:scp-wiki:theme:swirling-ashes
[info]
:scp-wiki:component:license-box
[info]
:scp-wiki:component:license-box-end
[info]