Skip to content

CaptainFrosty/Wikipedia-Dark

 
 

Repository files navigation

Wikipedia Dark

Preview

Wikipedia Dark preview

Limitations

  • 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"] and th[style*="background-color:#EEE"] and th[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.
  • 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.

Contributions

If you would like to contribute to this repository, please...

  1. Fork
  2. Make changes (please read the contribution guidelines and abide by them)
  3. Create a pull request!

Thanks to all that have contributed so far!

Recent Changes

Version 1.0.23 (1/17/2017)

  • Fix various blue background & text color.
  • Various text & background fixes.
  • Remove overriding styles in wikEd frame. Fixes issue #24.

Version 1.0.22 (1/14/2017)

  • Add background for musical track list. See pull #23; thanks @DeathTBO!
  • Combine definitions from pull #23 & add alt row color.

Version 1.0.21 (1/6/2017)

Packages

No packages published

Languages

  • CSS 69.2%
  • JavaScript 30.8%