diff options
author | Dave Whiteland <dave@fury.ukcod.org.uk> | 2011-11-02 23:51:06 +0000 |
---|---|---|
committer | Dave Whiteland <dave@fury.ukcod.org.uk> | 2011-11-02 23:51:06 +0000 |
commit | 22c9af59e7316266dcfb2fe1bdd552fb9296e87e (patch) | |
tree | 0e44357787d69f427bc3fdc2dc2f97eecb7949f9 /web/css | |
parent | 004ac063640bd059ccc326f9aba6f589b3a965f8 (diff) |
Fix Before the Freeze winter promotion (main site only)
Diffstat (limited to 'web/css')
-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%; } |