forked from MarseyWorld/MarseyWorld
consolidate code in preparation for next commit
parent
d973d3f70d
commit
b5b6d256d5
|
@ -5426,14 +5426,6 @@ span > img[src$="/i/hand.webp"]+img[src$="/i/talking.webp"]~img {
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
span[bounce] {
|
|
||||||
animation: pat-pfp-anim 0.6s infinite;
|
|
||||||
transform-origin: bottom center;
|
|
||||||
text-align: center;
|
|
||||||
object-fit: contain;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
span > img[src$="/i/talking.webp"]~img {
|
span > img[src$="/i/talking.webp"]~img {
|
||||||
margin-top: 22%;
|
margin-top: 22%;
|
||||||
}
|
}
|
||||||
|
@ -5507,13 +5499,21 @@ span > img[src$="/i/love-background.webp"] {
|
||||||
100% { transform: scale(0, 0) rotate(360deg) }
|
100% { transform: scale(0, 0) rotate(360deg) }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span[bounce] {
|
||||||
|
animation: pat-pfp-anim 0.6s infinite;
|
||||||
|
transform-origin: bottom center;
|
||||||
|
text-align: center;
|
||||||
|
object-fit: contain;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
.cide, span[cide] {
|
.cide, span[cide] {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
animation: cide-anim 2s infinite;
|
animation: cide-anim 2s infinite;
|
||||||
animation-timing-function: linear;
|
animation-timing-function: linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
[cide] [cide], [bounce] [bounce] {
|
[bounce] [bounce], [cide] [cide] {
|
||||||
animation: none;
|
animation: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue