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.
  • Posts

    • WildBit Viewer 6.20 released; no further updates planned by Razvan Serea WildBit Viewer is a popular, fast, and extensive image viewer offering a comprehensive suite of tools for photographers, designers, and image enthusiasts. It includes a powerful Viewer, Slide Show, Editor, Search, Profile Switcher, and Multi-Screen Viewer. The Viewer provides blazing-fast folder, file list, and thumbnail navigation with customizable headers, full-screen view, and a shell toolbar to organize favorite folders. It supports all major graphic formats (over 70), including JPEG, TIFF, PNG, BMP, GIF, PCX, TGA, and RAW formats. Detailed Image Info shows EXIF, IPTC, and XMP metadata, with rotation based on EXIF orientation, wallpaper setting, image comparison, geo-tag viewing, color labels, and CMS-aware color management. The Slide Show module offers 176 transition effects, multi-monitor support, custom shows with per-image settings, image marking, zoom, rotate, and desktop hiding for a professional viewing experience. The Editor supports advanced image manipulation, including crop, resize, color adjustments, curves, edge detection, effects, batch processing, retouching, layer support, and printing. Users can apply mass renaming, update or clear metadata, and work with multi-page TIFFs and animated GIFs. Search allows filtering by name, location, date, size, attributes, and metadata, while the Profile Switcher saves and loads custom layouts for all modules. The Multi-Screen Viewer opens multiple windows on available monitors, allowing simultaneous image viewing with independent zoom, pan, and rotation. WildBit Viewer also supports portable operation, 32- and 64-bit versions, Unicode, high-DPI displays, and multiple Windows styling options. With its combination of speed, versatility, and rich feature set, WildBit Viewer is an indispensable tool for managing, editing, and showcasing images efficiently. WildBit Viewer key features: Blazing-fast folder, file list, and thumbnail browsing Supports 70+ image formats including JPEG, TIFF, PNG, BMP, GIF, and RAW Full-screen view with multi-monitor support Explorer-style file handling with customizable headers Thumbnail Browser with sorting, view change, and fast size adjustment EXIF, IPTC, and XMP metadata viewing and editing Automatic rotation based on EXIF orientation Shell toolbar for organizing favorite folders Image Compare to calculate similarity between images Mass renaming and batch metadata updates File List Generator (HTML, CSV, RTF, TXT, Unicode) Rating and color labels, CMS-aware color management Video playback (AVI, MPG, MPEG, WMV) Animated GIF, multipage TIFF, Camera RAW support Slide Show with 176 transition effects and custom settings Editor: crop, resize, rotate, flip, canvas resize, and retouching tools Batch processing and image format conversion Multi-Screen Viewer: multiple windows with independent zoom, pan, and rotate Profile Switcher: save, load, reset, delete module profiles Portable operation, 32-/64-bit support, Unicode, and high-DPI ready WildBit Viewer 6.20 changelog: Viewer, Slide Show, Editor, Search, Profile Switcher & Multi Screen Viewer. Updated ImageEn to 15.0.0 version. Viewer, Slide Show, Editor, Search, Profile Switcher & Multi Screen Viewer. Updated Jedi JCL&JVCL. Viewer - Image Geo Info, OpenStreetMap removed. Slide Show Remote Mode removed. Note! This means that WildBit Slide Show Remote is now officially EOL. Editor - Shortcut keys for Capture removed. Optimized code. Note! This version includes help what supersedes all previous releases. plus Lots of bug fixes and changes, check Readme files for details. WildBit Viewer End‑of‑Life WildBit Viewer has reached its final release with version 6.20. As development comes to a close, no further feature updates are planned. WildBit Slide Show Remote reached End-of-Life on 06 June 2026, while WildBit Viewer will reach End-of-Life on 30 June 2026. Downloads will remain available until the end of July 2026 (possibly extending into early August). After End-of-Life, the software will no longer receive updates, security fixes, or technical support. Download: WildBit Viewer 64-bit | Portable 64-bit | ~70.0 MB (Freeware) Download: WildBit Viewer 32-bit | Portable 32-bit Links: WildBit Viewer Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Thanks for liking it! 😊 That's Arch Linux with Gnome.
    • LOL. Can't even quote and edit a comment correctly. Figures you're a Linux user.
    • It won't perform hugely better than the 3080 unless you're VRAM limited in games. Have you tried putting new thermal pads on them 3080 and giving it a good clean to see if you can regain your temps and overclock?
  • Recent Achievements

    • Week One Done
      Windows Guy earned a badge
      Week One Done
    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
    • Rising Star
      olavinto went up a rank
      Rising Star
    • One Month Later
      lamborghiniv10 earned a badge
      One Month Later
  • Popular Contributors

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

    Love Neowin? Tell a friend!