Search found 237 matches

by lwc
Tue May 28, 2024 8:47 am
Forum: Suggestions/Discussions
Topic: Dark mode
Replies: 33
Views: 26115

Re: Dark mode

Please replace style with this revised one, see screenshots. The submit was because the site used the version that also fits the forum even though it's not used in the forum, so I had to ensure it doesn't screw up forum submit buttons instead of one global submit handling. Regarding the calendar, it...
by lwc
Mon May 27, 2024 8:57 am
Forum: Suggestions/Discussions
Topic: Dark mode
Replies: 33
Views: 26115

Re: Dark mode

There's no clash since order matters and the specific color for submit comes after the general statement.
Here are 2 different screenshots (from 2 different browsers) to prove it.
by lwc
Mon May 27, 2024 2:12 am
Forum: Suggestions/Discussions
Topic: Dark mode
Replies: 33
Views: 26115

Re: Dark mode

I don't think even light mode has it. https://www.portablefreeware.com/style.css has just 1 single declaration for a . Well, turns out it was because of Incognito which blocks a:visited. Please change to this revised CSS which adds dark mode colors for a:visited and a:hover - the original CSS doesn...
by lwc
Sat May 25, 2024 11:53 am
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 228
Views: 612759

Re: AutoRun LWMenu

[CUSTOM CD MENU] is a place for general settings. It's called Menu for the same reason it's called CD - backward compatibility to when it used to be just for menus and mainly for CDs. I guess I can allow to give it an alternate name like [GENERAL SETTINGS], but what should I do if someone has both ...
by lwc
Sat May 25, 2024 11:31 am
Forum: Portable Freeware Discussion
Topic: WinPenPack's X-Launcher update?
Replies: 22
Views: 1299

Re: WinPenPack's X-Launcher update?

sl23 wrote: Sat May 25, 2024 5:09 am The two files are the AutoRun.exe and AutoRun.inf, yes?
Yes.
by lwc
Sat May 25, 2024 3:42 am
Forum: Suggestions/Discussions
Topic: Dark mode
Replies: 33
Views: 26115

Re: Dark mode

Unfortunately it doesn't actually work because it's loaded before the dark mode link and script are loaded. Moving the script to the footer won't help either because we still must ensure the dark mode script, which is external, is actually loaded. So please replace the script with this one that adds...
by lwc
Fri May 24, 2024 3:58 pm
Forum: Portable Freeware Discussion
Topic: WinPenPack's X-Launcher update?
Replies: 22
Views: 1299

Re: WinPenPack's X-Launcher update?

Ok, now I'm really confused! Are you saying the only thing required is the AutoRun.inf file? Or does the AutoRun.exe have to be portably installed too? Thinking about it, it looks like you install ARM, wherever, then put an AutoRun.inf in the app to be made portable. The AutoRun references the Auto...
by lwc
Fri May 24, 2024 3:50 pm
Forum: Portable Freeware Development
Topic: yaP - yet another Portablizer
Replies: 427
Views: 2013104

Re: yaP - yet another Portablizer

Is this app now dead? Any chance of updates? Is there anything up to date that can replace this? I currently use X-Launcher which is even more outdated, looking for something to replace it with. Thanks. You're well aware you and I already discuss this in another thread. yaP was abandoned in 2016, a...
by lwc
Fri May 24, 2024 9:59 am
Forum: Portable Freeware Discussion
Topic: WinPenPack's X-Launcher update?
Replies: 22
Views: 1299

Re: WinPenPack's X-Launcher update?

EDIT: Am I right in thinking this is an app menu that launches programs via this menu but programs can be launched without opening the menu? Apps can be located anywhere and made portable with the ARM? I already have that and it works much easier than this, it's called SyMenu. It may not be as flex...
by lwc
Fri May 24, 2024 9:38 am
Forum: Suggestions/Discussions
Topic: Dark mode
Replies: 33
Views: 26115

Re: Dark mode

Thanks for pointing this out to me...and turn on dark mode globally for Windows as suggested, and it worked. No problem! But keep mind you can quickly test light and dark using Chrome DevTools as described above. 1) I have installed the Dark Mode extension for phpBB. So I guess now there is no need...
by lwc
Fri May 24, 2024 2:37 am
Forum: Portable Freeware Discussion
Topic: WinPenPack's X-Launcher update?
Replies: 22
Views: 1299

Re: WinPenPack's X-Launcher update?

sl23 wrote: Fri May 24, 2024 2:06 am EDIT: Just had a quick look at AutorunMenu, but it's not what I want. I want a Launcher wrapper like X-Launcher. Or even the PortableApps Launcher, but that is quite complex to use every time.
Not sure I understand, did you follow Must I use menus? (hint: no).
by lwc
Thu May 23, 2024 5:08 pm
Forum: Portable Freeware Discussion
Topic: WinPenPack's X-Launcher update?
Replies: 22
Views: 1299

Re: WinPenPack's X-Launcher update?

(maybe Your can help to @Iwc ) I only caught this randomly as your tag didn't work. Yes, I might be able to help, but to be honest I don't see the logic to artificially and unofficially give life support to an outdated (from almost a decade ago) program in the first place, when you have my AutoRun ...
by lwc
Thu May 23, 2024 4:54 pm
Forum: Suggestions/Discussions
Topic: Dark mode
Replies: 33
Views: 26115

Re: Dark mode

Sure, if you make a a dark logo version, I'll give you the swap CSS.
But meanwhile please already use the updated code.
by lwc
Thu May 23, 2024 8:59 am
Forum: Suggestions/Discussions
Topic: Dark mode
Replies: 33
Views: 26115

Re: Dark mode

I added the second version It's not needed since you didn't put it in the forums. Maybe put it in the forums too to assist those that need it and aren't logged in and changed themes? Also consider the aforementioned phpBB extension (although the easiest solution is still that short <style>). Yes, i...
by lwc
Wed May 22, 2024 9:16 am
Forum: Suggestions/Discussions
Topic: Dark mode
Replies: 33
Views: 26115

Re: Dark mode

I've came up with a minimal code fit for this specific site to turn it to Dark mode - only for those that chose Dark Mode in their OS. How about just adding this to the database's <head>? There may be a missed element here or there but I think it covers pretty much everything. <style> @media (prefer...