Commit 25167bf332806fe1d5a6be8b7fef258accfd9322
Exists in
master
and in
4 other branches
Merge branch 'master' of github.com:SerproLivre/participa-theme
Showing
4 changed files
with
101 additions
and
5 deletions
Show diff stats
2.46 KB
3.91 KB
2.1 KB
style.css
@@ -366,7 +366,7 @@ p { | @@ -366,7 +366,7 @@ p { | ||
366 | 366 | ||
367 | .action-home-index .communities-block .common-profile-list-block, | 367 | .action-home-index .communities-block .common-profile-list-block, |
368 | .action-environment_design-index .communities-block .common-profile-list-block { | 368 | .action-environment_design-index .communities-block .common-profile-list-block { |
369 | - margin: 5px 7px 5px 6px; | 369 | + margin: 0; |
370 | display: inline-block; | 370 | display: inline-block; |
371 | vertical-align: top; | 371 | vertical-align: top; |
372 | text-align: center; | 372 | text-align: center; |
@@ -1923,8 +1923,8 @@ input.button.with-text { | @@ -1923,8 +1923,8 @@ input.button.with-text { | ||
1923 | left: -11px; | 1923 | left: -11px; |
1924 | } | 1924 | } |
1925 | /*título do bloco de pessoas dentro do container */ | 1925 | /*título do bloco de pessoas dentro do container */ |
1926 | -.action-home-index #content .box-1 .container-block-plugin_container-block .people-block .block-title, | ||
1927 | -.action-environment_design-index #content .box-1 .container-block-plugin_container-block .people-block .block-title { | 1926 | +.action-home-index #content .box-1 .container-block-plugin_container-block .block .block-title, |
1927 | +.action-environment_design-index #content .box-1 .container-block-plugin_container-block .block .block-title { | ||
1928 | padding-left: 10px; | 1928 | padding-left: 10px; |
1929 | padding-bottom: 24px; | 1929 | padding-bottom: 24px; |
1930 | /*teste*/ top: -2px; left: -24px; | 1930 | /*teste*/ top: -2px; left: -24px; |
@@ -2070,7 +2070,7 @@ input.button.with-text { | @@ -2070,7 +2070,7 @@ input.button.with-text { | ||
2070 | } | 2070 | } |
2071 | .action-home-index .communities-block .common-profile-list-block .vcard, | 2071 | .action-home-index .communities-block .common-profile-list-block .vcard, |
2072 | .action-environment_design-index .communities-block .common-profile-list-block .vcard { | 2072 | .action-environment_design-index .communities-block .common-profile-list-block .vcard { |
2073 | - width: 99px; | 2073 | + width: 88px; |
2074 | } | 2074 | } |
2075 | 2075 | ||
2076 | .action-home-index .box-1 .common-profile-list-block span, | 2076 | .action-home-index .box-1 .common-profile-list-block span, |
@@ -2156,7 +2156,9 @@ input.button.with-text { | @@ -2156,7 +2156,9 @@ input.button.with-text { | ||
2156 | } | 2156 | } |
2157 | 2157 | ||
2158 | .action-home-index .people-block .block-inner-2, | 2158 | .action-home-index .people-block .block-inner-2, |
2159 | -.action-environment_design-index .people-block .block-inner-2{ | 2159 | +.action-home-index .communities-block .block-inner-2, |
2160 | +.action-environment_design-index .people-block .block-inner-2, | ||
2161 | +.action-environment_design-index .communities-block .block-inner-2{ | ||
2160 | margin-left: 14px; | 2162 | margin-left: 14px; |
2161 | } | 2163 | } |
2162 | 2164 | ||
@@ -2584,4 +2586,98 @@ body.contraste #social-icons #sb_flickr:hover { | @@ -2584,4 +2586,98 @@ body.contraste #social-icons #sb_flickr:hover { | ||
2584 | } | 2586 | } |
2585 | 2587 | ||
2586 | 2588 | ||
2589 | +/*****************************************************/ | ||
2590 | +/* EMBED CSS */ | ||
2591 | +/*****************************************************/ | ||
2592 | +body.action-embed-index { | ||
2593 | + background-color: #f0f0f0; | ||
2594 | +} | ||
2595 | + | ||
2596 | +#embed { | ||
2597 | + width: 100%; | ||
2598 | + height: 100%; | ||
2599 | + display: table; | ||
2600 | + position: absolute; | ||
2601 | +} | ||
2602 | + | ||
2603 | +.action-embed-index #boxes, | ||
2604 | +.action-embed-index .box-1 .blocks, | ||
2605 | +.action-embed-index .block-outer, | ||
2606 | +.action-embed-index #content .block { | ||
2607 | + margin: 0px; | ||
2608 | +} | ||
2609 | + | ||
2610 | +.action-embed-index #wrap-1 { | ||
2611 | + display: table-cell; | ||
2612 | + vertical-align: middle; | ||
2613 | + width: 100%; | ||
2614 | + height: 100%; | ||
2615 | +} | ||
2616 | + | ||
2617 | +.action-embed-index #wrap-2 { | ||
2618 | + border: 0px solid #F00; | ||
2619 | + padding: 0px; | ||
2620 | + background-color: #EEE; | ||
2621 | + margin: 0px; | ||
2622 | +} | ||
2623 | + | ||
2624 | +.action-embed-index .block .block-inner-2 { | ||
2625 | + background-color: white; | ||
2626 | + padding: 1em; | ||
2627 | + margin: 0; | ||
2628 | +} | ||
2629 | + | ||
2630 | +.action-embed-index #content .box-1 .block-title { | ||
2631 | + background-color: transparent; | ||
2632 | + border-bottom: 0 solid #AAAAAA; | ||
2633 | + border-top: 0 none; | ||
2634 | + left: -12px; | ||
2635 | + margin-bottom: 0; | ||
2636 | + margin-top: -38px; | ||
2637 | + position: relative; | ||
2638 | +} | ||
2587 | 2639 | ||
2640 | +.action-embed-index #content .box-1 .block-title span { | ||
2641 | + background-color: #497b16; | ||
2642 | + color: white; | ||
2643 | + font-size: 18px; | ||
2644 | + font-variant: normal; | ||
2645 | + padding: 6px 1em; | ||
2646 | + text-align: left; | ||
2647 | +} | ||
2648 | + | ||
2649 | +/******** BLOCK => TRACK CARD LIST *********/ | ||
2650 | +.action-embed-index .community-track-plugin_track-card-list-block .block-inner-2 { | ||
2651 | + background: url("images/bg-bloco-de-trilhas.png") no-repeat scroll center top transparent; | ||
2652 | +} | ||
2653 | + | ||
2654 | +.action-embed-index .community-track-plugin_track-card-list-block .track_list { | ||
2655 | + text-align: center; | ||
2656 | + padding: 22px 0px 0px 0px; | ||
2657 | +} | ||
2658 | + | ||
2659 | +/** Bloco de redes sociais **/ | ||
2660 | +.social_widget { | ||
2661 | + margin-left: 5px; | ||
2662 | +} | ||
2663 | + | ||
2664 | +.social_widget .social_header { | ||
2665 | + height: 27px; | ||
2666 | + margin-top: 12px; | ||
2667 | +} | ||
2668 | + | ||
2669 | +.social_widget.twitter { | ||
2670 | + background: url(images/twitter-widget.png) no-repeat; | ||
2671 | +} | ||
2672 | + | ||
2673 | +.social_widget.facebook { | ||
2674 | + background: url(images/facebook-widget.png) no-repeat; | ||
2675 | +} | ||
2676 | + | ||
2677 | +.social_widget.instagram { | ||
2678 | + background: url(images/instagram-widget.png) no-repeat; | ||
2679 | +} | ||
2680 | + | ||
2681 | +.social_widget.instagram .social_content { | ||
2682 | + margin-top: 15px; | ||
2683 | +} |