site-media/style/stevelosh.css @ 80a83fa13e59

Fixing the ampersand color in links.
author Steve Losh <steve@stevelosh.com>
date Wed, 11 Mar 2009 19:01:29 -0400
parents 444fa384fab8
children a026ed8b4c6f
body.stevelosh {
    color: #111;
}

div#wrapper {
    margin-bottom: 5em;
}

p, ol, ul, pre, code, blockquote {
    font-size: 1.2em;
}

p code { background-color: #eee; padding: 2px; border: 1px solid #ddd; }

input, textarea {
    font-size: 1.0em;
    margin: 0em;
}

ol, ul {
    padding-left: 2em;
}

pre, blockquote {
    margin-left: 2em;
    padding: 1em;
    background-color: #f9f9f9;
    border: 1px solid #eee;
}

a:link, a:visited, a:active {
    color: #900;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#wrapper {
    border: 1px solid white;
}

div#header {
    margin-bottom: 3em;
}

div#header h1 {
    font-size: 7em;
    line-height: 1em;
    display: inline;
    font-weight: normal;
    letter-spacing: -4px;
}

h1#site-logo {
    color: black;
}

h1#site-heading {
    color: #666;
}

h1 { 
    font-weight: bold;
    line-height: 1.2em; 
}

h2 {
    margin-bottom: 0.25em;
    font-weight: bold;
}

h3 { 
	margin-bottom: 0.5em; font-weight: bold; 
}

h4 { 
	margin-bottom: 0.5em; font-weight: bold; 
}

h1 a:link, h1 a:visited, h1 a:active, h2 a:link, h2 a:visited, h2 a:active,
h3 a:link, h3 a:visited, h3 a:active {
    color: black;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
    color: #900;
}

div#sidebar div.sidebar-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

div#sidebar h2 {
    display: inline;
}

p.form-label {
    color: #666;
    margin-bottom: 0em;
}

label.invalid {
    font-size: 1em;
    font-weight: normal;
}

.invalid {
    color: #F00;
}

/* Typogrify Styles */

.amp { 
	color: #444; 
	font-size: 1.05em; 
    font-family: "Warnock Pro", "Palatino", "Book Antiqua", serif; 
    font-style: italic;
}

a .amp { color: inherit; }
a:hover .amp { color: inherit; }
.caps { font-size: 0.92em; }
.quo { margin-left: -0.30em; }
.dquo { margin-left: -0.38em; }

img.inline-photo-right {
    float: right;
    margin-left: 1.5em;
}

img.inline-photo-left {
    float: left;
    margin-right: 1.5em;
}