Sha256: e061cc132a2618d40258351e9c8847cdf4bde73a31026e7b2ffb1119de815c01
Contents?: true
Size: 1.75 KB
Versions: 1
Compression:
Stored size: 1.75 KB
Contents
//-------------------------------- // Reset //-------------------------------- @include html5-boilerplate-reset; //-------------------------------- // Fonts //-------------------------------- @include html5-boilerplate-fonts; //-------------------------------- // Page //-------------------------------- body, select, input, textarea { color: $html5-boilerplate-font-color; } h1,h2,h3,h4,h5,h6 { @include bold-font; } html { @include font-smoothing; @include force-scrollbar; } a, a:active, a:visited { color: $html5-boilerplate-link-color; } a:hover { color: $html5-boilerplate-link-hover-color; } ul { margin-left: 30px; } ol { margin-left: 30px; list-style-type: decimal; } small { @include small-font; } strong, th { @include bold-font; } td, td img { vertical-align: top; } sub { vertical-align: sub; font-size: smaller; } sup { vertical-align: super; font-size: smaller; } @include accessible-focus; @include quoted-pre; @include align-input-labels; @include hand-cursor-inputs; @include selected-text; @include webkit-tap-highlight; @include ie-hacks; //-------------------------------- // Helpers //-------------------------------- .ir { @include image-replacement; } .hidden { @include hidden; } .visuallyhidden { @include visually-hidden; } @include magnificent-clearfix; //-------------------------------- // Media //-------------------------------- @media print { @include media-print; } @media all and (orientation:portrait) { // Style adjustments for portrait mode goes here } @media all and (orientation:landscape) { // Style adjustments for landscape mode goes here } @media screen and (max-device-width: 480px) { // Pass in false if you don't want iOS and WinMobile to mobile-optimize the text for you @include media-mobile(true); }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
html5-boilerplate-0.1.1 | templates/project/partials/_html5_boilerplate.scss |