Sha256: b05bc0122f0073416b84fa834869f4a180a161e9eb22ea2d53242e608111731b

Contents?: true

Size: 1.48 KB

Versions: 2

Compression:

Stored size: 1.48 KB

Contents

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1 {
  font-size: 2.2em;
  line-height: 1;
  margin-bottom: 0.25em;
}
h2 {
  font-size: 1.6em;
  margin-bottom: 0.25em;
  line-height: 1.1;
}
h3 {
  font-size: 1.3em;
  line-height: 1;
  margin-bottom: 0.25em;
}
h4 {
  font-size: 1.1em;
  line-height: 1.25;
  margin-bottom: 0.25em;
}
h5 {
  font-size: 1em;
  margin-bottom: 0.25em;
}
h6 {
  font-size: 1em;
  margin-bottom: 0.25em;
}

/* Text elements */
p { margin-bottom: 0.5em; }
p.last { margin-bottom: 0; }
p img {
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
p img.top { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img { margin: 0 0 1.5em; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
address {
  margin-top: 1.5em;
  font-style: italic;
}
del { color:#666; }

a, a:link {
  color: #1a4882;
  text-decoration: underline;
}
a:visited { color: #1a4882; }
a:hover { color: #052246; }
a:active, a:focus { color: #1a4882; }

blockquote {
  margin: 1.5em 0;
  color: #666;
  font-style: italic;
  padding-left: 1em;
  border-left: 4px solid #d1d1d1;
}
strong { font-weight: bold; }
em, dfn { font-style: italic;  }
dfn { font-weight: bold; }
pre, code {
  margin: 1.5em 0;
  white-space: pre;
}
pre, code, tt {
  font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace;
  line-height: 1.5;
}
pre.code {
  background: #000; 
  color: #fff;
  padding: 20px;
}
tt {
  display: block;
  margin: 1.5em 0;
  line-height: 1.5;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
flutie-1.0.4 public/stylesheets/type.css
flutie-1.0.3 public/stylesheets/type.css