Commit 75de67b9cbf1939b119f1984ed2890fe54410c76
1 parent
78f81524
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
92 additions
and
9 deletions
Show diff stats
style.css
| ... | ... | @@ -612,8 +612,11 @@ background-size: 100% 100%; |
| 612 | 612 | padding: 5px 0; |
| 613 | 613 | } |
| 614 | 614 | |
| 615 | -.icon-search { | |
| 616 | - background-image: url("Tango/16x16/actions/search.png"); | |
| 615 | +.search-field .formfield, .search-field .formfield input { | |
| 616 | + margin-right: 0.5em; | |
| 617 | +} | |
| 618 | +#content form input.icon-search { | |
| 619 | + | |
| 617 | 620 | } |
| 618 | 621 | |
| 619 | 622 | |
| ... | ... | @@ -651,13 +654,69 @@ input.button.with-text { |
| 651 | 654 | } |
| 652 | 655 | |
| 653 | 656 | #content form input.button.submit { |
| 657 | + background: url("images/btn_busca.png") no-repeat scroll 50% 50% transparent; | |
| 658 | + border: 1px solid #DDDDDD; | |
| 654 | 659 | height: 31px; |
| 660 | + padding-right: 20px; | |
| 661 | + text-indent: -10000px; | |
| 655 | 662 | } |
| 656 | 663 | |
| 664 | +.controller-search #content form input.button.submit { | |
| 665 | + height: 31px; | |
| 666 | + max-height: 32px; | |
| 667 | +} | |
| 668 | + | |
| 669 | + | |
| 657 | 670 | #content .profile ul{ |
| 658 | 671 | margin-left: 1em; |
| 659 | 672 | } |
| 660 | 673 | |
| 674 | + | |
| 675 | +/****RESULTADO DA BUSCA *****/ | |
| 676 | + | |
| 677 | +#search-results { | |
| 678 | + width: 100% !important; | |
| 679 | +} | |
| 680 | +.controller-search .search-results-box { | |
| 681 | + width: 100%; | |
| 682 | + background: url("images/bg_h3_busca.gif") repeat-x top center transparent; | |
| 683 | +} | |
| 684 | + | |
| 685 | +.controller-search #search-results h3 { | |
| 686 | + background-color: white; | |
| 687 | + display: inline; | |
| 688 | + margin: 0 0 0 0; | |
| 689 | + padding: 0.5em; | |
| 690 | + position: relative; | |
| 691 | +} | |
| 692 | + | |
| 693 | +.controller-search #search-results .search-results-innerbox li .search-result-title { | |
| 694 | + margin-left: 148px; | |
| 695 | + color: #444444; | |
| 696 | +} | |
| 697 | + | |
| 698 | +.search-article-description { | |
| 699 | + color: #999999; | |
| 700 | +} | |
| 701 | + | |
| 702 | +#search-page .map-or-list-search-results list { | |
| 703 | + | |
| 704 | +} | |
| 705 | + | |
| 706 | +.controller-search .search-results-innerbox { | |
| 707 | + height: 100%; | |
| 708 | +} | |
| 709 | + | |
| 710 | +.search-results-type-article li.article-item, | |
| 711 | +.search-tagged-items li.article-item, | |
| 712 | +.only-one-result-box li.search-product-item { | |
| 713 | + border-bottom: 0px solid #fff; | |
| 714 | +} | |
| 715 | + | |
| 716 | +.controller-search .search-results-innerbox td.search-field-label{ | |
| 717 | + display: none; | |
| 718 | +} | |
| 719 | + | |
| 661 | 720 | /**** FIM DE BUSCA ****/ |
| 662 | 721 | |
| 663 | 722 | /* Social Buttons */ |
| ... | ... | @@ -732,7 +791,8 @@ background-image: url(images/icone-flickr.png); |
| 732 | 791 | |
| 733 | 792 | #content .main-block h1, |
| 734 | 793 | #not-found h1, |
| 735 | -#access-denied h1 { | |
| 794 | +#access-denied h1, | |
| 795 | +#content .no-boxes h1 { | |
| 736 | 796 | color: #444; |
| 737 | 797 | font-size: 1.7em; |
| 738 | 798 | padding: 7px 0; |
| ... | ... | @@ -747,7 +807,8 @@ background-image: url(images/icone-flickr.png); |
| 747 | 807 | padding-right: 70px; |
| 748 | 808 | } |
| 749 | 809 | |
| 750 | -#content .main-block h1 { | |
| 810 | +#content .main-block h1, | |
| 811 | +#content .no-boxes h1 { | |
| 751 | 812 | font-size: 2.3em !important; |
| 752 | 813 | font-weight: bold !important; |
| 753 | 814 | } |
| ... | ... | @@ -782,13 +843,18 @@ div#article-parent { |
| 782 | 843 | text-align: left; |
| 783 | 844 | } |
| 784 | 845 | |
| 785 | -.box-1 h3.block-title span { | |
| 846 | +.box-1 h3.block-title span{ | |
| 786 | 847 | background-color: white; |
| 787 | 848 | display: inline; |
| 788 | 849 | padding: 5px 10px; |
| 789 | 850 | } |
| 790 | 851 | |
| 791 | 852 | |
| 853 | +.search-results-innerbox { | |
| 854 | + background-image: url("images/no-image.gif"); | |
| 855 | + border: 0px; | |
| 856 | +} | |
| 857 | + | |
| 792 | 858 | /* Menu List left */ |
| 793 | 859 | |
| 794 | 860 | #content .box-2 .block-title { |
| ... | ... | @@ -853,11 +919,18 @@ div#article-parent { |
| 853 | 919 | width: auto; |
| 854 | 920 | border-right: none; |
| 855 | 921 | font-weight: bold; |
| 856 | - color: #436976 !important; | |
| 857 | - border-top: 2px solid #64946e !important; | |
| 858 | - border-bottom: 2px solid #64946e !important; | |
| 859 | - background-color: #eeefff; | |
| 922 | + /*color: #436976 !important;*/ | |
| 923 | + /*border-top: 2px solid #ccc !important;*/ | |
| 924 | + /*border-bottom: 2px solid #ccc !important;*/ | |
| 925 | + /*background-color: #eeefff;*/ | |
| 860 | 926 | border-radius: 0px; |
| 927 | + | |
| 928 | + | |
| 929 | + background-color: #EEEFFF; | |
| 930 | + border-bottom: 1px solid #757575 !important; | |
| 931 | + border-top: 4px solid #757575 !important; | |
| 932 | + padding: 8px; | |
| 933 | + color: #757575 !important; | |
| 861 | 934 | } |
| 862 | 935 | |
| 863 | 936 | #content .box-2 .link-list-block li a.link-this-page { |
| ... | ... | @@ -1116,6 +1189,11 @@ div#article-parent { |
| 1116 | 1189 | max-height: 50px; |
| 1117 | 1190 | padding-top: 0; |
| 1118 | 1191 | } |
| 1192 | +.no-boxes .common-profile-list-block .vcard a, .comment-actions .vcard a{ | |
| 1193 | + border: 0 none; | |
| 1194 | + height: 120px; | |
| 1195 | + max-height: 120px; | |
| 1196 | +} | |
| 1119 | 1197 | |
| 1120 | 1198 | #content .display-people-block .vcard a.profile_link { |
| 1121 | 1199 | height: 52px; |
| ... | ... | @@ -1970,6 +2048,11 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 1970 | 2048 | |
| 1971 | 2049 | |
| 1972 | 2050 | /*Comunidades*/ |
| 2051 | + | |
| 2052 | +.common-profile-list-block .vcard a, .common-profile-list-block .vcard a:hover { | |
| 2053 | + border: 1px solid #eee; | |
| 2054 | +} | |
| 2055 | + | |
| 1973 | 2056 | /*ver todas as comunidades*/ |
| 1974 | 2057 | .action-home-index #wrap-2 .block-outer .container-block .communities-block .block-footer-content { |
| 1975 | 2058 | position: absolute; | ... | ... |