Commit f96d8b8ba5ae24e906e73ca714f322e4e90ad320
1 parent
3d07545e
Exists in
master
and in
5 other branches
updating theme
Showing
2 changed files
with
216 additions
and
15 deletions
Show diff stats
style.css
... | ... | @@ -339,6 +339,11 @@ div#article-parent { |
339 | 339 | margin: 0; |
340 | 340 | } |
341 | 341 | |
342 | +#content .box-2 .recent-documents-block .block-title { | |
343 | + border-bottom: 1px solid #757575; | |
344 | + padding padding: 8px; | |
345 | +} | |
346 | + | |
342 | 347 | #content .box-2 .link-list-block li a.link-this-page { |
343 | 348 | width: auto; |
344 | 349 | border-right: none; |
... | ... | @@ -905,30 +910,49 @@ div#article-parent { |
905 | 910 | background-image: url("images/search-button.gif"); |
906 | 911 | } |
907 | 912 | |
913 | +#searchGadget { | |
914 | + text-indent: 0px | |
915 | +} | |
916 | + | |
917 | +/*#searchGadget, .LSBox input.searchButton { | |
918 | + text-indent: 0; | |
919 | +}*/ | |
920 | + | |
908 | 921 | /*Destaques das áreas*/ |
909 | -.track_list{ | |
922 | + | |
923 | +/*.track_list*/ | |
924 | +#content .track-card-list-block{ | |
910 | 925 | background: url("images/bg-pessoas.jpg") no-repeat center top transparent; |
911 | 926 | display: block; |
912 | 927 | overflow: hidden; |
913 | 928 | padding: 4em 2em; |
914 | 929 | left: -480px; |
915 | 930 | margin-left: 50%; |
916 | - padding: 4em 2em; | |
931 | + margin-bottom: 15px; | |
932 | + padding: 4em 0; | |
917 | 933 | position: relative; |
918 | 934 | width: 960px; |
919 | 935 | text-align: center; |
920 | 936 | } |
921 | 937 | |
938 | +all_tracks .track_list { | |
939 | + background-image: url("images/no-image.gif") no-repeat center top transparent; | |
940 | +} | |
941 | + | |
922 | 942 | .track_list .view_all { |
923 | - display: none; | |
924 | - visibility: hidden; | |
943 | + background-image: url("images/button-read-more-vazio.png") no-repeat center top transparent; | |
944 | + width: 161px; | |
945 | + height: 39px; | |
946 | + color: #000; | |
947 | + font-weight: bold; | |
948 | + padding-left: 50px; | |
925 | 949 | } |
926 | 950 | |
927 | 951 | .track_list .item_card { |
928 | 952 | background-color: #fffafa; |
929 | 953 | border: 0 solid #DDDDDD; |
930 | 954 | float: none; |
931 | - margin: 10px 0 10px 40px; | |
955 | + margin: 10px 15px; | |
932 | 956 | padding: 0; |
933 | 957 | width: 190px; |
934 | 958 | height: 100%; |
... | ... | @@ -977,6 +1001,20 @@ div#article-parent { |
977 | 1001 | text-align: left; |
978 | 1002 | color: black; |
979 | 1003 | } |
1004 | +/*Track list - Categorias*//*Variação de cor dos títulos do track list*/ | |
1005 | +/*_agroecologia | |
1006 | +_comércio_justo_e_solidário | |
1007 | +_comunicação | |
1008 | +_cultura | |
1009 | +_finanças_solidárias | |
1010 | +_formação | |
1011 | +_marco_legal | |
1012 | +_organização_do_movimento | |
1013 | +_pesquisa_e_tecnologia | |
1014 | +_políticas_públicas | |
1015 | +_produção,_comercialização_e_consumo | |
1016 | +_relações_internacionais | |
1017 | +_software,_cultura_e_conhecimentos_livres*/ | |
980 | 1018 | |
981 | 1019 | /*category_not_defined*/ |
982 | 1020 | #content .track_list .category_not_defined .track_content .title { |
... | ... | @@ -986,6 +1024,76 @@ div#article-parent { |
986 | 1024 | color: #666; |
987 | 1025 | } |
988 | 1026 | |
1027 | +/*category_saude*/ | |
1028 | +#content .track_list .category_saude.item_card .track_content .title { | |
1029 | + background-color: red; | |
1030 | +} | |
1031 | +#content .track_list .category_saude.item_card .track_content .name { | |
1032 | + color: red; | |
1033 | +} | |
1034 | +/*category_agroecologia*/ | |
1035 | +#content .track_list .category_agroecologia.item_card .track_content .title { | |
1036 | + background-color: blue; | |
1037 | +} | |
1038 | +#content .track_list .category_agroecologia.item_card .track_content .name { | |
1039 | + color: blue; | |
1040 | +} | |
1041 | +/*category_comercio-justo-e-solidario*/ | |
1042 | +#content .track_list .category_comercio-justo-e-solidario.item_card .track_content .title { | |
1043 | + background-color: green; | |
1044 | +} | |
1045 | +#content .track_list .category_comercio-justo-e-solidario.item_card .track_content .name { | |
1046 | + color: green; | |
1047 | +} | |
1048 | +/*category_comunicacao*/ | |
1049 | +#content .track_list .category_comunicacao.item_card .track_content .title { | |
1050 | + background-color: orange; | |
1051 | +} | |
1052 | +#content .track_list .category_comunicacao.item_card .track_content .name { | |
1053 | + color: orange; | |
1054 | +} | |
1055 | +/*category_cultura*/ | |
1056 | +#content .track_list .category_cultura.item_card .track_content .title { | |
1057 | + background-color: #541f5d; | |
1058 | +} | |
1059 | +#content .track_list .category_cultura.item_card .track_content .name { | |
1060 | + color: #541f5d; | |
1061 | +} | |
1062 | +/*category_finanças_solidarias*/ | |
1063 | +#content .track_list .category_financas-solidarias.item_card .track_content .title { | |
1064 | + background-color: GoldenRod; | |
1065 | +} | |
1066 | +#content .track_list .category_financas-solidarias.item_card .track_content .name { | |
1067 | + color: GoldenRod; | |
1068 | +} | |
1069 | +/*category_formacao*/ | |
1070 | +#content .track_list .category_formacao.item_card .track_content .title { | |
1071 | + background-color: Fuchsia; | |
1072 | +} | |
1073 | +#content .track_list .category_formacao.item_card .track_content .name { | |
1074 | + color: Fuchsia; | |
1075 | +} | |
1076 | +/*category_marco_legal*/ | |
1077 | +#content .track_list .category_marco-legal.item_card .track_content .title { | |
1078 | + background-color: FireBrick; | |
1079 | +} | |
1080 | +#content .track_list .category_marco-legal.item_card .track_content .name { | |
1081 | + color: FireBrick; | |
1082 | +} | |
1083 | +/*category_organizacao_do_movimento*/ | |
1084 | +#content .track_list .category_organizacao-do-movimento.item_card .track_content .title { | |
1085 | + background-color: DodgerBlue; | |
1086 | +} | |
1087 | +#content .track_list .category_organizacao-do-movimento.item_card .track_content .name { | |
1088 | + color: DodgerBlue; | |
1089 | +} | |
1090 | +/*category_pesquisa_e_tecnologia*/ | |
1091 | +#content .track_list .category_pesquisa-e-tecnologia.item_card .track_content .title { | |
1092 | + background-color: DarkViolet; | |
1093 | +} | |
1094 | +#content .track_list .category_pesquisa-e-tecnologia.item_card .track_content .name { | |
1095 | + color: DarkViolet; | |
1096 | +} | |
989 | 1097 | /*category_politicas-publicas*/ |
990 | 1098 | #content .track_list .category_politicas-publicas.item_card .track_content .title { |
991 | 1099 | background-color: #3364a3; |
... | ... | @@ -993,14 +1101,28 @@ div#article-parent { |
993 | 1101 | #content .track_list .category_politicas-publicas.item_card .track_content .name { |
994 | 1102 | color: #3364a3; |
995 | 1103 | } |
996 | - | |
997 | -/*category_saude*/ | |
998 | -#content .track_list .category_saude.item_card .track_content .title { | |
999 | - background-color: red; | |
1104 | +/*category_producao_comercializacao_e_consumo*/ | |
1105 | +#content .track_list .category_producao-comercializacao-e-consumo.item_card .track_content .title { | |
1106 | + background-color: Crimson; | |
1000 | 1107 | } |
1001 | -#content .track_list .category_saude.item_card .track_content .name { | |
1002 | - color: red; | |
1108 | +#content .track_list .category_producao-comercializacao-e-consumo.item_card .track_content .name { | |
1109 | + color: Crimson; | |
1110 | +} | |
1111 | +/*category_relações_internacionais*/ | |
1112 | +#content .track_list .category_relacoes-internacionais.item_card .track_content .title { | |
1113 | + background-color: BlueViolet; | |
1114 | +} | |
1115 | +#content .track_list .category_relacoes-internacionais.item_card .track_content .name { | |
1116 | + color: BlueViolet; | |
1003 | 1117 | } |
1118 | +/*category_software,_cultura_e_conhecimentos_livres*/ | |
1119 | +#content .track_list .category_software-cultura-e-conhecimentos-livres.item_card .track_content .title { | |
1120 | + background-color: OrangeRed; | |
1121 | +} | |
1122 | +#content .track_list .category_software-cultura-e-conhecimentos-livres.item_card .track_content .name { | |
1123 | + color: OrangeRed; | |
1124 | +} | |
1125 | + | |
1004 | 1126 | |
1005 | 1127 | |
1006 | 1128 | |
... | ... | @@ -1099,7 +1221,6 @@ div#article-parent { |
1099 | 1221 | width: 101px; |
1100 | 1222 | } |
1101 | 1223 | |
1102 | - | |
1103 | 1224 | .common-profile-list-block .vcard .banner-div a:hover { |
1104 | 1225 | |
1105 | 1226 | } |
... | ... | @@ -1125,6 +1246,7 @@ div#article-parent { |
1125 | 1246 | .action-home-index #content .box-1 .mapa_comunidades.container-block { |
1126 | 1247 | background-image: url("images/bg-linhas-cinza.png"); |
1127 | 1248 | width: 960px; |
1249 | + margin-bottom: 0; | |
1128 | 1250 | } |
1129 | 1251 | |
1130 | 1252 | /**Mapa**/ |
... | ... | @@ -1146,8 +1268,6 @@ div#article-parent { |
1146 | 1268 | |
1147 | 1269 | |
1148 | 1270 | /*Comunidades*/ |
1149 | - | |
1150 | - | |
1151 | 1271 | /*ver todas as comunidades*/ |
1152 | 1272 | .action-home-index #wrap-2 .block-outer .container-block .communities-block .block-footer-content { |
1153 | 1273 | position: absolute; |
... | ... | @@ -1236,6 +1356,7 @@ div#article-parent { |
1236 | 1356 | |
1237 | 1357 | .action-home-index #content { |
1238 | 1358 | margin: 0px; |
1359 | + background: url("images/bg-palacio-do-planalto.jpg") no-repeat center top #transparent; | |
1239 | 1360 | } |
1240 | 1361 | |
1241 | 1362 | .action-home-index .home-blocks-inner { |
... | ... | @@ -1316,7 +1437,86 @@ div#article-parent { |
1316 | 1437 | /*Páginas Internas*/ |
1317 | 1438 | |
1318 | 1439 | /*Artigos*/ |
1319 | -.tiny-mce-article { | |
1440 | +/*.tiny-mce-article*/ | |
1441 | + | |
1442 | +.article-body p{ | |
1320 | 1443 | font-size: 13px; |
1321 | 1444 | } |
1322 | 1445 | |
1446 | +#article-tags { | |
1447 | + margin-bottom: 0; | |
1448 | + margin-right: 0; | |
1449 | +} | |
1450 | + | |
1451 | +/*.community-track-plugin-track*/ /**/ | |
1452 | + | |
1453 | +/*action-content_viewer-view_page*/ | |
1454 | + | |
1455 | +/*action-profile-index*/ | |
1456 | + | |
1457 | +/*Conteúdo Recente*/ | |
1458 | +#content .recent-documents-block ul{ | |
1459 | + | |
1460 | + border-radius: 5px 5px 5px 5px; | |
1461 | + padding: 0px 0px 0px 0px; | |
1462 | + margin-left: 0px; | |
1463 | +} | |
1464 | + | |
1465 | +#content .recent-documents-block li { | |
1466 | + background: none repeat scroll 0 0 #EEEFFF; | |
1467 | + border-bottom: 1px solid #CCCCCC; | |
1468 | + display: block; | |
1469 | + margin: 0; | |
1470 | + min-height: 1em; | |
1471 | + padding: 1em; | |
1472 | + text-align: left; | |
1473 | +} | |
1474 | + | |
1475 | +/*titulo documents recentes*/ | |
1476 | +/* | |
1477 | +#content .box-2 .recent-documents-block li h3.block-title { | |
1478 | + border-bottom: 1px solid gray; | |
1479 | + padding: 8px; | |
1480 | +} | |
1481 | +*/ | |
1482 | +#content .recent-documents-block li a { | |
1483 | + display: inline; | |
1484 | + float: none; | |
1485 | + color: #464A55; | |
1486 | + font-size: 12px; | |
1487 | +} | |
1488 | +/*botão enviar cometário*/ | |
1489 | +#comments_list a.display-comment-form { | |
1490 | + background: none repeat scroll 0 0 #EEEEEE; | |
1491 | + border: 0px solid #888888; | |
1492 | + border-radius: 4px 4px 4px 4px; | |
1493 | + font-size: 14px; | |
1494 | + font-weight: bold; | |
1495 | + margin: 0; | |
1496 | + padding: 1px 20px; | |
1497 | +} | |
1498 | + | |
1499 | + | |
1500 | +/*Nuvem de tags rodapé*/ | |
1501 | +#content .tags-block { | |
1502 | + background: url("images/bg_tags.png") repeat-x scroll center center transparent; | |
1503 | + margin-bottom: 0; | |
1504 | + padding: 20px; | |
1505 | + margin-bottom: -15px; | |
1506 | +} | |
1507 | + | |
1508 | +#content .tags-block .block-title, | |
1509 | +#content .tags-block .block-footer-content{ | |
1510 | + display: none; | |
1511 | +} | |
1512 | + | |
1513 | +#content .tags-block .tag_cloud { | |
1514 | + max-height: 150px; | |
1515 | +} | |
1516 | + | |
1517 | +#content .tags-block .tag_cloud a { | |
1518 | + color: white; | |
1519 | + font-weight: bold; | |
1520 | +} | |
1521 | + | |
1522 | + | ... | ... |
theme.js
... | ... | @@ -51,6 +51,7 @@ |
51 | 51 | (function($) { |
52 | 52 | // Run code |
53 | 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 | + $( "div.track_list" ).parent().parent().parent().addClass( "track-card-list-block" ); | |
54 | 55 | })(jQuery); |
55 | 56 | |
56 | 57 | ... | ... |