Sha256: 224a19a2aa088d43eefc7b42d22514faf0c6de4e97c55f078dd6c587dd14d748

Contents?: true

Size: 810 Bytes

Versions: 2

Compression:

Stored size: 810 Bytes

Contents

body {
  width: 100%;
  text-align: center;
  overflow-x: hidden;
}

#posts {
  width: 700px;
  display: inline-block;
  text-align: left;
}

.post {
  padding: 25px;
  border: 1px solid black;
}

a {
  text-decoration: none;
  color: grey;
}

a:hover {
  color: black;
}

h1 {
  font-family: 'Poiret One', cursive;
}

h2, h3, h4, p {
  font-family: 'Droid Serif', serif;
}

p {
  margin-top: 4px;
  margin-bottom: 4px;
}

blockquote {
  background: rgba(0, 0, 0, 0.05);
  border-left: 7px solid #ccc;
  margin: 1em 10px;
  padding: 0.5em 10px;
}

.post-date {
  font-size: 8px;
}

.quote-attr {
  font-size: 10px;
  margin-left: 8px;
}

.post-reply {
  font-size: 10px;
  color: grey;
  margin-top: 8px;
}

.code {
  background: #272822;
  padding: 1em;
  overflow-x: scroll;
}

.img-post {
  width: 650px;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
frenchpress-0.2.1 install/css/main.css
frenchpress-0.2 install/css/main.css