diff --git a/page-inicial.css b/page-inicial.css index 333a87e..9f72950 100644 --- a/page-inicial.css +++ b/page-inicial.css @@ -14,7 +14,6 @@ font-family:"open_sans", Arial; font-weight: normal; padding: 5px 0px 0px 0px; - } #search-Gadget { @@ -33,7 +32,6 @@ padding:5px 20px; text-transform: uppercase; font-weight: bold; - } #search-catalog-footer{ @@ -44,6 +42,7 @@ border-bottom-left-radius:4px; border-bottom-right-radius:4px; } + #search-catalog-footer p{ margin:5px; text-align:right; @@ -67,7 +66,7 @@ line-height: 20px; text-align: center; } -/*fim bloco buscar no catalogo*/ +/**********************************************************/ /*Veja mais software*/ #mais-software-block{ @@ -100,7 +99,6 @@ text-align: center; font-weight: bold; } - #sbp-information-softwares li a { color: #294266 !important; font-weight: bold; @@ -110,7 +108,6 @@ text-align: center; text-decoration: none; } - #list-categories{ margin:20px; } @@ -120,9 +117,6 @@ text-align: center; } #list-categories ul li{ - /*list-style:inside disc;*/ - /*margin-left:5px;*/ - /*color:#30496A;*/ margin:10px 5px 5px 0px; } @@ -141,10 +135,67 @@ text-align: center; text-align: right; text-transform: uppercase; font-size: 10px; - } #footer-mais-software a { color: #464A55 !important; } +/**********************************************************/ + +/* Bloco Softwares*/ + +.box-1 .softwares-block{ + border-bottom: 1px solid #ccc; +} + +.box-1 .softwares-block .common-profile-list-block{ + margin-top:-20px; +} + +.box-1 .softwares-block .common-profile-list-block .vcard { + border: none; +} + +.box-1 .softwares-block .common-profile-list-block .vcard:hover .menu-submenu-trigger{ + display:none; +} + +.box-1 .softwares-block .common-profile-list-block .vcard:hover{ + border:none; + background:none; +} + +.box-1 .softwares-block .common-profile-list-block span { + margin-top:40px; + width:110px; +} + +.box-1 .softwares-block .common-profile-list-block .org{ + margin-left: 10px; +} + + +#content .box-1 .softwares-block .common-profile-list-block li { + /*margin:10px !important;*/ + /*padding:0px 20px 30px 20px;*/ + /*padding:10px 30px 0px 30px;*/ + padding:10px 10px 0px 30px; +} + + +/* +.softwares-block .common-profile-list-block .profile-image{ + border:1px solid #ccc; + border-radius:4px; +}*/ + +.box-1 .softwares-block .common-profile-list-block img { + border:1px solid #ccc !important; + border-radius:4px; + padding:20px 40px; +} + +#content .box-1 .softwares-block .block-footer-content a { + display:none; +} \ No newline at end of file -- libgit2 0.21.2