Sha256: 17a70a01ef0d12991b0157e29965eec0894a825d6cc5ab1a10236640a5a8eff7
Contents?: true
Size: 1.98 KB
Versions: 16
Compression:
Stored size: 1.98 KB
Contents
@import "constants.scss"; #header { background: $header_bg; padding-left: 0.5em; clear: both; height: 3em; h1 { @include reset-box-model; font-size: 200%; font-weight: bold; float: left; a, a:visited, a:active, a:hover { color: #eeeeee; } } } #info { float: right; background: $main_bg; padding: 0.3em; margin: 0.65em 0.5em 0 0; opacity: 0.8; } #search { opacity: 0.8; float: right; border: none; input { margin: 0.65em 0.5em 0 0; width: 10em; padding: 0.2em; padding-left: 20px; background: $main_bg url(images/search.png) no-repeat 0.2em 0.2em; } } html, body { height: 100%; } #container { min-height: 520px; position: relative; display: block; overflow: hidden; padding-right: 7em; padding-left: $sidebar_width; background: url(images/bg/container.png) top left repeat-y; z-index: 10; } #content { position: relative; float: left; width: 100%; padding: 2.5em 3.5em; background: url(images/bg/content.png) top left repeat-x; } #sidebar { background: $light_bg; position: relative; width: $sidebar_width; float: left; padding-bottom: 3.5em; margin-left: -$sidebar_width; h1, h2, h3, h4, h5, h6 { font-size: 140%; background: white; font-weight: normal; line-height: 1.2em; margin: 1em 0 0 0; padding: 0 0.2em; border-top: 1px solid #95bbff; border-bottom: 1px solid #95bbff; display: block; } ul { @include reset-box-model; list-style: none; li { margin: 0; a { padding: 0 5px; display: block; } } ul a { padding: 0 20px; } ul ul a { padding: 0 35px; } } } #footer { clear: both; position: relative; color: $light_color; font-size: 90%; background: url(images/bg/footer.png) top left repeat-x; margin-top: -10px; padding: 2em; text-align: right; z-index: 1 !important; .powered_by { margin-top: 1em; color: #aaaaaa; font-size: 90%; } }
Version data entries
16 entries across 16 versions & 1 rubygems