-
Notifications
You must be signed in to change notification settings - Fork 31
Table theming issues #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @skwerlman! If you look at the limitations section of the readme, you'll see a note about how Wikipedia uses inline styles to add background colors to table cells. There are only two solutions that I can think of:
The first would be easy, but not pretty. The second... well, I don't have the time to do something like that. My OCD would be relieved, but my wife would hate me. The "weird grey bar" is because that's how the creator of the page added padding: <div style="font-size:90%;float:right;border-left:1em solid white;">...</div> This style is targeting the "white" border... I guess I could force the width to be 1px, but then I would have to add some padding. And I don't even want to think about how that would effect other pages. There are no classes or easy methods to target and fix this problem. Maybe someone needs to edit the wiki page and fix it? TLDR; There's not much I can do with this userstyle. |
Hmm, ok maybe I can fix this one... it's the And I edited the wiki page... YAY for padding. |
I've made some further changes to update the table to be better inline with our current standards. That thing was old.... P.S. that technique was originally used by thumbnails, long long ago, to create spacing between the text and the floating frames. But we have long since moved away from that methodology. |
Thanks for getting this figured out and fixed ❤️ |
I just fixed the diff page styling as well 😸. |
Bright greys:


A weird grey bar:
https://en.wikipedia.org/wiki/Myst_(series)
The text was updated successfully, but these errors were encountered: