Commit 2dde0d8eaf8ada9b1816e93498f4c72a7774b703
Exists in
master
and in
5 other branches
Merge branch 'master' of github.com:SerproLivre/participa-theme
Conflicts: theme.js
Showing
5 changed files
with
385 additions
and
74 deletions
Show diff stats
cabecalho-amarelo-theme.css
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | #theme-header{} |
6 | 6 | |
7 | 7 | #header { |
8 | - padding: 40px 0 0 0; | |
8 | + padding: 45px 0 0 0; | |
9 | 9 | background-color: #fcdd4e;/*(amarelo-claro)*/ |
10 | 10 | /* Old browsers */ |
11 | 11 | background-color: #f9c404; /*(amarelo-escuro)*/ |
... | ... | @@ -21,7 +21,7 @@ background-color: #fcdd4e;/*(amarelo-claro)*/ |
21 | 21 | /* IE10+ */ |
22 | 22 | background-image: radial-gradient(ellipse at center, #fcdd4e 1%,#f9c404 100%); |
23 | 23 | /* W3C */ |
24 | - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcdd4e', endColorstr='#f9c404',GradientType=1 ); | |
24 | +/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcdd4e', endColorstr='#f9c404',GradientType=1 );*/ | |
25 | 25 | /* IE6-9 fallback on horizontal gradient */ |
26 | 26 | color: #fff; |
27 | 27 | } |
... | ... | @@ -47,10 +47,11 @@ background-color: #fcdd4e;/*(amarelo-claro)*/ |
47 | 47 | } |
48 | 48 | |
49 | 49 | #accessibility { |
50 | - display: block !important; | |
51 | - font-size: 0.8em; | |
52 | - width: 50%; | |
53 | - float: left; | |
50 | + display: block !important; | |
51 | + float: left; | |
52 | + font-family: arial; | |
53 | + font-size: 10px; | |
54 | + width: 50%; | |
54 | 55 | } |
55 | 56 | |
56 | 57 | #accessibility a { |
... | ... | @@ -59,9 +60,9 @@ background-color: #fcdd4e;/*(amarelo-claro)*/ |
59 | 60 | } |
60 | 61 | |
61 | 62 | #accessibility span { |
62 | - background: #9ed5ab; | |
63 | - color: #00500f; | |
64 | - padding: 0 4px; | |
63 | + background: none repeat scroll 0 0 #497B16; | |
64 | + color: #FFFFFF; | |
65 | + padding: 0 4px; | |
65 | 66 | } |
66 | 67 | |
67 | 68 | |
... | ... | @@ -91,7 +92,7 @@ background-color: #fcdd4e;/*(amarelo-claro)*/ |
91 | 92 | #logo #portal-title { |
92 | 93 | margin: 30px 0px 46px 0px; |
93 | 94 | color: #03316f; |
94 | - font-size: 3.35em; | |
95 | + font-size: 4em; | |
95 | 96 | font-family: 'Open Sans Extrabold', Arial, Helvetica, sans-serif; |
96 | 97 | font-weight: normal; |
97 | 98 | line-height: 1em; |
... | ... | @@ -114,10 +115,10 @@ background-color: #fcdd4e;/*(amarelo-claro)*/ |
114 | 115 | display: block; |
115 | 116 | float: right; |
116 | 117 | clear: left; |
117 | - border-bottom: 1px dotted #9bc2a3; | |
118 | + border-bottom: 1px dotted #00500f; | |
118 | 119 | padding-bottom: 2px; |
119 | 120 | margin-top: -15px; |
120 | - font-size: 85%; | |
121 | + font-size: 10px; | |
121 | 122 | text-align: center; |
122 | 123 | } |
123 | 124 | |
... | ... | @@ -147,7 +148,7 @@ color: #75ad0a |
147 | 148 | #social-icons { |
148 | 149 | float: right; |
149 | 150 | clear: right; |
150 | - margin: 12px 0px 0px 0px; | |
151 | + margin: 0px; | |
151 | 152 | } |
152 | 153 | |
153 | 154 | #social-icons ul { |
... | ... | @@ -180,6 +181,7 @@ color: #75ad0a |
180 | 181 | |
181 | 182 | #theme-header #sobre { |
182 | 183 | line-height: 20px; |
184 | + font-size: 12px; | |
183 | 185 | } |
184 | 186 | /* */ |
185 | 187 | |
... | ... | @@ -228,7 +230,7 @@ input.searchField { |
228 | 230 | clear: right; |
229 | 231 | float: right; |
230 | 232 | font-size: 80%; |
231 | - margin: 2em 0 1.2em 0; | |
233 | + margin: 30px 0 14px; | |
232 | 234 | /*margin: 3.12em 0px 3px 0px;*/ |
233 | 235 | text-align: right; |
234 | 236 | border-radius: 5px; |
... | ... | @@ -275,7 +277,7 @@ input.searchField { |
275 | 277 | |
276 | 278 | #header input.searchButton { |
277 | 279 | background-image: url("images/search-button.gif"); |
278 | - background-position: 3px 2px; | |
280 | + background-position: 8px 2px; | |
279 | 281 | background-repeat: no-repeat; |
280 | 282 | background-color: #ffffff; |
281 | 283 | } | ... | ... |
648 Bytes
52 KB
style.css
... | ... | @@ -243,8 +243,56 @@ p { |
243 | 243 | } |
244 | 244 | |
245 | 245 | |
246 | +/*********************************/ | |
247 | +/* Main Page / Communities Block */ | |
248 | +/*********************************/ | |
249 | + | |
250 | +.action-home-index .communities-block .common-profile-list-block, | |
251 | +.action-environment_design-index .communities-block .common-profile-list-block { | |
252 | + margin: 5px 7px 5px 6px; | |
253 | + display: inline-block; | |
254 | + vertical-align: top; | |
255 | + text-align: center; | |
256 | +} | |
257 | + | |
258 | +.action-home-index .communities-block .common-profile-list-block .vcard, | |
259 | +.action-environment_design-index .communities-block .common-profile-list-block .vcard { | |
260 | + width: 95px; | |
261 | + height: 100%; | |
262 | + display: inline-block; | |
263 | +} | |
264 | + | |
265 | +.action-home-index .communities-block .common-profile-list-block .profile-image, | |
266 | +.action-environment_design-index .communities-block .common-profile-list-block .profile-image { | |
267 | + width: 76px; | |
268 | + height: 76px; | |
269 | + display: inline-block; | |
270 | + border: 1px solid #CCCCCC; | |
271 | +} | |
272 | + | |
273 | +.action-home-index .communities-block .common-profile-list-block .profile-image img, | |
274 | +.action-environment_design-index .communities-block .common-profile-list-block .profile-image img { | |
275 | + max-width: 76px; | |
276 | + max-height: 76px; | |
277 | +} | |
278 | + | |
279 | +.action-home-index .communities-block .common-profile-list-block span.org, | |
280 | +.action-environment_design-index .communities-block .common-profile-list-block span.org { | |
281 | + text-transform: uppercase; | |
282 | + word-wrap: break-word; | |
283 | + display: inline-block; | |
284 | + width: 90px; | |
285 | +} | |
286 | + | |
287 | +.action-home-index #content .communities-block .vcard .profile_link { | |
288 | + display: inline-block; | |
289 | +} | |
290 | + | |
291 | + | |
246 | 292 | /*****************/ |
247 | 293 | |
294 | +/*Container Block - Bloco de Blocos*/ | |
295 | + | |
248 | 296 | .container-block-plugin_container-block, |
249 | 297 | .container-block-plugin_container-block .block-inner-2{ |
250 | 298 | background-color: transparent; |
... | ... | @@ -281,9 +329,14 @@ p { |
281 | 329 | |
282 | 330 | .block-outer .block .block-outer { |
283 | 331 | float: left; |
284 | - margin-right: 20px; | |
332 | + margin-right: 14px; | |
285 | 333 | margin-top: 0; |
286 | 334 | } |
335 | +.action-home-index .block-outer .block .block-outer{ | |
336 | + margin-right: 0px; | |
337 | +} | |
338 | + | |
339 | +/****Display Content - Bloco de artigo****/ | |
287 | 340 | |
288 | 341 | .display-content-block .lead { |
289 | 342 | overflow: hidden; |
... | ... | @@ -317,6 +370,132 @@ p { |
317 | 370 | |
318 | 371 | } |
319 | 372 | |
373 | + | |
374 | +/*Display Content na página inicial*/ | |
375 | + | |
376 | +.action-home-index #content .display-content-block .block-inner-2, | |
377 | +.action-environment_design-index #content .display-content-block .block-inner-2{ | |
378 | + display: inline-block; | |
379 | +} | |
380 | +.action-home-index #content .display-content-block .title, | |
381 | +.action-environment_design-index #content .display-content-block .title{ | |
382 | + float: right; | |
383 | + width: 50%; | |
384 | + padding-right: 0; | |
385 | +} | |
386 | +.action-home-index #content .display-content-block .image, | |
387 | +.action-environment_design-index #content .display-content-block .image{ | |
388 | + float: left; | |
389 | + width: 450px; | |
390 | +} | |
391 | +.action-home-index #content .display-content-block .image img, | |
392 | +.action-environment_design-index #content .display-content-block .image img{ | |
393 | + max-width: 450px; | |
394 | + max-height: 300px; | |
395 | +} | |
396 | +.action-home-index #content .display-content-block .image a, | |
397 | +.action-environment_design-index #content .display-content-block .image a{ | |
398 | +} | |
399 | +.action-home-index #content .display-content-block .lead, | |
400 | +.action-environment_design-index #content .display-content-block .lead{ | |
401 | + float: right; | |
402 | + width: 50%; | |
403 | + clear: right; | |
404 | +} | |
405 | +.action-home-index #content .display-content-block .lead .img, | |
406 | +.action-environment_design-index #content .display-content-block .lead .img{ | |
407 | +} | |
408 | +.action-home-index #content .display-content-block .tags, | |
409 | +.action-environment_design-index #content .display-content-block .tags{ | |
410 | + float: right; | |
411 | + width: 50%; | |
412 | + clear: right; | |
413 | +} | |
414 | +.action-home-index #content .display-content-block .published-at, | |
415 | +.action-environment_design-index #content .display-content-block .published-at{ | |
416 | + float: right; | |
417 | + width: 50%; | |
418 | +} | |
419 | +.action-home-index #content .display-content-block .read_more, | |
420 | +.action-environment_design-index #content .display-content-block .read_more{ | |
421 | + float: right; | |
422 | + width: 50%; | |
423 | + clear: right; | |
424 | +} | |
425 | + | |
426 | +/*Display Content em container na página inicial*/ | |
427 | + | |
428 | +.action-home-index .container-block-plugin_container-block .container-block-plugin_container-block, | |
429 | +.action-environment_design-index .container-block-plugin_container-block .container-block-plugin_container-block{ | |
430 | + /* width: 630px !important;*/ | |
431 | + background-color: white; | |
432 | +} | |
433 | + | |
434 | +.action-home-index #wrap-2 .block-outer .container-block-plugin_container-block div.display-content-block, | |
435 | +.action-environment_design-index #wrap-2 .block-outer .container-block-plugin_container-block div.display-content-block { | |
436 | + /*margin-right: 24px;*/ | |
437 | + /*width: 270px !important;*/ | |
438 | +} | |
439 | + | |
440 | +.action-home-index .people-block, | |
441 | +.action-environment_design-index .people-block { | |
442 | + /* overflow: hidden;*/ | |
443 | + /*width: 314px !important;*/ | |
444 | +} | |
445 | + | |
446 | +.action-home-index #content .container-block-plugin_container-block .display-content-block .block-inner-2, | |
447 | +.action-environment_design-index #content .container-block-plugin_container-block .display-content-block .block-inner-2{ | |
448 | + overflow: hidden; | |
449 | +} | |
450 | +.action-home-index #content .container-block-plugin_container-block .display-content-block .title, | |
451 | +.action-environment_design-index #content .container-block-plugin_container-block .display-content-block .title{ | |
452 | + float: none; | |
453 | + width: 100%; | |
454 | + padding-right: 0; | |
455 | + margin: 14px 0; | |
456 | +} | |
457 | +.action-home-index #content .container-block-plugin_container-block .display-content-block .image, | |
458 | +.action-environment_design-index #content .container-block-plugin_container-block .display-content-block .image{ | |
459 | + float: none; | |
460 | + width: 100%; | |
461 | + text-align: center; | |
462 | + margin-bottom: 1em; | |
463 | +} | |
464 | +.action-home-index #content .container-block-plugin_container-block .display-content-block .image img, | |
465 | +.action-environment_design-index #content .container-block-plugin_container-block .display-content-block .image img{ | |
466 | + max-width: 258px; | |
467 | + max-height: 265px; | |
468 | +} | |
469 | +.action-home-index #content .container-block-plugin_container-block .display-content-block .image a, | |
470 | +.action-environment_design-index #content .container-block-plugin_container-block .display-content-block .image a{ | |
471 | +} | |
472 | +.action-home-index #content .container-block-plugin_container-block .display-content-block .lead, | |
473 | +.action-environment_design-index #content .container-block-plugin_container-block .display-content-block .lead{ | |
474 | + float: none; | |
475 | + width: 100%; | |
476 | + clear: right; | |
477 | +} | |
478 | +.action-home-index #content .container-block-plugin_container-block .display-content-block .lead .img, | |
479 | +.action-environment_design-index #content .container-block-plugin_container-block .display-content-block .lead .img{ | |
480 | +} | |
481 | +.action-home-index #content .container-block-plugin_container-block .display-content-block .tags, | |
482 | +.action-environment_design-index #content .container-block-plugin_container-block .display-content-block .tags{ | |
483 | + float: none; | |
484 | + width: 100%; | |
485 | + clear: right; | |
486 | +} | |
487 | +.action-home-index #content .container-block-plugin_container-block .display-content-block .published-at, | |
488 | +.action-environment_design-index #content .container-block-plugin_container-block .display-content-block .published-at{ | |
489 | + float: none; | |
490 | + width: 100%; | |
491 | +} | |
492 | +.action-home-index #content .container-block-plugin_container-block .display-content-block .read_more, | |
493 | +.action-environment_design-index #content .container-block-plugin_container-block .display-content-block .read_more{ | |
494 | + float: none; | |
495 | + width: 100%; | |
496 | + clear: right; | |
497 | +} | |
498 | + | |
320 | 499 | /*borda dos wrappers*/ |
321 | 500 | /**/ |
322 | 501 | #main-content-wrapper-1, |
... | ... | @@ -421,6 +600,45 @@ p { |
421 | 600 | width: 960px; |
422 | 601 | } |
423 | 602 | |
603 | +.action-home-index #wrap-2{ | |
604 | + padding:0; | |
605 | +} | |
606 | + | |
607 | +.action-home-index #content { | |
608 | + left: 0px; | |
609 | + margin-left: 0; | |
610 | + margin-top: 0; | |
611 | + position: relative; | |
612 | + width: 100%; | |
613 | +} | |
614 | + | |
615 | + | |
616 | +.action-home-index #content .block-outer .block { | |
617 | + left: -480px; | |
618 | + margin-left: 50%; | |
619 | + margin-top: 0; | |
620 | + position: relative; | |
621 | + width: 960px; | |
622 | +} | |
623 | + | |
624 | +.action-home-index #content .block-outer .block .block{ | |
625 | + left: 0px; | |
626 | + margin-left: 0; | |
627 | + margin-top: 0; | |
628 | + position: relative; | |
629 | + width: 100%; | |
630 | +} | |
631 | + | |
632 | +.action-home-index #content .block-outer .tags-block{ | |
633 | + left: 0px; | |
634 | + margin-left: 0; | |
635 | + margin-top: 0; | |
636 | + position: relative; | |
637 | + width: 100%; | |
638 | + | |
639 | +} | |
640 | + | |
641 | + | |
424 | 642 | /*data - evento*/ |
425 | 643 | |
426 | 644 | li.event-dates { |
... | ... | @@ -454,7 +672,7 @@ li.event-dates { |
454 | 672 | } |
455 | 673 | |
456 | 674 | #content .title { |
457 | - font-weight: normal; !important; | |
675 | + font-weight: normal; | |
458 | 676 | padding-right: 70px; |
459 | 677 | } |
460 | 678 | |
... | ... | @@ -702,6 +920,14 @@ input.button.with-text { |
702 | 920 | |
703 | 921 | /*nuvem de tags*/ |
704 | 922 | |
923 | +.action-home-index #content .tag_cloud { | |
924 | + left: -480px; | |
925 | + margin-left: 50%; | |
926 | + position: relative; | |
927 | + text-align: center; | |
928 | + width: 960px; | |
929 | +} | |
930 | + | |
705 | 931 | .tag_cloud a{ |
706 | 932 | white-space: normal; |
707 | 933 | } |
... | ... | @@ -713,19 +939,20 @@ input.button.with-text { |
713 | 939 | |
714 | 940 | .community-track-plugin_track-card-list-block .track_list{ |
715 | 941 | text-align: center; |
942 | + padding: 0 0px; | |
716 | 943 | } |
717 | 944 | |
718 | 945 | .track_list .item_card { |
719 | 946 | background-color: #FFFAFA; |
720 | - border: 1px solid #DDDDDD; | |
947 | + border: 0px solid #DDDDDD; | |
721 | 948 | display: inline-block; |
722 | - float: none; | |
723 | - height: 100%; | |
724 | - margin: 10px 15px; | |
725 | - max-width: 190px; | |
726 | - min-height: 335px; | |
949 | + float: left; | |
950 | + clear: right; | |
951 | + margin: 0 9px 9px; | |
952 | + max-width: 214px; | |
953 | + height: 405px; | |
727 | 954 | padding: 0; |
728 | - width: 190px; | |
955 | + width: 214px; | |
729 | 956 | } |
730 | 957 | |
731 | 958 | .track_list .item_card a{ |
... | ... | @@ -746,26 +973,29 @@ input.button.with-text { |
746 | 973 | /**/ |
747 | 974 | |
748 | 975 | #content .track_list .item_card .track_content{ |
749 | - height: 335px; | |
976 | + height: 355px; | |
750 | 977 | overflow: hidden; |
751 | 978 | } |
752 | 979 | |
753 | 980 | #content .track_list .item_card .track_content .title{ |
754 | 981 | color: white; |
982 | + font-family: Arial,sans-serif; | |
755 | 983 | font-size: small; |
756 | - font-weight: normal; | |
984 | + font-weight: bold; | |
985 | + min-height: 15px; | |
757 | 986 | padding: 5px 0; |
758 | 987 | text-align: center; |
759 | - min-height: 16px; | |
988 | + text-transform: uppercase; | |
760 | 989 | } |
761 | 990 | |
762 | 991 | |
763 | 992 | #content .track_list .item_card .track_content .image{ |
764 | 993 | border: 1px solid #ddd; |
765 | - width: 175px; | |
766 | - height: 122px; | |
994 | + width: 196px; | |
995 | + height: 146px; | |
767 | 996 | overflow: hidden; |
768 | - margin: 0.5em; | |
997 | + margin: 8px; | |
998 | + background-color: #FFF; | |
769 | 999 | } |
770 | 1000 | |
771 | 1001 | #content .track_list .item_card .track_content .name { |
... | ... | @@ -773,14 +1003,15 @@ input.button.with-text { |
773 | 1003 | font-weight: normal; |
774 | 1004 | padding: 5px 0; |
775 | 1005 | text-align: left; |
776 | - margin: 0 0.5em; | |
1006 | + margin: 0 8px; | |
1007 | + color: #444; | |
777 | 1008 | } |
778 | 1009 | |
779 | 1010 | |
780 | 1011 | #content .track_list .item_card .track_content .lead { |
781 | 1012 | font-weight: normal; |
782 | 1013 | padding: 5px 0; |
783 | - margin: 0 0.5em; | |
1014 | + margin: 0 8px; | |
784 | 1015 | text-align: left; |
785 | 1016 | color: black; |
786 | 1017 | } |
... | ... | @@ -833,7 +1064,7 @@ input.button.with-text { |
833 | 1064 | } |
834 | 1065 | |
835 | 1066 | .track_list .item_card .track_stats { |
836 | - padding: 0 5px; | |
1067 | + padding: 5px 5px 0; | |
837 | 1068 | height: 25px; |
838 | 1069 | } |
839 | 1070 | .track_list .item_card .track_stats .counter { |
... | ... | @@ -842,11 +1073,20 @@ input.button.with-text { |
842 | 1073 | text-align: left; |
843 | 1074 | font-size: 10pt; |
844 | 1075 | display: block; |
1076 | + color: #444; | |
1077 | +} | |
1078 | +.track_list .item_card .track_stats .comments{ | |
1079 | + float: left; | |
1080 | +} | |
1081 | +.track_list .item_card .track_stats .hits{ | |
1082 | + float: right; | |
845 | 1083 | } |
846 | 1084 | .track_list .item_card .track_stats .hits .label, |
847 | 1085 | .track_list .item_card .track_stats .comments .label { |
848 | 1086 | font-size: 7pt; |
849 | - float: right; | |
1087 | + /*float: right;*/ | |
1088 | + color: #444; | |
1089 | + | |
850 | 1090 | } |
851 | 1091 | /**/ |
852 | 1092 | |
... | ... | @@ -1066,14 +1306,15 @@ input.button.with-text { |
1066 | 1306 | text-align: left; |
1067 | 1307 | } |
1068 | 1308 | |
1069 | -.more_button .view_all a, | |
1070 | -.read_more a{ | |
1309 | +#content .more_button .view_all a, | |
1310 | +#content .read_more a{ | |
1071 | 1311 | background: url("images/button-read-more-vazio.png") no-repeat scroll left 50% transparent; |
1072 | - color: #000000; | |
1312 | + color: #333; | |
1073 | 1313 | display: inline-block; |
1074 | 1314 | font-weight: bold; |
1075 | 1315 | padding: 10px 20px 10px 50px; |
1076 | 1316 | text-align: left; |
1317 | + font-family: Arial, sans-serif; | |
1077 | 1318 | } |
1078 | 1319 | |
1079 | 1320 | .community-track-plugin_track-card-list-block .more_button{ |
... | ... | @@ -1081,7 +1322,7 @@ input.button.with-text { |
1081 | 1322 | } |
1082 | 1323 | |
1083 | 1324 | .community-track-plugin_track-card-list-block .more_button .view_all a{ |
1084 | - margin-right: 35px; | |
1325 | + margin-right: 12px; | |
1085 | 1326 | } |
1086 | 1327 | |
1087 | 1328 | /*área do rodapé do bloco onde fica o botão ver todos*/ |
... | ... | @@ -1094,7 +1335,7 @@ input.button.with-text { |
1094 | 1335 | margin-right: 8px; |
1095 | 1336 | } |
1096 | 1337 | |
1097 | -#content .tags-block .block-footer-content a, #content .people-block .block-footer-content a, #content .profile-list-block .block-footer-content a, #content .enterprises-block .block-footer-content a, #content .members-block .block-footer-content a, #content .communities-block .block-footer-content a, #content .friends-block .block-footer-content a { | |
1338 | +/*#content .tags-block .block-footer-content a, */#content .people-block .block-footer-content a, #content .profile-list-block .block-footer-content a, #content .enterprises-block .block-footer-content a, #content .members-block .block-footer-content a, #content .communities-block .block-footer-content a, #content .friends-block .block-footer-content a { | |
1098 | 1339 | background: url("images/button-read-more-vazio.png") no-repeat scroll left 50% transparent; |
1099 | 1340 | color: #000000; |
1100 | 1341 | display: inline-block; |
... | ... | @@ -1103,6 +1344,7 @@ input.button.with-text { |
1103 | 1344 | padding: 10px 20px 10px 50px; |
1104 | 1345 | position: relative; |
1105 | 1346 | text-align: left; |
1347 | + font-family: Arial, sans-serif; | |
1106 | 1348 | } |
1107 | 1349 | |
1108 | 1350 | /*fim botoes ver todos*/ |
... | ... | @@ -1110,6 +1352,12 @@ input.button.with-text { |
1110 | 1352 | |
1111 | 1353 | /*Página Inicial - .action-home-index*/ |
1112 | 1354 | |
1355 | +.action-home-index #content, | |
1356 | +.action-environment_design-index #content { | |
1357 | + margin-bottom: -105px; | |
1358 | +} | |
1359 | + | |
1360 | + | |
1113 | 1361 | .action-home-index .box-1 .blocks, |
1114 | 1362 | .action-environment_design-index .box-1 .blocks { |
1115 | 1363 | margin-top: 0px; |
... | ... | @@ -1120,6 +1368,7 @@ input.button.with-text { |
1120 | 1368 | margin-bottom: 90px; |
1121 | 1369 | } |
1122 | 1370 | |
1371 | + | |
1123 | 1372 | .action-home-index #content .container-block-plugin_container-block .block, |
1124 | 1373 | .action-environment_design-index #content .container-block-plugin_container-block .block{ |
1125 | 1374 | margin-bottom: 0px; |
... | ... | @@ -1152,6 +1401,18 @@ input.button.with-text { |
1152 | 1401 | position: relative; |
1153 | 1402 | } |
1154 | 1403 | |
1404 | +.action-home-index #content .box-1 .container-block-plugin_container-block .block-title, | |
1405 | +.action-environment_design-index #content .box-1 .container-block-plugin_container-block .block-title { | |
1406 | + padding-left: 18px; | |
1407 | + padding-bottom: 11px; | |
1408 | +} | |
1409 | + | |
1410 | +.action-home-index #content .box-1 .container-block-plugin_container-block .block .block-title, | |
1411 | +.action-environment_design-index #content .box-1 .container-block-plugin_container-block .block .block-title { | |
1412 | + padding-left: 10px; | |
1413 | + padding-bottom: 24px; | |
1414 | +} | |
1415 | + | |
1155 | 1416 | .action-home-index #content .box-1 .block-title span, |
1156 | 1417 | .action-environment_design-index #content .box-1 .block-title span { |
1157 | 1418 | background-color: #497b16; |
... | ... | @@ -1162,11 +1423,28 @@ input.button.with-text { |
1162 | 1423 | text-align: left; |
1163 | 1424 | } |
1164 | 1425 | |
1426 | +.action-home-index #content .display-content-block:first-of-type .block-title span, | |
1427 | +.action-environment_design-index #content .display-content-block:first-of-type .block-title span { | |
1428 | + background-color: #f7b905; | |
1429 | + color: #0a4d06; | |
1430 | + font-size: 14px; | |
1431 | + font-variant: normal; | |
1432 | + padding: 0.5em 1em; | |
1433 | + text-align: left; | |
1434 | +} | |
1435 | + | |
1165 | 1436 | .action-home-index .block .block-inner-2, |
1166 | 1437 | .action-environment_design-index .block .block-inner-2 { |
1167 | 1438 | background-color: white; |
1168 | 1439 | padding: 1em; |
1169 | - margin: -10px -8px -8px; | |
1440 | + /*margin: -10px -8px -8px;*/ | |
1441 | + margin: 0; | |
1442 | +} | |
1443 | + | |
1444 | + | |
1445 | +.action-home-index .community-track-plugin_track-card-list-block .block-inner-2, | |
1446 | +.action-environment_design-index .community-track-plugin_track-card-list-block .block-inner-2 { | |
1447 | + background: url("images/bg-pessoas.jpg") no-repeat scroll center top transparent; | |
1170 | 1448 | } |
1171 | 1449 | |
1172 | 1450 | /**/ |
... | ... | @@ -1186,8 +1464,8 @@ input.button.with-text { |
1186 | 1464 | |
1187 | 1465 | .action-home-index .people-block .common-profile-list-block .profile_link, |
1188 | 1466 | .action-environment_design-index .people-block .common-profile-list-block .profile_link{ |
1189 | - height: 50px; | |
1190 | - width: 50px; | |
1467 | + height: 56px; | |
1468 | + width: 56px; | |
1191 | 1469 | margin: -1px -2px; |
1192 | 1470 | padding: 0; |
1193 | 1471 | border: 1px solid white !important; |
... | ... | @@ -1199,11 +1477,13 @@ input.button.with-text { |
1199 | 1477 | .action-environment_design-index .people-block .banner-span { |
1200 | 1478 | background-color: #f15921; |
1201 | 1479 | color: #fff; |
1202 | - font-size: medium; | |
1203 | - font-weight: bold; | |
1204 | - height: 50px; | |
1205 | - line-height: 50px; | |
1206 | - width: 99px; | |
1480 | + font-size: 20px; | |
1481 | + font-weight: normal; | |
1482 | + height: 56px; | |
1483 | + line-height: 56px; | |
1484 | + width: 112px; | |
1485 | + font-family: 'Open Sans Extrabold',Arial,Helvetica,sans-serif; | |
1486 | + letter-spacing: -0.05em; | |
1207 | 1487 | } |
1208 | 1488 | |
1209 | 1489 | .action-home-index .vcard .menu-submenu, |
... | ... | @@ -1211,25 +1491,15 @@ input.button.with-text { |
1211 | 1491 | bottom: 100%; |
1212 | 1492 | } |
1213 | 1493 | |
1214 | -.action-home-index #content .tags-block { | |
1215 | - bottom: -21px; | |
1216 | - left: 25%; | |
1217 | - margin-left: -50%; | |
1218 | - position: absolute; | |
1219 | - width: 1440px; | |
1220 | -} | |
1221 | - | |
1494 | +.action-home-index #content .tags-block, | |
1222 | 1495 | .action-environment_design-index #content .tags-block { |
1223 | - bottom: -21px; | |
1224 | - left: 25%; | |
1225 | - margin-left: -50%; | |
1226 | - position: absolute; | |
1227 | - width: 1440px; | |
1228 | -} | |
1229 | - | |
1230 | -.action-home-index #content .box-1 .tags-block, | |
1231 | -.action-environment_design-index #content .box-1 .tags-block { | |
1232 | - margin-bottom: 2em; | |
1496 | + /*bottom: -21px;*/ | |
1497 | + /* left: 25%;*/ | |
1498 | +/* margin-left: -50%;*/ | |
1499 | + position: relative; | |
1500 | +/* width: 1440px;*/ | |
1501 | + /*margin-bottom: 2em;*/ | |
1502 | + width: 100%; | |
1233 | 1503 | } |
1234 | 1504 | |
1235 | 1505 | .action-home-index #content .tags-block a, |
... | ... | @@ -1238,6 +1508,11 @@ input.button.with-text { |
1238 | 1508 | font-weight: bold; |
1239 | 1509 | } |
1240 | 1510 | |
1511 | +.action-home-index #content .tags-block .block-footer-content, | |
1512 | +.action-environment_design-index .tags-block .block-footer-content{ | |
1513 | + display: none; | |
1514 | +} | |
1515 | + | |
1241 | 1516 | .action-home-index #content .tags-block .block-title, |
1242 | 1517 | .action-environment_design-index #content .tags-block .block-title { |
1243 | 1518 | display: none; |
... | ... | @@ -1270,7 +1545,7 @@ input.button.with-text { |
1270 | 1545 | |
1271 | 1546 | .action-home-index .box-1 .common-profile-list-block span.banner-span, |
1272 | 1547 | .action-environment_design-index .box-1 .common-profile-list-block span.banner-span{ |
1273 | - width: 99px; | |
1548 | + width: 111px; | |
1274 | 1549 | } |
1275 | 1550 | |
1276 | 1551 | .action-home-index .common-profile-list-block .profile-image, |
... | ... | @@ -1283,6 +1558,35 @@ input.button.with-text { |
1283 | 1558 | } |
1284 | 1559 | |
1285 | 1560 | |
1561 | +/*Container na página inicial*/ | |
1562 | +/*Container Block - Bloco de Blocos*/ | |
1563 | + | |
1564 | +.action-home-index .container-block-plugin_container-block, | |
1565 | +.action-home-index .container-block-plugin_container-block .block-inner-2, | |
1566 | +.action-environment_design-index .container-block-plugin_container-block, | |
1567 | +.action-environment_design-index .container-block-plugin_container-block .block-inner-2{ | |
1568 | + background-color: transparent; | |
1569 | + | |
1570 | +} | |
1571 | + | |
1572 | +.action-home-index .container-block-plugin_container-block .block .block-inner-2, | |
1573 | +.action-environment_design-index .container-block-plugin_container-block .block .block-inner-2{ | |
1574 | + background-color: white; | |
1575 | +} | |
1576 | + | |
1577 | + | |
1578 | +.action-home-index .people-block .block-inner-2, | |
1579 | +.action-environment_design-index .people-block .block-inner-2{ | |
1580 | + margin-left: 14px; | |
1581 | +} | |
1582 | + | |
1583 | +.action-home-index .container-block-plugin_container-block .container-block-plugin_container-block .block-inner-2, | |
1584 | +.action-environment_design-index .container-block-plugin_container-block .container-block-plugin_container-block .block-inner-2 { | |
1585 | + background-color: white; | |
1586 | +} | |
1587 | + | |
1588 | +/***************************************/ | |
1589 | + | |
1286 | 1590 | /* Bloco Estatistica na página inicial*/ |
1287 | 1591 | |
1288 | 1592 | .action-home-index .block.statistics-block .block-inner-2, |
... | ... | @@ -1346,8 +1650,8 @@ input.button.with-text { |
1346 | 1650 | /* Fim Bloco Estatistica */ |
1347 | 1651 | |
1348 | 1652 | |
1349 | -/*Acessibilidade*/ | |
1350 | -/* Contraste */ | |
1653 | +/*:::::::::::Acessibilidade:::::::::::*/ | |
1654 | +/************* Contraste *************/ | |
1351 | 1655 | |
1352 | 1656 | body.contraste, |
1353 | 1657 | body.contraste #wrap-2, |
... | ... | @@ -1377,8 +1681,11 @@ body.contraste #content .enterprises-block .block-footer-content a, |
1377 | 1681 | body.contraste #content .members-block .block-footer-content a, |
1378 | 1682 | body.contraste #content .communities-block .block-footer-content a, |
1379 | 1683 | body.contraste #content .friends-block .block-footer-content a, |
1684 | +body.contraste #content .more_button .view_all a, | |
1685 | +body.contraste #content .read_more a, | |
1380 | 1686 | body.contraste .more_button .view_all a, |
1381 | -body.contraste .read_more a { | |
1687 | +body.contraste .read_more a | |
1688 | +{ | |
1382 | 1689 | background: url("images/button-read-more-vazio-contraste.png") no-repeat scroll left 50% transparent; |
1383 | 1690 | } |
1384 | 1691 | |
... | ... | @@ -1441,9 +1748,12 @@ body.action-environment_design-index #content .box .block-title { |
1441 | 1748 | } |
1442 | 1749 | |
1443 | 1750 | body.contraste #content .link-list-block li a { |
1751 | + background-color: #EEEFFF; | |
1444 | 1752 | background-color: #000; |
1445 | 1753 | color: white; |
1446 | 1754 | } |
1755 | + | |
1756 | +body.contraste #content .link-list-block li a.link-this-page, | |
1447 | 1757 | body.contraste #content .link-list-block li a:hover { |
1448 | 1758 | background-color: #333; |
1449 | 1759 | color: #ffff00; |
... | ... | @@ -1480,6 +1790,10 @@ body.contraste .ui-widget-header .ui-state-active { |
1480 | 1790 | background-color: #000; |
1481 | 1791 | } |
1482 | 1792 | |
1793 | +body.contraste #footer-logos { | |
1794 | + background-color: #000; | |
1795 | +} | |
1796 | + | |
1483 | 1797 | /* Plugin para curtir artigos e comentários */ |
1484 | 1798 | |
1485 | 1799 | .action .dislike:before { |
... | ... | @@ -1509,6 +1823,3 @@ body.contraste .ui-widget-header .ui-state-active { |
1509 | 1823 | #article .dislike-action .like-action-counter { |
1510 | 1824 | color: #CC0000; |
1511 | 1825 | } |
1512 | - | |
1513 | - | |
1514 | - | ... | ... |
theme.js