Login
Sign Up


You are using the mobile version of the forum, some features have been disabled to have it responsive.
Limelight Reunion 2024 - v4b1Limelight Discord
Ares Defence Services Discord
Limelight Reunion 2024 - v4b1Limelight DiscordAres Defence Services Discord

receiptDevelopment Blog:

Development Contributor Workflow

receiptHR Blog:

What *are* they doing over there?

receiptTeacher Blog:

Insight into the Teacher Team

receiptDevelopment Blog:

Infrastructure Upgrade 11/2019

receiptDevelopment Blog:

how suggestions???

receiptDevelopment Blog:

Planning for the future.


This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.
Poll: Which option should be used while fixing?
You do not have permission to vote in this poll.
mix-blend-mode: exclusion
33.33%
1 33.33%
filter:brightness
66.67%
2 66.67%
Total 3 vote(s) 100%
* You voted for this item. [Show Results]


Closed 
Forums White font issue fix suggestion
Armard radio_button_checked
Member
Membership
Posts: 684
Threads: 97
Likes Given: 152
Likes Recieved: 209 in 148 posts
Joined: Aug 2016
Reputation: 5
#1
Nov 10, 2018, 06:51 PM
Explain your suggestion, in detail: Invert the entire font colouring into negative colours on the forums

Explain why the suggestion should be implemented: it would prevent all white text when someone writes in night mode and then formats it, as well as adding more darker tones to what is normally lighter, nothing would drastically impact the forum beeing, everything will stay the same exept few colors get different wich isnt the biggest of deals whislt fixing a presisting "bug"
LilSnek radio_button_checked
Professional Minge
Membership
Posts: 238
Threads: 12
Likes Given: 425
Likes Recieved: 120 in 69 posts
Joined: May 2017
Reputation: 4
#2
Nov 10, 2018, 07:11 PM
+support
[Image: RzquzfR.png]
Bambo radio_button_checked
Server Jedi
Super Administrator (CityRP)
Posts: 3,836
Threads: 388
Likes Given: 1657
Likes Recieved: 3529 in 1235 posts
Joined: Aug 2015
Reputation: 62
#3
Nov 19, 2018, 12:53 AM
The only way this can be done is using 


   mix-blend-mode: exclusion; or  mix-blend-mode: screen;

in the post body for the dark theme. Even then, the black fonts will not be white but it'll be a bit easier to see.

I'll test this out tomorrow and when/if this gets approved I'll implement it.
[Image: elwbIh5.gif]
The following 1 user Likes Bambo's post:
  • Armard
Tom* radio_button_checked
Member
Registered User
Posts: 1,329
Threads: 139
Likes Given: 770
Likes Recieved: 889 in 480 posts
Joined: Nov 2016
Reputation: 33
#4
Nov 21, 2018, 09:45 PM
+Support
Montyfatcat radio_button_checked
Shameless REP Whore
Membership
Posts: 1,393
Threads: 137
Likes Given: 744
Likes Recieved: 978 in 541 posts
Joined: Mar 2018
Reputation: 6
#5
Nov 22, 2018, 12:06 AM
(Nov 19, 2018, 12:53 AM)Bambo Wrote: The only way this can be done is using 


   mix-blend-mode: exclusion; or  mix-blend-mode: screen;

in the post body for the dark theme. Even then, the black fonts will not be white but it'll be a bit easier to see.

I'll test this out tomorrow and when/if this gets approved I'll implement it.

A very pseudo way of doing this could be:
if themes == dark:
     text = white
elif themes == light:
     text = black
elif text == changed:
     continue
endif
[Image: Be4Bhyy.png]
Bambo radio_button_checked
Server Jedi
Super Administrator (CityRP)
Posts: 3,836
Threads: 388
Likes Given: 1657
Likes Recieved: 3529 in 1235 posts
Joined: Aug 2015
Reputation: 62
#6
Nov 23, 2018, 10:04 PM
(Nov 22, 2018, 12:06 AM)Montyfatcat Wrote:
(Nov 19, 2018, 12:53 AM)Bambo Wrote: The only way this can be done is using 


   mix-blend-mode: exclusion; or  mix-blend-mode: screen;

in the post body for the dark theme. Even then, the black fonts will not be white but it'll be a bit easier to see.

I'll test this out tomorrow and when/if this gets approved I'll implement it.

A very pseudo way of doing this could be:
if themes == dark:
     text = white
elif themes == light:
     text = black
elif text == changed:
     continue
endif

I wish it was that ez.



Tested the idea I've listed above, I ran into an issue which I thought would happen. Basically although it works on texts, it also messes with pictures, videos and every other thing placed in the post. There is not an easy way to style only the text.
[Image: elwbIh5.gif]
Dick radio_button_checked
Supervising Administrator
Supervising Administrator (ADS)
Posts: 4,654
Threads: 469
Likes Given: 1828
Likes Recieved: 1942 in 1251 posts
Joined: Aug 2015
Reputation: 25
#7
Nov 25, 2018, 10:05 PM
um. sure? why is this a suggestion?
[Image: EnzxzUF.png]
Armard radio_button_checked
Member
Membership
Posts: 684
Threads: 97
Likes Given: 152
Likes Recieved: 209 in 148 posts
Joined: Aug 2016
Reputation: 5
#8
Nov 26, 2018, 12:26 PM
(Nov 25, 2018, 10:05 PM)Dicky Wrote: um. sure? why is this a suggestion?

Because its a color reverb on the entire page and not a bug report?
Noble radio_button_checked
Veteran Developer
Developer
Posts: 1,230
Threads: 73
Likes Given: 1007
Likes Recieved: 1281 in 459 posts
Joined: Aug 2015
Reputation: 21
#9
Nov 26, 2018, 06:21 PM
Easiest method would be to remove color selection from the full reply editor to at least prevent the majority of people choosing white or dark grey/blue as a text color.

Another option is to target .mycode_color with the mix-blend-mode: exclusion; so that only styled text is affected. Then target imgs inside of that class with filter: invert(100%); so that the small chance any images wind up inside of the span they'll be the proper color.
(This post was last modified: Nov 26, 2018, 06:26 PM by Noble. Edited 1 time in total.)
The following 2 users Like Noble's post:
  • Armard, Cole
Bambo radio_button_checked
Server Jedi
Super Administrator (CityRP)
Posts: 3,836
Threads: 388
Likes Given: 1657
Likes Recieved: 3529 in 1235 posts
Joined: Aug 2015
Reputation: 62
#10
Nov 29, 2018, 11:23 PM
This is done with the help from Noble.

I'd count this as a bug, should have been a bug in the first place.

Now, there is two ways for me to do this, first being the way Noble suggested. Second being, using filter:brightness

This will result in making dark texts even brighter, but then would ruin any colour options.


Now, here's the difference between two options:

Using blend-mode:exclusion:

Before:
[Image: 2d9cef005daceecfea913ae50a3538ed.png]

After:

[Image: 39951a12a91921d1323408eacc500b92.png]

Using filter

Before:

[Image: 2d9cef005daceecfea913ae50a3538ed.png]

After:

[Image: bff2691d6c09209416d437365115419c.png]
[Image: elwbIh5.gif]
(This post was last modified: Nov 29, 2018, 11:37 PM by Bambo. Edited 1 time in total.)
Bambo radio_button_checked
Server Jedi
Super Administrator (CityRP)
Posts: 3,836
Threads: 388
Likes Given: 1657
Likes Recieved: 3529 in 1235 posts
Joined: Aug 2015
Reputation: 62
#11
Nov 29, 2018, 11:25 PM
Moved to bugs, added an option to vote for the fix we should go for
[Image: elwbIh5.gif]
StephanGH radio_button_checked
Member
Membership
Posts: 355
Threads: 19
Likes Given: 138
Likes Recieved: 191 in 124 posts
Joined: Aug 2016
Reputation: 3
#12
Nov 29, 2018, 11:31 PM
Explanations and poll options are swapped in order.... Absolutely barbaric

(I voted for the wrong option now)
With kind regards

Amazing Sheriff, Top Notch Dispatcher, Horrible drug-runner, Mediocre Detective and Horrible Financial Advisor
StephanGH

It was only 2.5 million $ of weed... In the Ocean, it's fine!
(This post was last modified: Nov 29, 2018, 11:32 PM by StephanGH. Edited 1 time in total.)
Bambo radio_button_checked
Server Jedi
Super Administrator (CityRP)
Posts: 3,836
Threads: 388
Likes Given: 1657
Likes Recieved: 3529 in 1235 posts
Joined: Aug 2015
Reputation: 62
#13
Nov 29, 2018, 11:38 PM
(Nov 29, 2018, 11:31 PM)StephanGH Wrote: Explanations and poll options are swapped in order.... Absolutely barbaric

(I voted for the wrong option now)

Fixed bb. You can undo from here;

[Image: 24b54e7d6926f2fe3b79dd0f779eff50.png]

Also, known issues for the filter;

Bright colours turn white. So candy pink would turn into white.
[Image: elwbIh5.gif]
(This post was last modified: Nov 29, 2018, 11:39 PM by Bambo. Edited 1 time in total.)
StephanGH radio_button_checked
Member
Membership
Posts: 355
Threads: 19
Likes Given: 138
Likes Recieved: 191 in 124 posts
Joined: Aug 2016
Reputation: 3
#14
Nov 29, 2018, 11:48 PM
(Nov 29, 2018, 11:38 PM)Bambo Wrote:
(Nov 29, 2018, 11:31 PM)StephanGH Wrote: Explanations and poll options are swapped in order.... Absolutely barbaric

(I voted for the wrong option now)

Fixed bb. You can undo from here;

[Image: 24b54e7d6926f2fe3b79dd0f779eff50.png]

Also, known issues for the filter;

Bright colours turn white. So candy pink would turn into white.

Thankss <3
With kind regards

Amazing Sheriff, Top Notch Dispatcher, Horrible drug-runner, Mediocre Detective and Horrible Financial Advisor
StephanGH

It was only 2.5 million $ of weed... In the Ocean, it's fine!
Bambo radio_button_checked
Server Jedi
Super Administrator (CityRP)
Posts: 3,836
Threads: 388
Likes Given: 1657
Likes Recieved: 3529 in 1235 posts
Joined: Aug 2015
Reputation: 62
#15
Dec 1, 2018, 04:53 PM
This is done using filter.

If there are any issues caused with the way of implementation please post another bug report.

The fix should now be live.
Closed 




Users browsing this thread: 1 Guest(s)