Sha256: 2f3ac570750ea60bd5910838a4afe49dde43d0802e917fac1276c09cd0c82973

Contents?: true

Size: 1.62 KB

Versions: 16

Compression:

Stored size: 1.62 KB

Contents

.header {

  color: $white;
  background-image: url($centos-img-motif);
  background-color: $dark;
  background-size: cover;
  background-position: top right;

  text-shadow: 0 0 5px $dark;

  &__home {
    display: flex;
    justify-content: center;
    flex-direction: column;

    padding-top: calc(#{$navbar-brand-height} * 4);
    padding-bottom: calc(#{$navbar-brand-height} * 6);
    margin-top: $navbar-brand-height;

    &__title, &__description, &__preamble {
      @extend .container;
    }

    &__description {
      @extend .lead;
    }
  }

  &__page {
    padding-top: calc(#{$navbar-brand-height} * 2);
    padding-bottom: calc(#{$navbar-brand-height} * 4);
    margin-top: $navbar-brand-height;

    display: flex;
    justify-content: center;
    flex-direction: column;

    &__title, &__description {
      @extend .container;
      text-shadow: 0 0 5px $dark;
    }

    &__description {
      @extend .lead;
    }
  }

  &__blog, &__post {
    padding-top: calc(#{$navbar-brand-height} * 2);
    padding-bottom: calc(#{$navbar-brand-height} * 4);
    margin-top: $navbar-brand-height;

    display: flex;
    justify-content: space-between;
    flex-direction: row;

    &__newer, &__older {
      padding: 0.5em;
      font-size: $h3-font-size;
      color: $white;
      background: $dark;
      opacity: 0.3;
      &:hover {
        opacity: 0.65;
      }
      &--disabled {
        opacity: 0;
        &:hover {
          opacity: 0;
        }
      }
    }
    &__present {
      @extend .container;
    }
    &__title, &__description {
      text-shadow: 0 0 5px $dark;
    }
    &__description {
      @extend .lead;
    }
  }
}

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
jekyll-theme-centos-0.6.17 _sass/centos/_header.scss
jekyll-theme-centos-0.6.16 _sass/centos/_header.scss
jekyll-theme-centos-0.6.15 _sass/centos/_header.scss
jekyll-theme-centos-0.6.14 _sass/centos/_header.scss
jekyll-theme-centos-0.6.13 _sass/centos/_header.scss
jekyll-theme-centos-0.6.12 _sass/centos/_header.scss
jekyll-theme-centos-0.6.11 _sass/centos/_header.scss
jekyll-theme-centos-0.6.10 _sass/centos/_header.scss
jekyll-theme-centos-0.6.9 _sass/centos/_header.scss
jekyll-theme-centos-0.6.8 _sass/centos/_header.scss
jekyll-theme-centos-0.6.7 _sass/centos/_header.scss
jekyll-theme-centos-0.6.6 _sass/centos/_header.scss
jekyll-theme-centos-0.6.5 _sass/centos/_header.scss
jekyll-theme-centos-0.6.4 _sass/centos/_header.scss
jekyll-theme-centos-0.6.3 _sass/centos/_header.scss
jekyll-theme-centos-0.6.2 _sass/centos/_header.scss