diff options
Diffstat (limited to 'web/cobrands/harrogate/layout.scss')
-rw-r--r-- | web/cobrands/harrogate/layout.scss | 93 |
1 files changed, 30 insertions, 63 deletions
diff --git a/web/cobrands/harrogate/layout.scss b/web/cobrands/harrogate/layout.scss index 417eff539..287fd85f4 100644 --- a/web/cobrands/harrogate/layout.scss +++ b/web/cobrands/harrogate/layout.scss @@ -1,55 +1,36 @@ +// Super tall map page header to accommodate the big logo +$mappage-header-height: 10em; + @import "_colours"; @import "../sass/layout"; -@media only screen and (min-width: 48em) { - #site-logo, - .ie6 #site-logo, - - body.frontpage #site-logo, - .ie6 body.frontpage #site-logo, - - body.twothirdswidthpage #site-logo, - .ie6 body.twothirdswidthpage #site-logo - { - position: relative; - top: 1.2em; - margin: 0; - padding: 0; - background: url("/cobrands/harrogate/HBCLogo.png") 0 0 no-repeat; - width: 227px; - height: 122px; - } - - body.frontpage #site-header, - .ie6 body.frontpage #site-header, - - body.twothirdswidthpage #site-header, - .ie6 body.twothirdswidthpage #site-header, - - body.mappage #site-header, - .ie6 body.mappage #site-header, - body.mappage .nav-wrapper-2, - .ie6 body.mappage .nav-wrapper-2 - { - height: 10em; - } - - #fms_pan_zoom { - top: 10.75em!important; - } +#site-logo, +.ie6 #site-logo, +body.frontpage #site-logo +{ + position: relative; + top: 1.2em; + margin: 0; + padding: 0; + background: url("/cobrands/harrogate/HBCLogo.png") 0 0 no-repeat; + width: 227px; + height: 122px; +} + +#site-header, +body.frontpage #site-header, +.ie6 body.frontpage #site-header, +.ie7 body.frontpage #site-header, +.nav-wrapper-2 +{ + height: 10em; } -@media only screen and (min-width: 48em) { - body.twothirdswidthpage .container .content footer .tablewrapper a:link, - body.twothirdswidthpage .container .content footer .tablewrapper a:visited, - body.fullwidthpage .container .content footer .tablewrapper a:link, - body.fullwidthpage .container .content footer .tablewrapper a:visited { - color: white; - } - - body.mappage #user-meta+.container .content { - padding-top: 1.5em; - } +body.twothirdswidthpage .container .content footer .tablewrapper a:link, +body.twothirdswidthpage .container .content footer .tablewrapper a:visited, +body.fullwidthpage .container .content footer .tablewrapper a:link, +body.fullwidthpage .container .content footer .tablewrapper a:visited { + color: white; } #main-nav { @@ -69,10 +50,8 @@ body.twothirdswidthpage .container .content { padding-right: 0; } -@media only screen and (min-width: 48em) { - body.fullwidthpage .container .content { - margin-top: 3em; // push far enough for the sign-out link to also be visible - } +body.fullwidthpage .container .content { + margin-top: 3em; // push far enough for the sign-out link to also be visible } body.twothirdswidthpage .content aside { @@ -130,18 +109,6 @@ body.mappage .nav-wrapper .nav-wrapper-2 { } -body.frontpage #user-meta p { - top: -2.4em; -} - -body.mappage #user-meta { - top: 2em; - p { - background: $primary; - border-color: $primary_dark; - } -} - body.mappage .content { margin-top: 4em; } |