diff --git a/footer.css b/footer.css index a18b074..6d4dc4f 100644 --- a/footer.css +++ b/footer.css @@ -102,6 +102,20 @@ color:#717782 footer .footer-atalhos .voltar-ao-topo a:hover { text-decoration:underline } + +.voltar-ao-topo { + margin-top: 1.915em; + text-align: right; +} + + +.voltar-ao-topo a { + padding-left: 20px; + background: url(images/voltar-topo.png) no-repeat left center !important; + color: #777 !important; + font-size: 15px; +} + footer .container-menus { /*padding:46px 0 0 0*/ } diff --git a/noosfero-base-theme-overwriting.css b/noosfero-base-theme-overwriting.css index 239ffb9..7c74ad4 100644 --- a/noosfero-base-theme-overwriting.css +++ b/noosfero-base-theme-overwriting.css @@ -5,7 +5,6 @@ } #wrap-2 { - /*margin-top: 0;*/ width: 960px; margin: 0 auto; border: none; @@ -69,6 +68,7 @@ padding-left: 0.3em; border-bottom: 1px solid #CCCCCC; border-top: 0px solid #172838; + font-weight: bold; } #content .title { @@ -76,59 +76,22 @@ padding-right: 70px; } -/* verificar onde isso influencia*/ -#content .main-block h1, -#content .no-boxes h1 { - font-size: 2.3em !important; - font-weight: bold !important; -} - -#content .main-block h2 { - font-size: 1.8em !important; - min-height: 48px; -} - #content .main-block h3 { - font-size: 1.5em !important; + font-size: 1.5em; min-height: 48px; } -#content .main-block #article-cat h4 { - font-size: 1.3em !important; - min-height: 0px; -} - -div#article-parent { - /*position: absolute;*/ - display: block; - position: relative; - right: 0px; - top: 0px; -} - -#article-tags a:link { - clear: both; - display: inline-block; - margin-bottom: 1.5em; - color: white; - padding: 3px 5px; -} - -#article-tags a:hover { - background-color: #000; - color: white; -} /****************************************/ -/*documentos recentes - todo o site*/ +/*recent documents - everywhere on site*/ #content .recent-documents-block ul { margin-left: 0; padding: 0; } #content .recent-documents-block li { - background: none repeat scroll 0 0 #eeeff2;/*#FFF;*/ - border-bottom: 1px solid #c0c1c1; /*#CCCCCC;*/ + background: none repeat scroll 0 0 #eeeff2; + border-bottom: 1px solid #c0c1c1; display: block; margin: 0; min-height: 1em; @@ -159,7 +122,7 @@ div#article-parent { border-top: 1px solid #ddd; } -/* Menus que nao tiverem titulo, nao tem padding left e right e nao mostra os icones caso seja inserido */ +/* Menus without title shouldn't have padding left and right and shouldn't display icons if are inserted 8 */ #content .link-list-block h3.empty + ul li a { padding-left: 0px; padding-right: 0px; @@ -176,11 +139,10 @@ div#article-parent { #content .link-list-block li a { background-color: #fff; - /*border-bottom: 1px solid #64946E !important;*/ border-radius: 0 0 0 0; border-right: medium none; - border-top: 0px solid #64946E !important; - color: #2C66CE; /*#454545;*/ + border-top: 0px solid #64946E; + color: #2C66CE; font-weight: normal; width: auto; font-size: 14px; @@ -200,25 +162,25 @@ div#article-parent { } #content .box .link-list-block li a.link-this-page { - background-color: #ffffff; /*#EEEFFF;*/ + background-color: #ffffff; font-weight: bold; width: auto; margin-left: 0px; } #site-title { -position: absolute; -left: 8px; -top: -160px; -height: 78px; -width: 480px; -display: none; + position: absolute; + left: 8px; + top: -160px; + height: 78px; + width: 480px; + display: none; } #content { left: -480px; margin-left: 50%; - margin-top: 38px; /*30px;*/ + margin-top: 38px; position: relative; width: 960px; } @@ -241,7 +203,6 @@ input.button.with-text { background-color: #EEEEEE; background-repeat: no-repeat; border: 0px solid #CCCCCC; - /*border-bottom: 1px solid #CCCCCC;*/ color: #555555; line-height: 16px; text-decoration: none; @@ -279,7 +240,7 @@ input.button.with-text { border: 1px solid #CCCCCC; } -/*label dos radio buttons da busca*/ +/*label of search's radio buttons*/ #content .search-field label { display: inline-block; font-size: 12px; @@ -295,5 +256,5 @@ input.button.with-text { margin-left: 1em; } -/*********************fim sobrescrevendo themes/base/style.css*********************************/ +/*********************end of overwritting themes/base/style.css*********************************/ diff --git a/pagina-artigos.css b/pagina-artigos.css index 0a28ef6..0e20c1d 100644 --- a/pagina-artigos.css +++ b/pagina-artigos.css @@ -65,7 +65,6 @@ font-family: arial; } -#content .main-block .article-body .zoomable-image, #content .main-block .article-body img { display: block; } @@ -78,6 +77,17 @@ color: #172938; } +#content .main-block .article-body P strong { + font-size: 16px; +} + + +#content .main-block .article-body .zoomable-image { + overflow: auto; + display: block; + margin-bottom: 10px; +} + .article-body ul.lista-ajuda { padding-top: 20px; margin-top: 45px; @@ -110,6 +120,10 @@ margin-right: 6px; } +.article-body .etapas-publicacao-2{ + font-weight: bold; +} + #content .main-block .created-at { font-family: arial !important; border-top: 1px solid #D7D7D7; @@ -135,12 +149,28 @@ #content .main-block #article-cat { font-size: 21px !important; } + +#content .main-block #article-cat h4 { + font-size: 1.3em; + min-height: 0px; +} -.page-comment-form { - padding: 10px 0; +#article-tags a:link { + clear: both; + display: inline-block; + margin-bottom: 1.5em; + color: white; + padding: 3px 5px; } +#article-tags a:hover { + background-color: #000; + color: white; +} +.page-comment-form { + padding: 10px 0; +} hr { border: 0; @@ -154,17 +184,11 @@ ol li { margin-bottom: 5px; } -.voltar-ao-topo { - margin-top: 1.915em; - text-align: right; -} - - -.voltar-ao-topo a { - padding-left: 20px; - background: url(images/voltar-topo.png) no-repeat left center !important; - color: #777 !important; - font-size: 15px; +div#article-parent { + display: block; + position: relative; + right: 0px; + top: 0px; } .ancor { @@ -177,7 +201,6 @@ ol li { border-bottom: 1px solid; } - #article-hits { display:none !important; @@ -195,82 +218,6 @@ ol li { font-size: 15px; } -#content .main-block h2, #content .main-block h3 { - min-height: 0 !important; -} - -#content .main-block .article-body h2 { - font-size: 16px !important; - font-weight: bold; - line-height: 21px; - margin-bottom: 20px; - font-family: arial; -} - -#content .main-block .article-body h3 { - font-size: 15px !important;; - line-height: 21px; - font-weight: bold; - margin-bottom: 20px; - font-family: arial; -} - -#content .main-block .article-body P { - margin-bottom: 22px; - font-family: arial; -} - -#content .main-block .article-body P strong { - font-size: 16px; -} - - -#content .main-block .article-body .zoomable-image { - overflow: auto; - display: block; - margin-bottom: 10px; -} - -.article-body ul.lista-ajuda { - padding-top: 20px; - margin-top: 45px; - margin-bottom: 20px; - border-top: 1px solid #ddd; - font-size: 15px; -} - -.article-body ul.lista-ajuda li { - list-style-position: inside; - margin-bottom: 2px; -} - -.article-body ul.etapas-publicacao { - margin-bottom: 20px; -} - -.article-body ul.etapas-publicacao li { - list-style: none; - list-style-position: inside; - margin-bottom: 10px; -} - -.article-body ul.etapas-publicacao li strong { - background: #333; - padding: 2px 8px; - border-radius: 50%; - color: #fff; - float: left; - margin-right: 6px; -} - -.article-body .etapas-publicacao-2{ - font-weight: bold; -} - -#content .main-block .created-at { - font-family: arial !important; -} - /* Pagina Ultimas noticias */ .title_top { -- libgit2 0.21.2