Recommended Posts

I have to say, after watching the screenies progress through this thread, I am very impressed with the look of Firefox here. My only question, as I am a Mac user, will the tab on top option be available on Mac and if so will it be possible to make the tabs merge into the title bar like I see in some of the screenshots?

I have to say, after watching the screenies progress through this thread, I am very impressed with the look of Firefox here. My only question, as I am a Mac user, will the tab on top option be available on Mac and if so will it be possible to make the tabs merge into the title bar like I see in some of the screenshots?

yes you can have tabs on top in mac, no they do not merge into the title bar as of yet but they will by the time 4.0 reaches final, they're more worried about getting the windows version working correctly atm

  • Like 1

Any Stylish code yet that makes the baby-blue part of the UI slightly translucent like in Strata40?^^

I found and am using this (although it seems to have vanished from userstyles.org)

here is my code slightly modified:

/*:::::::::::::::::::::::::::::::::::::::Do Not Remove This Line::::::::::::::::::::::::::::::::::::::: */

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

#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, 0.5) !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,.5), 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,.3) !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: 0px !important;
padding-bottom: 0px !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;
}

P.S. Is anybody having issues with hiding and showing the status bar? when I set it to show it doesn't until I have minimized the window and maximized it again... same for hiding it.

yes you can have tabs on top in mac, no they do not merge into the title bar as of yet but they will by the time 4.0 reaches final, they're more worried about getting the windows version working correctly atm

Thanks, I was really interested in that particular feature. I am happy to know they'll eventually get that done for Mac users.

I found and am using this (although it seems to have vanished from userstyles.org)

here is my code slightly modified:

/*:::::::::::::::::::::::::::::::::::::::Do Not Remove This Line::::::::::::::::::::::::::::::::::::::: */

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

#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, 0.5) !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,.5), 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,.3) !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: 0px !important;
padding-bottom: 0px !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;
}

P.S. Is anybody having issues with hiding and showing the status bar? when I set it to show it doesn't until I have minimized the window and maximized it again... same for hiding it.

Works like a charm, thanks!^^ Just a question, what padding must I change so it works properly for normal sized buttons? I don't like small toolbar buttons that much :pinch:

Doesn't seem to work :( I can't get the code at all, shows the loading cursor for a really long time

Try again.. its work for me. Don't forget to drag home button into tabbar.

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

#TabsToolbar > #home-button {
  -moz-appearance: none !important;
  background: transparent -moz-linear-gradient(left center , transparent, transparent 1px, rgba(128, 128, 128, 0.1) 1px, rgba(128, 128, 128, 0.1)) repeat scroll -6px 0 !important;
  background-clip: border-box !important;
  background-origin: padding-box !important;
  background-size: 200% auto !important;
  margin: 0 !important;
  padding: 0 !important;
  -moz-border-image: url("chrome://browser/skin/tabbrowser/tab.png") 3 5 3 6 / 3px 5px 3px 6px !important;
  -moz-border-radius: 6px 4px 0 0 !important;
  margin-left: 3px !important;
}

#TabsToolbar > #home-button:hover {
  background-image: -moz-linear-gradient(left, transparent, transparent 1px, rgba(255,255,255,.4) 1px, rgba(255,255,255,.4)) !important;
}

#TabsToolbar > #home-button > .toolbarbutton-icon {
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

#TabsToolbar > #home-button + #tabbrowser-tabs {
  margin-left: 0 !important;
}

Works like a charm, thanks!^^ Just a question, what padding must I change so it works properly for normal sized buttons? I don't like small toolbar buttons that much :pinch:

here, see if this works:

Replace


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

with:


#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;
}

:) you could also play with the rgba colors if you wanted, but if you're happy with how it looks then no need!

I just installed the latest hourly, and I'm really impressed by it. :)

Sadly, I cant install Stylish, even after setting "extensions.checkCompatibility.3.7a = false".

I've tweaked FF 3.6 to look like the FF 4.0 mockups (using Strata40, Stratabuddy, Tab Progress Bar & Fission). It works very well & looks almost identical to the mockups, however there's one little thing about it that annoys me. Pic says it all:

B29LS.jpg

Any Stylish script to fix that?

Hate to quote myself here but... anything to fix that? I'd appreciate any little tidbit of knowledge from the masters of scripting.

here, see if this works:

Replace


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

with:


#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;
}

:) you could also play with the rgba colors if you wanted, but if you're happy with how it looks then no need!

Thanks it looks amazing!^^ Can you give me the same for the statusbar now please? :unsure:

Is it just me getting this problem when the window is maximised?

post-251812-12776501915414.png

Look a few pages back for a Stylish fix.

As for Stylish not working you have to call it from the statusbar.

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

    • No registered users viewing this page.
  • Posts

    • Boo! I was excited for this... Stargate SG-1 Star Michael Shanks Rallies Fans After Amazon Axes Revival, Says 'Now Is the Time to Say Something'
    • I get 403 Forbidden You don't have permission to access the URL on this server when clicking on that update guide. Wasn't looking for info about device, but just clicked link to this topic to see what it was about and maybe help OP.
    • I recommend checking to see if your UEFI/Bios is up to date.  It took me a while to find the product / support download page. https://test.colorful.cn/en/home/product?mid=84&id=937 Bios Update Guide - https://endownload.colorful.cn/EnDownload/MotherBroard/2022/BIOS update guide/BIOS update guide.pdf Links broken       
    • Calendar management with the new Outlook is horrendous! Things I can do in one or two clicks in classic take 4-5 in the new version. Sometimes I can't even find the same options I had in classic.
    • 10 games join Xbox Free Play Days this weekend by Pulasthi Ariyasinghe Another Free Play Days offer has just landed, and this one is a unique one. On top of offering 10 games to jump into for Xbox players, all the titles are from a single publisher: No More Robots. The promotion has games like Little Rocket Lab, Spirittea, Descenders Next, Let's Build a Zoo, and much more. Almost every game in the selection does need an Xbox Game Pass Ultimate, Premium, or Essential subscription, so keep this in mind when browsing. Many of the titles are Xbox Play Anywhere titles though, so both Xbox console and PC players can jump in. Here's how the announcement blog post described some of the available titles: There is one game that's available to all Xbox players without the need for any subscriptions, which is Descenders. Here are the announced games and the platforms they are available to play on: Little Rocket Lab (Xbox Series X|S, Xbox One, PC) Spirittea (Xbox Series X|S, Xbox One, PC) Soccer Story (Xbox Series X|S, Xbox One, PC) Descenders Next (Game Preview) (Xbox Series X|S, Xbox One, PC) Let's Build a Zoo (Xbox Series X|S, Xbox One, PC) Hypnospace Outlaw (Xbox Series X|S, Xbox One, PC) Slayers X: Terminal Aftermath: Vengance of the Slayer (Xbox Series X|S, Xbox One, PC) Nowhere Prophet (Xbox Series X|S, Xbox One, PC) Family Man (Xbox Series X|S, Xbox One) Descenders (Xbox Series X|S, Xbox One, PC) To easily find the titles on Xbox consoles, first head to the Store, then in the sidebar, find the Home section. In there, open the Subscriptions tab. The Free Play Days collection will show up in this area. This week's Free Play Days promotions will end on Sunday, June 7, at 11:59 pm PT.
  • Recent Achievements

    • Conversation Starter
      mobandz earned a badge
      Conversation Starter
    • Apprentice
      fernan99 went up a rank
      Apprentice
    • One Month Later
      nothanks earned a badge
      One Month Later
    • One Month Later
      B2Proxy earned a badge
      One Month Later
    • One Year In
      MadMung0 earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      474
    2. 2
      PsYcHoKiLLa
      247
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      77
    5. 5
      Michael Scrip
      60
  • Tell a friend

    Love Neowin? Tell a friend!