diff options
-rw-r--r-- | templates/website/emptyhomes-footer | 23 | ||||
-rw-r--r-- | templates/website/emptyhomes-header | 36 | ||||
-rw-r--r-- | web/css/emptyhomes.css | 182 | ||||
-rw-r--r-- | web/xsl.eha.xsl | 2 |
4 files changed, 1 insertions, 242 deletions
diff --git a/templates/website/emptyhomes-footer b/templates/website/emptyhomes-footer deleted file mode 100644 index 2f704b8f1..000000000 --- a/templates/website/emptyhomes-footer +++ /dev/null @@ -1,23 +0,0 @@ -</div> -</div> - -<div id="footer"> -<div style="float: right"> -Shelter Cymru<br> -25 Walter Road<br>Swansea -<br>SA1 5NN<br> -<a href="mailto:emptyhomes@sheltercymru.org.uk">emptyhomes@sheltercymru.org.uk</a> -</div> - -Empty Homes Agency <br> -Downstream Building, 1 London Bridge, London, SE1 9BG -<br> -Tel: 020 7022 1870 <br> -Fax: 020 7681 3214 <br> -Email: <a href="mailto:info@emptyhomes.com">info@emptyhomes.com</a> - -</div> - -</body> -</html> - diff --git a/templates/website/emptyhomes-header b/templates/website/emptyhomes-header deleted file mode 100644 index 313fc55c5..000000000 --- a/templates/website/emptyhomes-header +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html lang="{{ $lang_code }}"> -<head> -<title>{{ $title }}{{ $site_title }}</title> -<meta http-equiv="content-type" content="text/html; charset=utf-8"> -<script type="text/javascript" src="/yui/utilities.js"></script> -<script type="text/javascript" src="/js.js"></script> -<style type="text/css"> -@import "/css/core.css"; -@import "/css/emptyhomes.css"; -</style> -<!--[if LT IE 7]> -<style type="text/css">@import url("/css/ie6.css");</style> -<![endif]--> -<!-- RSS --> -</head> -<body> - -<div id="header"> -<a href="http://www.emptyhomes.com/"><img border="0" src="/i/eha-logo.png" alt="Empty Homes Agency" width="115" height="71" align="middle"></a> -<a href="http://www.sheltercymru.org.uk/"><img border="0" src="/i/Sheltercymru47.gif" alt="Shelter Cymru" width="114" height="47" align="middle"></a> -</div> - -<div id="navigation"> - <ul> - <li><a href="/">{{ $report }}</a> - <li><a href="/reports">{{ $reports }}</a></li> - <li><a href="/alert">{{ $alert }}</a></li> - <li><a href="/faq">{{ $faq }}</a></li> - <li><a href="/about">{{ $about }}</a></li> - <li><a href="{{ $lang_url }}">{{ $lang }}</a></li> - </ul> -</div> - -<div id="wrapper"> -<div id="content"> diff --git a/web/css/emptyhomes.css b/web/css/emptyhomes.css deleted file mode 100644 index 0f608bd3a..000000000 --- a/web/css/emptyhomes.css +++ /dev/null @@ -1,182 +0,0 @@ -/* Smaller map */ -/* -#map_box { - width: 380px; -} -#map, #drag { - width: 378px; - height: 378px; -} -#watermark { - background: url("/i/mojwatermark-378.png"); - height: 84px; - width: 171px; - position: absolute; - bottom: 0; - right: 0; -} - -p#fixed, p#unknown { - margin-right: 400px; - width: auto; -} -*/ - -/* Generics */ - -body { - font-family: Geneva, Helvetica, Arial, sans-serif; - margin: 0; - padding: 0; - /* color: #a9aeb0; */ -} - -h1 { - margin: 0; - font-size: 165%; - padding: 3px; - color: #FFFFFF; - background-color: #9999CC; - background-color: #30517A; - -} -h2 { - font-size: 140%; - background-color: #B1BECF; - color: #30517A; - padding: 3px; -} - -h3 { - color: #30517A; -} - -select, input, textarea { - font-size: 99%; -} - -a:link { - color: #30517A; -} -a:visited { - color: #354664; -} -a:hover, a:active { - background-color: #B1BECF; -} - -blockquote { - border-left: solid 4px #013B63; -} - -.a { - color: #000000; - background-color: #DCDCED; /* #427499; */ - background-color: #B1BECF; -} - -/* Site layout */ - -#header { - font-size: 200%; - font-weight: bold; - margin: 0; - padding: 5px 0; - float: left; -} - -#content { - width: 100%; /* Must specify a width or IE goes crazy wrong! */ - position: relative; - margin: 0 auto; - max-width: 60em; -} - -/* Can't put the margin in #content because of above IE craziness */ -#wrapper { - clear: both; - margin: 0 2em 2em; - padding-top: 0.5em; -} - -#navigation { - float: right; - padding: 0; - margin: 0; - list-style-type: none; - font-size: 83%; -} -#navigation ul { - padding: 0; - margin: 0; -} -#navigation li { - display: inline; - padding: 0; - margin: 0; -} - -#navigation a { - display: -moz-inline-box; - display: inline-block; - padding: 0.5em 0.5em; -} -#navigation a:link, #navigation a:visited { - color: #30517A; -} -#navigation a:hover, #navigation a:active { - background-color: #DCDCED; - background-color: #9999CC; - background-color: #B1BECF; - - color: #ffffff; - color: #30517A; -} - -#nav_new a { - background-image: url("/i/new.png"); - background-repeat: no-repeat; - background-position: 100% 0; -} - -#logo { - border: none; - position: absolute; - top: 4em; - right: 10px; -} - -#footer { - clear: both; - font-size: 83%; - border-top: solid 2em #ffffff; - background-color: #80AE7D; - color: #FFFFFF; - margin: 2em 0 1em 0; - padding: 20px; -} -#footer a { - color: #FFFFFF; -} - -#postcodeForm { - background-color: #80AE7D; - color: #000000; - font-size: 130%; -} - -#front_stats div { - background-color: #80AE7D; - color: #000000; - /*padding: 0.5em 0; */ - width: 9em; -} - -#problem_form { - clear: both; -} - -#alert_links_area { - margin-top: 1px; -} - diff --git a/web/xsl.eha.xsl b/web/xsl.eha.xsl index b79abb9f5..6c66037d7 100644 --- a/web/xsl.eha.xsl +++ b/web/xsl.eha.xsl @@ -8,7 +8,7 @@ <head> <title><xsl:value-of select="$title"/> RSS Feed</title> <link rel="stylesheet" href="/css/core.css"/> - <link rel="stylesheet" href="/css/emptyhomes.css"/> + <link rel="stylesheet" href="/css/cobrands/emptyhomes/emptyhomes.css"/> </head> <body> <div id="header"><a href="http://www.emptyhomes.com/"><img border="0" src="/i/eha.png" alt="Empty Homes Agency" width="272" height="71"/></a></div> |