Commit 4aac2da974a8a623229a91a94e2bd85e0b10315d
1 parent
ba561e53
Exists in
master
and in
79 other branches
Adjustments on event main title
Showing
1 changed file
with
26 additions
and
12 deletions
Show diff stats
pagina_comunidade.css
... | ... | @@ -535,10 +535,10 @@ ul#itens-legend-grafic{ |
535 | 535 | |
536 | 536 | #event-card { |
537 | 537 | border-top: 1px dotted #D3D6D3; |
538 | - padding-top: 35px; | |
538 | + padding-top: 33px; | |
539 | 539 | width: 494px; |
540 | 540 | height: 216px; |
541 | - background-image: url('images/evento-teste.jpg'); | |
541 | + /*background-image: url('images/evento-teste.jpg');*/ | |
542 | 542 | background-repeat: no-repeat; |
543 | 543 | } |
544 | 544 | |
... | ... | @@ -547,7 +547,7 @@ ul#itens-legend-grafic{ |
547 | 547 | float: left; |
548 | 548 | content: url('images/comunidade-evento-imagem-evento.png'); |
549 | 549 | border-right:1px dotted #D3D6DE; |
550 | - padding-right: 21px; | |
550 | + padding-right: 22px; | |
551 | 551 | } |
552 | 552 | |
553 | 553 | .about-event { |
... | ... | @@ -567,13 +567,13 @@ ul#itens-legend-grafic{ |
567 | 567 | |
568 | 568 | .about-event .event-date { |
569 | 569 | font-weight: bold; |
570 | - letter-spacing: 0.45px; | |
571 | - margin-top: 2px; | |
570 | + letter-spacing: 0.56px; | |
571 | + margin-top: 3px; | |
572 | 572 | } |
573 | 573 | |
574 | 574 | .about-event .event-link { |
575 | - margin-top: 17px; | |
576 | - letter-spacing: 0.5px; | |
575 | + margin-top: 16px; | |
576 | + letter-spacing: 0.34px; | |
577 | 577 | } |
578 | 578 | |
579 | 579 | .about-event .event-address { |
... | ... | @@ -583,11 +583,11 @@ ul#itens-legend-grafic{ |
583 | 583 | .about-event .event-address span { |
584 | 584 | display: block; |
585 | 585 | margin-left: 0px; |
586 | - margin-top: 5px; | |
586 | + margin-top: 4.4px; | |
587 | 587 | } |
588 | 588 | |
589 | 589 | .about-event .event-address #area { |
590 | - letter-spacing: 0.6px; | |
590 | + letter-spacing: 0.54px; | |
591 | 591 | } |
592 | 592 | |
593 | 593 | .about-event .event-address #district { |
... | ... | @@ -595,15 +595,29 @@ ul#itens-legend-grafic{ |
595 | 595 | } |
596 | 596 | |
597 | 597 | .about-event .event-address #city { |
598 | - letter-spacing: 0.5px; | |
598 | + letter-spacing: 0.68px; | |
599 | 599 | } |
600 | 600 | |
601 | 601 | .about-event .event-address #cep { |
602 | - letter-spacing: 0.5px; | |
602 | + letter-spacing: 0.65px; | |
603 | 603 | } |
604 | 604 | |
605 | 605 | /* |
606 | 606 | .event-date::before { |
607 | 607 | content: url("images/calendar-icon.png"); |
608 | 608 | } |
609 | -*/ | |
610 | 609 | \ No newline at end of file |
610 | +*/ | |
611 | + | |
612 | +#community-page { | |
613 | + height: 716px; | |
614 | + background-image: url('images/teste.png'); | |
615 | + background-repeat: no-repeat; | |
616 | +} | |
617 | + | |
618 | +#community-page h1 { | |
619 | + margin-bottom: 16px; | |
620 | + text-align: left; | |
621 | + font-size: 32px; | |
622 | + line-height: 30px; | |
623 | + letter-spacing: 0.1px; | |
624 | +} | |
611 | 625 | \ No newline at end of file | ... | ... |