[Release] Safari fx 1.0 Preview Release

Check his website, he has his email and a contact page. When I asked him a question last time (a while back though) he responded quite quickly and politely.

#283885

hi guys!

Need to be quick, so I'll be frank:

I need:

- version of SarafiFX with stop/reload working

- WB theme for per-application setting

thanks a lot!

#284541

hi guys!

Need to be quick, so I'll be frank:

I need:

- version of SarafiFX with stop/reload working

- WB theme for per-application setting

thanks a lot!

Here's my customized WBA that matches SafariFX: http://www.deviantart.com/deviation/17997604/

#284669

What is the actual skin people are using for this?

I've been using Hill's Brushed_Brushed Safari and Safarifox 0.9pr in every version of Firefox since 0.9 with no problems at all.

#284689

What is the actual skin people are using for this?

I've been using Hill's Brushed_Brushed Safari and Safarifox 0.9pr in every version of Firefox since 0.9 with no problems at all.

Default Safari

#284771

Anyone remember how to remove the title "Mozilla Firefox" from the top bar?

#284806

Anyone remember how to remove the title "Mozilla Firefox" from the top bar?

I always used the Firesomethign exstension and replaced all the entries with one entry that just says Safari.

#284811

i use titlebar tweaks thats quite good...that works a lot better than firesomething....btw i use a windows visual style that i modified from that ghastly brushed default theme...if you want it heres my email....jag_g@hotmail.com

heres the version i modified to make it work for Mozilla 1.04

i didn't know it was so easy tomake these extension thingys compatible with higher versions of firefox...all i did was replace 3 numbers!!!

The thing about safari is that it doesn't say safari in the titlebar!...title tweak allows you to have Safari in the titlebar (if that is your wish) and also only have what page you are on (say for instance google)

#284821

Anyone remember how to remove the title "Mozilla Firefox" from the top bar?

You can unzip this .zip file and add the folder to chromeen-US.jar (or en-GB or whatever locale you are using) in the Firefox program folder to remove the Mozilla Firefox text from the titlebar.

[EDIT] This will only work on FF 1.0.4 I believe, you have to re-edit en-XX with every new version.

locale.zip

Attachment: locale.zip

#284839

A quick question - Does anyone know any way to make the text on the bookmark toolbar show the slight highlight/sunken look like the text on the tabs?

>look<

#284843

*Deleted*

Posted in wrong thread. How do I delete posts?

#284865

my friend i have no idea-btw i might use your locale.jar ..thanks for that

#284920

my friend i have no idea-btw thanks for your local folder it worked like a charm...also it's bound to use less resources than that extension that i was using before

#284921

Ok, next question...has anyone figured out the fonts for the titlebar, search bar, and address bar?

I can edit them myself if I know where to look.

#284986

I'm not sure if you mean which fonts to use or how to change them but I've attached a text with with the entries I have my userChrome relating to fonts if it's any help.

As far as I know you can only change the titlebar font via WindowBlinds or Windows display properties.

If I remember rightly, this is part of the userChrome from the original PixelPerfect Safari theme

safarifoxfonts.txt

Attachment: safarifoxfonts.txt

#285022

Nothing changes when I alter the userchrome...it has to be in the browser.jar

Ok, next thing I need...

1. change the close buttons on each tab to be aligned to the left

2. remove the icon from the tabs

3. Change the text color in the tabs

Point me in the right direction and I can do it, but I have been through about 30 files tonight and I am stumped

#285152

to Duckie

TabBrowser has to be ver1.14.2005032501. Highversion will give you white text on tabs.

Below is my userChrome.css

* This file can be used to customize the look of Mozilla's user interface

* You should consider using !important on rules which you want to

* override default settings.

*/

/*

* 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 */

}

/* ::::: fixed font settings ::::: */

#urlbar {

font-family: LucidaMacBold,lucida grande,sans-serif, lucida grande !important;

font-weight: normal !important;

font-size: 9pt !important;

}

.textbox-input-box {

font-family: LucidaMacBold,lucida grande,sans-serif, lucida grande !important;

font-weight: normal !important;

font-size: 9pt !important;

margin-bottom: 1px !important;

}

.searchbar-engine-image {

margin-bottom: -1px !important;

}

.searchbar-dropmarker-image {

margin-bottom: -1px !important;

}

.bookmark-item > .toolbarbutton-text {

font-family: LucidaMacBold !important;

font-weight: normal !important;

font-size: 8pt !important;

padding-top: 3px !important;

}

tab {

font-family: lucida grande,sans-serif, lucida grande !important;

font-weight: normal !important;

font-size: 9pt !important;

}

.tabbrowser-tabs .tab-text {

font-family: LucidaMacBold !important;

font-weight: normal !important;

font-size: 8pt !important;

padding-top: 1px !important;

}

.tabbrowser-tabs *|tab[selected=true] .tab-text {

padding-top: 1px !important;

}

.tabbrowser-tabs .tab-text2 {

font-family: LucidaMacBold !important;

font-weight: normal !important;

font-size: 8pt !important;

padding-top: 1px !important;

}

.tabbrowser-tabs .tab-icon {

margin: 3px 1px 3px 0px !important;

}

.tabbrowser-tabs *|tab[selected=true] .tab-icon {

margin: 3px 1px 3px 0px !important;

}

.autocomplete-treebody::-moz-tree-cell-text {

font-family: LucidaMacBold,lucida grande,sans-serif, lucida grande !important;

font-weight: normal !important;

font-size: 9pt !important;

}

tree {

font-family: LucidaMacBold,lucida grande,sans-serif, lucida grande !important;

font-weight: normal !important;

font-size: 9pt !important;

}

popup, menu, menuitem {

font-family: LucidaMacBold,lucida grande,sans-serif, lucida grande !important;

font-size: 9pt !important;

text-align: left !important;

}

menulist {

font-family: LucidaMacBold,lucida grande,sans-serif, lucida grande !important;

font-size: 9pt !important;

}

#status-bar,

#bookmark-window statusbar {

font-family: lucida grande,sans-serif, lucida grande !important;

font-weight: normal !important;

font-size: 8pt !important;

}

#FindToolbar {

font-family: LucidaMacBold,lucida grande,sans-serif, lucida grande !important;

font-size: 8pt !important;

}

tabextensions.zip

Attachment: tabextensions.zip

#285173

another question...the Firefox has been updated to 1.04,if i use the old browser.jar on it,then their's such a loooooong right-click menu can be seen.

how to slove it?

#285227

um maybe you should rephrase that?.....haibane i need to have a word with you! Your font fix is made my searchbar huuuuuuge!.....What can i do to fix it?

#285229

Hot damn...haibane, this is EXACTLY what I was looking for.

The only thing left that I want to change is to remove the favicon from the tab...can it be removed in userchrome, or are you aware of that?

Also, dont listen to ANYONE...your font choices AND sizes are perfectly Safari...please dont release new versions of your code, I would hate to lose this one. It's as close to perfect as I have seen.

FYI to the rest of you, please dont start 982365892 messages about how huge your text is...it is SUPPOSED to be like that. If you applied the change and you dont like it, it is YOUR fault.

#285232

*update

I added this code to my userchrome.css:

.tabbrowser-tabs .tab-icon {

margin: 3px 1px 3px 0px !important;

width: 16px;

height: 16px;

background: url('chrome://global/skin/icons/none.gif');

}

and it didn't work...

Anyone else?

#285233

another question...the Firefox has been updated to 1.04,if i use the old browser.jar on it,then their's such a loooooong right-click menu can be seen.

how to slove it?

You SOLVE it by reading through this thread to the dozen other people who said the same thing...

Reading threads is important.

#285235

dude um is your google search box huge (as in wide)?.....mine is i don't really know what to do about it it takes up most of the top bar and i can set it to the right size because when i open firefox again it gets wide again....im thinking of going back to the inaccurate fonts...what shall i do?....by the way i do not have tab browser installed

#285241

I bet you have that faulty version of Lucida that used to go around...it makes text boxes huge

also, use the skin in this thread that has the stretchable google bar, that could help

#285247

um i do have the skin with the stretchable google bar it's just that firefox can't remember the way i like the bar

#285252