Commit 78f81524a916e90e1d229d39ec7d9a6d1e03f255
1 parent
633a787a
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
81 additions
and
39 deletions
Show diff stats
style.css
| ... | ... | @@ -631,9 +631,9 @@ input.button.with-text { |
| 631 | 631 | #content input.button, #content a.button { |
| 632 | 632 | background-color: #EEEEEE; |
| 633 | 633 | background-repeat: no-repeat; |
| 634 | - border: 1px solid #CCCCCC; | |
| 634 | + border: 0px solid #CCCCCC; | |
| 635 | + border-bottom: 1px solid #CCCCCC; | |
| 635 | 636 | color: #555555; |
| 636 | - | |
| 637 | 637 | line-height: 16px; |
| 638 | 638 | text-decoration: none; |
| 639 | 639 | } |
| ... | ... | @@ -773,6 +773,22 @@ div#article-parent { |
| 773 | 773 | top: 0px; |
| 774 | 774 | } |
| 775 | 775 | |
| 776 | +#content .box-1 h3.block-title { | |
| 777 | + background: url("images/bg_h1.gif") repeat transparent; | |
| 778 | + border-bottom: 0 solid #2E3436; | |
| 779 | + color: #444; | |
| 780 | + font-style: italic; | |
| 781 | + font-weight: normal; | |
| 782 | + text-align: left; | |
| 783 | +} | |
| 784 | + | |
| 785 | +.box-1 h3.block-title span { | |
| 786 | + background-color: white; | |
| 787 | + display: inline; | |
| 788 | + padding: 5px 10px; | |
| 789 | +} | |
| 790 | + | |
| 791 | + | |
| 776 | 792 | /* Menu List left */ |
| 777 | 793 | |
| 778 | 794 | #content .box-2 .block-title { |
| ... | ... | @@ -814,7 +830,8 @@ div#article-parent { |
| 814 | 830 | |
| 815 | 831 | #content .box-2 .link-list-block li a { |
| 816 | 832 | background-color: #fff; |
| 817 | - border-bottom: 1px solid #64946E !important; | |
| 833 | + /*border-bottom: 1px solid #64946E !important;*/ | |
| 834 | + border-bottom: 1px solid #ccc !important; | |
| 818 | 835 | border-radius: 0 0 0 0; |
| 819 | 836 | border-right: medium none; |
| 820 | 837 | border-top: 0px solid #64946E !important; |
| ... | ... | @@ -1259,7 +1276,7 @@ div#article-parent { |
| 1259 | 1276 | #content .profile-info-options input.button:hover, |
| 1260 | 1277 | #content .profile-info-options a.button:hover { |
| 1261 | 1278 | background-color: #dfdfdf; |
| 1262 | - border: 1px solid #CCC; | |
| 1279 | + border: 0px solid #CCC; | |
| 1263 | 1280 | } |
| 1264 | 1281 | |
| 1265 | 1282 | |
| ... | ... | @@ -1727,6 +1744,60 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 1727 | 1744 | font-weight: bold; |
| 1728 | 1745 | } |
| 1729 | 1746 | |
| 1747 | +/*** step list ***/ | |
| 1748 | + | |
| 1749 | + | |
| 1750 | +#track .step_list .step { | |
| 1751 | + /*background-color: #ddd;*/ | |
| 1752 | + /*background: url("images/steps_bg.png") repeat-x center top #fff;*/ | |
| 1753 | + background-color: #E8F3E9; | |
| 1754 | + display: inline-block; | |
| 1755 | + width: 100%; | |
| 1756 | +} | |
| 1757 | + | |
| 1758 | +#track .step_list .step .position { | |
| 1759 | + /*background: #666666;*/ | |
| 1760 | + background-color: #397941; | |
| 1761 | + display: inline-block; | |
| 1762 | + font-size: 250%; | |
| 1763 | + color: #E8F3E9; | |
| 1764 | + | |
| 1765 | + margin: 15px; | |
| 1766 | + padding: 15px; | |
| 1767 | +} | |
| 1768 | + | |
| 1769 | +#track .step_list .step .content { | |
| 1770 | + display: inline-block; | |
| 1771 | + margin-left: 5px; | |
| 1772 | + vertical-align: middle; | |
| 1773 | + border-bottom: 0 none; | |
| 1774 | +} | |
| 1775 | + | |
| 1776 | +#track .step_list .step .content .date { | |
| 1777 | + font-weight: normal; | |
| 1778 | +} | |
| 1779 | + | |
| 1780 | +#track .step_list .step .content .name {} | |
| 1781 | + | |
| 1782 | +#track .step .name, | |
| 1783 | +#track .step .name a { | |
| 1784 | + /*color: #397941;*/ | |
| 1785 | + color: gray; | |
| 1786 | +} | |
| 1787 | + | |
| 1788 | +#track .step_list .step .content .lead { | |
| 1789 | + font-weight: normal; | |
| 1790 | + margin-left: 0px; | |
| 1791 | + margin-right: 0px; | |
| 1792 | + color: #666; | |
| 1793 | +} | |
| 1794 | + | |
| 1795 | +#track .step_list .step .content .lead p{ | |
| 1796 | + margin-bottom: 0px; | |
| 1797 | +} | |
| 1798 | + | |
| 1799 | + | |
| 1800 | + | |
| 1730 | 1801 | /*ativo*/ |
| 1731 | 1802 | |
| 1732 | 1803 | .step_active, #article .step_active a { |
| ... | ... | @@ -1735,6 +1806,7 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 1735 | 1806 | |
| 1736 | 1807 | .track_list .item .track_content .step_active .position{ |
| 1737 | 1808 | background-color: #397941; |
| 1809 | + color: #E8F3E9; | |
| 1738 | 1810 | } |
| 1739 | 1811 | |
| 1740 | 1812 | .step_finished, #article .step_finished a { |
| ... | ... | @@ -1747,10 +1819,12 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 1747 | 1819 | |
| 1748 | 1820 | |
| 1749 | 1821 | /*finalizado*/ |
| 1822 | + | |
| 1750 | 1823 | .track_list .item .track_content .step_finished .position{ |
| 1751 | 1824 | background-color: #c6a142; |
| 1825 | + color: #FFF0CF; | |
| 1752 | 1826 | } |
| 1753 | -.step_finished, #article .step_finished a{ | |
| 1827 | +.step_finished/*, #article .step_finished a*/{ | |
| 1754 | 1828 | background-color: #fff0cf; |
| 1755 | 1829 | } |
| 1756 | 1830 | |
| ... | ... | @@ -1759,40 +1833,7 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 1759 | 1833 | } |
| 1760 | 1834 | |
| 1761 | 1835 | |
| 1762 | -/*** step list ***/ | |
| 1763 | - | |
| 1764 | -#track .step_list .step { | |
| 1765 | - /*background-color: #ddd;*/ | |
| 1766 | - background: url("images/steps_bg.png") repeat-x center top #fff; | |
| 1767 | - display: inline-block; | |
| 1768 | - width: 100%; | |
| 1769 | -} | |
| 1770 | 1836 | |
| 1771 | -#track .step_list .step .position { | |
| 1772 | - background: #666666; | |
| 1773 | - display: inline-block; | |
| 1774 | - margin: 5px 10px; | |
| 1775 | -} | |
| 1776 | - | |
| 1777 | -#track .step_list .step .content { | |
| 1778 | - display: inline-block; | |
| 1779 | - margin-left: 5px; | |
| 1780 | - vertical-align: middle; | |
| 1781 | - border-bottom: 0 none; | |
| 1782 | -} | |
| 1783 | - | |
| 1784 | -#track .step_list .step .content .date { | |
| 1785 | - display: none; | |
| 1786 | -} | |
| 1787 | - | |
| 1788 | -#track .step_list .step .content .name {} | |
| 1789 | - | |
| 1790 | -#track .step_list .step .content .lead { | |
| 1791 | - font-weight: normal; | |
| 1792 | -} | |
| 1793 | -#track .step_list .step .content .lead p{ | |
| 1794 | - margin-bottom: 0px; | |
| 1795 | -} | |
| 1796 | 1837 | |
| 1797 | 1838 | |
| 1798 | 1839 | /*Artigos em Destaque*/ |
| ... | ... | @@ -1972,8 +2013,9 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 1972 | 2013 | |
| 1973 | 2014 | .communities-block .common-profile-list-block .vcard .profile_link { |
| 1974 | 2015 | margin: 5px; |
| 1975 | - min-height: 130px; | |
| 2016 | + min-height: 140px; | |
| 1976 | 2017 | min-width: 100px; |
| 2018 | + background-color: transparent; | |
| 1977 | 2019 | } |
| 1978 | 2020 | |
| 1979 | 2021 | .communities-block .common-profile-list-block .vcard .profile_link .profile-image { | ... | ... |