birdgrinder/_static/chunky.css @ 871d17fdead1

clojure-lanterna: Update site.
author Steve Losh <steve@stevelosh.com>
date Sat, 07 Jul 2012 15:23:49 -0400
parents 540e755bced8
children (none)
@import url("aal.css");
@font-face {
  font-family: 'ChunkFiveRegular';
  src: url('font/Chunkfive-webfont.eot');
  src: local('☺'), url('font/Chunkfive-webfont.woff') format('woff'), url('font/Chunkfive-webfont.ttf') format('truetype'), url('font/Chunkfive-webfont.svg#webfontb5K2fJwj') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  overflow-y: scroll;
}
body, html {
  text-rendering: optimizeLegibility;
  background-color: #faf9ef;
  font-family: Palatino, "Palatino Linotype", Georgia, serif;
}
body .documentwrapper, html .documentwrapper {
  width: 700px;
  margin: 4.5em auto 0;
}
body .documentwrapper #indices-and-tables, html .documentwrapper #indices-and-tables {
  display: none;
}
body .related, html .related {
  display: none;
}
body .footer, html .footer {
  width: 700px;
  margin: 3em auto 4.5em;
  text-align: center;
  font-style: italic;
  color: #3f3e00;
}
body h1,
html h1,
body h2,
html h2,
body h3,
html h3,
body h4,
html h4,
body h5,
html h5,
body h6,
html h6 {
  font-family: ChunkFiveRegular;
  font-weight: normal;
}
body h1 a,
html h1 a,
body h2 a,
html h2 a,
body h3 a,
html h3 a,
body h4 a,
html h4 a,
body h5 a,
html h5 a,
body h6 a,
html h6 a {
  color: #111;
  border-bottom: none;
}
body h1 a:hover,
html h1 a:hover,
body h2 a:hover,
html h2 a:hover,
body h3 a:hover,
html h3 a:hover,
body h4 a:hover,
html h4 a:hover,
body h5 a:hover,
html h5 a:hover,
body h6 a:hover,
html h6 a:hover {
  border-bottom: none;
  color: #5e5d00;
}
body h1, html h1 {
  font-size: 4.5em;
  text-align: center;
  text-shadow: 0px 1px 3px #ffffff;
}
body h2, html h2 {
  font-size: 2em;
  padding-top: 24px;
}
body a, html a {
  color: #3f3e00;
  text-decoration: none;
  border-bottom: 1px dashed #3f3e00;
}
body a:hover, html a:hover {
  color: #5e5d00;
  border-bottom: 1px dashed #5e5d00;
}
body .tagline, html .tagline {
  font-size: 1.5em;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 2em;
  text-align: center;
  color: #3f3e00;
  font-style: italic;
}
body .tagline a, html .tagline a {
  font-weight: bold;
  border-bottom: none;
}
body .tagline a:hover, html .tagline a:hover {
  border-bottom: none;
}
body .quickstart, html .quickstart {
  width: 350px;
  float: right;
  margin-left: 20px;
  margin-top: -12px;
}
body .quickstart .get a, html .quickstart .get a {
  color: #111;
  border-bottom: none;
}
body .quickstart .get a:hover, html .quickstart .get a:hover {
  border-bottom: none;
  color: #5e5d00;
}
body .quickstart .get a, html .quickstart .get a {
  display: block;
  text-align: right;
  font-family: ChunkFiveRegular, serif;
  font-size: 1.5em;
  margin: 0 0 0.25em;
}
body .quickstart pre, html .quickstart pre {
  margin-bottom: 37px;
}
body pre, html pre {
  font-size: 14px;
  line-height: 24px;
  background-color: #fcfcfc;
  border: 1px solid #a89d34;
  margin-top: -2px;
  margin-bottom: 24px;
  padding: 12px 14px;
}
body tt.literal, html tt.literal {
  font-size: 14px;
  line-height: 24px;
  background-color: #ffffff;
  border: 1px solid #cbc15a;
  padding: 2px 4px;
}
body .contents ul, html .contents ul {
  list-style-type: none;
}
body .contents ul li a, html .contents ul li a {
  font-weight: bold;
  border-bottom: none;
}
body .contents ul li a:hover, html .contents ul li a:hover {
  border-bottom: none;
}
body .contents > ul > li, html .contents > ul > li {
  margin-left: 0;
}