Artwork
smc
|
Thursday 08 December 2005
|
With all the fuzz going on about the Vienna manipulations (go Georg, kick some b*tt :-)) it really feels a little bit out of proportions, but in the artwork section there is something entitled "Fellowship Logo" by me. Of course it is the logo, or Plussy. But it was meant as a Firefox throbber. I did not talk about it in my blog because this "Fellowship Logo" is only the moving part which is displayed while a page is loading, and because I did not test it with FF 1.5.
The still part gets corrupted on upload an is useless that way. Originally I wanted to wait until this is fixed, but as the other part has already been published you can get the still part here.
Put them both in your "chrome" directory (on my Debian Etch it is ~/.mozilla/firefox/7jsf8tgk.default/chrome) and append
toolbar #navigator-throbber { list-style-image: url("fsfe-still.gif") !important; }
toolbar #navigator-throbber[busy="true"] { list-style-image: url("fellowship_logo_imagelarge.gif") !important; }
to your userChrome.css in the same directory (if you have to create it first, use the userChrome-example.css and keep the @namespace intact).