Commit 6c79dda4c59e9ff379d1d860ba80bb5435548743
1 parent
75de67b9
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
49 additions
and
6 deletions
Show diff stats
style.css
| ... | ... | @@ -641,6 +641,10 @@ input.button.with-text { |
| 641 | 641 | text-decoration: none; |
| 642 | 642 | } |
| 643 | 643 | |
| 644 | +#content a.button:hover { | |
| 645 | + border: 0px solid #CCCCCC; | |
| 646 | +} | |
| 647 | + | |
| 644 | 648 | /*label dos radio buttons da busca*/ |
| 645 | 649 | #content .search-field label { |
| 646 | 650 | display: inline-block; |
| ... | ... | @@ -654,18 +658,42 @@ input.button.with-text { |
| 654 | 658 | } |
| 655 | 659 | |
| 656 | 660 | #content form input.button.submit { |
| 657 | - background: url("images/btn_busca.png") no-repeat scroll 50% 50% transparent; | |
| 661 | + background: url("images/btn_commit.png") no-repeat scroll 50% 50% transparent; | |
| 658 | 662 | border: 1px solid #DDDDDD; |
| 659 | 663 | height: 31px; |
| 660 | 664 | padding-right: 20px; |
| 661 | 665 | text-indent: -10000px; |
| 662 | 666 | } |
| 663 | 667 | |
| 668 | +#content form input.button.submit[name~=commit] { | |
| 669 | + background: url("images/btn_commit.png") no-repeat scroll 50% 50% transparent; | |
| 670 | +} | |
| 671 | + | |
| 672 | +#content form input.button.submit[name~=continue] { | |
| 673 | + background: url("images/btn_continue.png") no-repeat scroll 50% 50% transparent; | |
| 674 | +} | |
| 675 | + | |
| 664 | 676 | .controller-search #content form input.button.submit { |
| 665 | 677 | height: 31px; |
| 666 | 678 | max-height: 32px; |
| 667 | 679 | } |
| 668 | 680 | |
| 681 | +#content .button-bar a.button.with-text { | |
| 682 | + vertical-align: middle; | |
| 683 | +} | |
| 684 | + | |
| 685 | +#content .button-bar a.button.with-text { | |
| 686 | + line-height: 20px; | |
| 687 | + height: 31px; | |
| 688 | + border: 1px solid #ddd; | |
| 689 | +} | |
| 690 | + | |
| 691 | +#content .button-bar .button.with-text span { | |
| 692 | +display: inline-block; | |
| 693 | +width: auto; | |
| 694 | +padding: 6px 4px; | |
| 695 | +} | |
| 696 | + | |
| 669 | 697 | |
| 670 | 698 | #content .profile ul{ |
| 671 | 699 | margin-left: 1em; |
| ... | ... | @@ -956,10 +984,14 @@ div#article-parent { |
| 956 | 984 | /* Blocks main style */ |
| 957 | 985 | |
| 958 | 986 | .action-home-index #content .box-1 .block-title { |
| 987 | + display: none; | |
| 988 | + visibility: hidden; | |
| 989 | +/* | |
| 959 | 990 | padding: 0.6em 1.5em; |
| 960 | 991 | color: #444; |
| 961 | 992 | text-transform: uppercase; |
| 962 | 993 | font-variant: normal; |
| 994 | +*/ | |
| 963 | 995 | } |
| 964 | 996 | |
| 965 | 997 | .action-home-index #content .box-1 .main-block { |
| ... | ... | @@ -1348,7 +1380,10 @@ div#article-parent { |
| 1348 | 1380 | padding-bottom: 5px; |
| 1349 | 1381 | padding-left: 30px; |
| 1350 | 1382 | padding-top: 5px; |
| 1351 | - text-align: left; | |
| 1383 | + text-align: left; | |
| 1384 | +} | |
| 1385 | +#content .profile-info-options a.button.with-text{ | |
| 1386 | + border-bottom: 1px solid #CCCCCC !important; | |
| 1352 | 1387 | } |
| 1353 | 1388 | |
| 1354 | 1389 | #content .profile-info-options input.button:hover, |
| ... | ... | @@ -1525,6 +1560,11 @@ div#article-parent { |
| 1525 | 1560 | text-indent: 0px |
| 1526 | 1561 | } |
| 1527 | 1562 | |
| 1563 | +.common-profile-list-block .vcard .menu-submenu .menu-submenu-list li a { | |
| 1564 | + background-color: transparent; | |
| 1565 | + border: 0px; | |
| 1566 | +} | |
| 1567 | + | |
| 1528 | 1568 | /*#searchGadget, .LSBox input.searchButton { |
| 1529 | 1569 | text-indent: 0; |
| 1530 | 1570 | }*/ |
| ... | ... | @@ -1586,7 +1626,7 @@ all_tracks .track_list { |
| 1586 | 1626 | } |
| 1587 | 1627 | |
| 1588 | 1628 | #content .track_list .item_card .track_content{ |
| 1589 | - height: 325px; | |
| 1629 | + height: 335px; | |
| 1590 | 1630 | overflow: hidden; |
| 1591 | 1631 | } |
| 1592 | 1632 | |
| ... | ... | @@ -2050,7 +2090,7 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 2050 | 2090 | /*Comunidades*/ |
| 2051 | 2091 | |
| 2052 | 2092 | .common-profile-list-block .vcard a, .common-profile-list-block .vcard a:hover { |
| 2053 | - border: 1px solid #eee; | |
| 2093 | + border: 0px solid #eee; | |
| 2054 | 2094 | } |
| 2055 | 2095 | |
| 2056 | 2096 | /*ver todas as comunidades*/ |
| ... | ... | @@ -2060,8 +2100,10 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 2060 | 2100 | left: 290px; |
| 2061 | 2101 | } |
| 2062 | 2102 | |
| 2103 | +.action-home-index .container-block .communities-block, | |
| 2063 | 2104 | .container-block .communities-block { |
| 2064 | 2105 | display: inline-block; |
| 2106 | + | |
| 2065 | 2107 | } |
| 2066 | 2108 | |
| 2067 | 2109 | .action-home-index #content .box-1 .communities-block { |
| ... | ... | @@ -2086,11 +2128,11 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 2086 | 2128 | .action-home-index #wrap-2 .block-outer .container-block .communities-block .common-profile-list-block .vcard a { } |
| 2087 | 2129 | |
| 2088 | 2130 | .action-home-index #wrap-2 .block-outer .container-block .communities-block .common-profile-list-block .vcard a:hover{ |
| 2089 | - border: 1px solid #DDDDDD; | |
| 2131 | + border: 0px solid #DDDDDD; | |
| 2090 | 2132 | } |
| 2091 | 2133 | |
| 2092 | 2134 | |
| 2093 | -.communities-block .common-profile-list-block .vcard:hover .menu-submenu-trigger { | |
| 2135 | +.action-home-index #wrap-2 .communities-block .common-profile-list-block .vcard:hover .menu-submenu-trigger { | |
| 2094 | 2136 | display: none; |
| 2095 | 2137 | } |
| 2096 | 2138 | |
| ... | ... | @@ -2099,6 +2141,7 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 2099 | 2141 | min-height: 140px; |
| 2100 | 2142 | min-width: 100px; |
| 2101 | 2143 | background-color: transparent; |
| 2144 | + border: 0 none; | |
| 2102 | 2145 | } |
| 2103 | 2146 | |
| 2104 | 2147 | .communities-block .common-profile-list-block .vcard .profile_link .profile-image { | ... | ... |