Meet Firefox 4.0.1


Recommended Posts

Needs many changes , i did it lightly...

Thanx, but it needs alot of work...

This is the code I use for the toolbar if it's any help:

#navigator-toolbox:not([tabsontop=true]) #nav-bar
{
-moz-box-shadow: threedshadow 0 -1px inset !important;
padding-bottom: 7px !important;
}

#navigator-toolbox:not([tabsontop=true]) toolbar:not(#nav-bar):not(#toolbar-menubar)
{
background-color: rgba(223,233,245,1) !important;
}

#main-window:not([sizemode="maximized"]) #navigator-toolbox:not([tabsontop=true]) toolbar:not(#nav-bar):not(#toolbar-menubar)
{
border-left: 1px solid threedshadow !important;
border-right: 1px solid threedshadow !important;
}

#navigator-toolbox:not([tabsontop=true]) #PersonalToolbar
{
background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0)) !important;
}

#navigator-toolbox:not([tabsontop="true"]) #TabsToolbar
{
padding-top: 2px !important;
}

#navigator-toolbox[tabsontop=true]
{
border-bottom: 1px solid threedshadow !important;
}

#navigator-toolbox[tabsontop=true] #TabsToolbar
{
-moz-box-shadow: inset threedshadow 0px -1px !important;
}

#navigator-toolbox[tabsontop=true] toolbar:not(#TabsToolbar):not(#toolbar-menubar)
{
background-color: rgba(223,233,245,.6) !important;
}

#main-window:not([sizemode="maximized"]) #navigator-toolbox[tabsontop=true] toolbar:not(#TabsToolbar):not(#toolbar-menubar)
{
border-left: 1px solid threedshadow !important;
border-right: 1px solid threedshadow !important;
}

#navigator-toolbox[tabsontop=true] #nav-bar
{
padding-top: 5px !important;
padding-bottom: 5px !important;
background: -moz-linear-gradient(top, rgba(242,246,251,1), rgba(255,255,255,.0)) !important;
}

.tabbrowser-tab[selected=true]
{
font-weight: bold !important;
}

Link to comment
Share on other sites

The Direct2D bug has been fixed, it'll be in tomorrows nightly.

Reports are that this slows down D2D and a more "A more advanced fix for the problem is in the works."

Link to comment
Share on other sites

Thanx, but it needs alot of work...

This is the code I use for the toolbar if it's any help:

Sorry , i can't help further , i ain't any geek in this business

Link to comment
Share on other sites

Reports are that this slows down D2D and a more "A more advanced fix for the problem is in the works."

Yep, it would. It now has to use a temporary buffer and 2 copies instead of a single buffer and a single copy.

Link to comment
Share on other sites

The OS X version now has a properly working implementation of tabs on top. (It'll land in today's nightly; the screenshot below was taken using the latest hourly build.)

post-1302-12796114709536.png

Thoughts?

Link to comment
Share on other sites

The OS X version now has a properly working implementation of tabs on top. (It'll land in today's nightly; the screenshot below was taken using the latest hourly build.)

Thoughts?

Its great!

Link to comment
Share on other sites

Latest nightly seems to bork the minispy, when it updates a white box is around the text (briefly) also with the build I was running yesterday.

Link to comment
Share on other sites

Is it even possible to come close to this with stylish:

post-251611-12796373481978.png

  1. the thin bright line around the menu button.
  2. colour/gradient on active tab & nav & bookmarks toolbar.
  3. colour/gradient on inactive tab. (same as home button)
  4. colour/gradient on home button. (same as inactive tab)

Cheers

Link to comment
Share on other sites

How do you get add-ons working the latest nightly?

we look out for working addons :)

If you want stylish or greasemonkey , see the first post in this thread

Link to comment
Share on other sites

  1. the thin bright line around the menu button.

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#main-window {
  margin-top: 1px !important;
}

 #appmenu-button {
   -moz-appearance: none !important;
   background-image: -moz-linear-gradient(rgb(247,182,82), rgb(215,98,10) 95%) !important;
   background-clip: padding-box !important;
   -moz-border-radius: 0 0 4px 4px !important;
   border-top: none !important;
   border: 2px solid !important;
   border-top: none !important;
   -moz-border-left-colors: rgba(255,255,255,.5) rgba(83,42,6,.9) !important;
   -moz-border-bottom-colors: rgba(255,255,255,.5) rgba(83,42,6,.9) !important;
   -moz-border-right-colors: rgba(255,255,255,.5) rgba(83,42,6,.9) !important;
   -moz-box-shadow: 0 1px 0 rgba(255,255,255,.25) inset,
                    0 0 0 1px rgba(255,255,255,.40) inset !important;
   color: white !important;
   font-weight: bold !important;
   text-shadow: 0 0 1px rgba(0,0,0,.7),
                0 1px 2px rgba(0,0,0,.5) !important;
   padding: 2px 1.5em .15em 1.5em !important;
   margin: 0 !important;
 }

 #appmenu-button:-moz-window-inactive {
   background: transparent !important;
   background-clip: padding-box !important;
   -moz-border-left-colors: rgba(255,255,255,.5) rgba(83,42,6,.4) !important;
   -moz-border-bottom-colors: rgba(255,255,255,.5) rgba(83,42,6,.4) !important;
   -moz-border-right-colors: rgba(255,255,255,.5) rgba(83,42,6,.4) !important;
   -moz-box-shadow: 0 1px 0 rgba(255,255,255,.25) inset,
                    0 0 0 1px rgba(255,255,255,.35) inset !important;
 }

 #appmenu-button:hover:not(:active):not([open]),
 #appmenu-button:hover:-moz-window-inactive:not(:active):not([open]) {
   background-image: -moz-radial-gradient(center bottom, farthest-side, rgba(252,240,89,.5) 10%, rgba(252,240,89,0) 70%),
                     -moz-radial-gradient(center bottom, farthest-side, rgb(236,133,0), rgba(255,229,172,0)),
                     -moz-linear-gradient(rgb(246,170,69), rgb(209,74,0) 95%) !important;
   border-color: rgba(83,42,6,.9) !important;
   -moz-box-shadow: 0 1px 0 rgba(255,255,255,.1) inset,
                    0 0 2px 1px rgba(250,234,169,.7) inset,
                    0 -1px 0 rgba(250,234,169,.5) inset !important;
 }

 #appmenu-button:hover:active,
 #appmenu-button[open] {
   background-image: -moz-linear-gradient(rgb(246,170,69), rgb(209,74,0) 95%) !important;
   -moz-border-radius: 0 !important;
   -moz-box-shadow: 0 2px 4px rgba(0,0,0,.4) inset,
                    0 1px 1px rgba(0,0,0,.2) inset !important;
 }

buttoni.png

Link to comment
Share on other sites

Thanx Heartripper! ;)

But I'm not a big fan of the inactive window thing that affects the button though...

remove the

 #appmenu-button:-moz-window-inactive {
   background: transparent !important;
   background-clip: padding-box !important;
   -moz-border-left-colors: rgba(255,255,255,.5) rgba(83,42,6,.4) !important;
   -moz-border-bottom-colors: rgba(255,255,255,.5) rgba(83,42,6,.4) !important;
   -moz-border-right-colors: rgba(255,255,255,.5) rgba(83,42,6,.4) !important;
   -moz-box-shadow: 0 1px 0 rgba(255,255,255,.25) inset,
                    0 0 0 1px rgba(255,255,255,.35) inset !important;
 }

part :)

Link to comment
Share on other sites

The OS X version now has a properly working implementation of tabs on top. (It'll land in today's nightly; the screenshot below was taken using the latest hourly build.)

Thoughts?

GrApple Crisp is still better to me.

GrApple-Crisp-2.9.20.png

Link to comment
Share on other sites

They must be close to releasing a beta 2 build, because the build I just downloaded is labeled 4.0b3pre!

Link to comment
Share on other sites

It'll have as much of it as today's nightly build. I don't think it differs a great deal, but there are some subtle changes from beta 1. In the interim, this thread and this one are full of Stylish scripts to make it look even nicer.

Link to comment
Share on other sites

They must be close to releasing a beta 2 build, because the build I just downloaded is labeled 4.0b3pre!

Where did you download from?

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.