Sha256: cfa75a6f6c3898e20d870865f1e58c16dc26ee0b6ff41d173cb61cdb897711e7

Contents?: true

Size: 1.73 KB

Versions: 3

Compression:

Stored size: 1.73 KB

Contents

//** DEFAULT STYLES **//
// Don't forget to set your default styles.


// Get all the details and mixins from base.sass
@import base.sass
// Reset browser defaults, and prepare block-level HTML5 elements
@import susy/reset.sass


/* @group defaults */

body
  +sans-family
  color= !base

/* @group links */

a, input, textarea, button
  &:focus
    outline= 1px "dotted" !alt

a
  &:link, &:visited
    color= !alt
  &:focus, &:hover, &:active
    color= !alt - #222
    text-decoration: none

/* @end */


/* @group headers */

h1, h2, h3, h4, h5, h6
  font-weight: bold

/* @end */


/* @group tables */

/* tables still need 'cellspacing="0"' in the markup */

table
  width: 100%
  border:
    width: 0
    style: solid 
    color= !base
  +top-border(1px, 0.5)
  +bottom-border(1px, 0.5)

th
  font-weight: bold

/* @end */


/* @group block tags */

p
  +leader
  +trailer

=list-default(!ol = false)
  +leader
  +trailer
  @if !ol
    list-style: decimal
  @else
    list-style: disc

=no-style-list
  +no-bullets
  margin: 0
  padding: 0

ol
  +list-default("ol")

ul
  +list-default

blockquote
  margin= !base_rhythm_unit
  +serif-family

/* @end */


/* @group inline tags */

cite
  font-style: italic

em
  font-style: italic

strong
  font-weight: bold

ins
  text-decoration: underline

del
  text-decoration: line-through

q
  font-style: italic
  em
    font-style: normal

/* @end */


/* @group replaced tags */

img
  vertical-align: bottom

/* @end */


/* @group forms */

form *:focus
  outline: none

fieldset
  +trailer

legend
  font-weight: bold
  font-variant: small-caps

label
  display: block
  +leader

legend + label
  margin-top: 0

textarea, input:not([type="radio"])
  +box-sizing("border-box")
  width: 100%

/* @end */


/* @end */

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
compass-susy-plugin-0.7.0.pre4 templates/project/_defaults.sass
compass-susy-plugin-0.7.0.pre3 templates/project/_defaults.sass
compass-susy-plugin-0.7.0.pre2 templates/project/_defaults.sass