Recommended Posts

This concept has been inspired by netbook users and aims to provide them with more content, and less wasted space.

Alpha-1.png

Download

Note:

To bring back the favicons on the tabs, use the following code in Stylish.

.tabbrowser-tab .tab-icon-image {
  display: inherit !important;
}

Known Bugs:

  • Unfinished Tabs on Bottom
  • Old Close Buttons on the Sidebar
  • No Fullscreen Controls
  • Menubar Doesn't Appear Sometimes

Please do not modify or re-release without permission.

Link to comment
https://www.neowin.net/forum/topic/923400-minimal-2-preview/
Share on other sites

I absolutely love it. My only issue is that I can't use any of the custom menu buttons I've made or change the text in the menu button to read "Firefox" even though I'm using Minefield. I'm sure this is due to the method we were using to do that; they were dropmarker arguments, and you've somehow removed the dropmarker in your theme (which looks really good, it's just inconvenient for my scripts). Any ideas on how we could manipulate the menu button text in Stylish while using this theme? Or is there some code we could use to bring the dropmarker back?

I absolutely love it. My only issue is that I can't use any of the custom menu buttons I've made or change the text in the menu button to read "Firefox" even though I'm using Minefield. I'm sure this is due to the method we were using to do that; they were dropmarker arguments, and you've somehow removed the dropmarker in your theme (which looks really good, it's just inconvenient for my scripts). Any ideas on how we could manipulate the menu button text in Stylish while using this theme? Or is there some code we could use to bring the dropmarker back?

Post the code you're using and I'll get it working.

The most basic version would probably be

#appmenu-button .button-text { display:none !important; }
#appmenu-button dropmarker:before { content: "Firefox" !important; }

. If I had an alternative to this I could use it with everything else.

The most basic version would probably be

#appmenu-button .button-text { display:none !important; }
#appmenu-button dropmarker:before { content: "Firefox" !important; }

. If I had an alternative to this I could use it with everything else.

Alright, I think I removed some code in the theme. I'll see what I can do.

Good enough, I should be able to work with that. Thanks a lot!

Update: Well, it kind of works; when I plugged it into my Phoenix button script it put the text before the icon instead of after.

Update 2: Changed "before" to "after" and it worked ;)

Can someone help me make the bookmarks Bar Aero and make the text more visible while its Aero. Also make it a little slimmer than it is by default to go with the theme.

So far I have this. Most of it I picked up from SoapyHamHocks post earlier.

#PersonalToolbar {
  border-top: 0 !important;
  -moz-appearance: none !important;
  background: -moz-linear-gradient(top, rgba(255,255,255,.1), rgba(255,255,255,.1), rgba(255,255,255,.1)) !important;
  padding: 0 !important;
}

#PersonalToolbar .bookmark-item:not(menuitem){
  color: white !important;
  padding: 0 5px !important;
}

Can someone help me make the bookmarks Bar Aero and make the text more visible while its Aero. Also make it a little slimmer than it is by default to go with the theme.

So far I have this. Most of it I picked up from SoapyHamHocks post earlier.

What about something like this?

#PersonalToolbar {
  border: 0 !important;
  -moz-appearance: -moz-win-glass !important;
  background: transparent !important;
  padding: 0 !important;
  margin: -4px 0 1px 0 !important;
}

#PersonalToolbar .bookmark-item:not(menuitem){
  text-shadow: 0 0 5px rgba(255,255,255,.75),
               0 1px 0 rgba(255,255,255,.3) !important;
}

What about something like this?

#PersonalToolbar {
  border: 0 !important;
  -moz-appearance: -moz-win-glass !important;
  background: transparent !important;
  padding: 0 !important;
  margin: -4px 0 1px 0 !important;
}

#PersonalToolbar .bookmark-item:not(menuitem){
  text-shadow: 0 0 5px rgba(255,255,255,.75),
               0 1px 0 rgba(255,255,255,.3) !important;
}

Thanks that worked beautifully! oh one more thing is there a way to make the active tab stand out more maby make it darker? I really cant tell the difference right now.

I hope we are allowed to give opinions. :)

To start off, for an alpha this is great. I'm utilizing the stylish add-ons you posted, as well as renaming my Minefield to show the current nightly date I'm using. All in all, it's great but I think some things need to be changed. Transparency is a bit too extreme for my tastes and on darker backgrounds the text becomes almost unreadable (including the bookmarks). Active/Inactive tabs need work as well as they are almost indistinguishable. Finally, I understand the whole white button concept, but I think the App Tabs look really off in their current state, especially when you add your own custom url App Tabs as they are in color.

Other than that, it looks great and I'm glad you decided to release it in it's current state. It's definitely usable. :D

post-277424-12799492411486.png

SoapyHamHocks: I tried your new reload/stop buttons on URL bar, but it doesn't seem to work with this theme. Do you have a version for this theme?

I hope we are allowed to give opinions. :)

To start off, for an alpha this is great. I'm utilizing the stylish add-ons you posted, as well as renaming my Minefield to show the current nightly date I'm using. All in all, it's great but I think some things need to be changed. Transparency is a bit too extreme for my tastes and on darker backgrounds the text becomes almost unreadable (including the bookmarks). Active/Inactive tabs need work as well as they are almost indistinguishable. Finally, I understand the whole white button concept, but I think the App Tabs look really off in their current state, especially when you add your own custom url App Tabs as they are in color.

Other than that, it looks great and I'm glad you decided to release it in it's current state. It's definitely usable. :D

SoapyHamHocks: I tried your new reload/stop buttons on URL bar, but it doesn't seem to work with this theme. Do you have a version for this theme?

Thanks for the feedback :) I know some things need to be changed. We need to think of some other ways to do the tabs and reduce some of the transparency in the theme. I could cook up a simple combined reload/stop script if you want, but we wanted to hold off until we made some slightly smaller reload/stop icons.

Edit: I noticed you're using "small icons" mode, I would suggest you don't for now :p I haven't worked on that at all so its a bit cramped.

Thanks for the feedback :) I know some things need to be changed. We need to think of some other ways to do the tabs and reduce some of the transparency in the theme. I could cook up a simple combined reload/stop script if you want, but we wanted to hold off until we made some slightly smaller reload/stop icons.

Edit: I noticed you're using "small icons" mode, I would suggest you don't for now :p I haven't worked on that at all so its a bit cramped.

SoapyHamHocks can you please write me a quick script to differentiate between Active and Non active tabs?? I really wanna use this theme but this problem is almost a deal braker. Thanks

It's fine, I can wait. There's no need to make you do more work when it's not a big deal at all.

I went to normal icons, but went right back, lol. It is a little cramped now that you say so, but it's perfectly usable as is. :)

Here you go, its simple but works for now.

toolbar[mode="icons"][currentset*="urlbar-container,reload-button,stop-button"] #urlbar {
  -moz-border-radius: 2px 0 0 2px !important;
  border-right: 0 !important;
}

#urlbar-container + #reload-button,
#urlbar-container + #reload-button + #stop-button{
  border: 1px solid rgba(0,0,0,.35) !important;
  border-left: 0 !important;
  -moz-border-radius: 0 2px 2px 0 !important;  
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,.4) !important;
  background: rgba(255,255,255,.90) !important;
  margin-left: -3px !important;
  background-clip: padding-box !important;
}

#urlbar-container + #reload-button {
  padding: 0 4px 0 4px !important;
}

#urlbar-container + #reload-button + #stop-button {
  padding: 0 4px 0 5px !important;
}

SoapyHamHocks can you please write me a quick script to differentiate between Active and Non active tabs?? I really wanna use this theme but this problem is almost a deal braker. Thanks

Alright, I'll try a few things.

Edit: Do you think this makes it any better?

.tabbrowser-tab[selected="true"] {
  background: rgba(255,255,255,.20) -moz-linear-gradient(rgba(255,255,255,.30),
                                         rgba(255,255,255,0) 100%) !important;
}

Edit: Do you think this makes it any better?

.tabbrowser-tab[selected="true"] {
  background: rgba(255,255,255,.20) -moz-linear-gradient(rgba(255,255,255,.30),
                                         rgba(255,255,255,0) 100%) !important;
}

It Make a very slight Difference but its still not very clear.

Try this:

.tabbrowser-tab[selected="true"] {
  background: rgba(255,255,255,.20) -moz-linear-gradient(rgba(255,255,255,.53),
                                         rgba(255,255,240,0) 144%) !important;
}

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

    • No registered users viewing this page.
  • Posts

    • I don't hate the new menus, I am not a fan of the lack of features and how they went live when they clearly are not complete. The menu itself presents much better than the previous - but what's lacking (IMO) is: 1) Any kind of automated manipulation such as: "this goes on the new menu because you use this feature more often on this filetype" "this is rarely used and will fall back to the old menu" 2) Any kind of user manipulation such as: "a UI to add/remove/order items to the new menu"
    • The biggest issue in this version of Win 11 context menu, from usability standpoint, is the movable row with basic commands. Think of a car analogy...if You turn the week left the infotainment screen will move right and vice versa. With how it works now Microsoft made something forbidden in designing in any UI, software or hardware. I can't grasp who were the morons within Microsoft suggesting it was a good idea and gave it a green light.
    • LibreOffice 26.2.4 by Razvan Serea LibreOffice is the free power-packed Open Source personal productivity suite for Windows, Macintosh and Linux, that gives you six feature-rich applications for all your document production and data processing needs: Writer, Calc, Impress, Draw, Math and Base. Support and documentation is free from our large, dedicated community of users, contributors and developers. You, too, can also get involved! Choosing Between LibreOffice Still and LibreOffice Fresh: LibreOffice Still is a good choice if you value stability, a longer support cycle, and a more conservative approach to software updates. It's suitable for businesses and organizations where reliability and compatibility are crucial. LibreOffice Fresh is ideal if you're an enthusiast or an early adopter who wants to stay on the cutting edge of LibreOffice development and is willing to accept more frequent updates and occasional minor issues. Features: Writer is the word processor inside LibreOffice. Use it for everything, from dashing off a quick letter to producing an entire book with tables of contents, embedded illustrations, bibliographies and diagrams. The while-you-type auto-completion, auto-formatting and automatic spelling checking make difficult tasks easy (but are easy to disable if you prefer). Writer is powerful enough to tackle desktop publishing tasks such as creating multi-column newsletters and brochures. The only limit is your imagination. Calc tames your numbers and helps with difficult decisions when you're weighing the alternatives. Analyze your data with Calc and then use it to present your final output. Charts and analysis tools help bring transparency to your conclusions. A fully-integrated help system makes easier work of entering complex formulas. Add data from external databases such as SQL or Oracle, then sort and filter them to produce statistical analyses. Use the graphing functions to display large number of 2D and 3D graphics from 13 categories, including line, area, bar, pie, X-Y, and net - with the dozens of variations available, you're sure to find one that suits your project. Impress is the fastest and easiest way to create effective multimedia presentations. Stunning animation and sensational special effects help you convince your audience. Create presentations that look even more professional than the standard presentations you commonly see at work. Get your collegues' and bosses' attention by creating something a little bit different. Draw lets you build diagrams and sketches from scratch. A picture is worth a thousand words, so why not try something simple with box and line diagrams? Or else go further and easily build dynamic 3D illustrations and special effects. It's as simple or as powerful as you want it to be. Base is the database front-end of the LibreOffice suite. With Base, you can seamlessly integrate into your existing database structures. Based on imported and linked tables and queries from MySQL, PostgreSQL or Microsoft Access and many other data sources, you can build powerful databases containing forms, reports, views and queries. Full integration is possible with the in-built HSQL database. Math is a simple equation editor that lets you lay-out and display your mathematical, chemical, electrical or scientific equations quickly in standard written notation. Even the most-complex calculations can be understandable when displayed correctly. E=mc2. LibreOffice also comes configured with a PDF file creator, meaning you can distribute documents that you're sure can be opened and read by users of almost any computing device or operating system. LibreOffice also comes configured with a PDF file creator, meaning you can distribute documents that you're sure can be opened and read by users of almost any computing device or operating system. Download: LibreOffice 64-bit | LibreOffice 32-bit ~300.0 MB (Open Source) View: LibreOffice Website | Screenshot | Release Notes Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Amazon eero Pro 6E mesh Wi-Fi system 2-pack is 27% off by Ivan Jenic The Amazon eero Pro 6E mesh Wi-Fi system is currently $239.99 on Amazon for the 2-pack, down from $329.99. That's 27% off and $90 saved for a solid Wi-Fi solution that covers your entire home (purchase link down below). The 2-pack covers up to 4,000 square feet (372 square meters) and supports 100+ connected devices, which handles the vast majority of home setups without breaking a sweat. Wi-Fi 6E brings access to the 6 GHz band for lower latency across the network, and the 2.5 Gb Ethernet port supports gigabit+ internet plans if your ISP offers them. eero's TrueMesh technology handles traffic routing automatically, so you're not manually managing which devices connect to which node. You set up the entire thing through the eero app, and the entire process takes a few minutes. The system also receives automatic security updates in the background, so once you set it up, you don't have to worry about compatibility issues. If you're covering a larger home or want more nodes, the 3-pack is $329.99 and the 4-pack is $479.98, both at similar discount levels. It's worth mentioning that a newer model exists, which is likely the reason for the discount, but the Pro 6E is still perfectly capable hardware for most homes. Amazon eero Pro 6E mesh Wi-Fi system 2-pack - $239.99 | 27% off on Amazon This Amazon deal is US-specific and not available in other regions unless specified. This is a first-party seller link (at the time of article publishing); ensure that you also purchase from a first-party seller link only. If you don't like it or want to look at more options, check out the previous deals that we have covered, OR you can also visit Amazon US deals page. Get Prime (SNAP), Prime Video, Audible Plus or Kindle / Music Unlimited. Free for 30 days. As an Amazon Associate, we earn from qualifying purchases.
  • Recent Achievements

    • Week One Done
      I2D earned a badge
      Week One Done
    • Week One Done
      Dr Jared Dental Studio earned a badge
      Week One Done
    • Week One Done
      RG INVESTMENT GROUP earned a badge
      Week One Done
    • Very Popular
      The Norwegian Drone Pilot earned a badge
      Very Popular
    • Very Popular
      s0nic69 earned a badge
      Very Popular
  • Popular Contributors

    1. 1
      +primortal
      484
    2. 2
      PsYcHoKiLLa
      258
    3. 3
      Skyfrog
      84
    4. 4
      FloatingFatMan
      64
    5. 5
      Michael Scrip
      63
  • Tell a friend

    Love Neowin? Tell a friend!