[haiku-doc] Editing the welcome.CSS
- From: Philippe Michael Groarke <philippe_groarke@xxxxxxxx>
- To: Documentation List Haiku <haiku-doc@xxxxxxxxxxxxx>
- Date: Sun, 11 Jan 2009 12:32:03 -0800 (PST)
Hello, writing my help files, I've come up with some edit wishes for the CSS.
Considering this is shared by more than the UserGuide, I thought I should post
my proposals for admisson here.
First, I've been using lots of <h4>, there wasn't any entry (exept the useful
a:hover and a:active) in the css. I don't like the current look of h4, so I
added an entry that changes the color to blue (so it fits with the rest of the
style) and the font-weight to light. Here is the entry:
h4 a:hover, a:active {
text-decoration: none;
color: #0c3762;
}
...
h4 {
font-size: 1.0em;
font-weight: lighter;
color: #0c3762;
margin-top: 30px;
}
The only eventual problem with my entry is the margin, which could affect other
documents. Is this currently problematic? The margin (30px) should be removed
if it affects others.
Next, I am linking to some h1 entries. They are currently not a:hover and
a:active. I would propose to add this entry, which shouldn't affect any other
documentation, and would allow us to link to h1 titles in the future. In a
fairly large file, this may be very useful and give the author more freedom and
title options.
h1 a:hover, a:active {
text-decoration: none;
color: #0c3762;
}
Now my last proposition might be dramatic in the sense that it would affect
other documents. To add a 50px margin to h1. I don't understand why this wasn't
added before (it seems quite normal to me) even for a title that is on top of a
page, it gives a nice clean look (this is personal taste, so it may not be
shared by people here).
Please post any thoughts/disagreements on these propositions,
Socapex_2K
__________________________________________________________________
Looking for the perfect gift? Give the gift of Flickr!
http://www.flickr.com/gift/
Other related posts: