Add files to repos

This commit is contained in:
2025-03-03 16:38:50 +07:00
parent 629f64ac32
commit bdbbcf7f1f
620 changed files with 39534 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
.image-label {
cursor: pointer;
}
.image-toggled {
position: absolute;
top: 0;
left: 0;
visibility: hidden;
}
.image-toggler-toggle {
display: none;
}
.image-toggler-toggle:checked ~ .image-label .image-toggled {
position: static;
visibility: visible;
}
.image-toggler-toggle:checked ~ .image-label .image-default {
position: absolute;
visibility: hidden;
}