PDA

View Full Version : Post your Firefox!




kick52
Aug 4, 2007, 07:10 PM
Mine is pretty simple.

http://kick52.com/dump/ff/main1.jpg

Extensions:

http://kick52.com/dump/ff/ext1.jpg

My userchrome.css is set up to get rid of the annoying blue highlight of tab text, and to put some padding to the right of the search box:

.tabbrowser-tab .tab-text {
border: none !important; }

#search-container {
padding-right: 4px !important;
}


I also have a setting in about:config to hide the go buttons.

Now, lets see your fox!



Iamtherealwoody
Aug 4, 2007, 09:36 PM
Mine sexy new firefox thanks to NightKrawler.

kick52
Aug 4, 2007, 10:22 PM
Mine sexy new firefox thanks to NightKrawler.

ah, i see you are using tabpreview.
i tried that earlier, though the mouseoever didnt really work, it kept flickering.

clevin
Aug 4, 2007, 10:24 PM
i will post my MB's firefox when I get to office. here is a linux's firefox 2.0.0.6

I normally use NS9 beta on mac and firefox 3.0 alpha on linux tho, and as of now, 3.0 alpha really have very limited number of compatible extensions and themes, in which case, I only install adblock+
http://img380.imageshack.us/img380/2425/screenshot2sq0.png

Iamtherealwoody
Aug 5, 2007, 01:15 AM
ah, i see you are using tabpreview.
i tried that earlier, though the mouseoever didnt really work, it kept flickering.

This is my first day using it, I got that flickering a few times, but its stopped. Its kinda doing it now. I Dunno

Jasonbot
Aug 5, 2007, 04:35 AM
My Firefox IS Safari!

http://img513.imageshack.us/img513/19/picture1ef2.png

Nightkrawler
Aug 5, 2007, 08:00 AM
I would rename the thread in "post your browserlayout" or so :)
anyway
My goal is to make firefox look and act similar to safari, but with more comfort and a lot more functions.
How to make firefox look similar to this. (http://forums.macrumors.com/showpost.php?p=3999847&postcount=146)
The flickering has to do with TMP, and some bugs with TabPreview in OSX :mad:. i fixed it partially by manually setting some things in my userchrome.css (position of tab preview, margin/padding..) I also fixed the ugly yellow color around tabpreview by changing the color of tooltips in firefox. (look for the userchrome.css in my other post) For a list of all extensions take a look at extensions.pdf in the attachments.
@Iamtherealwoody:
did you do everything thats in the howto? it looks like its missing UNO shade and all of the mods. Im asking because i couldnt really try my howto by myself, so i have to see if it works for others :(

clevin
Aug 5, 2007, 11:36 AM
I would rename the thread in "post your browserlayout" or so :)
anyway
well, safari's layout really has little variability tho, 5 posts will end this discussion for safari.....

Nightkrawler
Aug 5, 2007, 12:37 PM
well, safari's layout really has little variability tho, 5 posts will end this discussion for safari.....

last time i checked they where more browser than firefox and safari for osx, however i agree that we will not see much safari variations :)

macuser9214
Aug 5, 2007, 03:16 PM
Here's Mine: Sorry for the double post. I was having problems.

http://macuser9214.com/ff.jpg

Iamtherealwoody
Aug 5, 2007, 03:48 PM
@Iamtherealwoody:
did you do everything thats in the howto? it looks like its missing UNO shade and all of the mods. Im asking because i couldnt really try my howto by myself, so i have to see if it works for others :(

I added UNO myself before I saw your how to, dont know if theres a difference between UNO and UNO shade. I installed all of the addons they all work well, imported the TMP prefs. I also checked and I dont have the folder /Users/YOURUSERNAME/Library/Application Support/Firefox/Profiles/RANDOM.default/chrome
I created on and put the contents from the archive Archive.zip folder. That didnt do anything, then I tried to add that stuff /Users/YOURUSERNAME/Library/Application Support/Firefox/Profiles/36w3i1ic.default
which is the only folder that I have and it un-did all the UNO stuff, luckily I backed it up first.
Im going to try copying the contents of the Archive and over writting only the stuff it wants to instead of replacing the whole folder.
Ill let you know how it goes.

Nightkrawler
Aug 5, 2007, 04:32 PM
If you are happy with the firefox as it is now, then don't use my chrome settings because they are for uno shade modded only :(

UNO shade is when you choose "UNO shade" as WindowTexture at the installation (http://tomahawkfield.sub.jp/MT3/archives/MT_images/2007/03/UNO001.jpg) from UNO. (only "Aqua Windows & Mozilla Apps" needs to be UNO shade)
Im not sure if the chrome folder is there by default, but it may be better to use the extension "ChromEdit Plus" (http://webdesigns.ms11.net/chromeditp.html).
After Installation you can go to the chrome folder by clicking Tools, ChromEdit Plus, open crome folder (i use a German firefox, text may differ).
Also you can edit userchrome.css with ease with ChromEdit Plus. If you just want the yellow color fixed in tabpreview, just add this in to your userchrome.css:

tooltip{
-moz-appearance: none !important;
background-color: rgb(109,109,109) !important;
color: rgb(255,255,255) !important;
}
(this code is also in the userchrome.css from Archive.zip (http://att.macrumors.com/attachment.php?attachmentid=81336&d=1186229471))
if you want to change the color, just edit the RGB (red, green, blue) value from "background-color". If you dont know how to calculate them you can use the color picker OSX app (just spotlight "color"; be sure to use 8Bit Decimal RGB)

if anyone is interrested, my full userchrome.css:

/*
* Do not remove the @namespace line -- it's required for correct functioning
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */

/* hide seperators between toolbars (makes firefox more compact) */
#toolbar-menubar {
padding: 0px !important;
margin: 0px !important;
border: none !important;
}
#nav-bar {
border: none !important;
padding: 0px !important;
}
#PersonalToolbar {
border: none !important;
}

/* Safari tabs styling */

.tabbrowser-tabs {
background-image: url(toolbar2.gif) !important;
background-repeat: repeat-x !important;
}

tab[selected="true"] > .tab-image-right {
background: url("activetab-right.png") no-repeat !important;
}

tab[selected="true"] > .tab-image-left {
background: url("activetab-left.png") no-repeat !important;
}
tab[selected="true"] > .tab-image-middle {
background: url("activetab-middle.png") repeat-x !important;
}

/* Safari RSS button */
#feed-button[feeds] { list-style-image: url("safari-page-livemarks.png") !important; }

/* Safari like toolbar background */
toolbar#nav-bar, #bookmark-window toolbar, #BrowserPreferences toolbar, #JSConsoleWindow toolbar, #winInspectorMain toolbar {
background: url("./toolbar.gif") repeat-x !important;
}

/* Safari like bookmark toolbar background */
#PersonalToolbar { background: url("toolbar3.bmp") repeat-x !important;
}


/* TabPreview tests */
.tabbrowser-tab {
margin-left: -3px !important;
margin-right: 2px !important;
}

tooltip{
-moz-appearance: none !important;
background-color: rgb(109,109,109) !important;
color: rgb(255,255,255) !important;
}

#tabpreview {
margin-top: 23px !important;
padding: 3px !important;
margin-left: -3px !important;
}

#BrowserPreferences #showPasswordsBox { display:none !important; }

backsidetailsli
Aug 5, 2007, 04:47 PM
heres my safari
with safari stand
http://img409.imageshack.us/img409/6807/picture1jn9.png

Iamtherealwoody
Aug 5, 2007, 04:55 PM
Hows that?
I installed Uno Shade for the aqua and firefox windows, installed the chrome thing and copied the archive contents
Tell me if I missed anything.

Thanks again for all of your help!!
Matt

Oh i need to get rid of that arrow in the address bar, how?

clevin
Aug 5, 2007, 05:00 PM
heres my safari
with safari stand
http://img409.imageshack.us/img409/6807/picture1jn9.png
thats safari+safaristand+shapeshifter for mac OS X?

its really hard to find an enduring dark theme for system. I used to use midnight fox for a while. maybe I should pick it up again....

backsidetailsli
Aug 5, 2007, 05:13 PM
thats safari+safaristand+shapeshifter for mac OS X?

its really hard to find an enduring dark theme for system. I used to use midnight fox for a while. maybe I should pick it up again....

you got it!

Nightkrawler
Aug 5, 2007, 05:14 PM
Hows that?
I installed Uno Shade for the aqua and firefox windows, installed the chrome thing and copied the archive contents
Tell me if I missed anything.

Thanks again for all of your help!!
Matt

Oh i need to get rid of that arrow in the address bar, how?
Looks a-ok for me :D
to customize the toolbar just click on View -> Toolbars -> Customize
and drag and drop anything as you like it :)
I use "Searchbar Autosizer" (http://searchbarautosizer.mozdev.org/) to resize my search bar.

clevin
Aug 5, 2007, 05:35 PM
midnightfox
http://img76.imageshack.us/img76/6938/screenshotwg4.png

Iamtherealwoody
Aug 5, 2007, 06:37 PM
Looks a-ok for me :D
to customize the toolbar just click on View -> Toolbars -> Customize
and drag and drop anything as you like it :)
I use "Searchbar Autosizer" (http://searchbarautosizer.mozdev.org/) to resize my search bar.

If i try to drag off that little arrow on by the address bar, it takes the whole address bar with it

Nightkrawler
Aug 5, 2007, 06:40 PM
oh im sorry
go to about:config and set browser.urlbar.hideGoButton true.

Iamtherealwoody
Aug 5, 2007, 06:55 PM
oh im sorry
go to about:config and set browser.urlbar.hideGoButton true.

thanks!

daneoni
Aug 6, 2007, 03:12 AM
Firefox isn't my main browser but here you go

clevin
Aug 6, 2007, 09:14 AM
now this is my mac version
NS9 and Firefox 3 alpha pre8. for now, there is no extensions for a8pre that I need.

radiantm3
Aug 6, 2007, 10:57 AM
www.flock.com with firebug (www.getfirebug.com)

backsidetailsli
Aug 6, 2007, 11:04 AM
www.flock.com with firebug (www.getfirebug.com)
what the blood..:confused:

twistmac
Aug 10, 2007, 12:42 AM
Does Camino count? I have a user.js file with most of the hidden preferences enabled.

Braby
Aug 19, 2007, 09:59 PM
http://img530.imageshack.us/img530/5186/firefoxca3.png

Cassie
Aug 22, 2007, 12:49 PM
www.flock.com with firebug (www.getfirebug.com)

Yay, another Flock user. :)

Anyway: