Hugo...
Nice improvements. I really like the Paragraph and List modifications.
I'd like to make a few suggestions for the Table of Content changes.
1) Make the height of the blue area (Title area) a bit bigger, like how
it looks now in fp.o and make it gradient out to white on the left.
2) Add some padding/margin spacing to the bottom of the list so that the
last item doesn't sit right on the bottom of the box.
Lastly...the Heading Titles...not so much a big fan of that...they're a
bit big and clunky.
I'd take the top three modifications.
Diana
- Paragraph (<p>) margins: they are too short in current theme. I added some
space between them.
- Unordered list (<ul>): added some indentation to get visually nicer.
- Heading titles <h1,h2,h3,...>: Heading and sub-headings currently are always
one-sized in font, and no indentation. This sometimes confuses the page's
organization on Topics and Sub-Topics. I added font-size (parent headings
means larger fonts) and indentation. The result IMO is nicer. Look at these
examples (ignore the strange portuguese language):
* http://projetofedora.org/cgi-bin/moin.cgi/Documentacao
* http://projetofedora.org/cgi-bin/moin.cgi/ObtenhaAjuda/RegrasConduta
Note: I made a new <h1> style for the main heading (usually the page's title),
you can ignore this if you don't like.
- I also did some more css classes to tip admonitions and table of contents.
(optional)
- The TableOfContents macro was modified to reflect the new table of contents'
css class, giving a default look to all pages without having to
do "complicated" styling in wiki raw pages (as in /wiki/FAQ). (optional)
Hope you like it. Any feedback is really appreciated.
Cheers,