diff options
Diffstat (limited to 'web/css/emptyhomes.css')
-rw-r--r-- | web/css/emptyhomes.css | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/web/css/emptyhomes.css b/web/css/emptyhomes.css new file mode 100644 index 000000000..fe2304a71 --- /dev/null +++ b/web/css/emptyhomes.css @@ -0,0 +1,76 @@ +label { + width: 3em; +} + +#alert_links { + float: none; +} + +#map_box { + width: 380px; +} +#map, #drag { + width: 378px; + height: 378px; +} + +#toptitle { + margin-top: 0.5em; +} +#middle { + width: 620px; +} +#middle p { + width: 620px; +} +#middle p#copyright { + width: auto; +} +p#fixed, p#unknown { + margin-right: 400px; + width: auto; +} + +#left #topbox a, #left #bottombox a { + color: #30517A; + font-weight: normal; + background-color: inherit; +} + +#header, #smallnav, #main { + margin: 0 auto; +} + +#search p { + text-align: right; + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #000000; + margin: 0; +} +#search p#searchbox { + margin: 0.5em 0 0.25em; +} + +#left ol { + padding: 0; +} + +blockquote { + border-left: solid 4px #013B63; +} + +.a { + color: #000000; + background-color: #DCDCED; /* #427499; */ +} + +#postcodeForm, #front_stats div { + background-color: #80AE7D; + color: #000000; +} + +#front_stats div { + padding: 0.5em 0; + width: 6em; +} + |