lib/views/schnitzelpress.scss in schnitzelpress-0.0.6 vs lib/views/schnitzelpress.scss in schnitzelpress-0.0.7

- old
+ new

@@ -1,8 +1,13 @@ // load stuff! @import 'schnitzelstyle/complete'; +/* background image */ +body { + background: url(/img/background.png); +} + /* misc crap */ .social_media_buttons { margin: 1em 0; } @@ -20,24 +25,24 @@ } /* posts */ article.post { &.draft header h1 { background-color: #ccc; } - &.link header { + header { h1 { font-size: 100%; background: none; text-transform: none; padding: none; + color: lighten($color-link, 30%); } font: $font-header; font-weight: bold; background-color: darken($color-page-background, 5%); display: inline-block; line-height: 150%; border-bottom: 2px solid $color-link-underline; - color: darken($color-page-background, 30%); a { border: none; } } @@ -88,9 +93,20 @@ } /* forms */ .input.post_published_at input { width: 180px; } .input.post_slug input { width: 180px } + +/* welcome message */ +section.posts #welcome { + font: $font-header; + font-size: 2em; + color: $color-2; + p { line-height: 1.3; } + strong { color: $color-1; } + p:first-child { font-size: 130%; } + span.heart { color: #c66; } +} /* disqus */ #dsq-content { a { border: 0;