[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: New website -- what do we lack?

From: Daniel Näslund <daniel_at_longitudo.com>
Date: Fri, 22 Jan 2010 07:38:11 +0100

On Thu, Jan 21, 2010 at 05:23:43PM -0500, C. Michael Pilato wrote:
> Has anyone besides Hyrum, Mark P. and myself taken a look at the new website
> from a layout perspective? What stands between us and the day when we
> remove that yellow banner and "commit to" this thing?

Overall, it looks fine.

Mark suggested the layout of Felix' site in an earlier post. They have
slightly bigger headlines and the paragraphs have a grey tone. Looks
good.

A piece of their CSS file:

[[[
body {
  background-color:#FFFFFF;
  color:#3B3B3B;
  font-family:Tahoma,Arial,sans-serif;
  font-size:10pt;
  line-height:140%;
}
h1, h2, h3, h4, h5, h6 {
  color:#000000;
  font-weight:normal;
  line-height:100%;
  margin-top:0px;
}
h1 {
  font-size:200%;
}
h2 {
  font-size:175%;
}
h3 {
  font-size:150%;
}
h4 {
  font-size:140%;
}
h5 {
  font-size:130%;
}
h6 {
  font-size:120%;
}
a {
  color:#1980AF;
}
a:visited {
  color:#1980AF;
}
a:hover {
  color:#1FAAE9;
}
]]]

cheers,
Daniel
Received on 2010-01-22 07:38:55 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.