Sha256: dbacd27c2ed4085eb2ec28574a80e5d5af0dcc443c0258dfdcb0dba214812417
Contents?: true
Size: 1.25 KB
Versions: 2
Compression:
Stored size: 1.25 KB
Contents
@import "defaults"; @include susy; body { background-color: #222; } // change '#page' to match your HTML container element(s) #page { @include container; background-color: #fff; } #header { background-color: #550000; @include container; #logo { @include columns(2); @include alpha; font-size: 2em; padding: 1em 0.5em; color: #fff; @include serif-family; } @include box-shadow; } #menu { @include columns(4); @include omega; @include border-radius(5px); margin: 1em; ul { padding: 1em; @include no-bullets; @include inline-list; li { padding: 0; a { color: #fff; } } } } #content { padding: 2em; @include columns(8); @include alpha; } // show-grid loads a 64+16x24 grid image by default // For other grid settings, run `compass grid-img 30+10x20` // Where 30 is the column width, 10 is the gutter width, // and 20 is the (optional) line-height. /* Styles --------------------------------------------------------------*/ pre { font-size: 0.9em; background-color: #efefef; border: 1px solid #aaa; @include border-radius(5px); padding: 1em; margin-bottom: 0.5em }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
staticmatic3-2.1.10 | website/src/stylesheets/screen.scss |
staticmatic3-2.1.9 | website/src/stylesheets/screen.scss |