- Install from userstyles.org (with customization options) or manually.
- Stylish is available for Firefox, Chrome and Opera.
- Many of the table cells have inline styling to add a background colors.
- Some of the very common stylings have been replaced using attribute selectors ( e.g.
th[style*="background:#eee"]
). - But due to the sheer number of possiblities, the replaced css style would also need to include selectors such as
th[style*="background-color: #eee"]
andth[style*="background-color:#EEE"]
andth[style*="background-color: #eeeeee"]
, etc. - It would be a daunting task to find and replace all of these colors. I hope you see my point.
- Some of the very common stylings have been replaced using attribute selectors ( e.g.
- Not all images can be made readable.
- This style uses a css filter to invert the images, but this really only works on basic black-and-white images (not the logo).
- The "Wikipedia" title under the logo is an image and was not inverted because it is part of the logo & it changes depending on the selected language.
If you would like to contribute to this repository, please...
- Fork
- Make changes (please read the contribution guidelines and abide by them)
- Create a pull request!
Thanks to all that have contributed so far!
- Fix various blue background & text color.
- Various text & background fixes.
- Remove overriding styles in wikEd frame. Fixes issue #24.
- Add background for musical track list. See pull #23; thanks @DeathTBO!
- Combine definitions from pull #23 & add alt row color.
- Add nav popup styling. Fixes issue #21.