Comments/Ratings for a Single Item
Looks like the fonts on most pages just got significantly larger and bolder. A bit too much IMO.
I was trying to change the font in BODY instead of MAIN ARTICLE, but since that was having some undesirable effects, I changed it back. But I changed it back incompletely last night, and the result I saw this morning was that it was using Volkov for large screen displays instead of Average. So, the font-size was the same, but the font was one with larger characters. I have now corrected that.
Hi Fergus, Greg, and other editors. Thanks for all your work with improving the fonts and CVP's layout. It's looking great!
A little before the work with typography started, I submitted a page for a chess piece which is called the "Huygens". The page is here:
http://www.chessvariants.com/invention/huygens-chess-piece
Live link to HuygensThe request for review became lost during all the work for fixing and improving CVP's layout. Will someone be able to review the page now?
The huygens has been played in games, and has recieved some attention, including from the math community, in particular due to its mathematical properties when added to chess games on an unbounded board (i.e. "infinite chess").
Thanks for all your help and work with CVP.:)
4 comments displayed
Permalink to the exact comments currently displayed.
I think I solved that problem with an order of precedence. The header will set .leftcol and .rightcol to display: none, but the CSS file will set values for ASIDE.leftcol and ASIDE.rightcol. Since these are more specific, the CSS will favor the values for these when they're available, and when they're undefined, it will use the values for .leftcol and .rightcol.