diff options
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/cobrands/emptyhomes/emptyhomes.css | 4 | ||||
-rw-r--r-- | web/css/core.css | 12 | ||||
-rw-r--r-- | web/css/emptyhomes.css | 182 |
3 files changed, 11 insertions, 187 deletions
diff --git a/web/css/cobrands/emptyhomes/emptyhomes.css b/web/css/cobrands/emptyhomes/emptyhomes.css index 121242415..293cb271c 100644 --- a/web/css/cobrands/emptyhomes/emptyhomes.css +++ b/web/css/cobrands/emptyhomes/emptyhomes.css @@ -81,6 +81,10 @@ blockquote { float: left; } +#header img { + margin-left: 0.5em; +} + #content { width: 100%; /* Must specify a width or IE goes crazy wrong! */ position: relative; diff --git a/web/css/core.css b/web/css/core.css index 4eb8496e2..5c8dad666 100644 --- a/web/css/core.css +++ b/web/css/core.css @@ -100,6 +100,7 @@ p#expl { margin: 1em auto; padding: 1em; -moz-border-radius: 1em; + -webkit-border-radius: 1em; border-radius: 1em; } @@ -126,6 +127,7 @@ p#expl { text-align: center; width: 5.5em; -moz-border-radius: 0.5em; + -webkit-border-radius: 0.5em; border-radius: 0.5em; float: left; margin: 0 1em 1em; @@ -191,7 +193,7 @@ fieldset div, #fieldset div { #map_box { float: right; - width: 510px; + width: 502px; /* Two pixels more than width of #map */ position: relative; padding-left: 20px; background-color: #ffffff; @@ -205,8 +207,8 @@ p#copyright { #map { border: solid 1px #000000; - width: 508px; - height: 508px; + width: 500px; /* Twice a tile width */ + height: 500px; overflow: hidden; position: relative; background-color: #f1f1f1; @@ -214,8 +216,8 @@ p#copyright { #drag { position: absolute; - width: 508px; - height: 508px; + width: 500px; + height: 500px; right: 0; top: 0; } 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; -} - |