Page 1 of 1
Favourite Mozilla Theme
Posted: Thu Jun 19, 2003 7:50 pm
by Chris Vogel
What is your favourite Mozilla theme?
I like the Modern theme a lot, but I think the Classic theme takes up too much space. I think Mozilla should make the Modern theme the default one instead of the Classic theme... It looks much better in my opinion.
I like the Pinball skin the best because it looks good, everything is clean and understandable, and it takes up less space. It's cool.
Here is the Pinball theme.
I also have something called Rain installed. It sort of looks like the theme Firebird comes with. You can get it
here.
Archived topic from Iceteks, old topic ID:918, old post ID:8031
Favourite Mozilla Theme
Posted: Wed Aug 20, 2003 7:23 pm
by Chris Vogel
What? Do the other 5298 Mozilla users here use something other than Modern or Classic?
EDIT: Oh yeah.. I'm using Modern now.
Archived topic from Iceteks, old topic ID:918, old post ID:10912
Favourite Mozilla Theme
Posted: Fri Aug 22, 2003 10:16 pm
by Red Squirrel
Modern here.
Archived topic from Iceteks, old topic ID:918, old post ID:10939
Favourite Mozilla Theme
Posted: Fri Aug 22, 2003 10:33 pm
by Chris Vogel
Red Squirrel wrote: Modern here.
Modern is a good skin.
Although, I think it needs a bit of a face lift.
When I was using Firebird, I found an excellent skin that was like Modern but had a few enhancements.
Phoenity Modern for Firebird
It looks cool.
It doesn't show you much unfortunately.
I could make a screenshot, but I don't know if that would really be necessary. Plus, I am lazy.
Archived topic from Iceteks, old topic ID:918, old post ID:10944
Favourite Mozilla Theme
Posted: Wed Aug 27, 2003 5:42 pm
by Chris Vogel
Here is my new Mozilla look.
I downloaded «
the Lo-fi Mozilla skin». Also, I downloaded a «
statusbar clock for Mozilla».
A few additions to my userChrome CSS as well...
To get rid of throbber:
Code: Select all
/* Eliminate the throbber and its annoying movement.
*/
#throbber-box
{
display: none !important;
}
To make active tab text red:
Code: Select all
/* Make the active tab easier to distinguish: */
tab[selected="true"] {
font-weight: 300 !important;
color: rgb(255,0,0) !important
}
EDIT: To get rid of the Go menu:
Code: Select all
/* Remove the Go menu */
menu[label="Go"] { display: none !important; }
Archived topic from Iceteks, old topic ID:918, old post ID:11073
Favourite Mozilla Theme
Posted: Sat Aug 30, 2003 3:08 am
by rovingcowboy
sorry but i took and will continue to take all other browsers off my computers other then I.E.
i found most the trouble i had before was with other broswers trying to be boss and messing up things on my computer. like file associations so i just stopped using them.
find it best to use ie if i am using ms windows.
Archived topic from Iceteks, old topic ID:918, old post ID:11088