snipt/media/css/style.css

86 lines
1.5 KiB
CSS
Raw Normal View History

2012-05-31 22:21:28 -07:00
body.blog-site {
margin: 0;
2012-05-31 19:32:32 -07:00
}
2012-05-31 22:21:28 -07:00
body.blog-site section.frame {
margin: 0 auto;
padding-top: 50px;
width: 500px;
2012-05-31 19:32:32 -07:00
}
2012-05-31 22:21:28 -07:00
body.blog-site h1.blog-title {
font-size: 34px;
margin-bottom: 50px;
margin-top: 0;
}
body.blog-site h1.blog-title a {
2012-05-31 19:32:32 -07:00
color: #0094AF;
2012-05-31 22:21:28 -07:00
font-weight: normal;
text-decoration: none;
2012-05-31 19:32:32 -07:00
}
2012-05-31 22:21:28 -07:00
body.blog-site header.main {
background: none;
border-bottom: 0;
height: auto;
margin: 0 auto;
width: 940px;
}
body.blog-site header.main h1 {
margin: 0;
padding: 29px 0 0 15px;
}
2012-06-01 08:38:55 -07:00
html, body {
background: #f5f2f3 url("/static/images/bg.gif") top left repeat;
}
body {
color: #666;
font: normal 14px/16px "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
text-rendering: optimizeLegibility;
}
body li {
line-height: normal;
}
.group:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.hidden {
display: none;
}
body {
2012-05-31 22:29:25 -07:00
color: #B3B3B3;
font: normal 17px/24px "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
}
2012-06-01 08:38:55 -07:00
body h1.blog-title {
2012-05-31 22:21:28 -07:00
line-height: 24px;
}
2012-06-01 08:38:55 -07:00
body.blog-homepage {
padding-bottom: 39px;
}
body.blog-homepage p {
font: normal 17px/24px "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
margin: 17px 0;
}
body.blog-homepage li {
line-height: 24px;
margin: 5px 15px;
2012-05-31 22:21:28 -07:00
}
body.blog-homepage img {
display: block;
margin: 53px auto 0 auto;
2012-05-31 19:32:32 -07:00
}
2012-05-31 22:29:25 -07:00
body.blog-homepage a {
color: #898989;
}
body.blog-homepage a:hover {
color: #292929;
2012-06-01 08:38:55 -07:00
text-decoration: none;
2012-05-31 22:29:25 -07:00
}