diff options
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/_main.scss | 47 | ||||
-rw-r--r-- | web/css/core.scss | 8 |
2 files changed, 46 insertions, 9 deletions
diff --git a/web/css/_main.scss b/web/css/_main.scss index 383e099a1..305a9e43e 100644 --- a/web/css/_main.scss +++ b/web/css/_main.scss @@ -55,14 +55,6 @@ select, input, textarea { background-color: $header_back; } - p.promo { - border-top: 1px solid #bbb; - border-bottom: 1px solid #bbb; - background-color: #eee; - text-align: center; - padding: 0 0.5em; - } - } // Site layout @@ -106,7 +98,7 @@ select, input, textarea { #meta { list-style-type: none; - margin: 0.25em 0 0 1em; + margin: 30px 0 0.5em 1em; /* (was 0.25em 0 0 1em) forced to drop below promo (fix before the freeze) image */ padding: 0; font-size: 0.875em; li { @@ -164,6 +156,31 @@ select, input, textarea { background-position: 100% 0; } +#promo { + position: absolute; + top: 3.3em; + left: 10px; + a { + display: block; + padding:0; + border:2px solid white; + img { + margin:0px; + } + } + a:hover { + border:2px dotted #70CFE3; + } +} + +.promo-background { + margin-top:-4px; + background-image:url(/i/promo-icicles.gif); + background-repeat:repeat-x; + background-position:top left; + padding-top:3em; +} + #logo { border: none; position: absolute; @@ -211,6 +228,18 @@ select, input, textarea { #logo { display: none; } + #promo { + position: static; + width: 116px; + top: none; + text-align: center; + margin: 0.25em auto; + display:block; + } + .promo-background img#logo { + border:2px solid #fff; + background-color: #fff; + } #header { font-size: 150%; } diff --git a/web/css/core.scss b/web/css/core.scss index 0f98956de..03651b1e6 100644 --- a/web/css/core.scss +++ b/web/css/core.scss @@ -230,6 +230,14 @@ $map_width: 500px; margin-bottom: 1em; } + #category_meta { + margin-bottom: 30px; + } + + #category_meta label { + width: 10em; + } + // Map #map_box { |