wip figures and images

This commit is contained in:
sundae 2025-06-16 16:31:53 +03:00
parent ea235120f8
commit c6bac45ecf
No known key found for this signature in database
61 changed files with 1491 additions and 1315 deletions

View file

@ -15,37 +15,6 @@
color: transparent;
}
}
@media (prefers-color-scheme: light) {
#badges a:is(:hover, :focus) img {
filter: drop-shadow(4px 6px 0 var(--primary-500));
}
#collection {
& a:is(:hover, :focus) {
box-shadow: 0 0 0 1px currentColor;
background-color: var(--primary-500);
}
& img {
box-shadow: 0 0 0 1px
color-mix(in lch, transparent, var(--primary-dark-500) 30%);
}
}
}
@media (prefers-color-scheme: dark) {
#badges a:is(:hover, :focus) img {
filter: drop-shadow(4px 6px 0 var(--secondary-500));
}
#collection {
& a:is(:hover, :focus) {
box-shadow: 0 0 0 1px currentColor;
background-color: var(--secondary-500);
}
& img {
box-shadow: 0 0 0 1px
color-mix(in lch, transparent, var(--secondary-500) 70%);
}
}
}
#pkmn {
display: flex;
flex-wrap: wrap;
@ -58,12 +27,14 @@
border-top-color: #c8f8c0;
border-width: 3px;
border-style: solid;
& img:hover {
filter: drop-shadow(0 -2px 0 #fff) drop-shadow(0 2px 0 #fff)
drop-shadow(2px 0 0 #fff) drop-shadow(-2px 0 0 #fff)
drop-shadow(0 2px 3px #0006);
animation: jump 200ms infinite alternate;
& img {
image-rendering: pixelated;
&:hover {
filter: drop-shadow(0 -2px 0 #fff) drop-shadow(0 2px 0 #fff)
drop-shadow(2px 0 0 #fff) drop-shadow(-2px 0 0 #fff)
drop-shadow(0 2px 3px #0006);
animation: jump 200ms infinite alternate;
}
}
}
body [id]:not(:nth-child(1)) ul {
@ -94,7 +65,8 @@ body [id]:not(:nth-child(1)) ul {
background-image: linear-gradient(#f09 33.33%, #ffd700 0 66.66%, #00bfff 0);
}
#intro {
& p, ul {
& p,
ul {
font-family: "Urbanist", sans-serif;
font-size: 1.3rem;
}
@ -105,14 +77,13 @@ body [id]:not(:nth-child(1)) ul {
background-clip: text;
background-repeat: repeat;
&:hover {
background-clip: initial;
transition: var(--trans);
animation: fadeIn var(--trans) linear forwards;
filter: drop-shadow(2px 2px 1px #0006);
}
}
}
#collection {
display: inherit;
gap: 1rem;
& ul {
margin: 0;
padding: 0;