Re: Stylish Iceweasel/Firefox throbber for dark GTK+ themes
You can specify an external file if you want to. There is a small performance penalty but only worth worrying about if you're doing it for hundreds of separate image files.
CrunchBang Linux Forums » Tips, Tricks & Scripts » Stylish Iceweasel/Firefox throbber for dark GTK+ themes
You can specify an external file if you want to. There is a small performance penalty but only worth worrying about if you're doing it for hundreds of separate image files.
I finally found out how to do it using the userChrome.css file
and well thank you for explanation about that mess, corenominal. ![]()
Oh, and in case someone needs it for Firefox 4 (beta), here's the code:
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#navigator-throbber {
list-style-image: url(data:image/gif;base64,R0lGODlhEAAQAIABAG5ubv///yH+J0NyZWF0ZWQgd2l0aCBHSU1QIGJ5IFBoaWxpcCBOZXdib3JvdWdoLgAh+QQBCgABACwAAAAAEAAQAAACIIyPaQDbwZyEL1KFs0Y2246B26iJyfd4Kckq6PResjkWADs=) !important;
}
#navigator-throbber[busy="true"] {
list-style-image: url(data:image/gif;base64,R0lGODlhEAAQAKEAAG5ubv///25ubm5ubiH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAEAAQAAACI5SPaREG4KB4q01Jr9q8o8xl4DZ6ZlcmohSy56us0azVMmwUACH5BAEKAAMALAAAAAAQABAAAAIjnI9pABax2mDRwSmp2rwfzWngNnpmVyaiFLLnq6wVNss0bBQAIfkEAQoAAwAsAAAAABAAEAAAAiOcj2kA2xOCm4OZSJXePGtbPRvYlSX5Paiymi4CxupMye9RAAAh+QQBCgADACwAAAAAEAAQAAACI5yPaQDbw0wIrsI3ld4cRf59m9iVHamEz7iabvqolnxZ71AAACH5BAEKAAMALAAAAAAQABAAAAIinI9pANvDnIQvUoWzRjaHMHngRpYdZp2KWrZcBU9pfLlGAQAh+QQBCgADACwAAAAAEAAQAAACIpyPaQDbw5yEL1KFs0Y2246B26iJSRBMGUq2ZQVPX3y5RgEAIfkEAQoAAwAsAAAAABAAEAAAAiOcj2kA28OchC9ShbNGNtuOgduoicn3eCnJKugUBNM7xO1RAAAh+QQBCgADACwAAAAAEAAQAAACI5yPaQDbw5yEL1KFs0Y2246B26iJyfd4KckqqBEE0zvEUzsUACH5BAEKAAMALAAAAAAQABAAAAIjnI9pANvDnIQvUoWzRjbbjoHbqInJ93gpySpWEEyoAcsrWwAAIfkEAQoAAwAsAAAAABAAEAAAAiOcj2kA28OchC9ShbNGNtuOgduoicn3eCnJKkEwocYbVytbAAAh+QQBCgADACwAAAAAEAAQAAACIpyPaQDbw5yEL1KFs0Y2246B26gFwWaZ6EO2YQVPX3y5RgEAIfkEAQoAAwAsAAAAABAAEAAAAiKcj2kA28OchC9ShbNGIWzbfc9GklZmnZhatklaxRM8uUMBADs=) !important;
}
.tab-throbber[busy]
{
list-style-image: url(data:image/gif;base64,R0lGODlhEAAQAKEAAG5ubv///25ubm5ubiH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAEAAQAAACI5SPaREG4KB4q01Jr9q8o8xl4DZ6ZlcmohSy56us0azVMmwUACH5BAEKAAMALAAAAAAQABAAAAIjnI9pABax2mDRwSmp2rwfzWngNnpmVyaiFLLnq6wVNss0bBQAIfkEAQoAAwAsAAAAABAAEAAAAiOcj2kA2xOCm4OZSJXePGtbPRvYlSX5Paiymi4CxupMye9RAAAh+QQBCgADACwAAAAAEAAQAAACI5yPaQDbw0wIrsI3ld4cRf59m9iVHamEz7iabvqolnxZ71AAACH5BAEKAAMALAAAAAAQABAAAAIinI9pANvDnIQvUoWzRjaHMHngRpYdZp2KWrZcBU9pfLlGAQAh+QQBCgADACwAAAAAEAAQAAACIpyPaQDbw5yEL1KFs0Y2246B26iJSRBMGUq2ZQVPX3y5RgEAIfkEAQoAAwAsAAAAABAAEAAAAiOcj2kA28OchC9ShbNGNtuOgduoicn3eCnJKugUBNM7xO1RAAAh+QQBCgADACwAAAAAEAAQAAACI5yPaQDbw5yEL1KFs0Y2246B26iJyfd4KckqqBEE0zvEUzsUACH5BAEKAAMALAAAAAAQABAAAAIjnI9pANvDnIQvUoWzRjbbjoHbqInJ93gpySpWEEyoAcsrWwAAIfkEAQoAAwAsAAAAABAAEAAAAiOcj2kA28OchC9ShbNGNtuOgduoicn3eCnJKkEwocYbVytbAAAh+QQBCgADACwAAAAAEAAQAAACIpyPaQDbw5yEL1KFs0Y2246B26gFwWaZ6EO2YQVPX3y5RgEAIfkEAQoAAwAsAAAAABAAEAAAAiKcj2kA28OchC9ShbNGIWzbfc9GklZmnZhatklaxRM8uUMBADs=) !important;
}Just copy and paste this to either replace corenominal's stylish file or create a new one (the other one doesn't work with ff 4) and you should be good to go ![]()
Last edited by chaanakya (2011-02-02 23:33:55)
OK. I was glad to come across a post dealing with the "fugly" page loading animation in iceweasel (not much in google). I was even more pleased to notice that the animation was not the conventional round circle....A VERY NICE TOUCH. I thank you for that.
Last edited by donoterase (2011-02-09 10:31:57)
Posts [ 26 to 29 of 29 ]
CrunchBang Linux Forums » Tips, Tricks & Scripts » Stylish Iceweasel/Firefox throbber for dark GTK+ themes
Forums powered by PunBB. Hosted by Linode.
Copyright © CrunchBang Linux.
Proudly powered by Debian GNU/Linux.
Debian is a registered trademark of Software in the Public Interest, Inc.