Sha256: f9503cde4a936258aae17f0a1cdec59a498a91d7c2f51e008a88bd48dbdd53a0

Contents?: true

Size: 1.44 KB

Versions: 26

Compression:

Stored size: 1.44 KB

Contents

@mixin content {

  background: #fff;
  padding: 2.75rem;
  margin-top: -120px;
  min-height: 490px;
  box-shadow: 0px -2px 3px 0px rgba(50, 50, 50, 0.25);

  h1, h2, h3, h4, h5, h6 {
    scroll-margin-top: $scroll-margin-top + 2.5;
    &:first-of-type {
      margin-top: 0;
      padding-top: 0;
    }
  }

  h2 {
    margin-top: $scroll-margin-top;
    border-bottom: 3px solid $dark;
  }

  img {
    @extend .img-fluid;
    width: 100%;
  }

  pre {
    font-family: "overpass-mono";
    @extend .highlight, .pre-scrollable;
    padding: 5px 10px;
  }

  code {
    font-family: "overpass-mono";
  }

  table {
    @extend .table, .table-striped;
    thead {
      @extend .thead-dark;
    }
  }

  blockquote {
    @extend .blockquote;
    font-size: $font-size-base;

    border-left: 5px solid $info;
    background-color: rgba($info, 0.05);
    padding: 1em;

    blockquote {
      border-left: 5px solid $success;
      background-color: rgba($success, 0.05);
      blockquote {
          border-left: 5px solid $warning;
          background-color: rgba($warning, 0.05);
        blockquote {
          border-left: 5px solid $danger;
          background-color: rgba($danger, 0.05);
        }
      }
    }
  }

  .alert {
    .title {
      font-size: $h4-font-size;
      font-weight: $font-weight-bold;
    }
  }

  .video {
    @extend .embed-responsive, .embed-responsive-16by9;
    margin-bottom: $line-height-base * 1em;
  }

  @include code-header;
}

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
jekyll-theme-centos-0.6.25 _sass/centos/mixins/_content.scss
jekyll-theme-centos-0.6.24 _sass/centos/mixins/_content.scss
jekyll-theme-centos-0.6.23 _sass/centos/mixins/_content.scss
jekyll-theme-centos-0.6.22 _sass/centos/mixins/_content.scss
jekyll-theme-centos-0.6.21 _sass/centos/mixins/_content.scss
jekyll-theme-centos-0.6.20 _sass/centos/mixins/_content.scss
jekyll-theme-centos-0.6.19 _sass/centos/mixins/_content.scss
jekyll-theme-centos-0.6.18 _sass/centos/mixins/_content.scss
jekyll-theme-centos-0.6.17 _sass/centos/mixins/_content.scss
jekyll-theme-centos-0.6.16 _sass/centos/mixins/_content.scss
jekyll-theme-centos-0.6.15 _sass/centos/mixins/_content.scss
jekyll-theme-centos-0.6.14 _sass/centos/mixins/_content.scss
jekyll-theme-centos-0.6.13 _sass/centos/mixins/_content.scss
jekyll-theme-centos-0.6.12 _sass/centos/mixins/_content.scss
jekyll-theme-centos-0.6.11 _sass/centos/mixins/_content.scss
jekyll-theme-centos-0.6.10 _sass/centos/mixins/_content.scss
jekyll-theme-centos-0.6.9 _sass/centos/mixins/_content.scss
jekyll-theme-centos-0.6.8 _sass/centos/mixins/_content.scss
jekyll-theme-centos-0.6.7 _sass/centos/mixins/_content.scss
jekyll-theme-centos-0.6.6 _sass/centos/mixins/_content.scss