Commit 8f966d1267595acdc0ff3e4b4e662446a24ecf11
1 parent
13e0a702
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
113 additions
and
33 deletions
Show diff stats
style.css
| ... | ... | @@ -167,34 +167,7 @@ p { |
| 167 | 167 | /*margin: 0;*/ |
| 168 | 168 | } |
| 169 | 169 | |
| 170 | -/**/ | |
| 171 | - | |
| 172 | -/*titulos dos blocos no box do meio*/ | |
| 173 | -/*título de bloco*/ | |
| 174 | - | |
| 175 | -#content .box-1 .block-title { | |
| 176 | - background-color: transparent; | |
| 177 | - border-bottom: 0 solid #AAAAAA; | |
| 178 | - border-top: 0 none; | |
| 179 | - left: -20px; | |
| 180 | - margin-bottom: 0; | |
| 181 | - margin-top: -43px; | |
| 182 | - position: relative; | |
| 183 | -} | |
| 184 | 170 | |
| 185 | -#content .box-1 .block-title span { | |
| 186 | - background-color: #497b16; | |
| 187 | - color: white; | |
| 188 | - font-size: 14px; | |
| 189 | - font-variant: normal; | |
| 190 | - padding: 0.5em 1em; | |
| 191 | - text-align: left; | |
| 192 | -} | |
| 193 | - | |
| 194 | -.block .block-inner-2{ | |
| 195 | - background-color: white; | |
| 196 | - padding: 1em; | |
| 197 | -} | |
| 198 | 171 | /**/ |
| 199 | 172 | |
| 200 | 173 | /*#content .box-1 .block-title { |
| ... | ... | @@ -285,6 +258,12 @@ p { |
| 285 | 258 | padding: 1em; |
| 286 | 259 | } |
| 287 | 260 | |
| 261 | +.container-block-plugin_container-block .container-block-plugin_container-block .block-inner-2 { | |
| 262 | + background-color: white; | |
| 263 | + padding-left: 6px; | |
| 264 | + padding-top: 5px; | |
| 265 | +} | |
| 266 | + | |
| 288 | 267 | .block-outer { |
| 289 | 268 | margin-top: 2em; |
| 290 | 269 | } |
| ... | ... | @@ -426,9 +405,10 @@ p { |
| 426 | 405 | |
| 427 | 406 | |
| 428 | 407 | |
| 429 | -/***********Imagem de Fundo*********/ | |
| 408 | +/***********Imagem de Fundo - somente na página inicial*********/ | |
| 430 | 409 | |
| 431 | -#wrap-2 { | |
| 410 | +.action-home-index #wrap-2, | |
| 411 | +.action-environment_design-index #wrap-2 { | |
| 432 | 412 | background: url(images/bg-palacio-do-planalto.jpg) no-repeat fixed center top; |
| 433 | 413 | } |
| 434 | 414 | |
| ... | ... | @@ -1142,13 +1122,13 @@ input.button.with-text { |
| 1142 | 1122 | margin-top: 0px; |
| 1143 | 1123 | } |
| 1144 | 1124 | |
| 1145 | -.action-home-index .box-1 .block-outer, | |
| 1146 | -.action-environment_design-index .box-1 .block-outer { | |
| 1125 | +.action-home-index .box-1 .block, | |
| 1126 | +.action-environment_design-index .box-1 .block { | |
| 1147 | 1127 | margin-top: 90px; |
| 1148 | 1128 | } |
| 1149 | 1129 | |
| 1150 | -.action-home-index .box-1 .container-block-plugin_container-block .block-outer, | |
| 1151 | -.action-environment_design-index .box-1 .container-block-plugin_container-block .block-outer{ | |
| 1130 | +.action-home-index .container-block-plugin_container-block .block-outer, | |
| 1131 | +.action-environment_design-index .container-block-plugin_container-block .block-outer{ | |
| 1152 | 1132 | margin-top: 0px; |
| 1153 | 1133 | } |
| 1154 | 1134 | |
| ... | ... | @@ -1157,6 +1137,43 @@ input.button.with-text { |
| 1157 | 1137 | margin-top: -50px; |
| 1158 | 1138 | } |
| 1159 | 1139 | |
| 1140 | + | |
| 1141 | +/**/ | |
| 1142 | + | |
| 1143 | +/*titulos dos blocos no box do meio*/ | |
| 1144 | +/*título de bloco*/ | |
| 1145 | + | |
| 1146 | +.action-home-index #content .box-1 .block-title, | |
| 1147 | +.action-environment_design-index #content .box-1 .block-title { | |
| 1148 | + background-color: transparent; | |
| 1149 | + border-bottom: 0 solid #AAAAAA; | |
| 1150 | + border-top: 0 none; | |
| 1151 | + left: -20px; | |
| 1152 | + margin-bottom: 0; | |
| 1153 | + margin-top: -43px; | |
| 1154 | + position: relative; | |
| 1155 | +} | |
| 1156 | + | |
| 1157 | +.action-home-index #content .box-1 .block-title span, | |
| 1158 | +.action-environment_design-index #content .box-1 .block-title span { | |
| 1159 | + background-color: #497b16; | |
| 1160 | + color: white; | |
| 1161 | + font-size: 14px; | |
| 1162 | + font-variant: normal; | |
| 1163 | + padding: 0.5em 1em; | |
| 1164 | + text-align: left; | |
| 1165 | +} | |
| 1166 | + | |
| 1167 | +.action-home-index .block .block-inner-2, | |
| 1168 | +.action-environment_design-index .block .block-inner-2 { | |
| 1169 | + background-color: white; | |
| 1170 | + padding: 1em; | |
| 1171 | + margin: -10px -8px -8px; | |
| 1172 | +} | |
| 1173 | + | |
| 1174 | + | |
| 1175 | +/**/ | |
| 1176 | + | |
| 1160 | 1177 | /*Block People*/ |
| 1161 | 1178 | /* |
| 1162 | 1179 | .action-home-index .people-block, |
| ... | ... | @@ -1264,6 +1281,69 @@ input.button.with-text { |
| 1264 | 1281 | } |
| 1265 | 1282 | |
| 1266 | 1283 | |
| 1284 | +/* Bloco Estatistica na página inicial*/ | |
| 1285 | + | |
| 1286 | +.action-home-index .block.statistics-block .block-inner-2, | |
| 1287 | +.action-environment_design-index .block.statistics-block .block-inner-2{ | |
| 1288 | + background-color: transparent; | |
| 1289 | +} | |
| 1290 | + | |
| 1291 | +.action-home-index #content .box-1 .statistics-block, | |
| 1292 | +.action-environment_design-index #content .box-1 .statistics-block { | |
| 1293 | + display: block; | |
| 1294 | + margin: 0px; | |
| 1295 | + background-color: #0C763E; | |
| 1296 | +} | |
| 1297 | + | |
| 1298 | +.action-home-index .statistics-block .block-title, | |
| 1299 | +.action-environment_design-index .statistics-block .block-title { | |
| 1300 | + display: none; | |
| 1301 | +} | |
| 1302 | + | |
| 1303 | +.action-home-index .statistics-block-data, | |
| 1304 | +.action-environment_design-index .statistics-block-data{ | |
| 1305 | + padding: 0px; | |
| 1306 | + text-align: center; | |
| 1307 | +} | |
| 1308 | + | |
| 1309 | +.action-home-index .statistics-block-data ul, | |
| 1310 | +.action-environment_design-index .statistics-block-data ul{ | |
| 1311 | + list-style:none; | |
| 1312 | + display: inline-block; | |
| 1313 | +} | |
| 1314 | + | |
| 1315 | +.action-home-index .statistics-block-data ul li, | |
| 1316 | +.action-environment_design-index .statistics-block-data ul li{ | |
| 1317 | + display: inline-block; | |
| 1318 | + margin:0 40px 20px 0px; | |
| 1319 | + text-align:center; | |
| 1320 | + color:#fff; | |
| 1321 | +} | |
| 1322 | + | |
| 1323 | +.action-home-index .statistics-block-data ul li span, | |
| 1324 | +.action-environment_design-index .statistics-block-data ul li span | |
| 1325 | +{ | |
| 1326 | + display: block; | |
| 1327 | +} | |
| 1328 | + | |
| 1329 | +.action-home-index .statistics-block-data ul li .amount, | |
| 1330 | +.action-environment_design-index .statistics-block-data ul li .amount{ | |
| 1331 | + font-size: 600%/*40px !important*/; | |
| 1332 | + font-weight:bold; | |
| 1333 | + /*width:136px;*/ | |
| 1334 | + line-height: 1em; | |
| 1335 | + padding-bottom: 5px; | |
| 1336 | +} | |
| 1337 | + | |
| 1338 | +.action-home-index .statistics-block-data ul li .label, | |
| 1339 | +.action-environment_design-index .statistics-block-data ul li .label{ | |
| 1340 | + color: white; | |
| 1341 | + font-size: 200%; | |
| 1342 | + font-weight: normal; | |
| 1343 | +} | |
| 1344 | + | |
| 1345 | +/* Fim Bloco Estatistica */ | |
| 1346 | + | |
| 1267 | 1347 | |
| 1268 | 1348 | |
| 1269 | 1349 | ... | ... |