diff --git a/cabecalho-cinza-theme.css b/cabecalho-cinza-theme.css index 6d4cbf8..703b8b8 100644 --- a/cabecalho-cinza-theme.css +++ b/cabecalho-cinza-theme.css @@ -1,7 +1,7 @@ @import url(http://fonts.googleapis.com/css?family=Open+Sans); a:link, #content a:link, dl.portlet a:link { - color: #2c67cd; + color: #172738; /*border-bottom: none;*/ } diff --git a/html-cms/list-item-initial-page.html b/html-cms/list-item-initial-page.html new file mode 100644 index 0000000..e2b8c0c --- /dev/null +++ b/html-cms/list-item-initial-page.html @@ -0,0 +1,21 @@ +
  • +
    Dezembro 11, 2014
    +
    +
    + + 141209_portal_software + +
    + +
    +
  • \ No newline at end of file diff --git a/page-catalog-software.css b/page-catalog-software.css index 9fb4650..b2ac7f2 100644 --- a/page-catalog-software.css +++ b/page-catalog-software.css @@ -1,4 +1,4 @@ -/*controller-search action-search-software_infos template-default webkit*/ + /*controller-search action-search-software_infos template-default webkit*/ #catalog-filter{ display: none; diff --git a/page-inicial.css b/page-inicial.css index 476a4af..8912790 100644 --- a/page-inicial.css +++ b/page-inicial.css @@ -50,7 +50,7 @@ } #bt_catalog-search::after { - content:'>'; + content: url('images/right-arrow-black.png'); padding-left: 7px; padding-right: 4px; color: #172857; @@ -214,7 +214,7 @@ } .software-block-finality::after { - content:'>'; + content: url('images/right-arrow.png'); padding-left: 7px; padding-right: 4px; color: #FFF; @@ -372,12 +372,10 @@ margin: -10px 0px 10px 20px; /*-20px 20px; } .block.display-content-block .image { - width: 150px; - height: 90px; - position: absolute; - margin-top: 35px; border: 0px solid #c0c1c1; border-radius: 8px; + display: table-cell; + padding-right: 25px; } .block.display-content-block .image img { @@ -393,10 +391,11 @@ margin: -10px 0px 10px 20px; /*-20px 20px; } .block.display-content-block .title { - padding-left: 160px; - padding-right: 0px; - max-height: 33px; + padding-right: 0px !important; + max-height: 35px; overflow: hidden; + margin-bottom: 4px !important; + text-align: justify !important; } .block.display-content-block .title a { @@ -407,7 +406,6 @@ margin: -10px 0px 10px 20px; /*-20px 20px; } .block.display-content-block .lead { - padding-left: 160px; padding-right: 0px; max-height: 56px; } @@ -424,7 +422,12 @@ margin: -10px 0px 10px 20px; /*-20px 20px; } .lead a:visited, #content .lead a:visited, .lead dl.portlet a:visited { - color: #000000; + color: #172738; +} + +.notice-info { + display: table-cell; + vertical-align: top; } /* Tela de Noticias Antigas */ diff --git a/pagina_comunidade.css b/pagina_comunidade.css index 4986d04..478e589 100644 --- a/pagina_comunidade.css +++ b/pagina_comunidade.css @@ -837,6 +837,7 @@ ul#itens-legend-grafic{ } .blog-event-item .blog-event-information .event-title { + max-height: 40px; padding-right: 0px; font-weight: 700; font-size: 15px; diff --git a/style.css b/style.css index 7aa03de..127a191 100644 --- a/style.css +++ b/style.css @@ -498,7 +498,7 @@ p { } #content .box .read-more a::after { - content:'>'; + content: url('images/right-arrow.png'); padding-left: 8px; padding-right: 5px; margin-left: 7px; @@ -798,9 +798,9 @@ p { font-size: 16px; font-style: normal; font-weight: bold; - line-height: 1em; + line-height: 1.3em; padding: 0; - color: #000; + color: #172738 !important ; } #content .main-block h1, @@ -2889,3 +2889,11 @@ div.software-step-info div.current-step h3 { #content .main-block div.software-step-info div.another-step h3 { font-size: 12px !important; } + + +/************************* MAIN PAGE REVIEW *******************************/ + +#content ul li.news-call .title { + font-weight: 700; + padding-right: 0px; +} \ No newline at end of file -- libgit2 0.21.2