Link to article: A Light In The Fog.
#extrac-div-1 {
display: none;
}
#page-title::after {
content: "-SCP 8605-";
}
.page-rate-widget-box {
margin-right: 0;
}
.full:focus-within {
position: fixed;
top: 0;
left: 0;
height: 100vh;
height: 100lvh;
width: 100%;
z-index: 10;
display: flex;
flex-wrap: wrap;
align-content: center;
justify-content: center;
backdrop-filter: blur(8px);
cursor: pointer;
}
.full:focus-within img {
max-height: 100vh;
max-height: 100lvh;
cursor: default;
z-index: 11;
}
.full:focus-within a {
cursor: default;
}
.full:focus-within .exit {
position: absolute;
top: 1rem;
right: 1rem;
height: 2rem;
width: 2rem;
cursor: pointer;
}
.full:focus-within .exit::before {
content: "";
clip-path: polygon(0 0, 50% 40%, 100% 0, 60% 50%, 100% 100%, 50% 60%, 0 100%, 40% 50%);
cursor: pointer;
background-color: red;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
}
@media (max-width: 767px) {
.full:has(a:hover) {
position: fixed;
top: 0;
left: 0;
height: 100vh;
height: 100lvh;
width: 100%;
z-index: 10;
display: flex;
flex-wrap: wrap;
align-content: center;
justify-content: center;
backdrop-filter: blur(8px);
cursor: pointer;
}
.full a:hover img {
max-height: 100vh;
max-height: 100lvh;
cursor: default;
z-index: 11;
}
.full:has(a:hover) a {
cursor: default;
}
.full:has(a:hover) .exit {
position: absolute;
top: 1rem;
right: 1rem;
height: 2rem;
width: 2rem;
cursor: pointer;
}
.full:has(a:hover) .exit::before {
content: "";
clip-path: polygon(0 0, 50% 40%, 100% 0, 60% 50%, 100% 100%, 50% 60%, 0 100%, 40% 50%);
cursor: pointer;
background-color: red;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
}
}
full
exit
blockquote