Sha256: ebefdc0a0b906f30a12307e6f5882c9c3a829ea023b398f4cf336416b2d438a0
Contents?: true
Size: 1.08 KB
Versions: 36
Compression:
Stored size: 1.08 KB
Contents
/* ============== Base Page Layout Styles ================ */ html, body{ height: auto !important; } html{ background: image-url('alberta-blur.jpg') no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } body{ background: none; } footer{ background: image-url('footer-racetrack-big.png') no-repeat center 0; height: 200px; margin-top: $base-margin*12; } /* ============== Base Typography Styles ================ */ h1, h2, h3, h4, h5, h6, p{ font-family: $font-family-sans-serif; margin-bottom: 0.2em; margin-bottom: 0.2rem; //this is so headers have equal padding on bottom and top } h4{ margin-top: $base-margin*4; margin-bottom: $base-margin*2; } label{ font-family: $font-family-sans-serif; color: $charcoal; } p, li{ font-size: $base-font-size*0.875; color: $charcoal; font-family: $font-family-sans-serif; } a{ text-decoration: underline; color: $secondary-color; font-size: $base-font-size*0.875; } hr{ margin: $base-margin 0; } small{ font-size: 80%; }
Version data entries
36 entries across 36 versions & 1 rubygems