Recommended Posts

Its because you're using a non-default Windows theme. Here is a snip of code that should give you that blue.

#navigator-toolbox > toolbar:not(#TabsToolbar) {
 background-color: rgb(227,237,246) !important;
}

#navigator-toolbox[tabsontop="true"] .tabbrowser-tab[selected="true"] {
 background-image: -moz-radial-gradient(center top, white, rgba(255,255,255,0) 60%),
 -moz-linear-gradient(left, transparent, transparent 1px,
 rgba(255,255,255,.5) 1px, rgba(255,255,255,.5)),
 -moz-linear-gradient(left, transparent, transparent 1px,
 rgb(227,237,246) 1px, rgb(227,237,246)) !important;
}

That did it. Thanks! Didn't even think about the fact that I'm using a different theme.

Can you post a screenshot of your browser? Will be easier to know exactly how you want it.

I would like for the new menu bar to be permanently shown, as in, not having to press alt to show it, with the previous mentioned code. Ive the code side of it ok. Thanks.

post-346088-12799750301322.png

Using snipping tool in windows 7, i don't know how to take a snip with the menu bar showing, sorry.

I would like for the new menu bar to be permanently shown, as in, not having to press alt to show it, with the previous mentioned code. Ive the code side of it ok. Thanks.

post-346088-12799750301322.png

Using snipping tool in windows 7, i don't know how to take a snip with the menu bar showing, sorry.

What about this?

#toolbar-menubar {
  position: fixed !important;
  top: 0 !important;
  left: 110px !important;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%)!important;
  -moz-border-radius: 0px 0px 4px 4px !important;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.8), 0 0 3px rgba(255, 255, 255, 0.8), 0 0 3px rgba(255, 255, 255, 0.8), 0 0 3px rgba(255, 255, 255, 0.8) !important;
 -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5), 0 0 1px rgba(30, 30, 30, 0.5) inset, 0 0 1px rgba(60, 60, 60, 0.9) inset, 0 0 3px rgba(0, 0, 0, 0.7) inset !important;
  height: 21px !important;
}

I love this so so much!

http://userstyles.or...27?r=1279975981

Nice job (Y), looks great.

What about this?

#toolbar-menubar {
  position: fixed !important;
  top: 0 !important;
  left: 110px !important;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%)!important;
  -moz-border-radius: 0px 0px 4px 4px !important;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.8), 0 0 3px rgba(255, 255, 255, 0.8), 0 0 3px rgba(255, 255, 255, 0.8), 0 0 3px rgba(255, 255, 255, 0.8) !important;
 -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5), 0 0 1px rgba(30, 30, 30, 0.5) inset, 0 0 1px rgba(60, 60, 60, 0.9) inset, 0 0 3px rgba(0, 0, 0, 0.7) inset !important;
  height: 21px !important;
}

Problem now is that the Window bar is evident, and the menu bar is behind the tab bar. Maybe it is not possible.post-346088-12799818599989.png

I would like the menu bar to be beside the Firefox button always

Problem now is that the Window bar is evident, and the menu bar is behind the tab bar. Maybe it is not possible.post-346088-12799818599989.png

I would like the menu bar to be beside the Firefox button always

Yes I understand that, if you uncheck the menubar it should show up next to the Firefox button at the top of the window.

I still have to press alt for it to show. Also half the text is missing, too high.

#toolbar-menubar
{
    position: fixed !important;
    top: 1px !important;
    left: 100px !important;
    height: 21px !important;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%)!important;
    -moz-border-radius: 0px 0px 4px 4px !important;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.8), 0 0 3px rgba(255, 255, 255, 0.8), 0 0 3px rgba(255, 255, 255, 0.8), 0 0 3px rgba(255, 255, 255, 0.8) !important;
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5), 0 0 1px rgba(30, 30, 30, 0.5) inset, 0 0 1px rgba(60, 60, 60, 0.9) inset, 0 0 3px rgba(0, 0, 0, 0.7) inset !important;
}

should work correctly. The height line will make the menu show without pressing alt. if this doesn't look right on your setup there is another style that is effecting the settings.

..and I know it doesn't look right with the menu bar enabled. It may be possible to disable this when the menubar is enabled but I'm not really a coder. I just hack together what works until I get something that looks nice. Most of these styles are just temporary anyway.

Sorry I didn't post sooner, I haven't had an internet connection for two days.

I've just installed the beta and disabled extension compatibility so all my addons still work. How do I add the Stylish code using Firefox 4? I can't find the option to add a new style. I'm sure it's starting me in the face and I just can't see the wood for the trees...

I've just installed the beta and disabled extension compatibility so all my addons still work. How do I add the Stylish code using Firefox 4? I can't find the option to add a new style. I'm sure it's starting me in the face and I just can't see the wood for the trees...

Right click on the statusbar icon "Write new style" > "Blank style.."

#toolbar-menubar
{
    position: fixed !important;
    top: 1px !important;
    left: 100px !important;
    height: 21px !important;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%)!important;
    -moz-border-radius: 0px 0px 4px 4px !important;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.8), 0 0 3px rgba(255, 255, 255, 0.8), 0 0 3px rgba(255, 255, 255, 0.8), 0 0 3px rgba(255, 255, 255, 0.8) !important;
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5), 0 0 1px rgba(30, 30, 30, 0.5) inset, 0 0 1px rgba(60, 60, 60, 0.9) inset, 0 0 3px rgba(0, 0, 0, 0.7) inset !important;
}

should work correctly. The height line will make the menu show without pressing alt. if this doesn't look right on your setup there is another style that is effecting the settings.

..and I know it doesn't look right with the menu bar enabled. It may be possible to disable this when the menubar is enabled but I'm not really a coder. I just hack together what works until I get something that looks nice. Most of these styles are just temporary anyway.

Sorry I didn't post sooner, I haven't had an internet connection for two days.

Thanks Ned, might try it later, changed my style again :whistle:

post-346088-12799909964918.png

I prefer it this way, I think there is too much real estate wasted the other way, but I would love a proper menu.

Thanks also SoapyHamHocks. Are you working on an alternative menu??

Right click on the statusbar icon "Write new style" > "Blank style.."

I didn't have the statusbar enabled but now that I have, the Stylish icon isn't there at all. It's there on Firefox 3.6.8 though. I checked customize toolbar too, to see if I can add it, but it's not listed there either. Any ideas?

Thanks Ned, might try it later, changed my style again :whistle:

Thanks also SoapyHamHocks. Are you working on an alternative menu??

Yes I have one in the works.

I didn't have the statusbar enabled but now that I have, the Stylish icon isn't there at all. It's there on Firefox 3.6.8 though. I checked customize toolbar too, to see if I can add it, but it's not listed there either. Any ideas?

Are you using 1.0.11? http://userstyles.org/apps/Stylish-1.0.11.xpi

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

    • No registered users viewing this page.
  • Posts

    • I really hope the author's health is ok. Squirreling away a official backup of this software. Looks like the internet archive already cached a copy as well - https://web.archive.org/web/20...ldbit-soft.fi/software.html
    • AMD is supported out of the box in linux because of their open source driver. Nvidia does not. All my systems are amd and all of them work nicely on linux arch without doing anything.
    • Never had a problem with TPM and started using that many years ago in Win10. Through several motherboards and OS versions, it just does what it does without complaint. My games library doesn't even know it's there. Secure boot does a lot more than support anti-cheat, as it came along long before anti-cheat software. I've used it religiously since before I started using TPM, and I always liked it for being able to nullify virus contagions that try their best to come in underneath the firmware during boot, so that the OS doesn't see them, etc. That is its purpose, imo. I'll never understand why people who elect to use another OS feel compelled to run down Windows... I guess they need to do that to feel secure about their choices? I run Windows because it supports all the software (including games) natively that I want to buy, and I've never had to run down another OS to make me feel better about it. (Although it's certainly possible to do that, of course...) Win10 is on a ventilator atm, and Win11 is very close to being free, and I finally got to stop running StartAllBack as I moved to the Experimental/Dev channel and my 26300.8553 build supports the moveable taskbar and it's running fine at the top of the screen! Finally, my last major dislike of Win11 is being rectified! So, I'm not at all surprised to see Win11's share of the Steam survey hitting 70%.
    • I can answer about the Linux bit. I only used AMD GPUs. I currently have a 9060XT (8GB) that fits my needs, I'm not a gamer, so I don't need that much GDDR. But lately, NVIDIA has grown a lot in the recent years. Oh, the horrors of NVIDIA drivers not working. But they have been getting better. I know a lot of members onm here that are running cachyOS and other distros, and are fine with a 4090/5090 variants. Really, though, I would stick with AMD variants.
    • Everything they say you can already do yourself on the registry by changing some things.
  • Recent Achievements

    • Proficient
      Eric Biran went up a rank
      Proficient
    • Dedicated
      Conjor earned a badge
      Dedicated
    • Week One Done
      Windows Guy earned a badge
      Week One Done
    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
  • Popular Contributors

    1. 1
      +primortal
      479
    2. 2
      PsYcHoKiLLa
      252
    3. 3
      Steven P.
      71
    4. 4
      +Edouard
      69
    5. 5
      FloatingFatMan
      68
  • Tell a friend

    Love Neowin? Tell a friend!