diff options
-rw-r--r-- | templates/web/default/index.html | 9 | ||||
-rw-r--r-- | web/css/cobrands/emptyhomes/emptyhomes.css | 26 |
2 files changed, 28 insertions, 7 deletions
diff --git a/templates/web/default/index.html b/templates/web/default/index.html index fa1974730..4007e82a7 100644 --- a/templates/web/default/index.html +++ b/templates/web/default/index.html @@ -94,4 +94,11 @@ </div> [% END %] -[% INCLUDE 'footer.html' %]
\ No newline at end of file +[% IF c.cobrand.moniker == 'emptyhomes' %] +<div id="eha_advert"> + Now is the best time to turn empty properties into empty homes... Don't miss it! + <a href="http://www.emptyhomes.com/EHConference2011.html">Home Again: Empty Homes National Conference 2011</a> +</div> +[% END %] + +[% INCLUDE 'footer.html' %] diff --git a/web/css/cobrands/emptyhomes/emptyhomes.css b/web/css/cobrands/emptyhomes/emptyhomes.css index 15afee568..f6047ebe5 100644 --- a/web/css/cobrands/emptyhomes/emptyhomes.css +++ b/web/css/cobrands/emptyhomes/emptyhomes.css @@ -61,11 +61,11 @@ a:hover, a:active { background-color: #B1BECF; } -blockquote { +#mysociety blockquote { border-left: solid 4px #013B63; } -.a { +#mysociety .a { color: #000000; background-color: #DCDCED; /* #427499; */ background-color: #B1BECF; @@ -172,24 +172,38 @@ blockquote { color: #FFFFFF; } -#postcodeForm { +#mysociety #postcodeForm { background-color: #80AE7D; color: #000000; font-size: 130%; } -#front_stats div { +#mysociety #front_stats div { background-color: #80AE7D; color: #000000; /*padding: 0.5em 0; */ width: 9em; } -#problem_form { +#mysociety #problem_form { clear: both; } -#alert_links_area { +#mysociety #alert_links_area { margin-top: 1px; } +#mysociety #eha_advert { + clear: both; + width: 55%; + margin: 0 auto; + padding: 0.5em; + text-align: center; + background-color: #ffeecc; + border: solid 1px #ff9900; +} + +#mysociety #front_intro { + margin-bottom: 1em; +} + |