Sha256: 204aeac7feeda4ac9908e6264834cc1a077e94a677663eb11378b6bbcfbfe6fb

Contents?: true

Size: 1.35 KB

Versions: 1

Compression:

Stored size: 1.35 KB

Contents

@import "compass"
@import "compass/css3"
@import "html5_reset"
@import "960/grid"
@import "text"

/* App specific Custom styles */
$ninesixty-gutter-width: 12px
$ninesixty-grid-width: 960px
$ninesixty-columns: 16

$font-color:         #2a2a2a
$link-color:         #0388a6
$link-hover-color:   #009ce0
$link-focus-color:   $link-color
$link-active-color:  $link-color
$link-visited-color: $link-color

+text
// +font-face("Museo 300", font-files("/fonts/Museo300-Regular.otf", opentype))
// +font-face("Museo 500", font-files("/fonts/Museo500-Regular.otf", opentype))
// +font-face("Museo 700", font-files("/fonts/Museo700-Regular.otf", opentype))

a
  +link-colors($link-color, $link-hover-color, $link-focus-color, $link-active-color, $link-visited-color)
  &:link, &:active
    text-decoration: none
  &:hover
    text-decoration: underline

body
  background-color: #067851
  +text-shadow(rgba(0,0,0,0.3), 1px, 1px, 0px)
  padding: 10px 0px

#container
  +grid-container
  +clearfix
  background: #fff
  +border-radius(8px)
#main
  +grid(16)
  table
    tr
      margin-bottom: 5px
      th
        font-size: 1.2em
        padding-bottom: 8px
      td
        padding-right: 10px
        padding-bottom: 5px
  form
    .field
      margin-bottom: 5px
    .actions
      margin-bottom: 5px
header
  +grid(16)
  height: 30px
  margin-bottom: 10px
footer
  +grid(16)
  height: 40px

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
html5_layout-0.0.3 lib/generators/html5_layout/templates/app/stylesheets/application.sass