I'm going to use this thread for testing temporary board theme things instead of relying on a post that gets buried and forgotten about inside the sticky
<----style>
@keyframes kf {
0% { background-position: 0% 0%;}
100% { background-position: 2000% 0%;}
}
#lowercontents, .page-details, .main-sections.thread-window {
background-image: url(https://haiji.kissu.moe/test/src/1705911877267.png);
background-repeat: repeat;
animation-timing-function:linear;
background-attachment:fixed;
background-size: cover;
animation-name: kf;
animation-duration: 50000s;
animation-iteration-count: infinite;
}
<----/style>
div.post.reply, .reply > .post-contents {
background-image: url(https://haiji.kissu.moe/secret/src/1696337408892.gif);
background-position: top right !important;
background-repeat: no-repeat !important;
padding-bottom: 5px;
padding-right: 115px;
min-height: 110px;
position:relative
}
#lowercontents, .main-contents {
background-image
Post too long. Click here to view the full text.