Sha256: e5355fb1bfcc288407178177dc6ce8fedbe966ec86fe9dcbb423d39c8f05a777

Contents?: true

Size: 909 Bytes

Versions: 1

Compression:

Stored size: 909 Bytes

Contents

// load stuff!
@import 'schnitzelstyle';
@import 'schnitzelstyle/coderay';
@import 'schnitzelstyle/export';

@include schnitzel-complete;
@include schnitzel-export;

/* misc crap */
.social_media_buttons {
  margin: 1em 0;
}

/* posts */
article.post {
  header {
    .info {
      display: inline;
      margin-left: 1em;
      color: #999;
    }
  }

  &.draft header h2 { background-color: #ccc; }

  div.summary p {
    font: $font-header;
    font-size: 115%;
    line-height: 150%;
    color: #000;

    @media only screen and (max-width: 640px) {
      line-height: 130%;

      section.posts & {
        font-size: 100%;
      }
    }
  }

  p.permalink {
    a {
      color: lighten($color-text, 30%);
      border: none;
    }
  }
}

/* disqus */
#dsq-content {
  a {
    border: 0;
  }
  #dsq-reply {
    margin-bottom: 2em;
  }
  h3 {
    margin-top: 1em !important;
    @include clearfix;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
schreihals-0.0.3 lib/views/schreihals.scss