Recommended Posts

- Some elements of the theme are going into the window edges, something that as far as I know isn't really possible (may be wrong).

About this, I've mentioned it before but it's been pretty much ignored. In a maximized window, elements can be drawn right to the (left/right) edge. Is it possible to detect the maximized state, altering for example the tools icon to extend to the edge in a similar fashion to the mockup? If it fades out, it would look fine whether or not the window is maximized.

Edit: And with some slightly less 'standard' implementations I'm sure you can draw just about anywhere, such as Chrome's tabs being in the Title bar. That might require something to be built into Firefox though, I've never looked into how extensions and themes can interact with the browser and Windows/Aero in that sense.

tl;dr Mozilla can do it, dunno if themes can.

Edited by callum:mr
About this, I've mentioned it before but it's been pretty much ignored. In a maximized window, elements can be drawn right to the (left/right) edge. Is it possible to detect the maximized state, altering for example the tools icon to extend to the edge in a similar fashion to the mockup? If it fades out, it would look fine whether or not the window is maximized.

Edit: And with some slightly less 'standard' implementations I'm sure you can draw just about anywhere, such as Chrome's tabs being in the Title bar. That might require something to be built into Firefox though, I've never looked into how extensions and themes can interact with the browser and Windows/Aero in that sense.

tl;dr Mozilla can do it, dunno if themes can.

Themes can't by themselves, but addons might be able to. I actually changed my theme so that it detects when the browser is maximized and changes the spacing of the toolbars to fit better. When it is not maximized the toolbars span right to the very edge, but I removed this function because it only worked with aero visual styles, or else you would have buttons pressing right against the edge of your window, which didn't look good, whereas, using glasser removes the edges of the window to make it all glass.

Programs like Office 2010 (or whatever it's called) and even Win7 Wordpad have things in the titlebar so it's possible within the program anyway. Still, I have never seen a program overlay things onto the window edges (such as the tools button and the back button is also slightly overlaying). Plus, the window border has a shadow right around it in the mockups but you can't modify the actual window's border in themes. Only the contents of the window.

Ahh, well.

EDIT: Use this for detecting maximized windows:

window[maximized="true"]  { }

or

window:not([maximized="true"])  { }

The mockup definitely is created in Photoshop, although it's possible to move items like buttons or bars nearly everywhere in the window. As you can see with Google Chrome, they also placed the whole content onto the Glass and not just within the window's frame. In the mockups Firefox kind of does that, too.

The problem is, that those things normally require modifying the default DWM behaviour. This can be achieved by using an actual programming language like C# or VB while creating the software.

I'm not sure if it is possible to do it by JavaScript. Although the All-Glass add-on features a dwm-overlay.js, that applies the Glass style to toolbars and stuff and all the add-ons that enable to hide the title bar seem to be able to modify the window in some way.

For the Tools button, we already thought about creating the style where it touches the edge at least in maximized mode. We already know of the [maximized=true], but it didn't seem to work that well. If you like the idea though, we will see what we can do.

Personally, using maximized mode at the moment is a bit risky, as there is a short delay (around 0.5 - 1 seconds) between when you maximize the window and Firefox recognizes that the window is maximized, so toolbar items will appear to "jump" to their new place after you have already maximized. Hopefully this will be improved in later FF versions, but 3.5, 3.6 and 3.7 all suffer from this.

Also, the addons that remove the titlebar only remove the titlebar. They don't modify the window much apart from that (that's why it breaks in glasser, because glasser relies on the titlebar's aero effects and with the titlebar gone it can't use the fx). I don't know of any addons that add things to the titlebar or window edges.

I'm well aware it's a mockup that's why I said it doesn't look as good without the frostiness. Designing with transparency is a pain.

Hmm. Can't you just add more frost in your Vista or Win7 window colour options? I usually just select "Frost" as my window colour and it looks good. What's hard is getting the theme to work with all desktop backgrounds (from light to dark to pink to bright green etc.) I personally either use the "Frost" setting or ramp up the opaqueness to 3/4, but I always have the window colour as white.

Great work on the theme , but i have a problem with the tab bar and the bookmarks folder background how can i fix this ?post-134421-1252622249_thumb.png

also i have a request , if you can make an icon for the bookmarks folder it will be awesome :) .

Great work on the theme , but i have a problem with the tab bar and the bookmarks folder background how can i fix this ?post-134421-1252622249_thumb.png

also i have a request , if you can make an icon for the bookmarks folder it will be awesome :) .

The bookmarks and tab bar background should only be used, when the bookmarks TOOLBAR is shown above the tab bar.

What do you mean by a new icon? Just redesign the little folder icon for bookmark folders? Currently it's the default Vista/7 look of folder icons. Why should we redesign it or better, what should we base the design on?

The bookmarks and tab bar background should only be used, when the bookmarks TOOLBAR is shown above the tab bar.

What do you mean by a new icon? Just redesign the little folder icon for bookmark folders? Currently it's the default Vista/7 look of folder icons. Why should we redesign it or better, what should we base the design on?

so how can i remove that background even from the bookmarks toolbar ?, about the icon i know that it`s the default icon but what about making an icon that works better with the theme BTW, it was only a request not something i can`t live with so if you can make it it will be great otherwise no problem.

so how can i remove that background even from the bookmarks toolbar ?, about the icon i know that it`s the default icon but what about making an icon that works better with the theme BTW, it was only a request not something i can`t live with so if you can make it it will be great otherwise no problem.

That extra bit of code I posted was optional. If you do not want the alternative background don't add that code.

That extra bit of code I posted was optional. If you do not want the alternative background don't add that code.

thanks it was my fault i didn`t read before using the code i`m sorry for, but a minor bug appears when i hover over the folder icon the hover effect maybe needs to reduce it`s height cause it appears over like one or two pixels over the tab .

post-134421-1252624549.png

thanks it was my fault i didn`t read before using the code i`m sorry for, but a minor bug appears when i hover over the folder icon the hover effect maybe needs to reduce it`s height cause it appears over like one or two pixels over the tab .

post-134421-1252624549.png

That's because the buttons always fill up the vertical space on the navigation toolbar. If we modify that it would mess up the normal bookmarks toolbar. So instead of using a folder for all your bookmarks and placing it in the nav-bar, you could try the bookmarks button, that comes with the Personal Menu add-on and hide the bookmarks toolbar. If it's too big for your taste we can create small versions of the bookmarks and tools buttons to fit the small icons style.

Really nice this beta.

But in all versions there is one mistake on the tabs. They don't look like the mockup.

It' s the label of the current active tab. In the mockup it isn't bold, so I think it shouldn't be at your version ;)

I think you know the code but just for copy and paste:

.tabbrowser-tabs tab[selected="true"] label {
  color: black !important;
  font-weight: normal !important;
}

hey guys, I have one problem, no 2 actually

one is the bugged favicon when on the mozilla page or other pages which are secured, it normally should be green but the favicon is light blueish

and the second thing is that fission is bugged in the beta, if i try to use it there is no progress bar , only a green line under the progress bar which isn't grey as it should be.

also the favicon thing is smaller than it should be.

here's a pic

thanks anyway, awesome skin otherwise

post-292608-1252674532_thumb.jpg

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

    • No registered users viewing this page.
  • Posts

    • Microsoft is bringing big performance improvements to OneDrive on Mac by Taras Buria Microsoft has announced a major update for the OneDrive client on macOS. Today, the company released version 26.098, promising significantly faster sync, optimized CPU usage, a smaller memory footprint, and better energy efficiency. In a newly published blog post, Microsoft acknowledged that changes implemented in OneDrive for Mac in 2022 brought some unwanted side effects. Due to architectural changes and the need to keep the OneDrive sync engine unchanged, Microsoft created a hidden cache folder. With time, it would cause reliability and performance issues for customers. Now, Microsoft is ditching the old engine for native sync, delivering a faster, more reliable experience. As a result of this change, OneDrive for Mac now integrates more deeply into the operating system, offers about two times faster sync performance, and uses fewer system resources. While the hidden folder still exists, the app only uses it to store files that have not been uploaded yet, link file types, and macOS-related packages. In total, even when holding hundreds of files, the temporary folder does not take more than a couple of megabytes on the drive. Besides optimizations, the new sync engine enables external drive support, allowing you to keep your OneDrive folder on a removable drive (it should meet all the requirements). Microsoft is now rolling out the updated OneDrive client for Microsoft 365 Insiders. To check if your Mac has the new sync engine, go to the About tab and check the app version. If it ends with something like 26H, you are on the new engine. If not, you are on the old one. Microsoft says it will take a few weeks to complete the rollout to Insiders, but it won't say when to expect the update in the stable channel. Big performance updates for OneDrive on Mac came right after Microsoft confirmed it would soon kill document editing in Office 2019 for Mac due to expiring certificates. This change will force users to look for alternatives or switch to Microsoft 365.
    • Sorry but that makes no sense. What does using the same laptop have to do with anything? 
    • Playground drops 30 minutes of Fable gameplay, shows off life sim and morality system by Pulasthi Ariyasinghe Playground Games gave fantasy RPG fans a new look at its Fable reboot last Sunday at the Xbox Games Showcase. While that was a short cinematic trailer revealing the main villain of the storyline, played by Hayley Atwell, today, the development team released an entire gameplay demo to show off the game in action. There is some combat and action near the end of it, but most of the demo is focused on the game's NPC simulation, relationships, choices players can make, and the complex reputation system. The studio is touting over 1,000 hand-crafted NPCs who have jobs, homes, routines they follow in their villages and outskirts, and a memory of what is going on in the world and what actions the player has done. All of these are voiced by real people too. The demo begins with a short interaction with a butcher who wants to kill a talking pig named Colin. The protagonist chooses to save Colin by paying the butcher a bunch of gold for his troubles, giving the hero a rise in reputation for being shrewd, merciful, and virtuous. There were also options to simply let Colin get killed or even fight the butcher for the pig instead of paying him. How NPCs judge the player depends on how they interact with the world. https://www.youtube.com/watch?v=doV0yq4kAP0 Later, the demo shows off how purchasing and managing businesses work, where players can hire employees, change their wages, tweak the price of the shop items, and reap profits if they do well. Different NPCs react differently to each type of reputation the player is touting. One shop owner jacks up prices by 80% just because the player is rich and owns businesses. The demo even shows the player deciding to attack random villagers and causing a ruckus in the streets, turning the hero into a criminal. This is where the magic combat systems are shown off, where the player can teleport, turn enemies into chickens, sword-fight, and more. "This is how you’ll build an extraordinary life in Fable. It’s all about shades of grey – it’s not us or the game telling you what is good and what is bad," says Dan Greer, Lead Game Designer. "With the Living Population, it’s the NPCs themselves judging your actions." Fable is releasing across PC and Xbox Series X|S on February 23, 2027. Premium Edition owners will be able to play starting on February 18 instead. Xbox Game Pass subscribers will also be able to jump in at launch for no extra cost.
    • Still 93% off: Microsoft Visual Studio Professional 2026 lifetime digital license by Steven Parker Today's highlighted deal comes via our Apps + Software section of the Neowin Deals store, where for a limited time you can still save 93% on Microsoft Visual Studio Professional 2026. Code Faster, Work Smarter with Visual Studio 2026 Visual Studio Professional 2026 is a fully featured development environment that developers around the world know & love — now enhanced with deeper AI integration, improved performance & more powerful collaboration tools. Built as a 64-bit IDE, it makes it easier than ever to work with very large solutions & complex workloads. Boost your productivity, write high-quality code & re-imagine team collaboration with an advanced suite of tools & built-in integrations designed to tackle the most demanding development workflows & deliver modern, cloud-connected applications. Build across languages and platforms Craft cross-platform mobile & desktop apps with .NET MAUI Build responsive Web UIs in C# with Blazor Build, debug, & test .NET & C++ apps targeting Windows, Linux & containers Use hot reload capabilities across .NET & C++ apps to apply code changes instantly Edit running ASP.NET/ASP.NET Core pages in the web designer view Integrate seamlessly with Azure, GitHub & other DevOps workflows Type less, code more with Intellicode and AI Understand your code context: variable names, functions, libraries & the type of code you’re writing Complete a line or block of code based on patterns learned from your codebase Get a ranked list of next best suggestions, helping you code more rapidly & accurately Use built-in AI-assisted refactoring & code suggestions to reduce bugs & boilerplate Gain deep insights into your code with codelens Reveal crucial information such as recent changes, authors, tests & commit history directly in the editor See test status & references without leaving your code Make informed decisions with a comprehensive overview of your codebase and activity Collaborate seamlessly with live share Run real-time collaboration sessions with teammates — no need for them to clone repos or install all dependencies Speed up your team’s edit & debugging cycles with personalized sessions, access controls & custom editor settings Keep everyone aligned so your team’s code stays consistent & maintainable Good to know Length of access: Lifetime License type: Professional, single-user license Redemption deadline: Redeem your code within 30 days of purchase Access options: Desktop installation on supported Windows operating systems Max number of device(s): 1 Version: Visual Studio Professional 2026 Languages supported: English, Chinese (Simplified), Chinese (Traditional), Czech, French, German, Italian, Japanese, Korean, Polish, Portuguese (Brazil), Russian, Spanish, and Turkish. Updates included: Minor updates and security fixes for the 2026 Professional release channel (according to Microsoft’s lifecycle policy) Activation method: Online activation with Microsoft account required Microsoft Visual Studio Professional 2026 normally costs $499.99, but this deal can be yours for just $34.97, that's a saving of $465. For full terms, specifications, and license info please click the link below. Get Visual Studio 2026 now for just $34.97 (was $499.99) Time limited deal Although priced in U.S. dollars, this deal is available for digital purchase worldwide. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • My current phone, on left, is starting to go to sleep, and not turning on, even though I press the power button 100 times. Like CPR.   I tried factory resetting it, and nothing changed. So it's the hardware failing. I currently am using Twigby as my service provider. Cheapest I can get around here. But all their phones are carp.. https://www.twigby.com/shop/twigby-phones A friend warned me about the Moto G, as his neice has one, and isn't that good at $130. Also the Samsung A15 is laughable at best. Everything else is expensive af. I want android, (hate iOS) any version, that works with Twigby, under $100, please. Refurbished/Used is OK with me, as long as it isn't beat up.   If you know the IMEI number, you can see if it works with Twigby: https://www.twigby.com/page/byod
  • Recent Achievements

    • Week One Done
      StaticMatrix earned a badge
      Week One Done
    • Rookie
      lamborghiniv10 went up a rank
      Rookie
    • One Month Later
      pinnclepd earned a badge
      One Month Later
    • First Post
      X-No-file earned a badge
      First Post
    • One Month Later
      johnjacobb40 earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      516
    2. 2
      PsYcHoKiLLa
      210
    3. 3
      +Edouard
      147
    4. 4
      Steven P.
      92
    5. 5
      ATLien_0
      82
  • Tell a friend

    Love Neowin? Tell a friend!