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

    • It's amazing that anyone still uses this bloated trash.
    • @Sayan...I have defended you at various points as I hope you know. This headline however is utter trash...shame on you sir!
    • An actual cosmic "Eye of Sauron" had been looking straight at us all along by Sayan Sen Image by Kovin P. Vasquez via Pexels | Not representative An international team of researchers has solved a long-standing mystery surrounding a distant blazar known as PKS 1424+240, helping explain why it produces some of the brightest high-energy gamma rays and cosmic neutrinos ever observed despite appearing to have a relatively slow-moving jet. The findings were published on June 6 in Astronomy & Astrophysics Letters. The study addresses a broader challenge in astrophysics: understanding how extreme cosmic objects accelerate particles to very high energies and produce very high-energy (VHE) photons and neutrinos. PKS 1424+240 is located billions of light-years from Earth. It has attracted attention for years because it is both a powerful source of VHE gamma rays and the brightest known neutrino-emitting blazar in the sky, according to observations by the IceCube Neutrino Observatory. It is also associated with one of the strongest peaks in IceCube's nine-year neutrino sky map A blazar is a type of active galactic nucleus powered by a supermassive black hole that pulls in surrounding matter and launches jets of plasma moving close to the speed of light. What makes blazars unique is their orientation. One of their jets points almost directly toward Earth, making them appear exceptionally bright across the electromagnetic spectrum and allowing scientists to study some of the most extreme physical processes in the Universe. The scientists exclaimed it's like the 'Eye of Sauron' in deep space. Usually, the brightest gamma-ray-emitting blazars are expected to have jets that appear to move very quickly. However, radio observations of PKS 1424+240 suggested that its jet was moving much more slowly, creating a contradiction that became part of a long-running problem known as the "Doppler factor crisis." To investigate, researchers analyzed 15 years of observations from the Very Long Baseline Array (VLBA), a network of 10 radio antennas spread across the continental United States, Hawaii and St. Croix. Using a technique called Very Long Baseline Interferometry (VLBI), astronomers combine signals from widely separated radio telescopes to create a virtual Earth-sized telescope capable of revealing extremely fine details. The team combined 42 polarization-sensitive radio images collected between 2009 and 2025, creating a much deeper and more detailed view of the jet than had previously been possible. The observations were carried out as part of MOJAVE (Monitoring Of Jets in Active galactic nuclei with VLBA Experiments), a long-running program that studies the brightness, polarization and magnetic field structures of jets produced by active galaxies. The project aims to better understand how activity near supermassive black holes is linked to high-energy radiation and neutrino emission. “When we reconstructed the image, it looked absolutely stunning,” said Yuri Kovalev, lead author of the study and Principal Investigator of the European Research Council-funded MuSES project at the Max Planck Institute for Radio Astronomy. “We have never seen anything quite like it — a near-perfect toroidal magnetic field with a jet, pointing straight at us.” The image revealed an unusual geometry. The researchers found that Earth lies almost directly in line with the jet, with a viewing angle of less than 0.6 degrees. In simple terms, astronomers are looking almost straight down the jet. This turned out to be the key to the mystery. Because the jet is aimed almost directly at Earth, a relativistic effect called Doppler boosting dramatically increases its apparent brightness. The study found that this effect boosts the emission by a factor of about 30 while also making the jet appear slower than it actually is. “This alignment causes a boost in brightness by a factor of 30 or more,” said Jack Livingston, a co-author at the Max Planck Institute for Radio Astronomy. “At the same time, the jet appears to move slowly due to projection effects — a classic optical illusion.” The nearly head-on view also gave scientists a rare look at the jet's magnetic field. Using polarized radio signals, they detected a clear toroidal, or doughnut-shaped, magnetic field component. The observations suggest the jet carries an electric current and that its magnetic field helps launch, shape and stabilize the flow of plasma. Researchers believe this magnetic structure may also play a key role in accelerating particles to energies high enough to produce both gamma rays and neutrinos. “Solving this puzzle confirms that active galactic nuclei with supermassive black holes are not only powerful accelerators of electrons, but also of protons — the origin of the observed high-energy neutrinos,” Kovalev said. The research was conducted under the MuSES (Multi-messenger Studies of Energetic Sources) project, which investigates how active galactic nuclei accelerate particles and generate different cosmic signals, including light and neutrinos. Scientists say understanding how protons are accelerated and linked to neutrino production remains one of the major unanswered questions in astrophysics. The findings help explain why some blazars can appear to have slow jets while still producing extremely bright high-energy emissions. More broadly, the study strengthens the link between relativistic jets, magnetic fields, gamma rays and high-energy neutrinos. Researchers say the results provide new clues about how some of the Universe's most powerful natural particle accelerators work and offer important insights for multimessenger astronomy, which combines different types of cosmic signals to study extreme events in space. Source: European Research Council, EDP Sciences This article was generated with some help from AI and reviewed by an editor. Under Section 107 of the Copyright Act 1976, this material is used for the purpose of news reporting. Fair use is a use permitted by copyright statute that might otherwise be infringing.
    • Gotenks98 is right... Outlook (new) is absolute trash. Doesn't Mozilla have an Enterprise Version of Firebird?
  • Recent Achievements

    • One Month Later
      lamborghiniv10 earned a badge
      One Month Later
    • Week One Done
      lamborghiniv10 earned a badge
      Week One Done
    • Reacting Well
      X-No-file earned a badge
      Reacting Well
    • One Month Later
      pestcontrol46 earned a badge
      One Month Later
    • Week One Done
      pestcontrol46 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      510
    2. 2
      PsYcHoKiLLa
      273
    3. 3
      Skyfrog
      75
    4. 4
      +Edouard
      72
    5. 5
      FloatingFatMan
      69
  • Tell a friend

    Love Neowin? Tell a friend!