diff options
Diffstat (limited to 'web/css/main-emptyhomes.css')
-rw-r--r-- | web/css/main-emptyhomes.css | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/web/css/main-emptyhomes.css b/web/css/main-emptyhomes.css new file mode 100644 index 000000000..5e8422601 --- /dev/null +++ b/web/css/main-emptyhomes.css @@ -0,0 +1,64 @@ +#map_box { + width: 380px; +} +#map, #drag { + width: 378px; + height: 378px; +} + +#toptitle { + margin-top: 0.5em; +} +#middle { + width: 570px; +} +#middle p { + width: 580px; +} +#middle p#copyright { + 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: #427499; +} + +#postcodeForm, #front_stats div { + background-color: #80AE7D; + color: #000000; +} + +#front_stats div { + padding: 0.5em 0; + width: 6em; +} + |