Commit 025585c34633c3ece82b892592e736950602474d
1 parent
cef0054b
Exists in
master
and in
9 other branches
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 | 14 | font-family:"open_sans", Arial; |
| 15 | 15 | font-weight: normal; |
| 16 | 16 | padding: 5px 0px 0px 0px; |
| 17 | - | |
| 18 | 17 | } |
| 19 | 18 | |
| 20 | 19 | #search-Gadget { |
| ... | ... | @@ -33,7 +32,6 @@ |
| 33 | 32 | padding:5px 20px; |
| 34 | 33 | text-transform: uppercase; |
| 35 | 34 | font-weight: bold; |
| 36 | - | |
| 37 | 35 | } |
| 38 | 36 | |
| 39 | 37 | #search-catalog-footer{ |
| ... | ... | @@ -44,6 +42,7 @@ |
| 44 | 42 | border-bottom-left-radius:4px; |
| 45 | 43 | border-bottom-right-radius:4px; |
| 46 | 44 | } |
| 45 | + | |
| 47 | 46 | #search-catalog-footer p{ |
| 48 | 47 | margin:5px; |
| 49 | 48 | text-align:right; |
| ... | ... | @@ -67,7 +66,7 @@ line-height: 20px; |
| 67 | 66 | text-align: center; |
| 68 | 67 | } |
| 69 | 68 | |
| 70 | -/*fim bloco buscar no catalogo*/ | |
| 69 | +/**********************************************************/ | |
| 71 | 70 | |
| 72 | 71 | /*Veja mais software*/ |
| 73 | 72 | #mais-software-block{ |
| ... | ... | @@ -100,7 +99,6 @@ text-align: center; |
| 100 | 99 | font-weight: bold; |
| 101 | 100 | } |
| 102 | 101 | |
| 103 | - | |
| 104 | 102 | #sbp-information-softwares li a { |
| 105 | 103 | color: #294266 !important; |
| 106 | 104 | font-weight: bold; |
| ... | ... | @@ -110,7 +108,6 @@ text-align: center; |
| 110 | 108 | text-decoration: none; |
| 111 | 109 | } |
| 112 | 110 | |
| 113 | - | |
| 114 | 111 | #list-categories{ |
| 115 | 112 | margin:20px; |
| 116 | 113 | } |
| ... | ... | @@ -120,9 +117,6 @@ text-align: center; |
| 120 | 117 | } |
| 121 | 118 | |
| 122 | 119 | #list-categories ul li{ |
| 123 | - /*list-style:inside disc;*/ | |
| 124 | - /*margin-left:5px;*/ | |
| 125 | - /*color:#30496A;*/ | |
| 126 | 120 | margin:10px 5px 5px 0px; |
| 127 | 121 | } |
| 128 | 122 | |
| ... | ... | @@ -141,10 +135,67 @@ text-align: center; |
| 141 | 135 | text-align: right; |
| 142 | 136 | text-transform: uppercase; |
| 143 | 137 | font-size: 10px; |
| 144 | - | |
| 145 | 138 | } |
| 146 | 139 | |
| 147 | 140 | #footer-mais-software a { |
| 148 | 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 | 202 | \ No newline at end of file | ... | ... |