Commit 26d3c98005fb3e20b0e0e2f1a00a392ee493b4ca
1 parent
c1d831ef
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
67 additions
and
18 deletions
Show diff stats
style.css
| ... | ... | @@ -70,7 +70,7 @@ body { |
| 70 | 70 | background-color: #fff; |
| 71 | 71 | color: #000000; |
| 72 | 72 | font-family: 'Open Sans', Arial, Helvetica, sans-serif; |
| 73 | - font-size: 62.5%; | |
| 73 | + /*font-size: 62.5%;*/ | |
| 74 | 74 | /* with this 1em = 10px */; |
| 75 | 75 | } |
| 76 | 76 | |
| ... | ... | @@ -549,6 +549,17 @@ p { |
| 549 | 549 | background-image: none; |
| 550 | 550 | } |
| 551 | 551 | |
| 552 | +#comments_list a.display-comment-form { | |
| 553 | + background: url("images/bg-btn-ver-mais-1px.png") repeat scroll 0 0 #EEEEEE; | |
| 554 | + border-color: #ddd; | |
| 555 | + margin: 14px; | |
| 556 | +} | |
| 557 | + | |
| 558 | +#content .comment-header .comment-actions-reply{ | |
| 559 | + margin-right: 10px; | |
| 560 | + margin-top: 5px; | |
| 561 | +} | |
| 562 | + | |
| 552 | 563 | /* fim de comentário*/ |
| 553 | 564 | |
| 554 | 565 | /*paginação*/ |
| ... | ... | @@ -601,8 +612,8 @@ p { |
| 601 | 612 | .action-home-index #content .display-content-block .title, |
| 602 | 613 | .action-environment_design-index #content .display-content-block .title{ |
| 603 | 614 | clear: right; |
| 604 | - float: left; | |
| 605 | - min-width: 40%; | |
| 615 | + float: right; | |
| 616 | + width: 440px; | |
| 606 | 617 | padding-right: 0; |
| 607 | 618 | } |
| 608 | 619 | .action-home-index #content .display-content-block .title a, |
| ... | ... | @@ -611,12 +622,22 @@ p { |
| 611 | 622 | font-size: 34px; |
| 612 | 623 | } |
| 613 | 624 | |
| 614 | -.action-home-index #content .display-content-block .image, | |
| 625 | +/*.action-home-index #content .display-content-block .image, | |
| 615 | 626 | .action-environment_design-index #content .display-content-block .image{ |
| 616 | 627 | float: left; |
| 617 | 628 | max-width: 460px; |
| 618 | 629 | margin-right: 24px; |
| 619 | 630 | } |
| 631 | +*/ | |
| 632 | +.action-home-index #content .display-content-block .image, | |
| 633 | +.action-environment_design-index #content .display-content-block .image { | |
| 634 | + float: left; | |
| 635 | + height: 300px; | |
| 636 | + margin-right: 24px; | |
| 637 | + max-width: 460px; | |
| 638 | + width: 460px; | |
| 639 | +} | |
| 640 | + | |
| 620 | 641 | .action-home-index #content .display-content-block .image img, |
| 621 | 642 | .action-environment_design-index #content .display-content-block .image img{ |
| 622 | 643 | max-width: 460px; |
| ... | ... | @@ -630,10 +651,10 @@ p { |
| 630 | 651 | .action-environment_design-index #content .display-content-block .lead{ |
| 631 | 652 | border-top: 1px solid #CCCCCC; |
| 632 | 653 | clear: right; |
| 633 | - float: left; | |
| 654 | + float: right; | |
| 634 | 655 | margin-top: 1em; |
| 635 | 656 | padding-top: 1em; |
| 636 | - width: 40%; | |
| 657 | + width: 440px; | |
| 637 | 658 | } |
| 638 | 659 | |
| 639 | 660 | .action-home-index #content .display-content-block .lead p, |
| ... | ... | @@ -649,22 +670,22 @@ p { |
| 649 | 670 | .action-home-index #content .display-content-block .tags, |
| 650 | 671 | .action-environment_design-index #content .display-content-block .tags{ |
| 651 | 672 | clear: right; |
| 652 | - float: left; | |
| 653 | - min-width: 40%; | |
| 673 | + float: right; | |
| 674 | + width: 440px; | |
| 654 | 675 | } |
| 655 | 676 | .action-home-index #content .display-content-block .published-at, |
| 656 | 677 | .action-environment_design-index #content .display-content-block .published-at{ |
| 657 | 678 | clear: right; |
| 658 | - float: left; | |
| 659 | - min-width: 40%; | |
| 679 | + float: right; | |
| 680 | + width: 440px; | |
| 660 | 681 | color: #666; |
| 661 | 682 | font-size: 12px; |
| 662 | 683 | } |
| 663 | 684 | .action-home-index #content .display-content-block .read_more, |
| 664 | 685 | .action-environment_design-index #content .display-content-block .read_more{ |
| 665 | 686 | clear: right; |
| 666 | - float: left; | |
| 667 | - min-width: 40%; | |
| 687 | + float: right; | |
| 688 | + width: 440px; | |
| 668 | 689 | } |
| 669 | 690 | |
| 670 | 691 | /*Display Content em container na página inicial*/ |
| ... | ... | @@ -709,6 +730,8 @@ p { |
| 709 | 730 | .action-environment_design-index #content .container-block-plugin_container-block .display-content-block .image{ |
| 710 | 731 | float: none; |
| 711 | 732 | width: 100%; |
| 733 | + max-height: 200px; | |
| 734 | + max-width: 295px; | |
| 712 | 735 | text-align: center; |
| 713 | 736 | margin-bottom: 1em; |
| 714 | 737 | margin-right: 0; |
| ... | ... | @@ -891,16 +914,25 @@ p { |
| 891 | 914 | width: 100%; |
| 892 | 915 | } |
| 893 | 916 | |
| 894 | -.action-home-index #content .block-outer .tags-block{ | |
| 917 | +.action-home-index #content .block-outer .tags-block, | |
| 918 | +.action-home-index #content .block-outer .statistics-block { | |
| 895 | 919 | left: 0px; |
| 896 | 920 | margin-left: 0; |
| 897 | 921 | margin-top: 0; |
| 898 | 922 | position: relative; |
| 899 | 923 | width: 100%; |
| 900 | - | |
| 924 | +} | |
| 925 | +.action-home-index #content .statistics-block .statistics-block-data { | |
| 926 | + left: -480px; | |
| 927 | + margin-left: 50%; | |
| 928 | + position: relative; | |
| 929 | + text-align: center; | |
| 930 | + width: 960px; | |
| 901 | 931 | } |
| 902 | 932 | |
| 903 | 933 | |
| 934 | + | |
| 935 | + | |
| 904 | 936 | /*data - evento*/ |
| 905 | 937 | |
| 906 | 938 | li.event-dates { |
| ... | ... | @@ -1697,23 +1729,25 @@ input.button.with-text { |
| 1697 | 1729 | background-color: transparent; |
| 1698 | 1730 | border-bottom: 0 solid #AAAAAA; |
| 1699 | 1731 | border-top: 0 none; |
| 1700 | - left: -20px; | |
| 1732 | + left: -24px; | |
| 1701 | 1733 | margin-bottom: 0; |
| 1702 | - margin-top: -44px; | |
| 1734 | + margin-top: -47px; | |
| 1703 | 1735 | position: relative; |
| 1736 | + top: 0px; | |
| 1704 | 1737 | } |
| 1705 | 1738 | |
| 1706 | 1739 | .action-home-index #content .box-1 .container-block-plugin_container-block .block-title, |
| 1707 | 1740 | .action-environment_design-index #content .box-1 .container-block-plugin_container-block .block-title { |
| 1708 | 1741 | padding-left: 20px; |
| 1709 | 1742 | padding-bottom: 11px; |
| 1743 | + left: -20px; | |
| 1710 | 1744 | } |
| 1711 | 1745 | /*título de container*/ |
| 1712 | 1746 | .action-home-index #content .box-1 .container-block-plugin_container-block .block .block-title, |
| 1713 | 1747 | .action-environment_design-index #content .box-1 .container-block-plugin_container-block .block .block-title { |
| 1714 | 1748 | padding-left: 10px; |
| 1715 | 1749 | padding-bottom: 24px; |
| 1716 | - top: 9px; | |
| 1750 | + top: 10px; | |
| 1717 | 1751 | left: -11px; |
| 1718 | 1752 | } |
| 1719 | 1753 | /*título do bloco de pessoas dentro do container */ |
| ... | ... | @@ -1721,9 +1755,23 @@ input.button.with-text { |
| 1721 | 1755 | .action-environment_design-index #content .box-1 .container-block-plugin_container-block .people-block .block-title { |
| 1722 | 1756 | padding-left: 10px; |
| 1723 | 1757 | padding-bottom: 24px; |
| 1724 | -/*teste*/ top: -5px; left: -23px; | |
| 1758 | +/*teste*/ top: -2px; left: -24px; | |
| 1759 | +} | |
| 1760 | + | |
| 1761 | +.action-home-index #content .box-1 .community-track-plugin_track-card-list-block .block-title, | |
| 1762 | +.action-environment_design-index #content .box-1 .community-track-plugin_track-card-list-block .block-title { | |
| 1763 | + top: 3px; | |
| 1725 | 1764 | } |
| 1726 | 1765 | |
| 1766 | +.action-home-index #content .box-1 .article-block, | |
| 1767 | +.action-environment_design-index #content .box-1 .article-block { | |
| 1768 | + overflow: visible; | |
| 1769 | +} | |
| 1770 | +.action-home-index #content .box-1 .container-block-plugin_container-block .article-block .block-title, | |
| 1771 | +.action-environment_design-index #content .box-1 .container-block-plugin_container-block .article-block .block-title { | |
| 1772 | + left: -24px !important; | |
| 1773 | + top: -2px !important; | |
| 1774 | +} | |
| 1727 | 1775 | |
| 1728 | 1776 | .action-home-index #content .box-1 .block-title span, |
| 1729 | 1777 | .action-environment_design-index #content .box-1 .block-title span { |
| ... | ... | @@ -1759,6 +1807,7 @@ input.button.with-text { |
| 1759 | 1807 | .action-home-index .community-track-plugin_track-card-list-block .block-inner-2, |
| 1760 | 1808 | .action-environment_design-index .community-track-plugin_track-card-list-block .block-inner-2 { |
| 1761 | 1809 | background: url("images/bg-bloco-de-trilhas.png") no-repeat scroll center top transparent; |
| 1810 | + padding: 8px 14px; | |
| 1762 | 1811 | } |
| 1763 | 1812 | |
| 1764 | 1813 | /**/ | ... | ... |