site-media/style/blog.css @ 82b1e2974cec
Centered non-inline blog images.
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 09 Feb 2009 19:50:03 -0500 |
parents |
f86753970a78 |
children |
54160ba670db |
div#blog-entry-date {
margin: 0em;
margin-bottom: 2em;
color: #666;
}
h1#blog-entry-title {
margin-bottom: 0.1em;
}
div.blog-list-entry {
border-bottom: 1px solid #eee;
padding-bottom: 0.5em;
padding-top: 0.5em;
-webkit-text-size-adjust: none;
}
h2.blog-list-entry-title {
display: inline;
}
p.blog-list-entry-snip {
display: inline;
padding-left: 1em;
color: #666;
}
h2#blog-list-older, h2#blog-list-newer {
display: inline;
}
h2#blog-list-newer {
float: right;
}
div#blog-entry {
margin-bottom: 1.5em;
}
div#blog-entry img {
border: 1px solid #000;
margin-left: auto;
margin-right: auto;
}
div#blog-entry-comments {
margin-top: 1.5em;
margin-bottom: 1.5em;
}
div#blog-entry-new-comment {
margin-top: 1.5em;
}
div.blog-entry-comment-body {
margin-left: 2em;
}
div.blog-entry-comment-body ol, div.blog-entry-comment-body ul, div.blog-entry-comment-body pre, div.blog-entry-comment-body code, div.blog-entry-comment-body blockquote, .wmd-preview ol, .wmd-preview ul, .wmd-preview pre, .wmd-preview code, .wmd-preview blockquote {
font-size: 1.0em;
padding-bottom: 0em;
}
div.wmd-preview {
margin-left: 2em;
}
div.blog-entry-comment-body h1, .wmd-preview h1 {
font-size: 1.4em;
}
div.blog-entry-comment-body h2, .wmd-preview h2 {
font-size: 1.3em;
}
div.blog-entry-comment-body h3, .wmd-preview h3, div.blog-entry-comment-body h4, .wmd-preview h4, div.blog-entry-comment-body h5, .wmd-preview h5, div.blog-entry-comment-body h6, .wmd-preview h6 {
font-size: 1.2em;
}
form#blog-new-comment-form textarea {
width: 100%;
}
input#blog-new-comment-name {
width: 40%;
margin-right: 1em;
}
input#blog-new-comment-submit {
margin-top: 1em;
}
p#blog-new-comment-body-area {
margin-bottom: 0em;
}
p#blog-new-comment-instructions {
margin-top: 0em;
}
span#blog-new-comment-invalid-body {
float: right;
}
#blog-new-comment-name-area label.invalid {
display: inline;
}
#blog-new-comment-body-area label.invalid {
float: right;
}
.blog-photo-inline-left {
float: left;
margin-right: 1.5em;
}
.blog-photo-inline-right {
float: right;
margin-left: 1.5em;
}
h2 + p .blog-photo-inline-left {
margin-top: 1em;
}