Linus CSS-Förslag

Följande förslag är baserat på original-layouten »People in New York City«.

/*

== Handgranats CSS-riktlinjer: ==
# Inte Verdana.
# Läsbarhet går före snygghet.
# Användbarhet går före snygghet.
# Ändra inte font-storleken. (Det vill säga, använd aldrig font-size.)
# Sätt helst inte värden i px.
# Om du anger "color" ange alltid "background" också, och tvärtom

*/

img {
  border: none;
}

body {
  margin: 0;
  color: black;
  background: white;
  font-family: serif;
}

dd {
  font-weight: normal;
}

dt {
  font-weight: bold;
}

p.verse {
  white-space: pre;
}

.header, .contbox, .changes, .footer {
  border-bottom: thin solid #666;
  color: inherit;
  background: white;
}

.header ul, .footer ul {
  padding: 0px;
}

.header li, .footer li {
  margin-right: 0.5em; margin-left: 0.5em;
}


div.header {
  display: none;
}

div.footer {
  display: none;
}

div.content { /*inget*/}

div.contbox {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em;
}

div.changes {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em;
}

div.footer {
  padding: 1em;
}

a {
  color: #333;
}

a:visited {
  color: black;
}


.comment cite, em cite, .comment em {
  font-style: normal;
}

.comment {
  list-style: none;
  font-style: italic;
}

h1, h2, h3, h4, h5 {
  text-align: center;
  color: #333;
}

.inline-parent li, .inline {
  display: inline;
}