AnyKey
Sophomore Member
Posts: 248
OS: Windows 10 Pro 22H2
Theme: XP Classic Theme
CPU: AMD Ryzen 7 3700X
RAM: 16 GB 1333 MHz DDR4
GPU: Nvidia Geforce RTX 2070 Super
|
Post by AnyKey on Jan 31, 2024 22:49:33 GMT -8
Thanks for the feedback, its actually very crucial since i can't really test for issues on my own!
I will try fixing it and update the code.
Pay attention to the version. He has ESR version.
|
|
clara
Sophomore Member
Posts: 118
|
Post by clara on Jan 31, 2024 23:36:57 GMT -8
Pay attention to the version. He has ESR version. The code for about dialog still has it mentioned even in current version, the only difference is label being hidden, so telling firefox not to display it permanently will resolve the appearance everywhere, i just didn't pay attention to this. Hardcoding font size and hiding labeling for good are pretty much the fixes needed to be done. Having more redundant code helps with version differences here actually, since it covers more things that can go wrong.
|
|
eriorry
Freshman Member
Win95-98>Win2k
Posts: 42
|
Post by eriorry on Feb 1, 2024 6:12:58 GMT -8
I'm not sure if this is something that was that needed, but after finally finding out how to customise the about window, i did just that. Almost a pixel-perfect copy of original MSIE5 About dialog (couple of small inaccuracies i just haven't figured out yet how to polish). The "OK" button is purely for decoration, it's non-functional.
To add this, place files in the archive to the chrome folder and add
@import "aboutdialog.uc.css";
to your userChrome.css file. User theme colors are supported. Code looks a bit messy, but i will clean it up eventually.
how did you get the native buttons and font in firefox?
|
|
|
Post by nonameneeded on Feb 1, 2024 17:54:57 GMT -8
I still love the about box but now I'm wondering why my IE logo looks different (it's also the real thing (IE5.00 on Win98):
|
|
clara
Sophomore Member
Posts: 118
|
Post by clara on Feb 2, 2024 1:18:05 GMT -8
I still love the about box but now I'm wondering why my IE logo looks different (it's also the real thing (IE5.00 on Win98): View AttachmentThere were 3 variations actually, it looks like: bundled-in with win98 version had square branding, then there was version with the branding i used (probably for ME/2000, but i'm not sure) and later some screenshots of 5.5 show it with branding from IE6. Also mac edition had its own branding too. Ideally i would like to have all Windows brandings as option for a user to choose.
|
|
|
Post by nonameneeded on Feb 2, 2024 5:53:12 GMT -8
You're right. Yours is the variation that comes with Win2000, mine is the version on Win98.
|
|
kirta
Freshman Member
Posts: 59
OS: Windows 10 LTSC 2021
|
Post by kirta on Feb 28, 2024 10:07:27 GMT -8
Sorry, everyone, popping back in to report on some things i have been doing in regards to bringing theme up to date in a past year: I'm currently running my userchrome version on Dev Edition v.123, and glad to report that during last few updates most of the things didn't break. I almost fixed the panel menus, plus customised another scrollbar variant which resists page scaling a bit better (although there are still issues, at least scrollbar width is consistent). Main roadblock for me now are tooltips. Firefox showing design wonders, as always, has redundant tooltip classification, which breaks things quite a bit. Tooltips with dynamic-shortcut-tooltip ID ascribed to them are compliant to userchrome styling, the rest have their appearance hardcoded in XUL, and seem to be impossible to override. Any help would be appreciated if anyone knows how to fight XUL, since this, despite being small and stupid, is quite demotivating. Didn't work Also how did you make it to look like unlocked taskbar.
|
|
clara
Sophomore Member
Posts: 118
|
Post by clara on Feb 29, 2024 16:08:58 GMT -8
Didn't work Updated the archive. A typo in file name was causing the issue. Important thing to add: there most likely will be appearance issues on legacy installs and Firefox derivatives, since some elements can have different IDs and such.
|
|
|
Post by anixx on Mar 20, 2024 14:52:08 GMT -8
Is it possible to take the hyperlink color from the color scheme, the same way as IE does? The parameter name is HotTrackingColor.
|
|
clara
Sophomore Member
Posts: 118
|
Post by clara on Mar 20, 2024 16:00:30 GMT -8
Is it possible to take the hyperlink color from the color scheme, the same way as IE does? The parameter name is HotTrackingColor. The LinkText parameter is responsible for this in Mozilla version of CSS. It's thankfully not a legacy parameter yet, so adding :link { color: LinkText !important; } to UserContent.css must do the trick on most of websites, unless the hyperlink color is defined by website's own theme. For example, Google links just do as intended, but this very forum will do it selectively since quite a lot of links here are defined as their own class so tis rule does not apply to them. I don't believe there is a way to define a visited link color too, since color scheme itself doesn't really let you change that, although mozilla CSS has a parameter for this too. But there you go. Edit: Nevermind, it actually does override link colors here quite effectively, it's just most links on the main page were visited, so i got a bit confused.
|
|
|
Post by anixx on Mar 20, 2024 16:12:06 GMT -8
The visited links color also should be taken from the scheme I think.
|
|
clara
Sophomore Member
Posts: 118
|
Post by clara on Mar 20, 2024 16:42:44 GMT -8
The visited links color also should be taken from the scheme I think. I mean yeah, but it's not actually configurable in color schemes. The value is there somewhere, VisitedText CSS keyword does change visited link color to familiar purple one, but redifining it to be more harmonious with the color scheme doesn't seem to be possible, registry search for RGB data this color has turns up nothing.
|
|
AnyKey
Sophomore Member
Posts: 248
OS: Windows 10 Pro 22H2
Theme: XP Classic Theme
CPU: AMD Ryzen 7 3700X
RAM: 16 GB 1333 MHz DDR4
GPU: Nvidia Geforce RTX 2070 Super
|
Post by AnyKey on Apr 1, 2024 2:44:57 GMT -8
I made IE6 on XP variant by modifying the original MSFX (just like last year). Tested on 115 ESR. I suggest to use with Firefox native controls. It restores the native scrollbar and size change gripper in the status bar.
|
|
golddl
Freshman Member
Posts: 52
OS: Windows 10, Windows 7
Theme: Toxic (W10), Seven Milestone 2 Aero (Opaque Maximized Windows)(W7)
|
Post by golddl on Apr 8, 2024 13:10:26 GMT -8
I made IE6 on XP variant by modifying the original MSFX (just like last year). Tested on 115 ESR. I suggest to use with Firefox native controls. It restores the native scrollbar and size change gripper in the status bar.
The labels dont seem to change except for find
|
|
AnyKey
Sophomore Member
Posts: 248
OS: Windows 10 Pro 22H2
Theme: XP Classic Theme
CPU: AMD Ryzen 7 3700X
RAM: 16 GB 1333 MHz DDR4
GPU: Nvidia Geforce RTX 2070 Super
|
Post by AnyKey on Apr 10, 2024 0:41:02 GMT -8
The labels dont seem to change except for find Try clearing the startup cache.
|
|
golddl
Freshman Member
Posts: 52
OS: Windows 10, Windows 7
Theme: Toxic (W10), Seven Milestone 2 Aero (Opaque Maximized Windows)(W7)
|
Post by golddl on Apr 10, 2024 12:46:53 GMT -8
The labels dont seem to change except for find Try clearing the startup cache. Doesnt work it seems
|
|
AnyKey
Sophomore Member
Posts: 248
OS: Windows 10 Pro 22H2
Theme: XP Classic Theme
CPU: AMD Ryzen 7 3700X
RAM: 16 GB 1333 MHz DDR4
GPU: Nvidia Geforce RTX 2070 Super
|
Post by AnyKey on Apr 10, 2024 23:34:23 GMT -8
Try restarting several times. By the way, are you using it on 115 ESR? This theme is supposed to use on 115 ESR.
|
|
golddl
Freshman Member
Posts: 52
OS: Windows 10, Windows 7
Theme: Toxic (W10), Seven Milestone 2 Aero (Opaque Maximized Windows)(W7)
|
Post by golddl on Apr 13, 2024 6:48:13 GMT -8
Try restarting several times. By the way, are you using it on 115 ESR? This theme is supposed to use on 115 ESR.
i have, and the whole pc along with it and it is the same thing, it is on 115.9.1 ESR, tbf this also happened with the original MSFX IE5 theme, idk why its always like this with these classic themes specifically
|
|
AnyKey
Sophomore Member
Posts: 248
OS: Windows 10 Pro 22H2
Theme: XP Classic Theme
CPU: AMD Ryzen 7 3700X
RAM: 16 GB 1333 MHz DDR4
GPU: Nvidia Geforce RTX 2070 Super
|
Post by AnyKey on Apr 13, 2024 21:13:45 GMT -8
i have, and the whole pc along with it and it is the same thing, it is on 115.9.1 ESR, tbf this also happened with the original MSFX IE5 theme, idk why its always like this with these classic themes specifically What is classic theme ff mod?
|
|
golddl
Freshman Member
Posts: 52
OS: Windows 10, Windows 7
Theme: Toxic (W10), Seven Milestone 2 Aero (Opaque Maximized Windows)(W7)
|
Post by golddl on Apr 14, 2024 0:56:18 GMT -8
i have, and the whole pc along with it and it is the same thing, it is on 115.9.1 ESR, tbf this also happened with the original MSFX IE5 theme, idk why its always like this with these classic themes specifically What is classic theme ff mod? any theme that is built to use classic theming as its default appearance like MSFX IE5 and the IE6 Classic style Also update, i downloaded the en-US version of Firefox and it fixed the back button, the library though is still not fixed
|
|