Sha256: 4c43e54acbe332c19a21827798d4ab8623bb60e4ef5703d32ab6c99f788ae935

Contents?: true

Size: 1.58 KB

Versions: 4

Compression:

Stored size: 1.58 KB

Contents

// This File is imported last, and will override other styles in the cascade
// Add styles here to make changes without digging in too much

// Import
@import "icomoon";
@import "footnotes";
@import "tablestyle";
@import "background";
@import "header";
@import "navigation";
@import "article";
@import "footer";

// Main layout
html {
  body > div > div {
    border-right: none;
  }

  audio {
    width:100%;
  }

  i.icon { // 使用 Pictos 的 icon font
    font-family: 'Pictos Custom';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
  }

  ::selection {
    color: hsl(0, 0, 100%);
    background: hsl(0, 0, 0); /* Safari */
    }
  ::-moz-selection {
    color: hsl(0, 0, 100%);
    background: hsl(0, 0, 0); /* Firefox */
  }
}

// Responsive design
@media only screen and (min-width: 1037px) {
  body > nav {
    @include border-top-radius(.4em);
  }

  body > footer {
    @include border-bottom-radius(.4em);
  }
}

@media only screen and (min-width: 550px) {
  body > header > hgroup {
    section div#banner {
      display: none;
    }
  }
}

// the divider between links in navigator
@media only screen and (min-width: 992px) {
  .divider {
    height: 48px; /* this */
    margin: -.57em 0em 0em 0em;  /* pulls the border to the top of the header */
  }
}

@media only screen and (max-width: 992px) {
  .divider {
    height: 42px; /* this */
    margin: -.57em 0em 0em 0em;  /* pulls the border to the top of the header */
  }
}

@media only screen and (max-width: 768px) {
  .divider {
    height: 40px;
    margin: -.53em 0 0 0;
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-lenciel-theme-0.1.8 _sass/custom/_styles.scss
jekyll-lenciel-theme-0.1.7 _sass/custom/_styles.scss
jekyll-lenciel-theme-0.1.6 _sass/custom/_styles.scss
jekyll-lenciel-theme-0.1.5 _sass/custom/_styles.scss