On Sat, Apr 3, 2010 at 1:27 PM, Eben Eliason &lt;<a href="mailto:eben.eliason@gmail.com">eben.eliason@gmail.com</a>&gt; wrote:<br>&gt;<br>&gt; On Sat, Apr 3, 2010 at 1:14 PM, Bernie Innocenti &lt;<a href="mailto:bernie@codewiz.org">bernie@codewiz.org</a>&gt; wrote:<br>

&gt; &gt; On Sat, 2010-04-03 at 11:44 -0400, Eben Eliason wrote:<br>&gt; &gt;&gt; I agree that sites which don&#39;t restrict the body column width are<br>&gt; &gt;&gt; generally more difficult to read, and it can be frustrating to users<br>

&gt; &gt;&gt; who have a number of tabs open in a single window to continually<br>&gt; &gt;&gt; resize that window to make those sites readable. I&#39;d put in a vote for<br>&gt; &gt;&gt; setting a max-width (instead of a fixed width), specified in ems, so<br>

&gt; &gt;&gt; that the line length is comfortable for readability regardless of the<br>&gt; &gt;&gt; font size, and the layout can still scale down gracefully for narrower<br>&gt; &gt;&gt; viewports, such as on mobile devices.<br>

&gt; &gt;&gt;<br>&gt; &gt;&gt; I&#39;d recommend something around 80–100 characters per line for best<br>&gt; &gt;&gt; readability. (It looks like about 100 now, so no change needed there.)<br>&gt; &gt;&gt; I&#39;m happy to see you&#39;ve already set the line-height to something<br>

&gt; &gt;&gt; reasonable, too. Anyway, I love the redesign. I think it&#39;s looking<br>&gt; &gt;&gt; great! nice work.<br>&gt; &gt;<br>&gt; &gt; I totally agree. Josh, is anything that you&#39;d like to change before we<br>

&gt; &gt; move your work to the production wiki?<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;&gt; One other note I had was that I&#39;d like to see hover effects on links<br>&gt; &gt;&gt; in the main articles, just like those in the menu to the left.<br>

&gt; &gt;<br>&gt; &gt; I&#39;m +1 on adding a hover effect, but -1 on removing the underlining<br>&gt; &gt; hint, which would make the links harder to distinguish.<br>&gt;<br>&gt; Yeah, that&#39;s fine. Maybe keep the underline in the default state, but<br>

&gt; remove it in the hover state when the background color changes.<br>&gt; Eben<br><br>We should consider the design and accessibility problems of link underlines.<br><br>Insufficient contrast between the link color and regular text make them difficult to distinguish on monochrome screens.  (With the back light off on an XO-1, the <a href="http://wiki.sugarlabs.org">wiki.sugarlabs.org</a> links are less distinguishable as may be desired, but some on the <a href="http://www.sugarlabs.org">www.sugarlabs.org</a> site, especially as the colors change, are impossible to distinguish.)<br>

<br>Excess and heavy underlines of heavily-linked sections (navigation bars like the sidebar and table of contents) or even regular content sections can overload the page with horizontal forms that distract the eye and make reading difficult.<br>

<br>The default placement of the underline rule intersects with typeface descenders and this reduces the clarity of the text for reading.<br><br>I&#39;ve found that the excess heaviness and horizontal lining of solid underlines can be reduced by using a dotted, lightgray bottom-border underline {text-decoration:none;border-bottom:1px dotted;border-color: gray}.  This can be tested at <a href="http://wiki.laptop.org">wiki.laptop.org</a> (which allows user .css and .js customization on the monobook skin) by selecting the monobook skin and entering this line on your User:Username/monobook.css, follow the &#39;Custom CSS&#39; link next to MonoBook on the Skin tab of your Preferences page:<br>

<br>#bodyContent a {text-decoration:none;border-bottom:1px dotted;border-color: lightgray}<br><br><a href="http://bugs.sugarlabs.org">bugs.sugarlabs.org</a> uses a similar link underline.<br><br>More discussion of the wiki skin redesign is at <a href="http://wiki.sugarlabs.org/go/Wiki_Team/Roadmap/Wiki_skin_redesign">http://wiki.sugarlabs.org/go/Wiki_Team/Roadmap/Wiki_skin_redesign</a>.<br>

<br>           --Fred<br><br><br><br><br><br>