Sha256: 5aa4d2fcc9d6e7f216a22afe48c7105e036fa47956a50934f197ef697a35f8ed
Contents?: true
Size: 1.52 KB
Versions: 1
Compression:
Stored size: 1.52 KB
Contents
$line-height: 1.4 !default; $font-color: #222 !default; $font-family: sans-serif !default; $font-size: 1em !default; $selected-font-color: #fff !default; $selected-background-color: #b3d4fc !default; @mixin h5bp-main { @include h5bp-base-styles; @include h5bp-chromeframe; } // // Base styles: opinionated defaults // @mixin h5bp-base-styles { html, button, input, select, textarea { color: $font-color; } body { font-size: $font-size; line-height: $line-height; } // Remove text-shadow in selection highlight: h5bp.com/i // These selection rule sets have to be separate. // Customize the background color to match your design. ::-moz-selection { background: $selected-background-color; text-shadow: none; } ::selection { background: $selected-background-color; text-shadow: none; } // A better looking default horizontal rule hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } // Remove the gap between images and the bottom of their containers: h5bp.com/i/440 img { vertical-align: middle; } // Remove default fieldset styles. fieldset { border: 0; margin: 0; padding: 0; } // Allow only vertical resizing of textareas. textarea { resize: vertical; } } // // Chrome Frame Prompt // @mixin h5bp-chromeframe { .chromeframe { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
compass-h5bp-0.1.2 | stylesheets/h5bp/_main.scss |