Sha256: ef6174150c5804bab5b410c6e8664c02c37cd1d0425f72f89f07aa6e62a7b143
Contents?: true
Size: 1.1 KB
Versions: 12
Compression:
Stored size: 1.1 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-weight: 200; 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
12 entries across 12 versions & 1 rubygems