site-media/style/stevelosh.css @ 67bcfb62a139

Add the TOC extension to project and entry bodies.
author Steve Losh <steve@stevelosh.com>
date Sun, 26 Jul 2009 17:44:09 -0400
parents 37bd34b1c710
children (none)
/* @override http://stevelosh.com/site-media/style/stevelosh.css */

body.stevelosh {
    color: #111;
}
div#wrapper {
    margin-bottom: 5em;
}
p code, li 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;
    margin-right: 2em;
    background-color: #f5f5f5;
    padding: 1.5em;
    border: 1px solid #ddd;
}
a:link, a:visited, a:active {
    color: #e50053;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#wrapper {
    border: 1px solid white;
}
div#header {
    margin-bottom: 3em;
}
div#header h1 {
    font-size: 6em;
    line-height: 1em;
    display: inline;
    font-weight: normal;
    letter-spacing: -4px;
}
h1#site-logo {
    color: black;
}
h1#site-heading {
    color: #666;
}
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: #e50053;
}
div#sidebar div.sidebar-item {
    border-bottom: 1px solid #eee;
    height: 3em;
}
div#sidebar h2 {
    display: inline;
    font-size: 1.5em;
    line-height: 2em;
    margin-bottom: 0em;
    -webkit-text-size-adjust: none;
}
ul.print-links {
    display: none;
}
p.form-label {
    color: #666;
    margin-bottom: 0em;
}
label.invalid {
    font-size: 1em;
    font-weight: normal;
}
.invalid {
    color: #F00;
}

div.toc ul {
    list-style-type: none;
    padding-left: 0;
}
div.toc > ul > li {
    margin-left: 0;
}

/* Typogrify Styles */

.amp { 
	color: #444;
	font: italic 1.05em "Hoefler Text", "Warnock Pro", Palatino, "Book Antiqua", serif;
	font-weight: inherit;
}
a .amp { color: inherit; }
a:hover .amp { color: inherit; }
.caps { font-size: 0.92em; font-weight: inherit;}
.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;
}