Sha256: 463708c813d54a16800ecb50d103d1675c12ad028688b3d9af1a8eab7834faff
Contents?: true
Size: 1023 Bytes
Versions: 3
Compression:
Stored size: 1023 Bytes
Contents
@import url('https://fonts.googleapis.com/css?family=Tienne:400,700'); $bodyFontFamily: Helvetica, sans-serif; $bigscreenBreakpoint: 900px; $logoOffset: 112px; $logoSize: 100px; $textColor: black; $linkColor: blue; $linkColorInverse: white; @mixin titleFontFamily($useBold: false) { font-family: 'Tienne', Georgia, serif; @if $useBold == true { font-weight: 700; } @else { font-weight: 400; } } @import 'normalize'; body { font-family: $bodyFontFamily; } input, textarea, button { font-size: inherit; font-family: inherit; } html { height: 100%; display: flex; flex-flow: column nowrap; align-items: stretch; } .section-title { font-size: 18px; text-transform: uppercase; flex-shrink: 0; margin-top: 0; position: relative; @media screen and (min-width: $bigscreenBreakpoint) { &:before { position: absolute; width: 112px; left: -112px; text-align: center; content: "⧐"; } } } @import 'offsets'; @import 'main'; @import 'home';
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-isotc211-0.2.2 | _sass/jekyll-theme-isotc211.scss |
jekyll-theme-isotc211-0.2.1 | _sass/jekyll-theme-isotc211.scss |
jekyll-theme-isotc211-0.2 | _sass/jekyll-theme-isotc211.scss |