Lafolie wrote:Having studied UI, semiotics and graphic design I feel that the current layout is fit for purpose. Not only does it function well but does so with elegant form, and I feel that your proposed changes encroach on this design.
The current wiki style is gorgeous. My proposal makes it less beautiful. No doubt about either of these.
For API documentation, it works fine for me. For article style documentation it is very disturbing to me. I have had the issue both on 1920x1200 26'' and 1024x600 10''
You seem to be an experienced LÖVE user. Perhaps you could copy-paste a text that is challenging for you to understand into the wiki and read it in preview mode for testing?
Lafolie wrote:The pure black text contrasts far too much against the background and impacts the page hierarchy, particularly the bold text near the bottom.
Paragraph text size is definitely the main issue for me. My understanding was that using <strong> for an entire line is bad practice. The current font scale hides the visual problem well though. As for "editing the wiki", I would consider it to be misplaced on the main page and better placed at the top of every edit page. The "other languages" section breaks the hierarchy in both cases I believe, since its header and itself has the same size as normal content headers/text, but they are not part of the content. There are probably not many who have both the time and knowledge to implement an ideal style.
In the current font scale, the language links seem to be a very nice size to my eyes. The header would be better smaller and centered as well, to form a union with the language links I guess. However while the language links have a nice size, the text above on the main page is disturbingly small to read.
Lafolie wrote:Although I would agree that the text in the sidebar is perhaps a little small.
Agreed! I haven't actually noticed. I never have to concentrate while reading the sidebar so I haven't had any issues with it, except finding an upload link and the search bar at times. I seem to be very used to default MediaWiki arrangement of sidebar items.
Lafolie wrote:However, there's good news for you. It should be entirely possible for you to view the wiki with custom CSS, and most browsers allow for page re-scaling with Cmd/Ctrl and +/-/0.
I believe the default is unpleasant and that it impacts the availability of community-made article-style documentation like tutorials by impeding willingness to write/read it.
I am very thankful to the team of löve investing so much into the presentation. Löve has an aura of niceness in my mind and the web design surely is part of the reason. I want to help improve it if I can, if possible, suggestions would be gladly appreciated.
For testing, I created a userstyle. Please test it and give feedback an suggest code changes or make your own! I don't consider this a solution, but a good testing method.
http://userstyles.org/styles/96426/l-ve ... ty-qubodup (the page contains installation instructions)
PS: I found an ugly way to remove the first list item's top margin. Replace the list with the following:
Code: Select all
<ul style="margin-top:0;">
<li>[[Getting Started]]</li>
<li>[[Building LÖVE]]</li>
<li>[[:Category:Tutorials|Tutorials]]</li>
<li>[[love]] (The module)</li>
<li>[[Game Distribution]]</li>
<li>[[Config Files]]</li>
<li>[[License]] (Free!)</li>
<li>[[:Category:Games|Games]]</li>
<li>[[:Category:Libraries|Libraries]]</li>
<li>[[:Category:Software|Software]]</li>
<li>[[:Category:Snippets|Snippets]]</li>
</ul>