Hello everybody!
This is my first post and also my first very small contribution to the aqua-soft community, hope it's useful for some of you!
I've been using Truth K Theme for Firefox 2 for quite sometime, but that white background on tabs and bookmarks toolbar always bothered me a lot. So after some googling I came up with a way to make it all brushed like safari, and I think it's pretty cool. It fits perfectly with the Brushed 3.5 visual style but should look good no matter what VS or WB skin you're using.
I don't know how familiar you are with userChrome tunning in Firefox, so I'll just do it step by step.
First off, open a blank text file in Notepad, let's say, and paste this text into it:
/* Change color of active tab */
tab{ -moz-appearance: none !important; } tab[selected=true] {
background-image: url("bg_active_brushed.png") !important;
color: black !important; }
/* Change color of normal tabs */
tab:not([selected=true]) {
background-color: transparent !important;
color: black !important;
}
/* Change the background of the tabbrowser */
.tabbrowser-tabs {
background-image: url("bg_inactive_brushed.png") !important;
background-color: none !important;
}
/* Change the background of all other toolbars */
menubar, toolbox, toolbar {
background-image: url("bg_active_brushed.png") !important;
}
Now save it as "userChrome.css" in the following path:
C:Documents and Settings{your user}Application DataMozillaFirefoxProfiles{your profile}chrome
Also save both attached images in this folder. Restart Firefox and you should have a new brushed Safari look in your Firefox ![]()
Hope you like it and feel free to post any feedback!
PS: just a quick note, if you change your firefox theme to other than Truth K, don't forget to rename userChrome.css to something like userChrome_.css, otherwise it will continue to apply these changes and it will look pretty weird. When you switch back to Truth, then you rename it to userChrome.css again ;-)


Aqua-Soft Forums

