Sha256: 5ba2a7a9b273d073024b2e0fbbcaa4e2bf92fd20c89a17f54ae8b10c4d075f28

Contents?: true

Size: 1.36 KB

Versions: 14

Compression:

Stored size: 1.36 KB

Contents

// Posts and pages
//
// Each post is wrapped in `.post` and is used on default and post layouts. Each
// page is wrapped in `.page` and is only used on the page layout.

article + *, .post-body ~ section {
  padding-top: $section-spacing;
  border-top: 1px solid $border-color;
  margin-top: $section-spacing;

  > h2:first-child, > h3:first-child {
    margin-top: 0;
  }
}

.post, .page {
  .content {
    li + li {
      margin-top: .25rem;
    }
  }
}

// Blog post or page title
.page-title,
.post-title,
.post-title a {
  color: $heading-color;
}
.page-title,
.post-title {
  margin-top: 0;
}

// h1-size h2
h2.post-title, h2.page-title {
  font-size: 2rem;
}

// Meta data line below post title
.post-meta {
  margin-top: -.5rem;
  margin-bottom: 1rem;
  color: $body-muted;
}

.post-tags a {
  font-size: 0.8em;
  margin-right: 0.5rem;
  white-space:nowrap;
  .tag-name { text-transform: capitalize; }

  opacity: 0.75;
  &:hover {
    text-decoration: none;
    opacity: 1;
  }
}

.posts-by-tag h2 {
  text-transform: capitalize;
}

.posts-list {
  padding-left: 0;
  list-style: none;

  h3 {
    margin-top: 0;
  }

  li {
    small {
      font-size: 75%;
      color: #999;
      white-space: nowrap;
    }

    a:hover {
      color: $link-color;
      text-decoration: none;

      small {
        color: inherit;
      }
    }
  }
}

button.disqus-load {
  margin-top: 1em;
}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
jekyll-theme-hydeout-4.0.2 _sass/hydeout/_posts.scss
jekyll-theme-hydeout-4.0.1 _sass/hydeout/_posts.scss
jekyll-theme-hydeout-4.0.0 _sass/hydeout/_posts.scss
jekyll-theme-hydeout-3.7.1 _sass/hydeout/_posts.scss
jekyll-theme-hydeout-3.7.0 _sass/hydeout/_posts.scss
jekyll-theme-hydeout-3.6.0 _sass/hydeout/_posts.scss
jekyll-theme-hydeout-3.5.3 _sass/hydeout/_posts.scss
jekyll-theme-hydeout-3.5.2 _sass/hydeout/_posts.scss
jekyll-theme-hydeout-3.5.1 _sass/hydeout/_posts.scss
jekyll-theme-hydeout-3.5.0 _sass/hydeout/_posts.scss
jekyll-theme-hydeout-3.4.3 _sass/hydeout/_posts.scss
jekyll-theme-hydeout-3.4.2 _sass/hydeout/_posts.scss
jekyll-theme-hydeout-3.4.1 _sass/hydeout/_posts.scss
jekyll-theme-hydeout-3.4.0 _sass/hydeout/_posts.scss