Live data from Hacker News

Explore Wikipedia's New Look

wikimediafoundation.org

1–10 of 288 posts

Re: Explore Wikipedia's New Look

#6
Good:

- Sidebar for navigation

Bad:

- Wasted screen space

- Other languages are not available as a simple anchor tag anymore. They are hidden behind elements. It's annoying for readers who consult their own language and en.wikipedia.org in the same session. It breaks my bookmarklet to change languages, which depended on something like `document.querySelectorAll('a')`

Re: Explore Wikipedia's New Look

#7
My initial take: I actually like this a lot. The body text is narrower which makes for easier reading. The sidebar with an updating highlight of current place in document is really nice too. I don't mind the "wasted space": Wikipedia is primarily about reading, and any well typeset book or web page should have generous margins so the line length is not too long.

Re: Explore Wikipedia's New Look

#8
For people who don't like the new look, you can go to preferences->Appearance and select 'Vector (Legacy)'. It does require you to login first which is annoying but at least you can easily go back to the old look.

Edit: You can also have it take up the entire width by hitting the button in the bottom right. Doesn't seem to remember the change for me though so hopefully they add that in soon.

Re: Explore Wikipedia's New Look

#9
Have been using this new theme since beta. I love the much cleaner look more than the previous one. One can always tune the CSS yourself at the user's preference near the theme selector. The only thing I need to adjust to my liking is to limit the line width:

    main#content {
      max-width: 40em;
    }
For those who hate it: you will always have the option to switch back to the old theme.

I really hope any website could be as flexible as Wikipedia to allow users to write their own CSS.

Re: Explore Wikipedia's New Look

#10
post #6

Good: - Sidebar for navigation Bad: - Wasted screen space - Other languages are not available as a simple anchor tag anymore. They are hidden behind elements. It's annoying for readers who consult their own language and en.wikipedia.org in the same session. It breaks my bookmarklet to change languages, which depended on something like `document.querySelectorAll('a')`

Even in the new design the line length is way too long. I get complaints about wasted screen space, but you really don't want lines of text blasting all the way across the screen either.
Post reply on HN