New Buttons
|
|
The default grey lights bulb icons were kind of bothering me, so I decided to make some new ones that match the blue and yellow buttons. I also made a new play button that's closer to the one you see hovering over embedded YouTube videos. If anyone wants to use them, feel free. Blue icons: http://i40.tinypic.com/14tbh2g.png
Yellow icons: http://i44.tinypic.com/1zog5f6.png
Play button: http://i44.tinypic.com/ftesy8.png For anyone who doesn't know how to use these, you'll have to convert these to base64 and embed them into the script. Just head over to this site: http://www.greywyvern.com/code/php/binary2base64
Replace the url inside the parenthesis with the entire block of code you got when you converted the file. Lights-off is the normal icon (lights out is off), and lights-on is the activated one (lights out is on). The only downside is they'll stand out even more if you decide to switch colors, but you can always just edit the code and change them again. If you want to replace the play button, find this section: Then replace the entire section of base64 code with the new code you generated. The new button will be slightly off-center since it's a different size, so scroll up until you find this:
And change the padding to this:
After that everything should work. |
|
|
Hi, fantastic finally a nice replacement for play and lights buttons :D
from 24 to 25 and from 32 to 33 and voilà :D |
|
|
Ah... I knew I was forgetting something. I made the light bulb icons 1 pixel taller and wider so they'd be the same size as the other buttons. Glad you like them and thanks for pointing that out. |