Forest 1
forest.png

a

.haunt img {
    animation: haunt 10s infinite alternate;
}
.haunt .scp-image-block:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    top: 5.4em;
    left: 0;
    right: 0;
    width: calc(100% - 2em);
    padding-bottom: calc((100% - 2em) * 199 / 300);
    background-image: linear-gradient(rgba(18, 16, 16, 0.03) 50%, rgba(0, 0, 0, 0.45) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.22), rgba(0, 255, 0, 0.11), rgba(0, 0, 255, 0.22));
    background-size: 100% 2px, 3px 100%;
    opacity: 0.7;
    z-index: 100;
    pointer-events: none;
}
@keyframes haunt {
0% {
    filter: contrast(2) brightness(190%);
}
20% {
    filter: contrast(2) brightness(120%);
}
40% {
    filter: contrast(2) brightness(160%);
}
60% {
    filter: contrast(2) brightness(210%);
}
80% {
    filter: contrast(2) brightness(220%);
}
100% {
    filter: contrast(2) brightness(160%);
}
}
特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License