Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 4e003182

Přidáno uživatelem Martin Sebela před asi 4 roky(ů)

Re #8079 - finishing frontend
- new date label next to timeline
- changed intro images to images with real data
- locations box has maximum height with scrollbar
- new texts on intro pages (map points)
- CSS changes and repairs

Zobrazit rozdíly:

website/public/css/style.css
296 296
}
297 297

  
298 298
.swiper-slide {
299
  z-index: -1000;
300 299
  display: flex;
301 300
  justify-content: center;
302 301
  align-items: center;
303 302
}
304 303

  
305 304
.swiper-slide.slide-bg-1 {
306
  background: url("../img/bg-1.jpg") no-repeat bottom center;
305
  background: url("../img/bg-1.jpg") no-repeat top center;
307 306
  background-size: cover;
308 307
}
309 308

  
......
317 316
  background-size: cover;
318 317
}
319 318

  
319
.swiper-slide.slide-bg-3 .slide-text {
320
  width: 100%;
321
}
322

  
320 323
@media (max-width: 767.98px) {
321
  .swiper-slide.slide-bg-3 .container {
324
  .swiper-slide .container {
322 325
    max-width: 100%;
323 326
    height: 100%;
324 327
    overflow-y: scroll;
325 328
  }
326 329
}
327 330

  
328
.swiper-slide.slide-bg-3 .slide-text {
329
  width: 100%;
330
}
331

  
332 331
.slide-text {
333 332
  width: 600px;
334 333
  padding-bottom: 160px;
......
573 572
  border: 2px solid #fff;
574 573
}
575 574

  
576
@media (max-width: 767.98px) {
575
@media not all and (min-width: 1900px) and (max-width: 2100px) {
577 576
  .map-point {
578 577
    display: none;
579 578
  }
......
598 597

  
599 598
.map-point:hover .desc {
600 599
  display: block;
601
  width: 210px;
600
  width: 220px;
602 601
  padding: 10px 20px;
603 602
  z-index: 0;
604 603
  opacity: 0.75;
......
637 636
}
638 637

  
639 638
.map-point.point-1 {
640
  bottom: 12%;
641
  right: -75%;
639
  top: 455px;
640
  right: 32.5%;
642 641
}
643 642

  
644 643
.map-point.point-2 {
645
  top: 21%;
646
  right: -92%;
644
  top: 235px;
645
  right: 18%;
647 646
}
648 647

  
649 648
.map-point.point-3 {
650
  top: 22%;
651
  right: -92%;
649
  bottom: 430px;
650
  right: 20.8%;
652 651
}
653 652

  
654 653
#heatmap {
......
684 683
@media (max-width: 575.98px) {
685 684
  .map-locations {
686 685
    max-width: 240px;
686
    max-height: 70%;
687 687
    top: 80px;
688 688
    right: 10px;
689 689
  }
......
736 736

  
737 737
@media (max-width: 575.98px) {
738 738
  .map-locations .locations ul {
739
    max-height: 244px;
740
    overflow-y: scroll;
739 741
    font-size: 13.5px;
740 742
  }
741 743
}
......
833 835
  }
834 836
}
835 837

  
838
@media (max-width: 575.98px) {
839
  .player .next {
840
    margin-right: 0;
841
  }
842
}
843

  
836 844
.player .next:after {
837 845
  background: url("../img/btn-next.svg") no-repeat;
838 846
}
......
847 855
  background: url("../img/btn-prev.svg") no-repeat;
848 856
}
849 857

  
858
.player .datetime {
859
  display: flex;
860
}
861

  
862
@media (max-width: 390px) {
863
  .player .datetime {
864
    display: block;
865
    text-align: center;
866
    margin-right: 10px;
867
  }
868
}
869

  
870
.player .date {
871
  font-size: 15px;
872
  padding: 3px 12px 4px 12px;
873
  margin-right: 10px;
874
  text-align: center;
875
  border-radius: 15px;
876
  cursor: pointer;
877
  background: #0B155A;
878
}
879

  
880
@media (max-width: 390px) {
881
  .player .date {
882
    margin-right: 0;
883
  }
884
}
885

  
886
.player .date:hover {
887
  opacity: .7;
888
}
889

  
850 890
.player .timeline {
851 891
  display: flex;
852 892
  height: 30px;
......
865 905
  }
866 906
}
867 907

  
908
@media (max-width: 390px) {
909
  .player .timeline {
910
    display: inline-block;
911
    margin: 4px 0 0 0;
912
  }
913
}
914

  
868 915
@media (max-width: 991.98px) {
869 916
  .player .timeline .hour {
870 917
    display: none;

Také k dispozici: Unified diff