Commit 83ac45df9fc564f7c1a007d23d1c2e6bcf2a2564
1 parent
db1a503c
Exists in
master
and in
3 other branches
updating theme
Showing
2 changed files
with
52 additions
and
40 deletions
Show diff stats
style.css
| @@ -544,13 +544,13 @@ div#article-parent { | @@ -544,13 +544,13 @@ div#article-parent { | ||
| 544 | /*Container Block*/ | 544 | /*Container Block*/ |
| 545 | 545 | ||
| 546 | .action-home-index #content .box-1 .container-block { | 546 | .action-home-index #content .box-1 .container-block { |
| 547 | - /* left: -480px; | ||
| 548 | - margin-left: 50%; | ||
| 549 | - width: 960px; */ | ||
| 550 | left: -480px; | 547 | left: -480px; |
| 551 | margin-left: 50%; | 548 | margin-left: 50%; |
| 549 | + width: 960px; | ||
| 550 | +/* left: -480px; | ||
| 551 | + margin-left: 50%; | ||
| 552 | width: 1064px; | 552 | width: 1064px; |
| 553 | - | 553 | +*/ |
| 554 | } | 554 | } |
| 555 | 555 | ||
| 556 | /* Blocks profiles and enterprises - pessoas*/ | 556 | /* Blocks profiles and enterprises - pessoas*/ |
| @@ -603,6 +603,8 @@ div#article-parent { | @@ -603,6 +603,8 @@ div#article-parent { | ||
| 603 | font-weight: normal; | 603 | font-weight: normal; |
| 604 | } | 604 | } |
| 605 | 605 | ||
| 606 | + | ||
| 607 | + | ||
| 606 | .box-1 .display-people-block .banner-span, | 608 | .box-1 .display-people-block .banner-span, |
| 607 | .common-profile-list-block .vcard a { | 609 | .common-profile-list-block .vcard a { |
| 608 | /*width: 108px; | 610 | /*width: 108px; |
| @@ -917,6 +919,11 @@ div#article-parent { | @@ -917,6 +919,11 @@ div#article-parent { | ||
| 917 | text-align: center; | 919 | text-align: center; |
| 918 | } | 920 | } |
| 919 | 921 | ||
| 922 | +.track_list .view_all { | ||
| 923 | + display: none; | ||
| 924 | + visibility: hidden; | ||
| 925 | +} | ||
| 926 | + | ||
| 920 | .track_list .item_card { | 927 | .track_list .item_card { |
| 921 | background-color: #fffafa; | 928 | background-color: #fffafa; |
| 922 | border: 0 solid #DDDDDD; | 929 | border: 0 solid #DDDDDD; |
| @@ -926,7 +933,7 @@ div#article-parent { | @@ -926,7 +933,7 @@ div#article-parent { | ||
| 926 | width: 190px; | 933 | width: 190px; |
| 927 | height: 100%; | 934 | height: 100%; |
| 928 | display: inline-block; | 935 | display: inline-block; |
| 929 | -} | 936 | +}.common-profile-list-block .vcard a, |
| 930 | 937 | ||
| 931 | .track_list .item_card:hover { | 938 | .track_list .item_card:hover { |
| 932 | background-color: white; | 939 | background-color: white; |
| @@ -1031,55 +1038,47 @@ div#article-parent { | @@ -1031,55 +1038,47 @@ div#article-parent { | ||
| 1031 | 1038 | ||
| 1032 | } | 1039 | } |
| 1033 | 1040 | ||
| 1034 | -.action-home-index #wrap-2 .block-outer div.people-block, | ||
| 1035 | -.action-environment_design-index #wrap-2 .block-outer div.people-block { | 1041 | +.people-block { |
| 1036 | position: relative; | 1042 | position: relative; |
| 1037 | left: 0px; | 1043 | left: 0px; |
| 1044 | + width: 390px !important; | ||
| 1038 | /* margin-left: 10px;*/ | 1045 | /* margin-left: 10px;*/ |
| 1039 | /*width: 300px !important;*/ | 1046 | /*width: 300px !important;*/ |
| 1040 | /*float: left;*/ | 1047 | /*float: left;*/ |
| 1041 | } | 1048 | } |
| 1042 | 1049 | ||
| 1043 | - .action-home-index #wrap-2 .block-outer div.people-block .block-inner-1, | ||
| 1044 | -.action-environment_design-index #wrap-2 .block-outer div.people-block .block-inner-1{ | 1050 | +.people-block .block-inner-1{ |
| 1045 | /*width: 100%;*/ | 1051 | /*width: 100%;*/ |
| 1046 | width: 355px !important; | 1052 | width: 355px !important; |
| 1047 | margin-left: 35px; | 1053 | margin-left: 35px; |
| 1048 | } | 1054 | } |
| 1049 | 1055 | ||
| 1050 | -.action-home-index #wrap-2 .block-outer div.people-block .block-title, | ||
| 1051 | -.action-environment_design-index #wrap-2 .block-outer div.people-block .block-title { | 1056 | +.people-block .block-title { |
| 1052 | display: none; | 1057 | display: none; |
| 1053 | } | 1058 | } |
| 1054 | 1059 | ||
| 1055 | -.action-home-index #wrap-2 .block-outer div.people-block .block-inner-2, | ||
| 1056 | -.action-environment_design-index #wrap-2 .block-outer div.people-block .block-inner-2 { | 1060 | +.people-block .block-inner-2 { |
| 1057 | 1061 | ||
| 1058 | } | 1062 | } |
| 1059 | 1063 | ||
| 1060 | -.action-home-index #wrap-2 .block-outer div.people-block .common-profile-list-block, | ||
| 1061 | -.action-environment_design-index #wrap-2 .block-outer div.people-block .common-profile-list-block { | 1064 | +.people-block .common-profile-list-block { |
| 1062 | margin-left: 0; | 1065 | margin-left: 0; |
| 1063 | } | 1066 | } |
| 1064 | 1067 | ||
| 1065 | -.action-home-index #wrap-2 .block-outer div.people-block .common-profile-list-block .vcard, | ||
| 1066 | -.action-environment_design-index #wrap-2 .block-outer div.people-block .common-profile-list-block .vcard { | 1068 | +.people-block .common-profile-list-block .vcard { |
| 1067 | border: 0px solid white; | 1069 | border: 0px solid white; |
| 1068 | } | 1070 | } |
| 1069 | 1071 | ||
| 1070 | -.action-home-index #wrap-2 .block-outer div.people-block .common-profile-list-block .vcard .profile_link .fn, | ||
| 1071 | -.action-environment_design-index #wrap-2 .block-outer div.people-block .common-profile-list-block .vcard .profile_link .fn { | 1072 | +.people-block .common-profile-list-block .vcard .profile_link .fn { |
| 1072 | display: none; | 1073 | display: none; |
| 1073 | visibility: hidden; | 1074 | visibility: hidden; |
| 1074 | } | 1075 | } |
| 1075 | 1076 | ||
| 1076 | -.action-home-index #wrap-2 .block-outer div.people-block .common-profile-list-block .vcard:hover .menu-submenu-trigger, | ||
| 1077 | -.action-environment_design-index #wrap-2 .block-outer div.people-block .common-profile-list-block .vcard:hover .menu-submenu-trigger { | 1077 | +.people-block .common-profile-list-block .vcard:hover .menu-submenu-trigger { |
| 1078 | display: none; | 1078 | display: none; |
| 1079 | } | 1079 | } |
| 1080 | - | ||
| 1081 | -.action-home-index #wrap-2 .block-outer div.people-block .common-profile-list-block .profile_link, | ||
| 1082 | -.action-environment_design-index #wrap-2 .block-outer div.people-block .common-profile-list-block .profile_link { | 1080 | +.people-block .common-profile-list-block .vcard a.profile_link, |
| 1081 | +.people-block .common-profile-list-block .profile_link { | ||
| 1083 | height: 50px; | 1082 | height: 50px; |
| 1084 | width: 50px; | 1083 | width: 50px; |
| 1085 | margin: -1px 0px 0 -1px; | 1084 | margin: -1px 0px 0 -1px; |
| @@ -1088,18 +1087,21 @@ div#article-parent { | @@ -1088,18 +1087,21 @@ div#article-parent { | ||
| 1088 | background-color: #ddd; | 1087 | background-color: #ddd; |
| 1089 | } | 1088 | } |
| 1090 | 1089 | ||
| 1091 | -.action-home-index #wrap-2 .block-outer div.people-block .block-footer-content, | ||
| 1092 | -.action-environment_design-index #wrap-2 .block-outer div.people-block .block-footer-content { | 1090 | +.people-block .block-footer-content { |
| 1093 | display: none; | 1091 | display: none; |
| 1094 | } | 1092 | } |
| 1095 | 1093 | ||
| 1096 | -.action-home-index #wrap-2 .block-outer div.people-block .banner-span, | ||
| 1097 | -.action-environment_design-index #wrap-2 .block-outer div.people-block .banner-span{ | 1094 | +.box-1 .people-block .banner-span{ |
| 1098 | background-color: #F7E074; | 1095 | background-color: #F7E074; |
| 1099 | color: #004B82; | 1096 | color: #004B82; |
| 1100 | height: 50px; | 1097 | height: 50px; |
| 1101 | - line-height: 3em; | ||
| 1102 | - width: 100px; | 1098 | + line-height: 50px; |
| 1099 | + width: 101px; | ||
| 1100 | +} | ||
| 1101 | + | ||
| 1102 | + | ||
| 1103 | +.common-profile-list-block .vcard .banner-div a:hover { | ||
| 1104 | + | ||
| 1103 | } | 1105 | } |
| 1104 | 1106 | ||
| 1105 | /*conteudo em destaque display content*/ | 1107 | /*conteudo em destaque display content*/ |
| @@ -1120,8 +1122,9 @@ div#article-parent { | @@ -1120,8 +1122,9 @@ div#article-parent { | ||
| 1120 | 1122 | ||
| 1121 | /*Container - Mapa e Comunidades*/ | 1123 | /*Container - Mapa e Comunidades*/ |
| 1122 | 1124 | ||
| 1123 | -.mapa_comunidades.container-block { | 1125 | +.action-home-index #content .box-1 .mapa_comunidades.container-block { |
| 1124 | background-image: url("images/bg-linhas-cinza.png"); | 1126 | background-image: url("images/bg-linhas-cinza.png"); |
| 1127 | + width: 960px; | ||
| 1125 | } | 1128 | } |
| 1126 | 1129 | ||
| 1127 | /**Mapa**/ | 1130 | /**Mapa**/ |
| @@ -1161,6 +1164,7 @@ div#article-parent { | @@ -1161,6 +1164,7 @@ div#article-parent { | ||
| 1161 | position: relative; | 1164 | position: relative; |
| 1162 | left:-480px; | 1165 | left:-480px; |
| 1163 | margin-left: 50%;*/ | 1166 | margin-left: 50%;*/ |
| 1167 | + width: 390px !important; | ||
| 1164 | } | 1168 | } |
| 1165 | 1169 | ||
| 1166 | .container-block .communities-block .block-inner-1 { | 1170 | .container-block .communities-block .block-inner-1 { |
| @@ -1181,18 +1185,17 @@ div#article-parent { | @@ -1181,18 +1185,17 @@ div#article-parent { | ||
| 1181 | } | 1185 | } |
| 1182 | 1186 | ||
| 1183 | 1187 | ||
| 1184 | -.action-home-index #wrap-2 .block-outer .container-block .communities-block .common-profile-list-block .vcard:hover .menu-submenu-trigger, | ||
| 1185 | -.action-environment_design-index #wrap-2 .block-outer .container-block .communities-block .common-profile-list-block .vcard:hover .menu-submenu-trigger { | 1188 | +.communities-block .common-profile-list-block .vcard:hover .menu-submenu-trigger { |
| 1186 | display: none; | 1189 | display: none; |
| 1187 | } | 1190 | } |
| 1188 | 1191 | ||
| 1189 | -#content .box-1 .communities-block .common-profile-list-block .vcard .profile_link { | 1192 | +.communities-block .common-profile-list-block .vcard .profile_link { |
| 1190 | margin: 5px; | 1193 | margin: 5px; |
| 1191 | min-height: 130px; | 1194 | min-height: 130px; |
| 1192 | min-width: 100px; | 1195 | min-width: 100px; |
| 1193 | } | 1196 | } |
| 1194 | 1197 | ||
| 1195 | -#content .box-1 .communities-block .common-profile-list-block .vcard .profile_link .profile-image { | 1198 | +.communities-block .common-profile-list-block .vcard .profile_link .profile-image { |
| 1196 | height: 95px; | 1199 | height: 95px; |
| 1197 | /*width: 95px;*/ | 1200 | /*width: 95px;*/ |
| 1198 | min-height: 95px; | 1201 | min-height: 95px; |
| @@ -1202,7 +1205,7 @@ div#article-parent { | @@ -1202,7 +1205,7 @@ div#article-parent { | ||
| 1202 | padding-bottom: 0px; | 1205 | padding-bottom: 0px; |
| 1203 | } | 1206 | } |
| 1204 | 1207 | ||
| 1205 | -#content .box-1 .communities-block .common-profile-list-block .vcard .profile_link .profile-image .logo { | 1208 | +.communities-block .common-profile-list-block .vcard .profile_link .profile-image .logo { |
| 1206 | min-height: 95px; | 1209 | min-height: 95px; |
| 1207 | min-width: 95px; | 1210 | min-width: 95px; |
| 1208 | height: 95px; | 1211 | height: 95px; |
| @@ -1210,7 +1213,7 @@ div#article-parent { | @@ -1210,7 +1213,7 @@ div#article-parent { | ||
| 1210 | 1213 | ||
| 1211 | } | 1214 | } |
| 1212 | 1215 | ||
| 1213 | -#content .box-1 .communities-block .common-profile-list-block .vcard .profile_link .org { | 1216 | +.communities-block .common-profile-list-block .vcard .profile_link .org { |
| 1214 | color: black; | 1217 | color: black; |
| 1215 | font-size: 85%; | 1218 | font-size: 85%; |
| 1216 | text-align: left; | 1219 | text-align: left; |
| @@ -1274,7 +1277,6 @@ div#article-parent { | @@ -1274,7 +1277,6 @@ div#article-parent { | ||
| 1274 | margin: 0px; | 1277 | margin: 0px; |
| 1275 | } | 1278 | } |
| 1276 | 1279 | ||
| 1277 | -/*.action-home-index #content .communities-block,*/ | ||
| 1278 | .action-home-index #content .display-people-block { | 1280 | .action-home-index #content .display-people-block { |
| 1279 | display: inline-block; | 1281 | display: inline-block; |
| 1280 | width: 50%; | 1282 | width: 50%; |
| @@ -1283,7 +1285,7 @@ div#article-parent { | @@ -1283,7 +1285,7 @@ div#article-parent { | ||
| 1283 | } | 1285 | } |
| 1284 | 1286 | ||
| 1285 | .action-home-index #content .box-1 .block { | 1287 | .action-home-index #content .box-1 .block { |
| 1286 | - /*margin-right: 0px;*/ | 1288 | + |
| 1287 | } | 1289 | } |
| 1288 | 1290 | ||
| 1289 | .action-home-index #statistics-blocks { | 1291 | .action-home-index #statistics-blocks { |
| @@ -1308,3 +1310,13 @@ div#article-parent { | @@ -1308,3 +1310,13 @@ div#article-parent { | ||
| 1308 | .action-home-index #profile-blocks { | 1310 | .action-home-index #profile-blocks { |
| 1309 | background: url(images/bg-linhas-cinza.png); | 1311 | background: url(images/bg-linhas-cinza.png); |
| 1310 | } | 1312 | } |
| 1313 | + | ||
| 1314 | + | ||
| 1315 | + | ||
| 1316 | +/*Páginas Internas*/ | ||
| 1317 | + | ||
| 1318 | +/*Artigos*/ | ||
| 1319 | +.tiny-mce-article { | ||
| 1320 | + font-size: 13px; | ||
| 1321 | +} | ||
| 1322 | + |
theme.js
| @@ -50,7 +50,7 @@ | @@ -50,7 +50,7 @@ | ||
| 50 | 50 | ||
| 51 | (function($) { | 51 | (function($) { |
| 52 | // Run code | 52 | // Run code |
| 53 | - $( ".block-inner-1 .block-inner-2 .box .block-outer .communities-block" ).parent().addClass( "mapa_comunidades" ); | 53 | + $( "div.block-inner-1 div.block-inner-2 div.box div.block-outer .communities-block" ).parent().parent().parent().parent().parent().addClass( "mapa_comunidades" ); |
| 54 | })(jQuery); | 54 | })(jQuery); |
| 55 | 55 | ||
| 56 | 56 |