Sha256: 4c94b6dd5d3d5930781fc6fec9d231b6f25afddf5af148adc1a991961bef3d1f

Contents?: true

Size: 1.05 KB

Versions: 6

Compression:

Stored size: 1.05 KB

Contents

@import "compass/css3";

//-----------------------------------------------
// The following html5-boilerplate styles should
// probably be customized for each site
//-----------------------------------------------

h1, h2, h3, h4, h5, h6 {
  // Bold might not be the best choice if you are
  // embedding font faces that are already bold
  font-weight: bold;
}

strong, th {
  font-weight: bold;
}

small {
  // Use font-size mixin to convert to percentage for YUI
  // http://developer.yahoo.com/yui/3/cssfonts/#fontsize
  @include font-size(11px);  // approx 85% when base-font-size eq 13px
}

// Add the 'required' attribute on your
// inputs if you want to use these
input:valid, textarea:valid {}
input:invalid, textarea:invalid {
  @include border-radius(1px);
  @include box-shadow(red, 0, 0, 5px, 0);
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid { background-color: #f0dddd; }


//-----------------------------------
// Add your own custom styles below
//-----------------------------------

body {}

#container {}

header {}

#main {}

footer {}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
html5-boilerplate-0.3.0 templates/project/partials/_page.scss
html5-boilerplate-0.2.6 templates/project/partials/_page.scss
html5-boilerplate-0.2.5 templates/project/partials/_page.scss
html5-boilerplate-0.2.4 templates/project/partials/_page.scss
html5-boilerplate-0.2.3 templates/project/partials/_page.scss
html5-boilerplate-0.2.2 templates/project/partials/_page.scss