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

    • Your other comment in another article says otherwise, namely "Microsoft veteran wants to replace every single line of C/C++ code with Rust and AI".
    • Sued and... exonerated. Oh, they learned a lesson alright. They learned that anyone who uses the word "antiturst" in conjunction with "Microsoft" is an idiot, even if that person is Judge Thomas Penfield Jackson. That judge ruined the image of the US justice system. Microsoft Edge has a 5.14% market share. Also, Windows is no longer the #1 OS. None of this constitutes a monopoly. Google Chrome, however, has 70.25% share. Also, Google's Android is the #1 OS. Now that's closer to a monopoly.
    • Adobe Acrobat Reader DC 2026.001.21651 by Razvan Serea Adobe Acrobat Reader DC software is the free, trusted standard for viewing, printing, signing, and annotating PDFs. Its the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. It’s connected to Adobe Document Cloud – so you can work with PDFs on computers and mobile devices. Adobe Document Cloud is a revolutionary, modern and efficient way to get work done with documents in the office, at home or on-the-go. At the heart of Document Cloud is the all-new Adobe Acrobat DC, which will take e-signatures mainstream by delivering free e-signing with every individual subscription. Document Cloud includes a set of integrated services that use a consistent online profile and personal document hub. With Adobe Document Cloud, people will be able to create, review, approve, sign and track documents whether on a desktop or mobile device. Businesses will be able to take advantage of Document Cloud for enterprise which provides enterprise-class document services that integrate into systems of record such as CRM, HCM, CLM, and CMS, adding speed, efficiency and transparency to getting business done with documents. Adobe Acrobat Reader DC new feature highlights: Work with PDFs from anywhere with the new, free Acrobat DC mobile app for Android or iOS. Select functionality is also available on Windows Phone. Use the new Fill & Sign tool in your desktop software to complete PDF forms fast with smart autofill. Download the free Adobe Fill & Sign mobile app to add the same option to your iPad or Android tablet device. Save money on ink and toner when printing from your Windows PC. Store and access files in Adobe Document Cloud with 5GB of free storage. Get instant access to recent files across desktop, web, and mobile devices with Mobile Link. Sync your Fill & Sign autofill collection across desktop, web, and iPad devices. Adobe PDF Pack premium features includes: Convert documents and images to PDF files. Use your mobile device camera to take a picture of a paper document or form and convert it to PDF. Turn PDFs into editable Microsoft Word, Excel, PowerPoint, or RTF files. Combine multiple files into a single PDF (web only). Get signatures from others with a complete e-signature service. Send, track, and confirm delivery of documents electronically instead of using fax or overnight services (tracking not available on mobile). Store and access files online with 20GB of storage. Download: Adobe Acrobat Reader DC 64-bit | 719.0 MB (Freeware) Link: Adobe Acrobat Reader DC Home Page | Release Notes | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • The consumer ESU is ending in 4 months. LTSC isn't now, never has been, and never will be for consumer use, it is for OT usage - plant machinery, medical devices, manufacturing equipment etc. LTSC requires a Microsoft EA. You can't legally obtain LTSC to run on your PC at home.
  • Recent Achievements

    • Week One Done
      JKR earned a badge
      Week One Done
    • Rookie
      moog19 went up a rank
      Rookie
    • Mentor
      grik went up a rank
      Mentor
    • Dedicated
      JKR earned a badge
      Dedicated
    • One Year In
      CHUNWEI earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      490
    2. 2
      PsYcHoKiLLa
      271
    3. 3
      Skyfrog
      75
    4. 4
      Steven P.
      68
    5. 5
      FloatingFatMan
      64
  • Tell a friend

    Love Neowin? Tell a friend!