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 | 124 | max-width: 960px; |
| 125 | 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 | 134 | #cat_menu li { |
| 128 | 135 | list-style: none; |
| 129 | 136 | font-size: 12px; |
| ... | ... | @@ -356,6 +363,12 @@ div#article-parent { |
| 356 | 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 | 372 | /* Blocks main style */ |
| 360 | 373 | |
| 361 | 374 | .action-home-index #content .box-1 .block { |
| ... | ... | @@ -561,6 +574,12 @@ div#article-parent { |
| 561 | 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 | 583 | #content .people-block .vcard a.profile_link { |
| 565 | 584 | height: 52px; |
| 566 | 585 | margin: 0; |
| ... | ... | @@ -745,20 +764,27 @@ div#article-parent { |
| 745 | 764 | text-align: left; |
| 746 | 765 | } |
| 747 | 766 | |
| 748 | - | |
| 749 | 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 | 777 | background:#0c763e; |
| 752 | 778 | width:960px; |
| 753 | 779 | float:left; |
| 754 | 780 | padding:10px 0 25px 0; |
| 755 | 781 | } |
| 756 | 782 | |
| 757 | -.environment-statistics-block-data ul{ | |
| 783 | +.statistics-block-data ul{ | |
| 758 | 784 | list-style:none; |
| 759 | 785 | } |
| 760 | 786 | |
| 761 | -.environment-statistics-block-data ul li{ | |
| 787 | +.statistics-block-data ul li{ | |
| 762 | 788 | float:left; |
| 763 | 789 | width:146px; |
| 764 | 790 | margin:0 20px 20px 0px; |
| ... | ... | @@ -766,13 +792,13 @@ div#article-parent { |
| 766 | 792 | color:#fff; |
| 767 | 793 | } |
| 768 | 794 | |
| 769 | -.environment-statistics-block-data ul li .amount{ | |
| 795 | +.statistics-block-data ul li .amount{ | |
| 770 | 796 | font-size:40px !important; |
| 771 | 797 | font-weight:bold; |
| 772 | 798 | width:136px; |
| 773 | 799 | } |
| 774 | 800 | |
| 775 | -.environment-statistics-block-data ul li .label{ | |
| 801 | +.statistics-block-data ul li .label{ | |
| 776 | 802 | font-size:14px !important; |
| 777 | 803 | clear:both; |
| 778 | 804 | float:left; | ... | ... |