// load stuff! @import 'schnitzelstyle/complete'; /* background image */ body { background-image: url(/img/background.png); } /* posts */ article.post { header { h1 { span.link-arrow { color: lighten($color-link, 30%); } } } div.summary { p:last-child a { font-weight: bold; } } footer { margin-top: 0.5em; .social_media_buttons { @include animated; margin: 2em 0; opacity: 0.3; &:hover { opacity: 1 } } } } // admin ul.admin { list-style: none; li { display: inline; margin-left: 0 !important; margin-right: 5px; a { @include small-type; } } } ul.admin-post-list { padding: 5px 0; max-height: 300px; overflow: auto; border-bottom: 1px dotted rgba($color-text, 0.5); border-top: 1px dotted rgba($color-text, 0.5); } // forms .input.post_title input { @include large-type; } // welcome message section.posts #welcome { font: $font-header; font-size: 2em; color: rgba($color-text, 0.5); p { line-height: 1.3; } strong { color: $color-text; } p:first-child { font-size: 130%; } span.heart { color: #c66; } } // disqus #dsq-content { a { border: 0; } #dsq-reply { margin-bottom: 2em; } h3 { margin-top: 1em !important; @include clearfix; } }