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

Reply via email to