cancel
Showing results for 
Search instead for 
Did you mean: 

Can you provide a user site option other than black background please

yeatsie
Level 8
I have an sight problem where i cannot read white text on a black background for very long, as it causes me to get tunnel vision.

Can you please provide an "invert site colours" option under my site preferences whereby you can invert the white/black.

I can do this foreground/background colour inversion manually with a piece of javascript i run each time as a work-around to read your site, but it would be great if you could add this as a user preferences option, as many other white-on-black sites on the internet do.

Many thanks.
2,703 Views
4 REPLIES 4

yeatsie
Level 8
bump

Praz
Level 13
Hello

Sorry there are no other options at this time with no time frame if/when that may happen.

yeatsie
Level 8
Here, let me make it easy for you - you provide a button on your logged in user's profile settings that's bound to this bit of javascript, preferably for each page i go to within the site;

javascript:(function(){var%20newSS,%20styles='*%20{%20background:%20white%20!%20important;%20color:%20black%20!important%20}%20:link,%20:link%20*%20{%20color:%20#0000EE%20!important%20}%20:visited,%20:visited%20*%20{%20color:%20#551A8B%20!important%20}';%20if(document.createStyleSheet)%20{%20document.createStyleSheet(%22javascript:'%22+styles+%22'%22);%20}%20else%20{%20newSS=document.createElement('link');%20newSS.rel='stylesheet';%20newSS.href='data:text/css,'+escape(styles);%20document.getElementsByTagName(%22head%22)[0].appendChild(newSS);%20}%20})();

Praz
Level 13
As the question has been answered the thread is closed. Any updates regarding this will be posted.