Compare View
Commits (2)
-
…o/noosfero-spb-theme into restructuring_css
Showing
1 changed file
Show diff stats
css/home-page.css
... | ... | @@ -367,34 +367,31 @@ |
367 | 367 | /******* See As Well Block - Highlights block *******/ |
368 | 368 | |
369 | 369 | .action-home-index #content .highlights-block .block-title { |
370 | - margin: 11px 0px 0px; | |
371 | - border: 1px solid #c0c1c1; | |
372 | - border-bottom: 0; | |
373 | - border-radius: 8px 8px 0 0; | |
374 | - padding: 15px 1px 21px 15px; | |
375 | - width: auto; | |
376 | - height: 16px; | |
377 | - background-color: #fff; | |
378 | - color: #172638; | |
379 | - font: bold 16px/1.3em 'open_sansbold', arial, helvetica, sans-serif; | |
380 | - text-transform: uppercase; | |
370 | + display: none; | |
381 | 371 | } |
382 | 372 | |
383 | 373 | .action-home-index #content .highlights-border { |
384 | 374 | border: 1px solid #c0c1c1; |
385 | - border-radius: 0px 0px 8px 8px; | |
375 | + border-radius: 8px 8px 8px 8px; | |
386 | 376 | width: auto; |
387 | - max-height: 230px; | |
388 | - background: #fff; | |
377 | + height: 248px; | |
378 | + max-height: 250px; | |
379 | + background-color: #e8e9ec; | |
380 | + background-image: linear-gradient( | |
381 | + 0deg, | |
382 | + transparent 45%, | |
383 | + #fff 55%); | |
384 | + background-size: 100% 100%; | |
389 | 385 | } |
390 | 386 | |
391 | 387 | .action-home-index #content .highlights-container { |
392 | - border-radius: 0px 0px 8px 8px; | |
388 | + border-radius: 8px 8px 8px 8px; | |
393 | 389 | border-width: 0px 0px 1px 0px; |
390 | + border-bottom: none; | |
394 | 391 | padding: 0px 0px 0px 0px; |
395 | 392 | width: 100% !important; |
396 | 393 | max-height: 230px; |
397 | - background: #fff; | |
394 | + background: transparent; | |
398 | 395 | position: relative; |
399 | 396 | top: 0px; |
400 | 397 | } |
... | ... | @@ -407,6 +404,10 @@ |
407 | 404 | background-color: #fff; |
408 | 405 | } |
409 | 406 | |
407 | +.action-home-index #content .highlights-image-link img{ | |
408 | + max-height: 100px; | |
409 | +} | |
410 | + | |
410 | 411 | .action-home-index #content .highlights-label { |
411 | 412 | border-top: 4px solid #3b61a7; |
412 | 413 | padding: 23px 20px 46px 20px; |
... | ... | @@ -423,10 +424,8 @@ |
423 | 424 | |
424 | 425 | .action-home-index #content .highlights-block-pager { |
425 | 426 | border: 0; |
426 | - padding: 14px 0px 0px 0px; | |
427 | - height: 1px; | |
427 | + padding: 0px 0px 0px 0px; | |
428 | 428 | width: 232px; |
429 | - background-color: #FFF; | |
430 | 429 | float: left; |
431 | 430 | position: static; |
432 | 431 | } | ... | ... |