packages feed

mathblog-0.1: skel/html/stylesheets/stylesheet.css

html {
  background: #aaa;
}
img {
  border: none;
}
body {
  font-size: 16px;
  margin-left: 3em;
  margin-right: 3em;
  background: #fff;
  margin-top: 0px;
  min-height: 900px;
}
#page {
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
#header {
  font-size: 26px;
}
h1 {
  font-size: 32px;
  font-weight: normal;
}
h3 {
  font-weight: normal;
}
#header a {
  color: #00f;
  text-decoration: none;
}
a#listing {
  float: right;
  font-size: 14px;
  margin-top: 0.25em;
}
div#all-posts {
  margin-top: 1.5em;
}
div.listing-entry {
  margin-top: 0.5em;
  padding-bottom: 0.5em;
}
span.post-title {
  font-size: 20px;
  display: block;
}
span.post-title a {
  text-decoration: none;
  color: blue;
}
span.post-created {
  font-size: 15px;
  display: block;
  margin-left: 1em;
  color: #555;
}
div#prev-next-links {
  margin-top: 1em;
}
.prev-link {
  color: blue;
  text-decoration: none;
  background-image: url('/images/newer.png');
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 30px;
}
.prev-link-subdued {
  color: #aaa;
  background-image: url('/images/newer-subdued.png');
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 30px;
}
.next-link {
  float: right;
  color: blue;
  text-decoration: none;
  background-image: url('/images/older.png');
  background-repeat: no-repeat;
  background-position: right 5px;
  padding-right: 25px;
}
.next-link-subdued {
  color: #aaa;
  float: right;
  background-image: url('/images/older-subdued.png');
  background-repeat: no-repeat;
  background-position: right 5px;
  padding-right: 25px;
}
#footer {
  border-top: 1px solid #ddd;
  color: #555;
  margin-top: 1em;
  padding-top: 0.5em;
  font-size: smaller;
}
#post h1 {
  margin-bottom: 0px;
}
#post span.post-created {
  color: #999;
}