Css de webinmobiliarias
Css
code posted
by
Gius
created at 07 Jul 17:16
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 |
/* 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; } |
5.24 KB in 11 ms with coderay