Recommended Posts

What happened to the plan to make it look... well good.

Firefox-4-Mockup-i06-%28Win7%29-%28Aero%29-%28TabsTop%29.png

I agree. Currently it looks kinda like a bad knockoff of those really nice mockups.

Particularly the toolbar background/edge needs work. As you see in the firefox mockup screenshot and in chrome/opera, theres either a shadow around the edge (Fx 4 mockup, Chrome) or a definied stroke (opera) Frefox has this wierd muddy looking gray border between the toolbar in the glass and it really bothers my OCD self :p And it just needs some polish in general. The tabs, addressbar and the home button when placed in the tab bar look much nicer in the mockup. Also the fx menu needs a lot of work still. And in the mockup the statusbar is hidden like chrome. I hope that is to come as well.

Aaargh, Direct 2D rendering is junk. Screen tearing on flash. Artifacts behind the mouse cursor when middle-click scrolling. Not to mention that I can make a youtube video lag by mousing over the right sidebar very fast.

On the beta 5 nightly. Let's hope these get resolved by beta 5.

I don't have any of those issues (besides the middle click scroll artifact)

Aaargh, Direct 2D rendering is junk. Screen tearing on flash. Artifacts behind the mouse cursor when middle-click scrolling. Not to mention that I can make a youtube video lag by mousing over the right sidebar very fast.

On the beta 5 nightly. Let's hope these get resolved by beta 5.

Slow plugin rendering is mainly down to the fact that the current plugin architecture is a design of the late 90s.

It should (hopefully) get better once Bug 556487 lands, and Bug 588055 could speed it up as well, but the long term fix is a redesign of the API to better allow this type of acceleration (like on OS X, plugins should soon be able to paint directly via OpenGL, making them very fast)

As for the artifacts behind the scroll icon, that's a known bug (Bug 588403), it's not related to Direct2D.

Ive 3 tabs open now, and I seems ok?? Maybe some other stylish interfering?

I'm not sure but i deleted all codes and just inserted your codes only but still the same results. Are you on Windows 7?

And one more time without doing anything, can you just open Firefox and a second tab? on the second tab CTRL+F and let me know if it works for you. ...B/c it's not working for me..T_T

Thanks =)

Below, I've tried to simulate the mockup as closely as possible using only Stylish hacks from various people, but no extensions. The mockup is loaded in a tab for reference:

post-173518-12830619252549.png

These seem like somewhat basic changes, but they are taking an awfully long time to get into the UI.

I'm not saying I can do it, but I'm sure a dedicated CSS artist could make it look very close to the mockup using the current Gecko engine. Just make it look as close as possible, and if something is committed that messes up the layout, at least there is a layout and probably just a minor margin adjustment.

The question is, why hasn't this happened yet? Shouldn't there be just one bug filed on it called "Get SoapyHamHocks to make beta 4 look like the mockup" :p

can anyone tell me why my speed dial button has suddenly got no button border like the other back forward, favorites and home buttons i have been using every nightly up until today's and haven't had this problem before is anyone else experiencing it or is it just me? it looks out of place now

post-48365-12830735008627.png

Successful doesn't mean it's good.

That's a pretty arbitrary definition of "good" then. If people like Personas, I fail to see the problem, or how it's a useless feature.

The question is, why hasn't this happened yet? Shouldn't there be just one bug filed on it called "Get SoapyHamHocks to make beta 4 look like the mockup" :p

UI polish is generally one of the last things to do. During heavy feature development stages, it's just not as high priority. You just want to get the abilities in, then make them look pretty. (If a feature changes slightly, then much of the polish work would be wasted time).

Finally took the plunge to try out the Firefox 4 Beta 4 as I was unsure about the tabs on the top. I know you can move them and all but I must admit I like them on top. Thanks to some customisations posted in this topic, I also know have a transparent bookmarks, navigation toolbars and status bar :woot: Thanks for providing them :D

That's a pretty arbitrary definition of "good" then. If people like Personas, I fail to see the problem, or how it's a useless feature.

UI polish is generally one of the last things to do. During heavy feature development stages, it's just not as high priority. You just want to get the abilities in, then make them look pretty. (If a feature changes slightly, then much of the polish work would be wasted time).

yeh i'm not worried about the UI either, wanna see D2D get sorted out and new JS engine optimization

Below, I've tried to simulate the mockup as closely as possible using only Stylish hacks from various people, but no extensions. The mockup is loaded in a tab for reference:

post-173518-12830619252549.png

These seem like somewhat basic changes, but they are taking an awfully long time to get into the UI.

I'm not saying I can do it, but I'm sure a dedicated CSS artist could make it look very close to the mockup using the current Gecko engine. Just make it look as close as possible, and if something is committed that messes up the layout, at least there is a layout and probably just a minor margin adjustment.

The question is, why hasn't this happened yet? Shouldn't there be just one bug filed on it called "Get SoapyHamHocks to make beta 4 look like the mockup" :p

Stylish Code, Please?

Stylish Code, Please?

Use this:

https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page__st__360__p__593087800entry593087800

But don't use three of the Stylish scripts:

- Tabs in Titlebar

- Navigator Toolbar Shadows and Curved Corners

- Bookmark Toolbar Icons Only

And don't use the Omnibar extension.

And reposition your UI elements to match.

I'm not sure but i deleted all codes and just inserted your codes only but still the same results. Are you on Windows 7?

And one more time without doing anything, can you just open Firefox and a second tab? on the second tab CTRL+F and let me know if it works for you. ...B/c it's not working for me..T_T

Thanks =)

Just checked in newest nightly Minefield and all transparency seems to be better than on similar Firefox 4.04b with same stylish. Find bar still stays Black on that, but Minefield works. Not sure why though?

How do I get the bookmarks text shadow like the "Menu bar"?

Exactly like this?

post-141682-12831245670795.png

and how do I remove the bookmarks menu button text? Is there such thing as "#bookmarks-menu-button-text"?

I tried this..obviously doesn't work lol..

#bookmarks-menu-button-text {
      display: none !important;
}

How do I get the bookmarks text shadow like the "Menu bar"?

Exactly like this?

post-141682-12831245670795.png

and how do I remove the bookmarks menu button text? Is there such thing as "#bookmarks-menu-button-text"?

I tried this..obviously doesn't work lol..

#bookmarks-menu-button-text {
      display: none !important;
}

This will hide the bookmark menu located in the menubar. Is that what you were wanting to do?

#bookmarksMenu .menubar-text {
    display:none !important;
}

This will hide the bookmark menu located in the menubar. Is that what you were wanting to do?

#bookmarksMenu .menubar-text {
    display:none !important;
}

Thanks but not quite. I just want to remove the text labeling from bookmark toolbar items. (NOT for custom bookmark folder labeling or text)

Thanks but not quite. I just want to remove the text labeling from bookmark toolbar items. (NOT for custom bookmark folder labeling or text)

(If I'm understanding you correctly.)

The add-on I used with 3.6, smart bookmarks bar does exactly this.

https://addons.mozil...fox/addon/4072/

Whether or not you want to slap yet another add-on to Firefox is another matter though...

In any case, the description does mention that it uses some scripts from userstyles, so if you want to avoid another add-on, that's still possible. I just haven't looked for those scripts myself though, since I use the add-on.

Below, I've tried to simulate the mockup as closely as possible using only Stylish hacks from various people, but no extensions. The mockup is loaded in a tab for reference:

post-173518-12830619252549.png

These seem like somewhat basic changes, but they are taking an awfully long time to get into the UI.

I'm not saying I can do it, but I'm sure a dedicated CSS artist could make it look very close to the mockup using the current Gecko engine. Just make it look as close as possible, and if something is committed that messes up the layout, at least there is a layout and probably just a minor margin adjustment.

The question is, why hasn't this happened yet? Shouldn't there be just one bug filed on it called "Get SoapyHamHocks to make beta 4 look like the mockup" :p

You should download Soapy's bookmarks star, so it makes the bookmark star on the left side, and use the script to fix the tabs so they are not aero, or at least have a high opacity, to have it match the mockups more, if that's what your going for. :)

(If I'm understanding you correctly.)

The add-on I used with 3.6, smart bookmarks bar does exactly this.

https://addons.mozil...fox/addon/4072/

Whether or not you want to slap yet another add-on to Firefox is another matter though...

In any case, the description does mention that it uses some scripts from userstyles, so if you want to avoid another add-on, that's still possible. I just haven't looked for those scripts myself though, since I use the add-on.

Here you go, this label, i want it out. I just want to keep the bookmark tab not the text.

post-141682-12831397870701.png

Thanks but not quite. I just want to remove the text labeling from bookmark toolbar items. (NOT for custom bookmark folder labeling or text)

Does this do what you want?

https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page__st__360__p__593087800entry593087800

Use the Bookmark Toolbar Icons Only script under my post

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

    • No registered users viewing this page.
  • Posts

    • Qmmp 2.3.3 by Razvan Serea Qmmp (Qt-based MultiMedia Player) is a free, open-source audio player that delivers a classic music listening experience with a modern foundation. Inspired by the legendary Winamp, Qmmp features a familiar, customizable interface that supports both Winamp and XMMS skins, making it instantly recognizable to long-time users. It handles a wide variety of audio formats including MP3, OGG Vorbis, FLAC, WAV, AAC, and many others, ensuring smooth playback across diverse music libraries. In addition to basic playback, Qmmp offers advanced features such as a 10-band equalizer, crossfading, gapless playback, and audio visualization plugins. Users can manage playlists efficiently, create and save multiple lists, and even enable streaming from online sources. Plugin support extends the player’s capabilities, allowing integration of features like lyrics display, ReplayGain, and more. Built with the Qt framework, Qmmp runs smoothly and efficiently, making it ideal even for older systems. 10 great QMMP features you might not know: Global Hotkeys Support – Control playback using customizable system-wide keyboard shortcuts. CUE Sheet Support – Automatically detects and plays tracks from CUE files for full album playback. Last.fm Scrobbling – Integrated support for sending playback data to Last.fm. Audio CD Playback – Play music directly from audio CDs. Command Line Interface – Control Qmmp via command-line options for scripting or automation. System Tray Integration – Minimize to and control playback from the system tray. MPRIS Support – Integration with desktop media player controls via the MPRIS (Media Player Remote Interfacing Specification) interface. Spectrum Analyzer and Oscilloscope – Built-in visualizations for real-time audio feedback. Configurable Notifications – Custom pop-ups for track changes and playback status. Multiple Output Backends – Support for ALSA, PulseAudio, JACK, and more, offering flexible audio routing. Qmmp 2.3.3 changelog: fixed build with PipeWire versions less than 0.3.50; fixed settings dialog layout; fixed default CUE encoding; fixed possible null pointer dereference; fixed tracks order when added using drag and drop (2.3.3 only); fixed uninitialized structure usage; improved sid plugin: added libsidplayfp 3.0 support; added feature to build without residfp engine; fixed memory leak; fixed displaying audio information; updated Japanese translation (2.3.3 only). Download: Qmmp 64-bit | 24.0 MB (Open Source) Download: Qmmp 32-bit | 24.1 MB View: Qmmp Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • BATorrent 3.0.3 is out.
    • The current Statcoungter desktop numbers has Google Chrome increasing it's market share this past year and currently commanding 75% share. Everybody else is just making up the numbers with even MS Edge losing 3% this past year and has dipped just below 10% share which is staggering considering it's default on every Windows deviced purchased. If these numbers are correct that terrible Edge number is both devastating and embarrassing for MS especially when you add in the terribly low Bing market share. This leads me to ask a couple of questions as the default browser holding just less than 10% market share seems really weird. It used to be that all Chromium browsers were being counted as Google Chrome in some cases.  Is this still happening? Do these high Google Chrome numbers contains some Edge user numbers?
    • Yeah, all web browsers seem to have some junk in them these days. The regular Brave browser has a lot of unnecessary stuff in it, similar to Microsoft Edge, so I don't see any benefits of using Brave over Microsoft Edge if you already have Microsoft Edge fully set up with adblockers and that. The cleanest or best free browser outside of 'Microsoft Edge' I’ve tried so far is 'Opera Air'. It still has some bloat, but nowhere near as much as Brave browser, for example. I also really like the web browser called 'Floorp' that is based on Firefox. I have a system wide Adblocking program for Windows 11 that doesn't just blocks ads in the the web browser, but over the whole thing. I don't really need a web browser with an inbuilt adblocker because of that.
  • Popular Contributors

    1. 1
      +primortal
      491
    2. 2
      PsYcHoKiLLa
      270
    3. 3
      Skyfrog
      75
    4. 4
      Steven P.
      68
    5. 5
      FloatingFatMan
      63
  • Tell a friend

    Love Neowin? Tell a friend!