aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/eastherts/footer_extra.html36
-rw-r--r--templates/web/eastherts/header_site.html37
-rw-r--r--web/cobrands/eastherts/_colours.scss2
-rw-r--r--web/cobrands/eastherts/base.scss74
-rw-r--r--web/cobrands/eastherts/img/consultationd1.gifbin5204 -> 0 bytes
-rw-r--r--web/cobrands/eastherts/img/contactusd1.gifbin5509 -> 0 bytes
-rw-r--r--web/cobrands/eastherts/img/footer.gifbin94 -> 0 bytes
-rw-r--r--web/cobrands/eastherts/img/header_mid.jpgbin372 -> 0 bytes
-rw-r--r--web/cobrands/eastherts/img/paymentsd1.gifbin5285 -> 0 bytes
-rw-r--r--web/cobrands/eastherts/img/reportd1.gifbin5728 -> 0 bytes
-rw-r--r--web/cobrands/eastherts/img/toplogo.gifbin3398 -> 0 bytes
-rw-r--r--web/cobrands/eastherts/img/toplogo.jpgbin15749 -> 0 bytes
-rw-r--r--web/cobrands/eastherts/img/welcome_mid.gifbin285 -> 0 bytes
-rw-r--r--web/cobrands/eastherts/layout.scss192
14 files changed, 0 insertions, 341 deletions
diff --git a/templates/web/eastherts/footer_extra.html b/templates/web/eastherts/footer_extra.html
deleted file mode 100644
index de0a9fab0..000000000
--- a/templates/web/eastherts/footer_extra.html
+++ /dev/null
@@ -1,36 +0,0 @@
-<div class="footer clearfix">
- <div class="container">
- <div class="footer__left"><img src="https://www.eastherts.gov.uk/image/29958/EastHertsLogo-Footer/original.png" width="250" height="75" alt="EastHertsLogo-Footer" title="EastHertsLogo-Footer" class="footer__logo" />
- <div class="footer__socialmedia">
-
- <a href="https://www.facebook.com" rel="external" title="Facebook"><img src="https://www.eastherts.gov.uk/image/29956/Facebook/original.png" width="40" height="40" alt="Facebook" title="Facebook" />
- </a>
-
- <a href="https://www.twitter.com" rel="external" title="Twitter"><img src="https://www.eastherts.gov.uk/image/29959/Twitter/original.png" width="40" height="40" alt="Twitter" title="Twitter" />
- </a><img src="https://www.eastherts.gov.uk/image/29957/RSS/original.png" width="40" height="40" alt="RSS" title="RSS" />
- </div>
- </div>
- <div class="footer__right">
- <div class="footer__navigation">
- <ul>
- <li class="footer__navitem"><a href="https://www.eastherts.gov.uk/article/34224/Site-map" class="footer__navlink">Site map</a>
- </li>
- <li class="footer__navitem"><a href="/article/34226/Terms--Conditions" class="footer__navlink">Terms & Conditions</a>
- </li>
- <li class="footer__navitem"><a href="https://www.eastherts.gov.uk/article/34230/Privacy--Cookies" class="footer__navlink">Privacy & Cookies</a>
- </li>
- <li class="footer__navitem"><a href="https://www.eastherts.gov.uk/article/34378/Privacy-Data-Protection-and-Fraud-Prevention" class="footer__navlink">Privacy, Data Protection and Fraud Prevention</a>
- </li>
- <li class="footer__navitem"><a href="https://www.eastherts.gov.uk/article/34376/Comments-Compliments-and-Complaints" class="footer__navlink" accesskey="7">Comments, Compliments and Complaints</a>
- </li>
- </ul>
- </div>
- <div class="footer__copyright">
- <p>&copy; 2017 mySociety</p>
- </div>
- <div class="footer__goss">
- <a href="https://www.fixmystreet.com/pro/">Powered by FixMyStreet</a>
- </div>
- </div>
- </div>
-</div>
diff --git a/templates/web/eastherts/header_site.html b/templates/web/eastherts/header_site.html
deleted file mode 100644
index 5f1f4965e..000000000
--- a/templates/web/eastherts/header_site.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<div class="toputils">
- <div class="container">
- <a href="[% c.cobrand.base_url IF admin %]/" id="report-cta" title="[%- loc('Report a problem') -%]">[%- loc('Report') -%]</a>
- <a href="#main-nav" id="nav-link">Main Navigation</a>
- <!-- <a href="https://www.eastherts.gov.uk/article/34246/Search">Search</a> -->
-
- <div class="toputils__right desk-only">
- <div class="toputils__nav">
- <ul class="toputils__navlist">
- <li><a href="/article/34210/Accessibility" class="toputils__navitem">Accessibility</a>
- </li>
- <li><a href="/article/34212/A-Z-of-Services" class="toputils__navitem">A-Z of Services</a>
- </li>
- <li><a href="/article/34377/Contact-us" class="toputils__navitem">Contact us</a>
- </li>
- </ul>
- </div>
- </div>
- </div>
-</div>
-
-<header id="site-header" role="banner">
- <div class="container">
- <a href="[% c.cobrand.base_url IF admin %]/" id="site-logo">[% site_name %]</a>
- <div class="mainmenu desk-only">
- <ul class="mainmenu__list">
- <li class="footer__navitem"><a href="http://www.eastherts.gov.uk/residents" class="mainmenu__item">Residents</a></li>
- <li class="footer__navitem"><a href="http://www.eastherts.gov.uk/business" class="mainmenu__item">Business</a></li>
- <li class="footer__navitem"><a href="http://www.eastherts.gov.uk/council" class="mainmenu__item">Your Council</a></li>
- <li class="footer__navitem"><a href="http://www.eastherts.gov.uk/news" class="mainmenu__item">News</a></li>
- </ul>
- </div>
- <div class="searchcontrol desk-only">
- <a href="https://www.eastherts.gov.uk/article/34246/Search" class="searchcontrol__expandtoggle">Search</a>
- </div>
- </div>
-</header>
diff --git a/web/cobrands/eastherts/_colours.scss b/web/cobrands/eastherts/_colours.scss
index 50c68f51c..7372a42dc 100644
--- a/web/cobrands/eastherts/_colours.scss
+++ b/web/cobrands/eastherts/_colours.scss
@@ -25,5 +25,3 @@ $col_click_map_dark: darken($eh_green, 10%);
$body-font: 'Open Sans', sans-serif;
$meta-font: $body-font;
$heading-font: $body-font;
-
-$mappage-header-height: 178px;
diff --git a/web/cobrands/eastherts/base.scss b/web/cobrands/eastherts/base.scss
index aa654c48c..4f953084e 100644
--- a/web/cobrands/eastherts/base.scss
+++ b/web/cobrands/eastherts/base.scss
@@ -2,77 +2,3 @@
@import "./_colours";
@import "../sass/mixins";
@import "../sass/base";
-
-#site-header {
- background-image: url('https://www.eastherts.gov.uk/media/29966/Website_background/image/panorama-lomoesque-compressor.jpg');
- background-repeat: no-repeat;
- background-size: cover;
-}
-
-#site-logo {
- margin: 0 auto;
- background: url('https://www.eastherts.gov.uk/image/29967/site_logo/original.png');
- width: 150px;
- height: 138px;
-}
-
-// Seemed easiest to have a little bar above the header
-
-.toputils {
- background-color: #000;
- position: relative;
- height: 40px;
-}
-
-// Footer styles from their stylesheet
-
-.footer {
- padding: 2em 0.75em 1em;
- color: #fff;
- background-color: #000;
- .container {
- padding: 0;
- margin: 0 auto;
- }
-}
-.footer__logo {
- display: block;
- margin: 0 auto 1em;
-}
-.footer__socialmedia {
- text-align: center;
- a {
- text-decoration: none;
- }
-}
-.footer__navigation {
- overflow: hidden;
- margin-bottom: 1em;
- & > ul {
- margin: 0;
- padding: 0;
- li {
- list-style: none;
- }
- }
-}
-.footer__navitem {
- margin-bottom: 0;
-}
-a.footer__navlink {
- color: #fff;
- display: block;
- padding: 0.5em 0;
- text-align: center;
-}
-.footer__copyright {
- text-align: center;
- clear: both;
-}
-.footer__goss > a {
- display: block;
- text-align: center;
- font-size: 14px;
- color: #ccc;
- clear: both;
-}
diff --git a/web/cobrands/eastherts/img/consultationd1.gif b/web/cobrands/eastherts/img/consultationd1.gif
deleted file mode 100644
index d7e1ffd5e..000000000
--- a/web/cobrands/eastherts/img/consultationd1.gif
+++ /dev/null
Binary files differ
diff --git a/web/cobrands/eastherts/img/contactusd1.gif b/web/cobrands/eastherts/img/contactusd1.gif
deleted file mode 100644
index 38a6ed5ef..000000000
--- a/web/cobrands/eastherts/img/contactusd1.gif
+++ /dev/null
Binary files differ
diff --git a/web/cobrands/eastherts/img/footer.gif b/web/cobrands/eastherts/img/footer.gif
deleted file mode 100644
index b324dc9c5..000000000
--- a/web/cobrands/eastherts/img/footer.gif
+++ /dev/null
Binary files differ
diff --git a/web/cobrands/eastherts/img/header_mid.jpg b/web/cobrands/eastherts/img/header_mid.jpg
deleted file mode 100644
index 2712c01e1..000000000
--- a/web/cobrands/eastherts/img/header_mid.jpg
+++ /dev/null
Binary files differ
diff --git a/web/cobrands/eastherts/img/paymentsd1.gif b/web/cobrands/eastherts/img/paymentsd1.gif
deleted file mode 100644
index eceaf413c..000000000
--- a/web/cobrands/eastherts/img/paymentsd1.gif
+++ /dev/null
Binary files differ
diff --git a/web/cobrands/eastherts/img/reportd1.gif b/web/cobrands/eastherts/img/reportd1.gif
deleted file mode 100644
index 20bc4db21..000000000
--- a/web/cobrands/eastherts/img/reportd1.gif
+++ /dev/null
Binary files differ
diff --git a/web/cobrands/eastherts/img/toplogo.gif b/web/cobrands/eastherts/img/toplogo.gif
deleted file mode 100644
index b51183702..000000000
--- a/web/cobrands/eastherts/img/toplogo.gif
+++ /dev/null
Binary files differ
diff --git a/web/cobrands/eastherts/img/toplogo.jpg b/web/cobrands/eastherts/img/toplogo.jpg
deleted file mode 100644
index bfa111a04..000000000
--- a/web/cobrands/eastherts/img/toplogo.jpg
+++ /dev/null
Binary files differ
diff --git a/web/cobrands/eastherts/img/welcome_mid.gif b/web/cobrands/eastherts/img/welcome_mid.gif
deleted file mode 100644
index 430b4e95c..000000000
--- a/web/cobrands/eastherts/img/welcome_mid.gif
+++ /dev/null
Binary files differ
diff --git a/web/cobrands/eastherts/layout.scss b/web/cobrands/eastherts/layout.scss
index cf01b9db3..69e455aa5 100644
--- a/web/cobrands/eastherts/layout.scss
+++ b/web/cobrands/eastherts/layout.scss
@@ -1,194 +1,2 @@
@import "_colours";
@import "../sass/layout";
-
-#site-logo {
- margin: 0; // Left aligned again
-}
-
-// Put the nav underneath the East Herts nav
-
-#main-nav {
- display: block;
- position: absolute;
- top: 124px; // 80px + 40px + 4px gap
- left: 0;
- width: 100%;
- float: none;
- min-height: 0;
-
- .ie9 & > * {
- -ms-transform: none;
- }
-}
-
-// And make it look the same
-
-.nav-menu {
- background-color: $eh_dark_grey;
- margin-right: calc(40px - -0.75em);
- span {
- color: #fff;
- background-color: $eh_green;
- }
-}
-
-.nav-menu--main {
- a, span {
- padding: 0.5em;
- margin: 0.25em;
- @include border-radius(0.25em);
- }
- a.report-a-problem-btn {
- background-color: transparent;
- padding: 0.5em;
- margin: 0.25em;
- }
-}
-
-// Front page, light background bar
-
-#front-main {
- background-color: #f6f6f6;
-}
-
-.content, #front-main {
- color: $eh_dark_grey;
-}
-
-// Extra height needed
-body.twothirdswidthpage .content .sticky-sidebar aside {
- top: 16em;
-}
-
-body.mappage {
- #site-header {
- top: 40px;
- height: 138px;
- }
-}
-
-// Header bits from their stylesheet, tweaked for simpler display
-
-.toputils__right {
- float: right;
-}
-.toputils__nav {
- float: left;
- padding: 0 0.25em;
- li {
- float: left;
- list-style: none;
- }
-}
-.toputils__navlist {
- margin: 0;
- padding: 0;
-}
-a.toputils__navitem {
- display: block;
- color: #fff;
- line-height: 2.5rem;
- padding: 0 0.5em;
- font-size: 0.875rem;
-}
-
-.mainmenu {
- background-color: #00843d;
-}
-
-.mainmenu {
- position:absolute;
- display: block;
- right: calc(40px - -0.75em);
- top: 20px;
-}
-
-a.mainmenu__item {
- font-size: 1.125rem;
- line-height: normal;
- display: block;
- padding: 1em;
- color: #fff
-}
-
-.mainmenu__list {
- margin: 0;
- padding: 0;
-}
-
-.mainmenu__list > li {
- list-style: none;
- float: left;
- position: relative
-}
-
-.searchcontrol {
- background-color: #fff;
- font-size: .875rem;
- position:absolute;
- display: block;
- top: 0;
- right: 0;
- width: 40px;
- height: 40px;
- overflow: hidden;
- margin-top: 30px;
- background-color: transparent
-}
-
-.searchcontrol__expandtoggle {
- display:block;
- width: 40px;
- height: 40px;
- background-image: url("https://www.eastherts.gov.uk/themes/cruise/images/searchbutton-transparent.png");
- position: absolute;
- right: 0;
- text-indent: -99999px;
-}
-
-// Footer bits from their stylesheet, tweaked for smaller widths
-
-.footer__left {
- float: left;
- width: 266px;
-}
-.footer__right {
- float: right;
- width: 450px;
-}
-
-.footer__logo {
- margin:0 0 1em 0
-}
-
-
-.footer__socialmedia {
- text-align:left
-}
-
-.footer__socialmedia img {
- margin: 0 1em 1em 0
-}
-
-a.footer__navlink {
- padding:0;
- padding-right: .5em;
- margin-right: .5em;
- border-right: 1px solid #fff;
- text-align: left
-}
-
-.footer__navitem:last-child a.footer__navlink {
- border-right: 0
-}
-
-.footer__navitem {
- float:left
-}
-
-.footer__copyright {
- text-align:left
-}
-.footer__goss > a {
- text-align:left
-}