Commit fd42e2c420bda9a32fa9472b059b68c8af65ffa9
1 parent
44ae3c7a
Exists in
master
and in
79 other branches
Rules removal commented
Showing
1 changed file
with
5 additions
and
40 deletions
Show diff stats
css/community-pages.css
... | ... | @@ -157,7 +157,7 @@ |
157 | 157 | background:#172738; |
158 | 158 | border-radius: 4px; |
159 | 159 | /***posicionamento do bloco na lateral***/ |
160 | - bottom:0px; /*-66px; 0px;*/ | |
160 | + bottom:0px; | |
161 | 161 | right: 105%; |
162 | 162 | width: 131px; |
163 | 163 | height: 178px; |
... | ... | @@ -174,7 +174,7 @@ |
174 | 174 | float: right; |
175 | 175 | position: relative; |
176 | 176 | margin:-7px; |
177 | - margin-top: 30%; /*3px /65%;*/ | |
177 | + margin-top: 30%; | |
178 | 178 | } |
179 | 179 | |
180 | 180 | .action-profile-members .menu-submenu-header, |
... | ... | @@ -234,12 +234,6 @@ |
234 | 234 | margin-right: 1px; |
235 | 235 | } |
236 | 236 | |
237 | -/*.action-profile-members #content .menu-submenu-content h4:hover, | |
238 | -.action-profile-members #content .menu-submenu-content .menu-submenu-list li a:hover{ | |
239 | - color:#ECEDF1; | |
240 | - background-color:#172738; | |
241 | -}*/ | |
242 | - | |
243 | 237 | .action-profile-members .box-1 .common-profile-list-block span{ |
244 | 238 | margin-right: 9px; |
245 | 239 | width: 90px; |
... | ... | @@ -267,21 +261,10 @@ |
267 | 261 | line-height: 11px; |
268 | 262 | } |
269 | 263 | |
270 | -/*.action-profile-members #content .common-profile-list-block .vcard li a{ | |
271 | - color:#172738; | |
272 | -}*/ | |
273 | - | |
274 | 264 | .action-profile-members .common-profile-list-block .vcard a{ |
275 | - /*height: 145px; | |
276 | - max-height: 150px;*/ | |
277 | 265 | padding-bottom: 30px; |
278 | 266 | } |
279 | 267 | |
280 | -/*.action-profile-members .comment-actions .vcard a{ | |
281 | - height: 150px; | |
282 | - max-height: 150px; | |
283 | -}*/ | |
284 | - | |
285 | 268 | .action-profile-members .box-1 .common-profile-list-block .fn{ |
286 | 269 | font-size: 14px; |
287 | 270 | color:#172738; |
... | ... | @@ -365,7 +348,6 @@ |
365 | 348 | #content .members-block .block-footer-content a.view-all::after{ |
366 | 349 | content:"\f105"; |
367 | 350 | font-family: FontAwesome; |
368 | -/*content: url("images/left-arrow.png");*/ | |
369 | 351 | padding-left: 7px; |
370 | 352 | padding-right: 4px; |
371 | 353 | color:#ffffff; |
... | ... | @@ -377,7 +359,6 @@ text-align: center; |
377 | 359 | margin-left: 5px; |
378 | 360 | position: relative; |
379 | 361 | top: 2px; |
380 | -/*margin-right:0px;*/ | |
381 | 362 | } |
382 | 363 | |
383 | 364 | .members-block .common-profile-list-block .vcard{ |
... | ... | @@ -388,14 +369,6 @@ top: 2px; |
388 | 369 | background:none; |
389 | 370 | } |
390 | 371 | |
391 | -/*.members-block .common-profile-list-block .vcard a{ | |
392 | - padding-bottom: 0px; | |
393 | -} | |
394 | -.members-block .common-profile-list-block .vcard a.profile_link{ | |
395 | - max-height: 100px; | |
396 | - height: 100px; | |
397 | -}*/ | |
398 | - | |
399 | 372 | #content .members-block .common-profile-list-block .vcard li a{ |
400 | 373 | color:#172738; |
401 | 374 | } |
... | ... | @@ -447,7 +420,7 @@ top: 2px; |
447 | 420 | background:#172738; |
448 | 421 | top:2px; |
449 | 422 | left:3px; |
450 | - border:1px solid #fff; /*#172738;*/ | |
423 | + border:1px solid #fff; | |
451 | 424 | padding-bottom: 0px; |
452 | 425 | opacity: 0.7; |
453 | 426 | height: 13px; |
... | ... | @@ -457,18 +430,10 @@ top: 2px; |
457 | 430 | content:"\f053"; |
458 | 431 | color:#fff; |
459 | 432 | font-family: FontAwesome; |
460 | - font-size: 8px; /*10px;*/ | |
461 | - line-height: 11px; /*13px*/ | |
433 | + font-size: 8px; | |
434 | + line-height: 11px; | |
462 | 435 | } |
463 | 436 | |
464 | -/*.members-block .common-profile-list-block .vcard .menu-submenu-trigger:hover, | |
465 | -.members-block .menu-submenu-trigger:hover{ | |
466 | - background: none; | |
467 | - border:none; | |
468 | - width: 40%; | |
469 | - height: 25%; | |
470 | -}*/ | |
471 | - | |
472 | 437 | #content .members-block .common-profile-list-block .fn { |
473 | 438 | margin-top:2px; |
474 | 439 | color:#172738; | ... | ... |