diff options
Diffstat (limited to 'web/css/_main.scss')
-rw-r--r-- | web/css/_main.scss | 45 |
1 files changed, 37 insertions, 8 deletions
diff --git a/web/css/_main.scss b/web/css/_main.scss index 383e099a1..8d3b00418 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 @@ -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%; } |