/* SurveyFrance CSS */ /* Global Mixins */ .border-radius (@radius: 7px) { border-radius: @radius; -moz-border-radius: @radius; -webkit-border-radius: @radius; } .opacity (@level: 0) { @ms-opacity: %("progid:DXImageTransform.Microsoft.Alpha(Opacity=%d)", @level * 100); opacity: @level; filter: @ms-opacity; -ms-filter: @ms-opacity; } /* Global CSS */ body { margin-left: auto; margin-right: auto; font-family: Tahoma, Arial, Helvetica, sans-serif; width: 750px; } h1 { font-size: 1.8em; } h2 { font-size: 1.4em; } h3 { font-size: 1.2em; margin-top: 1em; } h1, h2 { font-family: "Palatino Linotype", "Times New Roman", Times, serif; color: #000099; } a { font-weight: bold; text-decoration: none; &:link, &:active { color: #cc0033; } &:visited, &:hover { color: #990000; } } #header img.rics { float: right; } .tagline { color: #000099; font-family: "Palatino Linotype", "Times New Roman", Times, serif; font-size: 1.7em; position: relative; text-align: right; top: 4px } #top-bar { height:300px; .info { float:right; color: #ffffff; background: #000000; .opacity(0.8); border: 1px solid #cccccc; .border-radius; text-align: justify; margin: 15px 15px 0 0; padding:15px 15px; width:275px; height:235px; span { font-style: italic; font-weight: bold; } } } ul#navigation { padding: 0; margin: 0; li { border: 1px solid #cc0033; float: left; list-style: none; a { display: block; background: #cc0033; padding: 5px 0 7px 0; text-align: center; width: 123px; &:link, &:active, &:visited { color: #ffffff; } &:hover { background: #ffffff; color: #cc0033; } } } } #content { clear: both; margin-top: 40px; } #footer-info { color: #000099; text-align: center; font-weight: bold; } #footer { text-align: right; color: #cc0000; font-size: 0.8em; font-weight: bold } /* home */ #home-pane { margin-bottom: 20px; } .split-pane { float: left; width: 335px; a { margin-left:115px; font-size:1.3em; } ul.plus-items { margin:0 0 20px 0; li { list-style-position: inside; list-style-image: url(../images/bullet_plus.gif); list-style-type: square; padding: 5px 0 0 0; } } } #starting-search { border-left: 1px solid #000000; margin-left: 20px; padding-left:20px; } #additional-info { clear:both; padding: 20px; text-align: center; } /* about us */ img#photo { float: right; margin-top:0.2em; padding-left: 30px; clear:both; } p { display: block; text-align:justify; span.dropcap { float: left; width: 1.1em; font-size: 2.9em; line-height: 100%; font-weight: normal; } } .vcard { margin: 5px 30px 5px 30px; border: 1px #000099 solid; background: #f6f6f6; padding: 30px; width: 360px; div { margin-left: 20px } .type { font-weight:bold } .email { font-size: 1.5em } } /* useful links */ .link { margin-bottom: 20px; h3 { margin-bottom: 0; } .contact, a { font-size: 0.8em; } p { margin: 5px 0; } } /* our services */ .service-heading { color: #000099; font-size: 14px; } div#building, div#concise { float: left; width: 330px; margin-top: 20px; } div#building{ padding-right: 15px; } div#concise { border-left: 1px solid #000000; padding-left: 15px; margin-bottom: 30px; clear:right; } div#both ul { margin-top: 10px; padding-bottom: 40px; li { margin-top: 15px } } /* estate agents */ div#map { width: 720px; height: 520px; margin-bottom: 20px; .title { font-size: 125%; font-weight:bold; } .detail { font-size: 90%; span { font-weight:bold } } .address { font-size: 75% } } /* enquiry */ #enquiry-form { label { display: block; width: 150px; margin: 0.5em 1em 0.5em 0; } ul { list-style: none; li label { width: 200px; } } textarea { height: 100px; } } ul.errorlist { float: right; color: #c00; font-weight: bold; } span.u { text-decoration: underline } /* faq */ ol#faq-list { color: #cc0000; font-weight: bold; li a { display: block; padding: 5px 0 5px 5px; } } ul#faq { margin-bottom: 30px; li { border: 1px solid #ffcccc; list-style: none; margin: 20px; text-align: justify; .q { border-bottom: 1px solid #ffcccc; background: #cc0000; color: #ffffff; padding: 5px 5px 10px 5px; font-weight: bold; height: 30px } .a { padding: 0px 5px; } p span.dropcap { font-family: "Palatino Linotype", "Times New Roman", Times, serif; } } }