snipt/media/css/blog-themes/default/style.scss

60 lines
1.4 KiB
SCSS
Raw Normal View History

2012-06-05 12:46:37 -07:00
body.blog-detail {
2012-06-04 17:57:20 -07:00
section.main {
div.inner {
section.snipts {
article.snipt {
div.container {
width: 940px;
2012-06-01 18:05:25 -07:00
}
}
}
}
}
2012-06-04 17:57:20 -07:00
div#disqus_thread {
width: 925px;
2012-06-01 18:05:25 -07:00
}
}
2012-06-05 12:46:37 -07:00
body.blog-site {
article.snipt {
div.group {
div.container {
width: 708px;
header {
min-height: 0;
h1 {
margin: 11px 15px;
}
}
}
}
}
section.main {
aside.main {
nav.footer {
ul.powered {
border-top: 1px solid #C0C0C0;
margin-top: 40px;
padding-top: 40px;
li {
background: transparent url('/static/images/favicon.png') center left no-repeat;
a {
border: none;
color: #3E6B73;
font-style: italic;
&:hover {
border-bottom: 1px solid #333;
color: #333;
}
}
}
}
}
}
}
}