Sha256: c0e5c6b4dfc9b546395e98137b70b4cbff32379536bcabfd23011c529ccfae10
Contents?: true
Size: 1.18 KB
Versions: 13
Compression:
Stored size: 1.18 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
13 entries across 13 versions & 2 rubygems