Aqua-Soft Forums: Firefox Skinning Guide - Aqua-Soft Forums

Jump to content

  • 17 Pages +
  • « First
  • 13
  • 14
  • 15
  • 16
  • 17
  • You cannot start a new topic
  • You cannot reply to this topic

Firefox Skinning Guide Rate Topic: -----

#281 User is offline   nausiashredsyrhead Icon

  • Group: Member
  • Posts: 70
  • Joined: 25-April 07

Posted 23 May 2007 - 12:36 AM

I still use it, and prefer it infact to using ff2, it seems a little quicker and more lightweight, and to boot its much more flexible in terms of customizing the look of it.
0

#282 User is offline   Stony Icon

  • Group: Member
  • Posts: 104
  • Joined: 20-March 07

Posted 23 May 2007 - 05:07 AM

I suppose here are more FF2 users, than FF1.5. There are many tutorials how to skin FF1.5 but less FF2 tutorials and they are what we need.
0

#283 User is offline   lsugurl Icon

  • Group: Member
  • Posts: 6
  • Joined: 18-May 07

Posted 09 June 2007 - 01:42 AM

Hey, I have a quick question.

I'm using the Safire theme on Firefox 1.5 (alongside Steve Grenier's Tiger theme in WB, if that makes any difference) and trying to get the OSX-style scroll arrows, however after inputting the code in my userChrome, it's only affecting the Bookmarks sidebar area. It's not THAT big of a deal, but I'm just curious as to why it's not affecting the regular scrollbar arrows?

I searched the site, but if this has been explained before I apologize. :)
0

#284 User is offline   danilux Icon

  • Group: Member
  • Posts: 71
  • Joined: 15-August 06

Posted 09 June 2007 - 09:14 AM

Stony;457564 said:

I suppose here are more FF2 users, than FF1.5. There are many tutorials how to skin FF1.5 but less FF2 tutorials and they are what we need.
You read my mind i tried to use some stuff here but my firefox died and had to reinstall, hope someone could make a ff2 tutorial.
0

#285 User is offline   iTim Icon

  • Group: Member
  • Posts: 205
  • Joined: 02-December 05

Posted 25 June 2007 - 03:13 AM

Hmm, I realize that this is probably somewhere in this thread, but for the life of me I can't remember what its called, so its not exactly easy to search for it.

Posted Image

I'm talking about the little arrow to the right of the forward button. Does anyone remember how to get rid of this? I'm pretty sure its a userchrome code, But I'm not smart enough to come up with that stuff myself. ;)
0

#286 User is offline   zambie Icon

  • Group: Member
  • Posts: 44
  • Joined: 27-January 07

Posted 26 July 2007 - 07:53 AM

This has been a really helpful thread ... i've been making quite a few tweaks thanks to the great posts out here...

I have a query ... I am using FF 2.0 and I want to get rid of the small thumbnails in the bookmark menu that I have encircled in red ...
Posted Image

I tried doing the following -
about:config
browswer.chrome.favicons - set to "false"
broswer.chrome.site_icons - set to "false" ... there was a tweak in tne mozilla site that said bookmark icons could be gotten rid of in this manner...
however... nothing has occured...
it'ld be great if someone could tell me wht to put in userchrome.css to get rid of the icons in the bookmark menu

Thanks!
Ananda
0

#287 User is offline   d:bug Icon

  • Group: Member
  • Posts: 65
  • Joined: 21-January 06

Posted 03 August 2007 - 06:21 PM

Hello,

I'm currently modding the Truth-K skin to fit my personal Leopard styles. Could somebody please
tell me how to change background of the bookmarks-toolbar in Firefox 2? The trick by InPac
doesn't seem to work in FF2 and I really hate this white bar...

Posted Image

This will never been released... I have no permission for this.

[Edit]
Okay... In the moment I've posted this question I've found the solution... :mad:
http://www.aqua-soft.org/board/showpost.ph...17&postcount=26
0

#288 User is offline   warius Icon

  • Group: Member
  • Posts: 116
  • Joined: 07-May 06

Posted 05 August 2007 - 03:42 AM

Is there a way to change the three icons to the left of the URL bar? (del.icio.us and how'd I get here icons)

Posted Image
0

#289 User is offline   sean.fletcher Icon

  • Group: Member
  • Posts: 602
  • Joined: 07-March 05

Posted 07 August 2007 - 05:58 AM

nylock10;394309 said:

How can I get FireFox's Downloads Window to look like Safari's?

I saw a picture from one of those Pixel Perfect FireFox/Safari Mods and it had a fully modded, 1:1 Downloads Window, but it was for an earlier FireFox version.

Look at the screen shot (Right, regular FireFox downloads, left is Safari's and how I want to make it look): http://img48.imagesh...e=safari2hc.png


I am actullay looking for the exact same thing. Where can I edit the downloads window?
0

#290 User is offline   joint Icon

  • Group: Member
  • Posts: 28
  • Joined: 16-January 07

Posted 07 August 2007 - 10:53 AM

i read nearly the whole 12 pages and no one write an answer to what i am looking.
i want to make the bookmark font/color/boldness and the tab font/color/boldness exactly like in safari. I've posted an image.
Appreciate it.

Attached File(s)

  • Attached File  fonts.JPG (9.35K)
    Number of downloads: 48

0

#291 User is offline   danilux Icon

  • Group: Member
  • Posts: 71
  • Joined: 15-August 06

Posted 09 August 2007 - 01:35 AM

Hi i hope someone could help me, I have read the entire guide like 3 times and copied to usercrome the solution given here to get rid of the space between toolbars but nothing works, Heres is what my usercrome has written on:





/*
* Edit this file and copy it as userChrome.css into your
* profile-directory/chrome/
*/

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


@import url("chrome://global/skin/subskin/applebutton.css");


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */


/* Remove separators between toolbars*/

#toolbar-menubar {
min-height: 12px !important;
padding: 0px !important;
margin: 0px !important;
border: none !important;
}
#nav-bar {
border: none !important;
padding: 0px !important;
}
#PersonalToolbar {
border: none !important;
}
#navigator-toolbox {
border-bottom-width: 0px !important;
}



The first screenshot is iswiss screenshot i'm trying to achieve, The second one shows the space im trying to get rid of, Thanks for any help ;)

Attached File(s)


0

#292 User is offline   ArtOfGlorY Icon

  • Group: Member
  • Posts: 55
  • Joined: 17-September 06

Posted 09 August 2007 - 02:05 PM

Assuming you have compact menu installed.

Right click and you should get Menubar, Nav bar, Bookmarks bar. Untick the one thats the freespace.
0

#293 User is offline   danilux Icon

  • Group: Member
  • Posts: 71
  • Joined: 15-August 06

Posted 10 August 2007 - 05:59 AM

It was Bookmar bar, Thanks ArtofGlory :)
0

#294 User is offline   iTim Icon

  • Group: Member
  • Posts: 205
  • Joined: 02-December 05

Posted 29 August 2007 - 12:38 AM

Anyone know how to change text color for menus? I'm sure theres a userchrome edit..
0

#295 User is offline   nightcrawler1089 Icon

  • Group: Administrators
  • Posts: 7,909
  • Joined: 26-February 04

Posted 29 August 2007 - 02:43 AM

iTim;470096 said:

Anyone know how to change text color for menus? I'm sure theres a userchrome edit..


This thread may have some answers for you:

http://www.aqua-soft...ead.php?t=45093

-NC
0

#296 User is offline   iTim Icon

  • Group: Member
  • Posts: 205
  • Joined: 02-December 05

Posted 31 August 2007 - 07:58 PM

Thanks nightcrawler! That worked! :)

Now to figure out a way to change tab color/use a custom image, then to change bookmarks bar text color, and then I will have a really nice Safari beta emulation. :)
0

#297 User is offline   Bollerkopp Icon

  • Group: Member
  • Posts: 14
  • Joined: 01-June 06

Posted 02 October 2007 - 12:17 PM

hi,

how i can change the color of the red-marked background?

Posted Image

thx in advance. :)

greets
0

#298 User is offline   Bollerkopp Icon

  • Group: Member
  • Posts: 14
  • Joined: 01-June 06

Posted 13 October 2007 - 02:04 PM

hey,

no ideas? :(

greets
0

#299 User is offline   xiaomao919 Icon

  • Group: Member
  • Posts: 3
  • Joined: 22-July 07

Posted 14 October 2007 - 06:40 AM

Thank you very much
0

#300 User is offline   xiaomao919 Icon

  • Group: Member
  • Posts: 3
  • Joined: 22-July 07

Posted 14 October 2007 - 06:40 AM

Thank you very much
0

  • 17 Pages +
  • « First
  • 13
  • 14
  • 15
  • 16
  • 17
  • You cannot start a new topic
  • You cannot reply to this topic