Commit 04622b5d5d46574d2500be504bf086344070400f

Authored by Gustavo Cruz
1 parent 2e8d206e

updating theme

Showing 1 changed file with 87 additions and 40 deletions   Show diff stats
style.css
... ... @@ -616,20 +616,31 @@ background-size: 100% 100%;
616 616 .search-field .formfield, .search-field .formfield input {
617 617 margin-right: 0.5em;
618 618 }
619   -#content form input.icon-search {
620 619  
  620 +#content form input.icon-search {
  621 + background: url("images/btn_busca.png") no-repeat scroll 50% 50% transparent;
  622 + border: 1px solid #DDDDDD;
  623 + min-height: 31px;
  624 + padding-right: 20px;
  625 + text-indent: -10000px;
  626 + max-height: 31px;
621 627 }
622 628  
  629 +#content .button-bar a.icon-cancel span{
  630 + vertical-align: text-top;
  631 +}
623 632  
624 633 input.button.with-text {
625 634 background-position: 3px 50%;
626 635 font-size: 12px;
627 636 padding: 0 2px 2px 20px;
  637 + max-height: 28px;
628 638 }
629 639  
630   -
631   -input.button.with-text {
632   - max-height: 31px;
  640 +#content a.button.with-text,
  641 +#content a.button.with-text {
  642 + height: 28px;
  643 + max-height: 28px;
633 644 }
634 645  
635 646 #content input.button, #content a.button {
... ... @@ -658,13 +669,6 @@ input.button.with-text {
658 669 margin-bottom: 5px;
659 670 }
660 671  
661   -#content form input.icon-search {
662   - background: url("images/btn_busca.png") no-repeat scroll 50% 50% transparent;
663   - border: 1px solid #DDDDDD;
664   - min-height: 31px;
665   - padding-right: 20px;
666   - text-indent: -10000px;
667   -}
668 672  
669 673 /*#content form input.button.submit {
670 674 background: url("images/btn_commit.png") no-repeat scroll 50% 50% transparent;
... ... @@ -1929,35 +1933,45 @@ _software,_cultura_e_conhecimentos_livres*/
1929 1933  
1930 1934 /*** step list ***/
1931 1935  
1932   -
  1936 +/*geral*/
1933 1937 #track .step_list .step {
1934   - /*background-color: #ddd;*/
1935   - /*background: url("images/steps_bg.png") repeat-x center top #fff;*/
1936   - background-color: #E8F3E9;
  1938 + background: url("images/steps_bg.png") repeat-x center top #fff;/*branco com o fundo em degradê*/
1937 1939 display: inline-block;
1938 1940 width: 100%;
1939 1941 }
1940 1942  
  1943 +#track .step_list .step a {
  1944 + background-color: transparent;/*transparente*/
  1945 + color: #999;/*cinza escuro escuro*/
  1946 +}
  1947 +
  1948 +#track .step_list .step .position{
  1949 + background-color: #999;/*cinza escuro escuro*/
  1950 + color: #fff;/*branco*/
  1951 +}
  1952 +
  1953 +.step a:link, #content .step a:link, dl.portlet .step a:link {
  1954 + color: #999; /*cinza escuro*/
  1955 +}
  1956 +
1941 1957 #track .step_list .step .position {
1942 1958 /*background: #666666;*/
1943   - background-color: #397941;
  1959 + background-color: #999;
1944 1960 display: inline-block;
1945 1961 font-size: 250%;
1946   - color: #E8F3E9;
1947   -
  1962 + color: #fff;
1948 1963 margin: 15px;
1949 1964 padding: 15px;
1950 1965 }
1951 1966  
1952   -
1953 1967 #track .step_list .step .content {
1954 1968 display: inline-block;
1955   - margin-left: 5px;
  1969 + margin: 10px;
1956 1970 vertical-align: middle;
1957 1971 border-bottom: 0 none;
1958 1972 vertical-align: top;
1959   - min-width: 80%;
1960   - max-width: 600px;
  1973 + max-width: 80%;
  1974 + /*max-width: 600px;*/
1961 1975 }
1962 1976  
1963 1977 #track .step_list .step .content .date {
... ... @@ -1968,8 +1982,7 @@ _software,_cultura_e_conhecimentos_livres*/
1968 1982  
1969 1983 #track .step .name,
1970 1984 #track .step .name a {
1971   - /*color: #397941;*/
1972   - color: gray;
  1985 + color: #999;
1973 1986 }
1974 1987  
1975 1988 #track .step_list .step .content .lead {
... ... @@ -1984,44 +1997,78 @@ _software,_cultura_e_conhecimentos_livres*/
1984 1997 }
1985 1998  
1986 1999 #track .step_list .step .content .lead img{
1987   - max-width: 600px;
  2000 + max-width: 80%;
  2001 +}
  2002 +
  2003 +/*ítens específicos*/
  2004 +
  2005 +/*oculto*/
  2006 +#track #hidden_steps .step_list .step .position {
  2007 + background-color: transparent;
1988 2008 }
1989 2009  
1990 2010  
1991 2011 /*ativo*/
1992 2012  
1993   -.step_active, #article .step_active a {
1994   - background-color: #e8f3e9
  2013 +#track .step_list .step.step_active {
  2014 + background-color: #E8F3E9;/*verde claro*/
  2015 + background-image: url("images/no-image.gif");
1995 2016 }
1996 2017  
1997   -.track_list .item .track_content .step_active .position{
1998   - background-color: #397941;
1999   - color: #E8F3E9;
  2018 +#track .step_list .step.step_active a {
  2019 + background-color: #e8f3e9;/*verde claro*/
  2020 + color: #397941;/*verde escuro*/
2000 2021 }
2001 2022  
2002   -.step_finished, #article .step_finished a {
2003   - background-color: #e7f2e9;
  2023 +#track .step_list .step.step_active .position{
  2024 + background-color: #397941;/*verde escuro*/
  2025 + color: #E8F3E9;/*verde claro*/
2004 2026 }
2005 2027  
2006 2028 .step_active a:link, #content .step_active a:link, dl.portlet .step_active a:link {
2007   - color: #397941;
  2029 + color: #397941; /*verde escuro*/
2008 2030 }
2009 2031  
  2032 +/*em andamento*/
  2033 +
  2034 +#track .step_list .step.step_waiting {
  2035 + background-color: #fff0cf;/*laranja claro*/
  2036 + background-image: url("images/no-image.gif");
  2037 +}
  2038 +
  2039 +#track .step_list .step.step_waiting a {
  2040 + background-color: #fff0cf;/*laranja claro*/
  2041 + color: #C6A142;/*laranja escuro*/
  2042 +}
  2043 +
  2044 +#track .step_list .step.step_waiting .position{
  2045 + background-color: #c6a142;/*laranja escuro*/
  2046 + color: #fff0cf;/*laranja claro*/
  2047 +}
  2048 +
  2049 +.step_waiting a:link, #content .step_waiting a:link, dl.portlet .step_waiting a:link {
  2050 + color: #c6a142; /*laranja escuro*/
  2051 +}
2010 2052  
2011 2053 /*finalizado*/
2012 2054  
2013   -.track_list .item .track_content .step_finished .position{
2014   - background-color: #c6a142;
2015   - color: #FFF0CF;
  2055 +#track .step_list .step.step_finished {
  2056 + background: url("images/steps_bg.png") repeat-x center top #fff;/*branco com o fundo em degradê*/
2016 2057 }
2017   -.step_finished/*, #article .step_finished a*/{
2018   - background-color: #fff0cf;
  2058 +
  2059 +#track .step_list .step.step_finished a {
  2060 + background-color: transparent;/*transparente*/
  2061 + color: #999;/*cinza escuro escuro*/
2019 2062 }
2020 2063  
2021   -.step_finished a:link, #content .step_finished a:link, dl.portlet .step_finished a:link {
2022   - color: #c6a142;
  2064 +#track .step_list .step.step_finished .position{
  2065 + background-color: #999;/*cinza escuro escuro*/
  2066 + color: #fff;/*branco*/
2023 2067 }
2024 2068  
  2069 +.step_finished a:link, #content .step_finished a:link, dl.portlet .step_finished a:link {
  2070 + color: #999; /*cinza escuro*/
  2071 +}
2025 2072  
2026 2073  
2027 2074  
... ...