[Release] Milestone 10
Moderators: Lootyhoof, FranklinDM
Forum rules
Please do not create new topics here unless you are a theme author in need of a dedicated releases&support thread!
Please do not create new topics here unless you are a theme author in need of a dedicated releases&support thread!
-
- Astronaut
- Posts: 570
- Joined: 2017-12-19, 08:03
- Location: Canada
Re: [Release] Milestone 10
FYI: by changing toolbar background color to light gray, you can mimic M3-M6 theme. https://en.wikipedia.org/wiki/History_o ... lla_M6.png
-
- Add-ons Team
- Posts: 613
- Joined: 2017-01-14, 02:40
- Location: Philippines
Re: [Release] Milestone 10
Thanks for the support!
Update to Milestone 10: v1.0.1
Update to Milestone 10: v1.0.1
- Initial support for Pale Moon 29 (no code changes)
-
- Astronaut
- Posts: 580
- Joined: 2018-04-20, 20:31
Re: [Release] Milestone 10
I have 0 nostalgia for themes like this, since I grew up without Internet, and had very brief and short adventures with Windows Explorer on XP before getting a MacBook. In other words, I like this one simply because I really do. I dig the design, and the colours.
One request though. Can you make the base grey/purple lighter? Reading the bookmarks and tabs against the existing colour is doable, but over time the eyes grow tired. Can you edit the colour to be lighter? I don't think raising readability and lowering eye strain are bad reasons for an edit.
A tiny glitch to bring up is how these options do not stand out and don't look clickable.
One request though. Can you make the base grey/purple lighter? Reading the bookmarks and tabs against the existing colour is doable, but over time the eyes grow tired. Can you edit the colour to be lighter? I don't think raising readability and lowering eye strain are bad reasons for an edit.
A tiny glitch to bring up is how these options do not stand out and don't look clickable.
You do not have the required permissions to view the files attached to this post.
-
- Pale Moon guru
- Posts: 37352
- Joined: 2011-08-28, 17:27
- Location: Motala, SE
Re: [Release] Milestone 10
It would no longer be M10 then -- which was characterized among other things by its darker toolbar background.KlarkKentThe3rd wrote: ↑2020-04-05, 12:58One request though. Can you make the base grey/purple lighter?
"The world will not be destroyed by those who do evil, but by those who watch them without doing anything." - Albert Einstein
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
-
- Astronaut
- Posts: 580
- Joined: 2018-04-20, 20:31
Re: [Release] Milestone 10
Darn, I wish I could modify it then.
-
- Astronaut
- Posts: 580
- Joined: 2018-04-20, 20:31
Re: [Release] Milestone 10
Might as well report a serious bug. Never noticed before because I normally don't care about it.
The scroll bar on the right is roughly 1 pixel wide, borderline invisible. I am sure this was not intended.
The scroll bar on the right is roughly 1 pixel wide, borderline invisible. I am sure this was not intended.
You do not have the required permissions to view the files attached to this post.
-
- Add-ons Team
- Posts: 613
- Joined: 2017-01-14, 02:40
- Location: Philippines
Re: [Release] Milestone 10
Please try this test version if it fixes the scrollbar issue:KlarkKentThe3rd wrote: ↑2020-04-05, 21:53The scroll bar on the right is roughly 1 pixel wide, borderline invisible...
https://github.com/FranklinDM/Milestone ... ag/1.0.2a1
You can define a custom color for the browser window's toolbars using userChrome.css or through your user style manager:
Code: Select all
:root {
--toolbar-custom-color: -moz-Dialog; /* custom color goes here */
--statusbar-custom-color: -moz-Dialog;
--statusbar-text-color: -moz-DialogText;
}
-
- Astronaut
- Posts: 580
- Joined: 2018-04-20, 20:31
Re: [Release] Milestone 10
Bar: fixed!
Too afraid to meddle with the code, plus don't know how to find number value of a colour. I want just a tiny change.
EDIT: a few minutes in GIMP, found the perfect colour (saturation and lightness raised by 7.7). Still don't know how to find values of colours though.
Too afraid to meddle with the code, plus don't know how to find number value of a colour. I want just a tiny change.
EDIT: a few minutes in GIMP, found the perfect colour (saturation and lightness raised by 7.7). Still don't know how to find values of colours though.
You do not have the required permissions to view the files attached to this post.
-
- Astronaut
- Posts: 535
- Joined: 2017-09-24, 16:35
- Location: Mak pupulusšum, California
Re: [Release] Milestone 10
Off-topic:
Rainbow Color Tools by Heather Arthur works well for me. It's an extension that lets you see and copy colours from the browser UI or Web content. There's also Color Identifier and Color Picker & Converter, made for Pale Moon by riiis.
-
- Astronaut
- Posts: 580
- Joined: 2018-04-20, 20:31
Re: [Release] Milestone 10
Colour Picker worked. Now, to figure out the "using userChrome.css or through your user style manager" part.
-
- Astronaut
- Posts: 535
- Joined: 2017-09-24, 16:35
- Location: Mak pupulusšum, California
Re: [Release] Milestone 10
Off-topic:
~/Library/Application\ Support/Pale\ Moon/Profiles/something.default/chrome/userChrome.css (create it if it doesn't exist and put CSS rules there)KlarkKentThe3rd wrote: ↑2020-04-07, 06:15Colour Picker worked. Now, to figure out the "using userChrome.css or through your user style manager" part.
-
- Astronaut
- Posts: 580
- Joined: 2018-04-20, 20:31
Re: [Release] Milestone 10
Am I doing it right?
You do not have the required permissions to view the files attached to this post.
-
- Board Warrior
- Posts: 1273
- Joined: 2017-06-06, 07:38
Re: [Release] Milestone 10
Off-topic:
No, userChrome.css is supposed to be a file not a folder. But please take those questions elsewhere. Create a new topic if needed.
No, userChrome.css is supposed to be a file not a folder. But please take those questions elsewhere. Create a new topic if needed.
-
- Moon Magic practitioner
- Posts: 2985
- Joined: 2015-09-26, 04:51
- Location: U.S.
Re: [Release] Milestone 10
Off-topic:
@KlarkKentThe3rd --
1. userChrome.css
2. Read this thread and adapt it to your own circumstance.
3. Or search the forum for any of the numerous posts on userChrome.css.
And please in future take note when people respond to you with Off-Topic tags.
As Adesh said, for any further questions on this start your own thread (suggest in Mac or General support). Don't try to appropriate this one.
@KlarkKentThe3rd --
1. userChrome.css
2. Read this thread and adapt it to your own circumstance.
3. Or search the forum for any of the numerous posts on userChrome.css.
And please in future take note when people respond to you with Off-Topic tags.
As Adesh said, for any further questions on this start your own thread (suggest in Mac or General support). Don't try to appropriate this one.
-
- Astronaut
- Posts: 670
- Joined: 2017-03-23, 19:56
Re: [Release] Milestone 10
Great theme but I'd like the default color to be light grey.
Windows 10 pro /64 (version 1809)
PM last/64
PM last/64
-
- Themeist
- Posts: 1579
- Joined: 2012-02-09, 23:35
- Location: United Kingdom
Re: [Release] Milestone 10
-
- Astronaut
- Posts: 670
- Joined: 2017-03-23, 19:56
Re: [Release] Milestone 10
Sorry , I'm not familiar with the CSS code .
I put the desired color code into the indicated place but there is no change.
What is wrong here?
:root {
--toolbar-custom-color: -moz-Dialog; /#D3D3D3/
--statusbar-custom-color: -moz-Dialog;
--statusbar-text-color: -moz-DialogText;
}
Windows 10 pro /64 (version 1809)
PM last/64
PM last/64
-
- Themeist
- Posts: 1579
- Joined: 2012-02-09, 23:35
- Location: United Kingdom
Re: [Release] Milestone 10
You need it to be like this:
Code: Select all
:root {
--toolbar-custom-color: #D3D3D3;
--statusbar-custom-color: -moz-Dialog;
--statusbar-text-color: -moz-DialogText;
}
-
- Astronaut
- Posts: 670
- Joined: 2017-03-23, 19:56
Re: [Release] Milestone 10
Unfortunately still don't work.Lootyhoof wrote: ↑2020-04-08, 09:47You need it to be like this:
Code: Select all
:root { --toolbar-custom-color: #D3D3D3; --statusbar-custom-color: -moz-Dialog; --statusbar-text-color: -moz-DialogText; }
Into the CSS file I have yet a code for the "close tab button" size modification and for the like-firefox throbber, both working well. To be it the reason to not working?
Windows 10 pro /64 (version 1809)
PM last/64
PM last/64