Title / Description
Code /* GENERAL */ body { background-repeat: repeat-x; background-position: 0% 0%; background-color: @@color_secundario@@; margin: 0px; padding: 0px; text-align: center; } #background { position: absolute; top: 0px; left: 0px; z-index: -1; width: 100%; background-repeat: repeat-x; background-position: 0% 0%; background-color: @@color_principal@@; height: 535px; padding: 20px 0px; } #header { position: relative; background-repeat: no-repeat; background-position: 0% 0%; background-color: #fff; height: 155px; width: 970px; margin: 20px auto 0px auto; padding: 0px; text-align: left; -webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px; border-top-right-radius: 5px; } #logo { display: block; margin: auto; padding: 30px 0px 0px 0px; max-height: 130px; max-width: 950px; } .container { background-repeat: repeat-y; background-color: #fff; width: 950px; margin: auto; padding: 10px; text-align: left; clear: both; } #footer { background-repeat: no-repeat; background-color: #fff; height: 50px; width: 970px; margin: 0px auto 20px auto; text-align: left; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; } #footer p { padding: 5px 10px; margin: 0px; color: #666; font-size: 0.9em; } /* NAVEGACION */ #nav { background-repeat: no-repeat; background-color: #fff; width: 970px; height: 50px; margin: auto; text-align: center; } #nav ul { list-style: none; margin: 0px; padding: 0px 5px; } #nav li { float: left; margin: 0px; padding: 0px; width: 160px; } #nav li a { display: block; line-height: 22px; padding: 0px; margin: 20px 0px 0px 0px; text-decoration: none; color: #585858; text-transform: uppercase; font-size: 1.4em; font-weight: bold; font-style: oblique; border-right: 2px solid #c7c7c7; text-shadow: 0px 0px 3px #f4f4f4; } #nav li:last-child a { border-right: none; } #nav li:hover a { color: #000; } h1, h2, h3 { color: @@color_principal@@; margin: 5px 0px; padding: 0px; font-weight: bold; } h1 { font-size: 2.5em; text-shadow: 0px 0px 5px #fff; } h2 { font-size: 2em; text-shadow: 0px 0px 4px #fff; } h3 { font-size: 1.3em; text-shadow: 0px 0px 3px #fff; } p { font-size: 1.286em; color: #2A2829; } a { color: #900; text-decoration: none; } .center { text-align: center; } /* CONTACTO */ div.contacto { text-align: center; } div.contacto p { text-align: left; font-size: 0.9em; } div.contacto p span { display: block; } /* LISTADO DE INMUEBLES */ div.listado-inmuebles a { width: 440px; height: 100px; float: left; display: inline-block; margin: 5px; padding: 10px; border: 2px solid #c7c7c7; background-repeat: no-repeat; background-position: right bottom; } div.listado-inmuebles a:hover { background-color: #ededed; } div.listado-inmuebles a:hover h3 { text-shadow: 0px 0px 3px #ededed; } div.listado-inmuebles a img { float: left; max-width: 100px; height: 100px; margin-right: 10px; } div.listado-inmuebles h3 { padding: 0px 0px 5px 0px; margin: 0px; } div.listado-inmuebles p { font-size: 1em; margin: 0px; padding: 0px; } div.listado-inmuebles p span { display: block; margin: 0px; } div.listado-inmuebles p span strong { font-size: 1.286em; margin: 0px; display: block; } /* INMUEBLE */ div.inmueble img.principal { margin: 0px; padding: 2px; border: 2px solid #ddd; width: 300px; height: 300px; } div.inmueble img.secundaria { margin: 0px 0px 0px 1px; padding: 2px; border: 2px solid #ddd; width: 144px; height: 144px; } div.inmueble p { margin: 0px; padding: 0px 0px 10px 0px; } div.inmueble p span { display: block; font-size: 0.8em; } div.inmueble p span sup { font-size: 0.5em; } div.inmueble p span.cantidad { width: 30%; background-color: #f4f4f4; display: inline-block; margin: 5px 3px; padding: 5px; line-height: 22px; border: 2px solid #ddd; text-transform: uppercase; text-align: center; } div.inmueble p span.angosto { width: 70px; } div.inmueble p span.ancho { width: 275px; } div.inmueble p span.muy-ancho { width: 369px; } div.inmueble p span.cantidad:hover { background-color: #ddd; } div.inmueble p span.cantidad strong { font-size: 1.286em; } div.inmueble p span.caracteristica { padding: 0px 0px 0px 30px; background: url("/images/iconos/correcto.png") no-repeat left; } span.puntuacion-0, span.puntuacion-1, span.puntuacion-2, span.puntuacion-3 ,span.puntuacion-4, span.puntuacion-5 { background-image: url("/images/puntuacion.png"); background-repeat: no-repeat; width: 100px; height: 20px; display: inline-block !important; } span.puntuacion-5 { background-position: 0px 0px; } span.puntuacion-4 { background-position: 20px 0px; } span.puntuacion-3 { background-position: 40px 0px; } span.puntuacion-2 { background-position: 60px 0px; } span.puntuacion-1 { background-position: 80px 0px; } span.puntuacion-0 { background-position: 100px 0px; } /* MAPA */ img.mapa { border: 2px solid #ddd; }
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code