
Joshua Hutchinson wrote:
1 - First thing that jumps out is the need for bigger left and right margins. This is a simple CSS change. Currently, DP has *mostly* standardized on 10% margins on the left and right. This gives some nice white space for easier reading and gives room for things like original source page numbers and sidenotes to be put in the margin area.
OTOH I like to read texts in a small (horizontally) browser window so I can put a shell window and the browser window on one screen. The shell is usually compiling something or doing boring work. If the shell stumbles over something I can immediately switch over, correct and switch back to my reading. Big margins in the browser window would definitely be a major annoyance. I think, the CSS provided is just an example. Everybody here has enough skills to build a CSS he/she likes. For the end user we may consider an "alternate stylesheet" model where she may switch between a set of predefined ones.
6 - Use standard HTML paragraph spacing.
Same as above.
7 - Need a horizontal rule (75% width seems right to me) between the CONTENTS section and the first section of the text. Right now, they run together.
8 - Need horizontal rule between major divisions of the text. Currently, the large type header gives a visual indication, but I don't believe it is enough.
Use the rend="newpage" or rend="newdoublepage" attribute on a div, front, back element like eg.: <div rend="newpage" type="chapter"> This will start a new page on paginated media and put a rule on HTML. -- Marcello Perathoner webmaster@gutenberg.org