Sha256: 69b8b008c538f40635c7fc7d8ebdcf19ce2c8cc282aeb554bd1663d87c158bdb

Contents?: true

Size: 1.78 KB

Versions: 1

Compression:

Stored size: 1.78 KB

Contents

//--------------------------------
// Reset
//--------------------------------
@include html5-boilerplate-reset;


//--------------------------------
// Fonts
//--------------------------------
@include html5-boilerplate-fonts;


//--------------------------------
// Page
//--------------------------------
body, select, input, textarea { color: $font-color; }

h1, h2, h3, h4, h5, h6 { @include bold-font; }

html {
  @include font-smoothing;
  @include force-scrollbar;
}

a, a:active, a:visited { color: $link-color; }
a:hover { color: $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 input-validation;

@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('clearfix');  // Override with custom class-name


//--------------------------------
// 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.3 templates/project/partials/_html5_boilerplate.scss