Sha256: 0ca040572089f3785ab5cbdc1688bafd0683061d5ad66d5184163a69ce36dc47
Contents?: true
Size: 1.36 KB
Versions: 1
Compression:
Stored size: 1.36 KB
Contents
@import 'includes/global'; @import 'includes/compat'; @import 'includes/defaults'; $debug: false; $grid-background-baseline-height:18px; @if($debug){ #wrapper{ @include grid-background; } }@else{ #maincontent{ background:white; } } $base-font-size:$blueprint-font-size; $base-line-height:18px; @include establish-baseline; html{ background:#333 url("#{$cdn}/footer.png"); } body{ border-top:5px solid #333; background:white url('#{$cdn}/top.png') 0px -173px repeat-x; } #wrapper{ @include container; @include min-height(400px); position:relative; } #homelink{ display:block; width:200px; height:35px; text-indent:-9999em; background:url("#{$cdn}/logo_white.png") no-repeat; position:relative; top:rhythm(1); } #headline{ position:absolute; top:1.75em; right:0; color:white; @include heading_font(true); font-size:1.25em; @include single-text-shadow($darkblue); } #footer{ background:#333 url("#{$cdn}/footer.png"); padding:2em 0; border-top:5px solid #212121; div{ @include container; color:white; } p.current_date{ font-size:3.5em; text-align:center; width:75px; height:70px; color:#ccc; @include single-text-shadow(black); text-transform:uppercase; line-height:1; font-weight:bold; position:relative; padding:.25em 0; background:transparentize(#444, 0.5); span{ display:block; font-size:.4em; } strong{ font-size:.2em; display:block; width:100%; padding-top:.25em; } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
transit-0.0.1 | app/assets/stylesheets/layout.css.scss |