Firefox 3 Skins

1. effect is global. all edit boxes will also inherit the font...

textarea,textbox {

font-family: Lucida Grande !important;

font-size:8pt !important;

}

2/3. read/study my browserbrowser.css (attached) from GrApple Yummy (blue) theme.

browser.zip

Attachment: browser.zip

#503496

Thx!!!

It worked perfectly!!!

Ive also managed to fix bookmark buttons with your code.

Thx so much!!!

post-78021-1214281355_thumb.png

Firefox-Screen_Final.png
Firefox-Screen_Final.png

#503502

^^great!

you can also adjust tab width via about:config...

-type: about:config in nav/url bar

-go to: browser.tabs.tabMaxWidth

-double-click, set value to let's say 200

-restart

#503508

Is there way how to change the star bookmarks icon to book icon?

#503517

5. ScrubFire doesn't look accurate with that GrApple skins

I like that extension but it looks really unaccurate. So what would you suggest - wait and hope that GrApple will help to make it accurate or try smth else ?

ScrubFire?

i know only http://www.scribefire.com/ and this work as it should be

Cheers

#503518

You Rock Kinsemon!!

It worked again...

But the right value is 150...

Its with exactly the same widht of the original one...

Really nice!!!

Thx!!

#503520

ScrubFire?

i know only http://www.scribefire.com/ and this work as it should be

Cheers

Do you think its cool ?

o0j51U9lTl.png

#503523

wow..

What hell is it supposed to be?!?!?!

And i ask for permission to post here the full working code...

A result of this whole topic...

Because i didnt write anything, but changed some configs..

And i had some problems to put all the code together...

Now it is done and i have some free time I was thinking about posting the full code

And Instructions explaining how to make FF to look like Safari...

I could do it for today...

What do you think???

#503526

Do you think its cool ?

o0j51U9lTl.png

It work on a Mac as it should be and even the producer from this extension use my themes.

http://www.scribefire.com/wp-content/theme.../hp-browser.jpg

Why should i change something?

The problem is, that all these code changes, here in this thread, are still by far not enough to make it really usable on windows. And is even as well one example, why they are Mac OS X only.

Cheers

#503534

wow..

What do you think???

until you add not before countless other changes is it a bad idea ;-)

Cheers

#503536

I have to disagree...

Im using it right now...

And its simply perfect...

- No bugs

- No issues with fonts, menus,...

- And looks exactly like on Mac...

So why would it be unusable???

#503537

I have to disagree...

Im using it right now...

And its simply perfect...

- No bugs

- No issues with fonts, menus,...

- And looks exactly like on Mac...

So why would it be unusable???

i miss for example a replacement for the Mac only code

for example:

listitem[selected=true] {

background-color: -moz-mac-secondaryhighlight;

color: -moz-DialogText;

}

search for -moz-mac - they are some other Mac only parts

and i see nothing for the Bookmarks Library or other windows, which needs as well some changes for a real windows support

and it works only with an extension to hide the menu bar, or has it support without it?

and you have tried it only with a Mac skin for windows, or?

Cheers

#503538

It supports...

But it looks really ugly...

And again...

I dont miss anything until now

Everything is working in the way it should be....

And again...

Kinsemon can i post the pack??

Ive already made it and i gave all the merits to you for the codes...

It includes, userChrome.css and Stylish.txt with all the codes...

and a guide explaining how to install everything properly...

#503542

I'm using the FF2 Theme on FF3.

#503553

I'm using the FF2 Theme on FF3.

What skin are u using??

Can you show a print-screen of it??

#503559

What skin are u using??

Can you show a print-screen of it??

I would but I forgot how to put print scrn into a post reply.

#503565

You, get this, save it, and upload it!

<___< You even have imageshack in your sig!

#503569

It supports...

But it looks really ugly...

And again...

I dont miss anything until now

Everything is working in the way it should be....

And again...

Kinsemon can i post the pack??

Ive already made it and i gave all the merits to you for the codes...

It includes, userChrome.css and Stylish.txt with all the codes...

and a guide explaining how to install everything properly...

Actually, you should credit Aronnax! and/or ask his permission. Afterall, he IS the author of GrApple Firefox themes, LOL! (Unless there are more than one Aronnax on the net).

And also he has a point there, This theme works better if you are using a Mac/Leopard skin (VS or WB).

btw, were you able to change the color background of the ToolsOptions box which is whiite, to something else?

#503573

I finally got the prnt-scrn into an attachment.

post-71156-1214354764_thumb.jpg

screenshot.jpg
screenshot.jpg

#503574

Hm..

But I though it was a Safari skin...

Nevermind...

About the pack...

But why do i need his permition to release this??

I wont release it as a skin/theme...

I was thinking about just a script to adapt it to Windows...

Because it pretty good right now..

Ive managed to put everything in the exactly same place of Mac...

And make the shadows as similar as possible

Now ill try to change menu fonts and try to add some shadow to Nav Bar Font...

post-78021-1214359063_thumb.png

Firefox-SafariSkin.png
Firefox-SafariSkin.png

#503577

1. effect is global. all edit boxes will also inherit the font...

textarea,textbox {

font-family: Lucida Grande !important;

font-size:8pt !important;

}

2/3. read/study my browserbrowser.css (attached) from GrApple Yummy (blue) theme.

@kinsemon

Thankz for browser.ccs, but another problem came ;)

1. I can't open tab bar (when try to open New Tab in menu, it go to Open Location...)

2. I installed Tab Mix Plus, the problem above (1) solved but(again;)) the code below only change

tab text font, the tab text shadow not effect :(.

/*change Tab fonts*/

.tab-text,

.tab-text-shadow {

font-family: Lucida Grande !important;

font-size: 11px !important;

font-weight: bold !important;

margin: 0px !important;

}

.tab-text-shadow {

color: #cdcccc;

padding-top: 1px;

opacity: 0.6 !important;

}

window:not([active=true]) .tab-text-shadow {

opacity: 0.7 !important;

}

post-27115-1214371190_thumb.png

ff3.png
ff3.png

#503593

@B,

you really lost me there. you probably have lots of conflicting commands already: chromedit, stylish, tabmix plus...

maybe this can help you > http://www.linnhe2.free-online.co.uk/firefox/chrome.html

#503600

Kinsemon, can you please post a link to your theme and your changings to it (userChrome.css etc.).

#503622

@B,

you really lost me there. you probably have lots of conflicting commands already: chromedit, stylish, tabmix plus...

maybe this can help you > http://www.linnhe2.free-online.co.uk/firefox/chrome.html

You probably right ;), thankz for keeping help us.

You are nice guy man. 1000thankz.

#503626

^^ @B,

no problem mate. also let's wait for Darkfire to post his settings....

#503657