Sha256: 22e934835b87dbc8685300912086ead31005cb7f386cfb308e455b5939e48d9a
Contents?: true
Size: 1.37 KB
Versions: 1
Compression:
Stored size: 1.37 KB
Contents
@import blueprint @import compass $blue: #06C $white: #FFF $red: #C60 $green: #6C0 $black: #000 $dark-gray: rgba(0,0,0,.75) =bold font-weight: bold =t-4 font-size: 30px .t-4 +t-4 =t-3 font-size: 20px .t-3 +t-3 =t-2 font-size: 18px =t-1 font-size: 14px .t-1 +t-1 =t-0 font-size: 12px =t-upper text-transform: uppercase .t-upper +t-upper =t-center text-align: center =f-ga font-family: 'Georgia' =bfg($bg, $fg) background-color: $bg color: $fg =mb($val) margin-bottom: $val =ls($val) letter-spacing: $val =inline display: inline-block =padded padding: 10px =pad-lr padding: 0px 10px =p-rel position: relative =p-abs position: absolute =p-fix position: fixed =t-shadow text-shadow: 0px 1px 1px #AAA =t-shadow-dark text-shadow: 0px 1px 1px #444 =clear-border($color: 0.5) +box-shadow(0 0 0 5px rgba(0,0,0,$color),0 0 0 1px rgba(0,0,0,($color + 0.1))) =img-shadow($op:.3) +box-shadow(0px 0px 8px 1px rgba(0, 0, 0, $op)) =img-shadow-dark +box-shadow(0px 0px 8px 1px rgba(0,0,0,.7)) =box-shadow-1 +box-shadow(0px 1px 3px rgba(34, 25, 25, 0.4)) =bfg-grad($bg, $fg, $dark) +background-image(linear-gradient($bg, $bg, darken($bg, $dark))) color: $fg =animate($time : 0.16s) -moz-transition: all $time ease-in-out -webkit-transition: all $time ease-in-out =no-select -webkit-user-select: none -moz-user-select: none pointer-events: none
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
quick_script-0.0.47 | lib/quick_script/assets/css/mixins.css.sass |