aboutsummaryrefslogtreecommitdiffstats
path: root/web/css/_main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/css/_main.scss')
-rw-r--r--web/css/_main.scss47
1 files changed, 38 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%;
}