Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Sprites.png Cheat Sheet?
keesha
✭
Comments
The sprites for vanilla come in one sheet and use CSS coordinates to render the icon. Example sprite sheet below
You would look at the vanilla style.css and find sprites using a the find function in your text editor to see the classes and the coordinates. But you would still likely would have to adjust them to your theme.
For example:
This would render the edit profile Sprite icon. Look for CSS that has anything with sprite in it. It is not easy to figure out coordinates for a sprite sheet. It takes time and a lot of trial and error.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Thank you (again) @vrijvlinder very helpful.
There are some websites now that help you with the hard work . Maybe it can help.
http://spritegen.website-performance.org
this one below is funny
http://gaurav.munjal.us/Universal-LPC-Spritesheet-Character-Generator/
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Thanks Vrijv ^-^
https://github.com/vanilla/vanilla/tree/master/resources/fonts/vanillicon
There is a preview.html file in there. You might need to copy the files somewhere else in order to be able to access them.
yay