diff --git a/page-inicial.css b/page-inicial.css index b60edd0..8bf1f93 100644 --- a/page-inicial.css +++ b/page-inicial.css @@ -32,6 +32,7 @@ padding:5px 20px; text-transform: uppercase; font-weight: bold; + font-size: 14px; } #search-catalog-footer{ @@ -169,18 +170,31 @@ .box-1 .software-block-finality, .box-1 .software-block-content { - padding-top:20px; + padding-bottom: 20px; } -.software-block-finality{ +.software-block-finality { background-color:#f4f4f4; - padding:10px; - border-radius:8px; - width:120px; + /*padding:10px;*/ + border-radius: 8px; + width:155px; + height: 185px; + border: solid 1px #D7D7D7; + left:0px; +} + +.software-block-finality p { + padding: 10px; + height: 120px; + overflow: hidden; +} + +.software-block-finality a { + padding: 0 10px; } .software-block-logo { border: 1px solid #ccc; - border-radius: 4px; + border-radius: 8px; /*padding: 20px;*/ } @@ -270,11 +284,30 @@ margin: -10px 0px 10px 20px; /*-20px 20px; display:none; } +#content .box-1 .software-block { + margin: 0px 0px 14px 0px; + width: 160px; +} + +#content .software-block-info { + height: 85px; + overflow: hidden; +} + +#content .software-block-info h3 { + font-size: 14px; + font-family: "open_sansregular", Arial, Helvetica, sans-serif; + color: #2C66CE; +} + +#content .block.display-content-block .block-title, +#content .block.softwares-block .block-title { + margin: 0px 0px 25px 0px; +} /* Bloco de notícias (Display contents) */ #content .block.display-content-block .block-title { - margin: 0px 0px 0px 0px; border-top: 4px solid #643C67; background: #eee; color: #643C67; diff --git a/style.css b/style.css index a745732..dca0d56 100644 --- a/style.css +++ b/style.css @@ -138,7 +138,7 @@ vertical-align: baseline; /* */ body { background-color: #fff; - color: #000000; + color: #172938; font-size: 12px; font-family: "open_sansregular", Arial, Helvetica, sans-serif; } @@ -434,7 +434,7 @@ p { font-size: 12px; text-align: left; border-bottom: none; - padding: 8px 8px 24px 10px; + padding: 8px 8px 22px 10px; text-transform: uppercase; font-family: "open_sansbold", Arial, Helvetica, sans-serif; font-variant: normal; @@ -497,11 +497,12 @@ p { #content .search-catalog-block #search-catalog-footer a { display: block; color: #FFF; - padding: 8px; + padding: 10px; } #content .search-catalog-block #search-catalog-footer p { margin: 0px; + font-size: 11px; } #content .search-catalog-block #search-catalog-footer a:hover { @@ -573,7 +574,7 @@ p { color: #2C66CE; /*#454545;*/ font-weight: normal; width: auto; - font-size: 15px; + font-size: 14px; padding-left: 18px; padding-right: 5px; background-position: 0px 50%; @@ -703,8 +704,8 @@ p { } .block-outer { - margin-top: 2em; - clear: both; + margin-top: 45px; + clear: both; } .box-1 .block, -- libgit2 0.21.2