by Rachael » Mon May 04, 2020 9:28 am
This might be worth a try:
Go to your personal Monobook CSS page:
https://zdoom.org/wiki/Special:MyPage/monobook.css
Then add in the following code:
Code: Select all
html { background-color: white; }
body { filter: invert( 1 ) hue-rotate( 180deg ) }
img { filter: invert( 1 ) hue-rotate( 180deg ) }
After that, go to your Appearance preferences:
https://zdoom.org/wiki/Special:Preferen ... -rendering
And switch to the Monobook skin.
(Note that I tried this with the Vector skin already, and there were issues - you're free to try this with other skins)
I have no idea how good of a solution this is. On the surface it seems to work well, but it would take extensive use of the wiki using this change to determine how good it really is. You can try this on other wikis as well.
I have already tried installing both a skin and an extension and neither worked, unfortunately.
This might be worth a try:
Go to your personal Monobook CSS page: https://zdoom.org/wiki/Special:MyPage/monobook.css
Then add in the following code:
[code]html { background-color: white; }
body { filter: invert( 1 ) hue-rotate( 180deg ) }
img { filter: invert( 1 ) hue-rotate( 180deg ) }[/code]
After that, go to your Appearance preferences: https://zdoom.org/wiki/Special:Preferences#mw-prefsection-rendering
And switch to the Monobook skin.
(Note that I tried this with the Vector skin already, and there were issues - you're free to try this with other skins)
I have no idea how good of a solution this is. On the surface it seems to work well, but it would take extensive use of the wiki using this change to determine how good it really is. You can try this on other wikis as well.
I have already tried installing both a skin and an extension and neither worked, unfortunately.