Commit eea3de70e35583a42aba7eabbb55b745594049e2
1 parent
1d9921b9
Exists in
master
and in
5 other branches
Adjusts on home
Showing
2 changed files
with
32 additions
and
6 deletions
Show diff stats
2.17 KB
style.css
| @@ -124,6 +124,13 @@ body { | @@ -124,6 +124,13 @@ body { | ||
| 124 | max-width: 960px; | 124 | max-width: 960px; |
| 125 | margin: auto; | 125 | margin: auto; |
| 126 | } | 126 | } |
| 127 | + | ||
| 128 | +#cat_menu { | ||
| 129 | + background: url(images/logo-PS-barra.png) no-repeat center left; | ||
| 130 | + height: 40px; | ||
| 131 | + padding-left: 60px; | ||
| 132 | +} | ||
| 133 | + | ||
| 127 | #cat_menu li { | 134 | #cat_menu li { |
| 128 | list-style: none; | 135 | list-style: none; |
| 129 | font-size: 12px; | 136 | font-size: 12px; |
| @@ -356,6 +363,12 @@ div#article-parent { | @@ -356,6 +363,12 @@ div#article-parent { | ||
| 356 | margin: 0; | 363 | margin: 0; |
| 357 | } | 364 | } |
| 358 | 365 | ||
| 366 | +/* Blocks main on home */ | ||
| 367 | + | ||
| 368 | +.action-home-index .main-block { | ||
| 369 | + display: none; | ||
| 370 | +} | ||
| 371 | + | ||
| 359 | /* Blocks main style */ | 372 | /* Blocks main style */ |
| 360 | 373 | ||
| 361 | .action-home-index #content .box-1 .block { | 374 | .action-home-index #content .box-1 .block { |
| @@ -561,6 +574,12 @@ div#article-parent { | @@ -561,6 +574,12 @@ div#article-parent { | ||
| 561 | margin-left: 15px; | 574 | margin-left: 15px; |
| 562 | } | 575 | } |
| 563 | 576 | ||
| 577 | + | ||
| 578 | +.action-home-index #content .communities-block .block-title, | ||
| 579 | +.action-home-index #content .people-block .block-title { | ||
| 580 | + display: none; | ||
| 581 | +} | ||
| 582 | + | ||
| 564 | #content .people-block .vcard a.profile_link { | 583 | #content .people-block .vcard a.profile_link { |
| 565 | height: 52px; | 584 | height: 52px; |
| 566 | margin: 0; | 585 | margin: 0; |
| @@ -745,20 +764,27 @@ div#article-parent { | @@ -745,20 +764,27 @@ div#article-parent { | ||
| 745 | text-align: left; | 764 | text-align: left; |
| 746 | } | 765 | } |
| 747 | 766 | ||
| 748 | - | ||
| 749 | /* padrao da barra verde - estatistica */ | 767 | /* padrao da barra verde - estatistica */ |
| 750 | -.environment-statistics-block-data{ | 768 | +.action-home-index #content .box-1 .statistics-block { |
| 769 | + width: 100%; | ||
| 770 | +} | ||
| 771 | + | ||
| 772 | +.action-home-index .statistics-block .block-title { | ||
| 773 | + display: none; | ||
| 774 | +} | ||
| 775 | + | ||
| 776 | +.statistics-block-data{ | ||
| 751 | background:#0c763e; | 777 | background:#0c763e; |
| 752 | width:960px; | 778 | width:960px; |
| 753 | float:left; | 779 | float:left; |
| 754 | padding:10px 0 25px 0; | 780 | padding:10px 0 25px 0; |
| 755 | } | 781 | } |
| 756 | 782 | ||
| 757 | -.environment-statistics-block-data ul{ | 783 | +.statistics-block-data ul{ |
| 758 | list-style:none; | 784 | list-style:none; |
| 759 | } | 785 | } |
| 760 | 786 | ||
| 761 | -.environment-statistics-block-data ul li{ | 787 | +.statistics-block-data ul li{ |
| 762 | float:left; | 788 | float:left; |
| 763 | width:146px; | 789 | width:146px; |
| 764 | margin:0 20px 20px 0px; | 790 | margin:0 20px 20px 0px; |
| @@ -766,13 +792,13 @@ div#article-parent { | @@ -766,13 +792,13 @@ div#article-parent { | ||
| 766 | color:#fff; | 792 | color:#fff; |
| 767 | } | 793 | } |
| 768 | 794 | ||
| 769 | -.environment-statistics-block-data ul li .amount{ | 795 | +.statistics-block-data ul li .amount{ |
| 770 | font-size:40px !important; | 796 | font-size:40px !important; |
| 771 | font-weight:bold; | 797 | font-weight:bold; |
| 772 | width:136px; | 798 | width:136px; |
| 773 | } | 799 | } |
| 774 | 800 | ||
| 775 | -.environment-statistics-block-data ul li .label{ | 801 | +.statistics-block-data ul li .label{ |
| 776 | font-size:14px !important; | 802 | font-size:14px !important; |
| 777 | clear:both; | 803 | clear:both; |
| 778 | float:left; | 804 | float:left; |