Commit 025585c34633c3ece82b892592e736950602474d

Authored by Juliana
1 parent cef0054b

Block Software - new border, margin, remove button

Showing 1 changed file with 60 additions and 9 deletions   Show diff stats
page-inicial.css
@@ -14,7 +14,6 @@ @@ -14,7 +14,6 @@
14 font-family:"open_sans", Arial; 14 font-family:"open_sans", Arial;
15 font-weight: normal; 15 font-weight: normal;
16 padding: 5px 0px 0px 0px; 16 padding: 5px 0px 0px 0px;
17 -  
18 } 17 }
19 18
20 #search-Gadget { 19 #search-Gadget {
@@ -33,7 +32,6 @@ @@ -33,7 +32,6 @@
33 padding:5px 20px; 32 padding:5px 20px;
34 text-transform: uppercase; 33 text-transform: uppercase;
35 font-weight: bold; 34 font-weight: bold;
36 -  
37 } 35 }
38 36
39 #search-catalog-footer{ 37 #search-catalog-footer{
@@ -44,6 +42,7 @@ @@ -44,6 +42,7 @@
44 border-bottom-left-radius:4px; 42 border-bottom-left-radius:4px;
45 border-bottom-right-radius:4px; 43 border-bottom-right-radius:4px;
46 } 44 }
  45 +
47 #search-catalog-footer p{ 46 #search-catalog-footer p{
48 margin:5px; 47 margin:5px;
49 text-align:right; 48 text-align:right;
@@ -67,7 +66,7 @@ line-height: 20px; @@ -67,7 +66,7 @@ line-height: 20px;
67 text-align: center; 66 text-align: center;
68 } 67 }
69 68
70 -/*fim bloco buscar no catalogo*/ 69 +/**********************************************************/
71 70
72 /*Veja mais software*/ 71 /*Veja mais software*/
73 #mais-software-block{ 72 #mais-software-block{
@@ -100,7 +99,6 @@ text-align: center; @@ -100,7 +99,6 @@ text-align: center;
100 font-weight: bold; 99 font-weight: bold;
101 } 100 }
102 101
103 -  
104 #sbp-information-softwares li a { 102 #sbp-information-softwares li a {
105 color: #294266 !important; 103 color: #294266 !important;
106 font-weight: bold; 104 font-weight: bold;
@@ -110,7 +108,6 @@ text-align: center; @@ -110,7 +108,6 @@ text-align: center;
110 text-decoration: none; 108 text-decoration: none;
111 } 109 }
112 110
113 -  
114 #list-categories{ 111 #list-categories{
115 margin:20px; 112 margin:20px;
116 } 113 }
@@ -120,9 +117,6 @@ text-align: center; @@ -120,9 +117,6 @@ text-align: center;
120 } 117 }
121 118
122 #list-categories ul li{ 119 #list-categories ul li{
123 - /*list-style:inside disc;*/  
124 - /*margin-left:5px;*/  
125 - /*color:#30496A;*/  
126 margin:10px 5px 5px 0px; 120 margin:10px 5px 5px 0px;
127 } 121 }
128 122
@@ -141,10 +135,67 @@ text-align: center; @@ -141,10 +135,67 @@ text-align: center;
141 text-align: right; 135 text-align: right;
142 text-transform: uppercase; 136 text-transform: uppercase;
143 font-size: 10px; 137 font-size: 10px;
144 -  
145 } 138 }
146 139
147 #footer-mais-software a { 140 #footer-mais-software a {
148 color: #464A55 !important; 141 color: #464A55 !important;
149 142
150 } 143 }
  144 +/**********************************************************/
  145 +
  146 +/* Bloco Softwares*/
  147 +
  148 +.box-1 .softwares-block{
  149 + border-bottom: 1px solid #ccc;
  150 +}
  151 +
  152 +.box-1 .softwares-block .common-profile-list-block{
  153 + margin-top:-20px;
  154 +}
  155 +
  156 +.box-1 .softwares-block .common-profile-list-block .vcard {
  157 + border: none;
  158 +}
  159 +
  160 +.box-1 .softwares-block .common-profile-list-block .vcard:hover .menu-submenu-trigger{
  161 + display:none;
  162 +}
  163 +
  164 +.box-1 .softwares-block .common-profile-list-block .vcard:hover{
  165 + border:none;
  166 + background:none;
  167 +}
  168 +
  169 +.box-1 .softwares-block .common-profile-list-block span {
  170 + margin-top:40px;
  171 + width:110px;
  172 +}
  173 +
  174 +.box-1 .softwares-block .common-profile-list-block .org{
  175 + margin-left: 10px;
  176 +}
  177 +
  178 +
  179 +#content .box-1 .softwares-block .common-profile-list-block li {
  180 + /*margin:10px !important;*/
  181 + /*padding:0px 20px 30px 20px;*/
  182 + /*padding:10px 30px 0px 30px;*/
  183 + padding:10px 10px 0px 30px;
  184 +}
  185 +
  186 +
  187 +/*
  188 +.softwares-block .common-profile-list-block .profile-image{
  189 + border:1px solid #ccc;
  190 + border-radius:4px;
  191 +}*/
  192 +
  193 +.box-1 .softwares-block .common-profile-list-block img {
  194 + border:1px solid #ccc !important;
  195 + border-radius:4px;
  196 + padding:20px 40px;
  197 +}
  198 +
  199 +#content .box-1 .softwares-block .block-footer-content a {
  200 + display:none;
  201 +}
151 \ No newline at end of file 202 \ No newline at end of file