Commit 703301b9b60755d89e7be7f152263a948df57f01
1 parent
8f966d12
Exists in
master
and in
2 other branches
updating theme
Showing
1 changed file
with
20 additions
and
16 deletions
Show diff stats
style.css
... | ... | @@ -268,8 +268,8 @@ p { |
268 | 268 | margin-top: 2em; |
269 | 269 | } |
270 | 270 | |
271 | -.box-1 .block-outer, | |
272 | -.no-boxes .block-outer { | |
271 | +.box-1 .block, | |
272 | +.no-boxes .block { | |
273 | 273 | margin-top: 50px; |
274 | 274 | } |
275 | 275 | |
... | ... | @@ -1111,33 +1111,33 @@ input.button.with-text { |
1111 | 1111 | |
1112 | 1112 | |
1113 | 1113 | /*Página Inicial - .action-home-index*/ |
1114 | -.action-home-index .main-block, | |
1115 | -.action-environment_design-index #box-organizer .main-block{ | |
1116 | - display: none; | |
1117 | - visibility: hidden; | |
1118 | -} | |
1119 | 1114 | |
1120 | 1115 | .action-home-index .box-1 .blocks, |
1121 | 1116 | .action-environment_design-index .box-1 .blocks { |
1122 | 1117 | margin-top: 0px; |
1123 | 1118 | } |
1124 | 1119 | |
1125 | -.action-home-index .box-1 .block, | |
1126 | -.action-environment_design-index .box-1 .block { | |
1127 | - margin-top: 90px; | |
1120 | +.action-home-index #content .box-1 .block, | |
1121 | +.action-environment_design-index #content .box-1 .block { | |
1122 | + margin-bottom: 90px; | |
1128 | 1123 | } |
1129 | 1124 | |
1130 | -.action-home-index .container-block-plugin_container-block .block-outer, | |
1131 | -.action-environment_design-index .container-block-plugin_container-block .block-outer{ | |
1132 | - margin-top: 0px; | |
1125 | +.action-home-index #content .container-block-plugin_container-block .block, | |
1126 | +.action-environment_design-index #content .container-block-plugin_container-block .block{ | |
1127 | + margin-bottom: 0px; | |
1133 | 1128 | } |
1134 | 1129 | |
1135 | 1130 | .action-home-index .box-1, |
1136 | 1131 | .action-environment_design-index .box-1 { |
1137 | - margin-top: -50px; | |
1132 | + /* margin-top: -50px;*/ | |
1138 | 1133 | } |
1139 | 1134 | |
1140 | - | |
1135 | +.action-home-index .main-block, | |
1136 | +.action-environment_design-index #box-organizer .main-block{ | |
1137 | + display: none; | |
1138 | + visibility: hidden; | |
1139 | + margin-bottom: 0px; | |
1140 | +} | |
1141 | 1141 | /**/ |
1142 | 1142 | |
1143 | 1143 | /*titulos dos blocos no box do meio*/ |
... | ... | @@ -1230,6 +1230,11 @@ input.button.with-text { |
1230 | 1230 | width: 1440px; |
1231 | 1231 | } |
1232 | 1232 | |
1233 | +.action-home-index #content .box-1 .tags-block, | |
1234 | +.action-environment_design-index #content .box-1 .tags-block { | |
1235 | + margin-bottom: 2em; | |
1236 | +} | |
1237 | + | |
1233 | 1238 | .action-home-index #content .tags-block a, |
1234 | 1239 | .action-environment_design-index #content .tags-block a{ |
1235 | 1240 | color: #497B16; |
... | ... | @@ -1291,7 +1296,6 @@ input.button.with-text { |
1291 | 1296 | .action-home-index #content .box-1 .statistics-block, |
1292 | 1297 | .action-environment_design-index #content .box-1 .statistics-block { |
1293 | 1298 | display: block; |
1294 | - margin: 0px; | |
1295 | 1299 | background-color: #0C763E; |
1296 | 1300 | } |
1297 | 1301 | ... | ... |