>>379
I kind of got the interactivity working to where she'll change and go back to her idle animation, but it's too sensitive as it is not locked to the bottom right position where she is. She'll change when you hover the mouse inside the browser and this board. Here's what I did in CSS
[code]
body {
font-size: 100%;
color: white;
background: #200f2c no-repeat;
background-image: url(/.media/8082093db97fbd8a6dd8f432f319f52ae773bdeefc2a7ce0a5268c17de8612286.gif), linear-gradient(45deg, #200f2cbd, #200f2cc4), url(
https://8chan.moe/.media/858334e92ac1231f6b696ae2235013389e63e2a41d486cb30af8a87a6f0252e50.png);
background-repeat: no-repeat, repeat, repeat;
background-position: bottom right,top, bottom;
background-attachment: fixed, scroll, scroll, scroll;
font-family: arial, helvetica, sans-serif;
}
body:hover {
font-size: 100%;
color: white;
background: #200f2c no-repeat;
background-image: url(/.media/81c02aa7a1a48d4e6ee7ad4892b0e1e1529e428ca787182bd592e14a7301f0037.gif), linear-gradient(45deg, #200f2cbd, #200f2cc4), url(
https://8chan.moe/.media/858334e92ac1231f6b696ae2235013389e63e2a41d486cb30af8a87a6f0252e50.png);
background-repeat: no-repeat, repeat, repeat;
background-position: bottom right,top, bottom;
background-attachment: fixed, scroll, scroll, scroll;
font-family: arial, helvetica, sans-serif;
}
[/code]
It's a more ghetto way of getting interactivity. Might work better with JS.
>Bro, do you manage JS?
No just CSS.
>Is possible to add a sound effect when you do a reply?
From what I searched around the net, it should be doable. However, there doesn't seem to be a solution for a CSS-only trick, most seem to point towards JS to get the desired sound.
I sadly can't help on the JS side, but I can still make the custom cursor for you.