Firefox skinning help needed

Hey!

I have a few quick questions....

First of all check out this image below.

http://img339.imageshack.us/img339/9405/untitled3vm0.png

How can I change the font of these "folders" in Firefox. It would be great to change it from black into white... And how can I hide those bookmark icons from bookmark list? Or is it possible to change and use only a single one icon in all of those bookmarks?

I've changed menu titles from white into black. Thats becouse WindowBlind shifts the tittles into white, I guess. Here's the code:

popup, menu {

font-family: Lucida Grande !important;

font-size: 10pt !important;

text-align: left !important;

color: black !important;

}

menuitem {

font-family: Lucida Grande !important;

font-size: 10pt !important;

text-align: left !important;

color: white !important;

}

Thanks in advance!

#469111

You checked out the Stickied Firefox Skinning Guide, right? I know it's long, but I think there are answers there...

-NC

#469144

Of course I did but I couldn't find anything that works... Maybe I'm just blind, dunno :|

#469149

With Favicon Picker 2 extension you could change any favicon to whatever you want and do it quickly as its accepts wildcarts.

#469156

@ Zaimek: Thanks a lot! Now I have solved a half of my problems :)

Now the color of the folders I've shown. Does anyone even know what is the proper name of those folders? I mean the command that I should use to get transforming them.

For example:

FOLDERS {

font-family: Lucida Grande !important;

font-size: 10pt !important;

text-align: left !important;

color: white !important;

}

That doesn't work though....

#469242

Maybe "bookmarks-menu"?

You might also find something here:

http://www.mozilla.org/unix/customizing.html

http://www.mvps.org/dmcritchie/firefox/code/userchrome.txt

Hope this helps,

-NC

#469432

Thansk for the links nightcrawler1089! There was a lot of info but I couldn't find anything for my problem.

Maybe I've set up my question in a wrong way. Becouse of WindowBlinds my Firefox looks like this without any UserChrome codes at all http://img206.imageshack.us/img206/5600/untitled2mw7.png

So, does anyone know the command to change only the titles marked red in the pic?

With my first code it changes the title and the rest but not the folder titles. Without any code at all everything is white as shown above...

#469481

It seems like you just asked something quite different from your first request?

I think one of the below two commands will satisfy the original request:

menu.bookmark-item
menuitem.bookmark-item

As for the question you just asked, try using .toolbarbutton-text ...

Good luck!

-NC

#469601

Or hide the toolbar alltogehter ;] It will show up agian if u press l-alt.

#469641

@ nightcrawler1089, Thanks, man! It's almost perfect now ;)

@ zaimek, How can I do that? I know Styler can hide Menubar(IE) and Menubar(Explorer) but how about Firefox....

#469764

r-click on the bar and uncheck 'menus toolbar'.

#469800

Not sure but you were talking about this bar, weren't you? --> http://img206.imageshack.us/img206/5600/untitled2mw7.png

I've got only a navigation toolbar and a bookmarks toolbar on that list.... I tried them both but the menus toolbar stays. So I can't hide the bar that way or can I :/ I'm confused!

Ps. Check it out ---> http://img47.imageshack.us/img47/4909/untitled2kr6.png

I solved the problem... No help needed anymore ;) Thanks all!

#469803