Commit fba65cdda973456591edacaa721586122b8520fc
1 parent
61839594
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
24 additions
and
3 deletions
Show diff stats
style.css
| ... | ... | @@ -1611,11 +1611,15 @@ div#article-parent { |
| 1611 | 1611 | /*.track_list*/ |
| 1612 | 1612 | .action-home-index #content .track-card-list-block{ |
| 1613 | 1613 | background: url("images/bg-pessoas.jpg") no-repeat center top transparent; |
| 1614 | - padding: 4em 0; | |
| 1614 | + padding: 2em 0 0; | |
| 1615 | 1615 | } |
| 1616 | 1616 | |
| 1617 | -#content .track-card-list-block{ | |
| 1617 | +.action-home-index #content .block-footer-content { | |
| 1618 | + margin-bottom: 15px; | |
| 1619 | + margin-top: -5px; | |
| 1620 | +} | |
| 1618 | 1621 | |
| 1622 | +#content .track-card-list-block{ | |
| 1619 | 1623 | display: block; |
| 1620 | 1624 | overflow: hidden; |
| 1621 | 1625 | padding: 4em 2em; |
| ... | ... | @@ -1631,7 +1635,7 @@ div#article-parent { |
| 1631 | 1635 | all_tracks .track_list { |
| 1632 | 1636 | background-image: url("images/no-image.gif") no-repeat center top transparent; |
| 1633 | 1637 | } |
| 1634 | - | |
| 1638 | +/* | |
| 1635 | 1639 | .track_list .view_all { |
| 1636 | 1640 | background-image: url("images/button-read-more-vazio.png") no-repeat center top transparent; |
| 1637 | 1641 | width: 161px; |
| ... | ... | @@ -1640,6 +1644,18 @@ all_tracks .track_list { |
| 1640 | 1644 | font-weight: bold; |
| 1641 | 1645 | padding-left: 50px; |
| 1642 | 1646 | } |
| 1647 | +*/ | |
| 1648 | +.action-home-index #content .box-1 .block-footer-content .view_all a{ | |
| 1649 | + background: url("images/button-read-more-vazio.png") no-repeat scroll left 50% transparent; | |
| 1650 | + color: #000000; | |
| 1651 | + display: inline-block; | |
| 1652 | + font-weight: bold; | |
| 1653 | + /*height: 39px;*/ | |
| 1654 | + padding: 10px 20px 10px 50px; | |
| 1655 | + text-align: left; | |
| 1656 | + margin-right: 45px; | |
| 1657 | + | |
| 1658 | +} | |
| 1643 | 1659 | |
| 1644 | 1660 | .track_list .item_card { |
| 1645 | 1661 | background-color: #fffafa; |
| ... | ... | @@ -1653,6 +1669,10 @@ all_tracks .track_list { |
| 1653 | 1669 | display: inline-block; |
| 1654 | 1670 | } |
| 1655 | 1671 | |
| 1672 | +.action-home-index .track_list .item_card { | |
| 1673 | + margin: 10px 15px 0; | |
| 1674 | +} | |
| 1675 | + | |
| 1656 | 1676 | .track_list .item_card a{ |
| 1657 | 1677 | display: inline-block; |
| 1658 | 1678 | } |
| ... | ... | @@ -1928,6 +1948,7 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 1928 | 1948 | vertical-align: middle; |
| 1929 | 1949 | border-bottom: 0 none; |
| 1930 | 1950 | vertical-align: top; |
| 1951 | + min-width: 80%; | |
| 1931 | 1952 | max-width: 600px; |
| 1932 | 1953 | } |
| 1933 | 1954 | ... | ... |