Skip to content

Instantly share code, notes, and snippets.

@jdlich
Created April 7, 2010 21:28
Show Gist options
  • Save jdlich/359484 to your computer and use it in GitHub Desktop.
Save jdlich/359484 to your computer and use it in GitHub Desktop.
---
---
/*
Typography
-------------------------------------------------------------- */
body {
line-height: 18px;
}
h1 {
font: normal 20px/18px georgia, 'Times New Roman', serif;
color: #ded9cc;
margin-bottom: 18px;
span {
font-size: 10px;
font-family: helvetica, arial, sans-serif;
}
span.subtitle {
font: normal 20px/18px georgia, 'Times New Roman', serif;
color: #b8ae95;
}
}
h2 {
font: bold 12px/18px helvetica, arial, sans-serif;
letter-spacing: 1.5px;
color: #c8ba84;
margin-bottom: 18px;
}
#homes h2 {
margin-bottom: 9px;
}
h3 {
color: #c0b7a2;
font-size: 12px;
font-family: helvetica, arial, sans-serif;
font-weight: normal;
}
a:link,
a:visited {
color: #cfc8b7;
text-decoration: underline;
}
a:hover {
color: #fff;
}
p {
color: #c0b7a2;
font-size: 12px;
font-family: helvetica, arial, sans-serif;
margin-bottom: 18px;
}
p.quote {
font-size: 20px;
font-family: georgia, 'Times New Roman', serif;
line-height: 1.5;
span {
color: #cfc8b7;
font-size: 12px;
font-family: helvetica, arial, sans-serif;
margin-bottom: 18px;
}
}
.price {
font-size: 18px;
color: #fff;
font-family: georgia, 'Times New Roman', serif;
}
ul {
list-style: none;
}
ol {
list-style-position: inside;
}
time {
font-weight: bold;
}
#content {
ul {
font-size: 12px;
color: #cfc8b7;
font-family: helvetica, arial, sans-serif;
margin-bottom: 18px;
}
#bios {
h2 {
letter-spacing: 0;
color: #fff;
font-size: 12px;
margin-bottom: 0;
padding-top: 18px;
}
h3 {
margin-bottom: 18px;
}
}
#call_to_action p {
color: #e8e2ce;
font-size: 20px;
font-family: georgia, 'Times New Roman', serif;
text-align: center;
margin-top: 20px;
a:visited,
a:link {
color: #fff;
}
a:hover {
color: #e8e2ce;
}
span {
color: #fff;
}
}
#thumbnails {
h2 { /* description */
letter-spacing: 0;
color: #c0b7a2;
font-size: 12px;
font-family: helvetica, arial, sans-serif;
font-weight: normal;
margin-bottom: 0;
}
p { /* price */
font-size: 18px;
color: #fff;
font-family: georgia, 'Times New Roman', serif;
}
}
#thumbnails.prevnext {
h2 {
font: normal 14px/18px georgia, 'Times New Roman', serif;
color: #a2957e;
}
}
#thumbnails.neighborhoods {
p {
margin-bottom: 0;
}
}
#navigation_bar {
a:link,
a:visited {
font-family: georgia, 'Times New Roman', serif;
text-decoration: none;
color: #aea99b;
}
a:hover {
color: #fff;
}
}
}
/*
footer */
#footer {
p {
color: #887c64;
}
a:link,
a:visited {
color: #ada38d;
}
a:hover {
color: #fff;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment