#cheese slice emojis

1 messages ยท Page 1 of 1 (latest)

solar elm
#

It's uh, something

#

And I thought changing just the emoji selector button was controversial

upper lichen
#

HUfghdgkdfjjgkcheese slices, I love it

I liked what you did too much so I had to change all of them. Give it a few years and this will unironically be the new hip

primal ibex
#

it looks like you need to cut out the emojis to use them

upper lichen
#

now I want to add dashed lines as borders and the occasional scissors emoji

slender dock
#

just one question, why?

left river
slender dock
#

idk, it's so random

zealous crown
#

this is fucking awesome

upper lichen
#

reactions don't work ๐Ÿฅบ their data name is for some bizarre reason with actual emojis instead of :name: (???)
maybe I'm missing something, imma see if I can fix it without adding all, like, 60 emojis to the css

wicked marten
#

thank you ๐Ÿ™

upper lichen
upper lichen
#

woops forgot to make it not apply to server emotes. add this to the background-color: transparent block [data-type="emoji"]:has(img), [data-type="emoji"] img

wicked marten
#

THE GOAT

wicked marten
upper lichen
#

oh woops I did a lil typo
replace the cold face line with this [data-name="cold_face"], [alt*="cold_face"], [data-name="๐Ÿฅถ"] { background-color: #50a5e5 !important; }

wicked marten
#

๐Ÿฅถ

#

hmm

#

still happening

upper lichen
#

omg discord is killing me, it has 4 or 5 different formats for the naming of emojis hgudhfgkdfkh
here is a hopefully fixed version

[data-name*="rage"], [data-name*="face_with_symbols_over_mouth"], [alt*="rage"], [alt*="face_with_symbols_over_mouth"], [data-name="๐Ÿ˜ก"], [data-name="๐Ÿคฌ"] { background-color: #da2f47 !important; }
[data-name*="hot_face"], [data-name="๐Ÿฅต"], [alt*="hot_face"], [alt="๐Ÿฅต"] { background-color: #ea596e !important; }
[data-name*="cold_face"], [alt*="cold_face"], [data-name="๐Ÿฅถ"] { background-color: #50a5e5 !important; }
[data-name*="dotted_line_face"], [alt*="dotted_line_face"] [data-name="๐Ÿซฅ"] { background-color: #fef3db !important; }
[data-name*="imp"], [alt*="imp"], [data-name="๐Ÿ˜ˆ"], [data-name="๐Ÿ‘ฟ"] { background-color: #a889d6 !important; }
[data-name*="clown"], [alt*="clown"], [data-name="๐Ÿคก"] { background-color: #ffe8b6 !important; }
[data-name=*"poop"], [alt*="poop"], [data-name="๐Ÿ’ฉ"] { background-color: #bf6b52 !important; }
[data-name*="ghost"], [alt*="ghost"], [data-name="๐Ÿ‘ป"] { background-color: #e1e8ed !important; }
[data-name*="alien"], [alt*="alien"], [data-name="๐Ÿ‘ฝ"] { background-color: #ccd6dd !important; }
[data-name*="nauseated_face"], [alt*="nauseated_face"], [data-name="๐Ÿคข"] { background-color: #77b255 !important; }
raw aspen
#

this is funny

#

i like this

wicked marten
#

nice it works