Sha256: 806a34f675c9085ed06fd8a03d4b721429ca7f066f3a1b49cffde92c57ac128c
Contents?: true
Size: 433 Bytes
Versions: 10
Compression:
Stored size: 433 Bytes
Contents
//vars $background-color: #99CCFF; $content-background-color: aliceblue; $button-background-color: steelblue; $corner-radius: 5px; $shadow-radius: 10px; $window-width: 980px; $side_bar-width: 0; $padding: 10px; $content-width: $window-width - $side_bar-width - 2*($shadow-radius) - 2*$padding; @import 'sbdev_core'; @import 'bar_nav'; body { background: url("/assets/background.jpg") repeat fixed center top $background-color; }
Version data entries
10 entries across 10 versions & 1 rubygems