OLD | NEW |
1 * | 1 * |
2 { | 2 { |
3 font-family: Arial, sans; | 3 font-family: Arial, sans; |
4 font-size: 16px; | 4 font-size: 16px; |
5 } | 5 } |
6 | 6 |
7 body | 7 body |
8 { | 8 { |
9 margin: 0; | 9 margin: 0; |
10 line-height: 1.5; | 10 line-height: 1.5; |
(...skipping 760 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
771 opacity: 1; | 771 opacity: 1; |
772 } | 772 } |
773 | 773 |
774 .video-disclaimer | 774 .video-disclaimer |
775 { | 775 { |
776 visibility: visible; | 776 visibility: visible; |
777 opacity: 1; | 777 opacity: 1; |
778 position: absolute; | 778 position: absolute; |
779 bottom: 0; | 779 bottom: 0; |
780 left: 0; | 780 left: 0; |
781 padding: 0 1em; | 781 padding: 1em; |
782 background-color: #fff; | 782 background-color: #fff; |
783 font-size: 0.9em; | 783 font-size: 0.9em; |
784 text-align: center; | 784 text-align: center; |
785 transition: opacity 0.8s; | 785 transition: opacity 0.8s; |
786 } | 786 } |
787 | 787 |
788 .hide-disclaimer .video-disclaimer | 788 .hide-disclaimer .video-disclaimer |
789 { | 789 { |
790 visibility: hidden; | 790 visibility: hidden; |
791 opacity: 0; | 791 opacity: 0; |
792 } | 792 } |
793 | 793 |
794 .video-play | 794 .video-play |
795 { | 795 { |
796 position: absolute; | 796 position: absolute; |
797 top: 50%; | 797 top: 50%; |
798 left: 50%; | 798 left: 50%; |
799 width: 80px; | 799 width: 80px; |
800 margin-top: -60px; | 800 margin-top: -60px; |
801 margin-left: -40px; | 801 margin-left: -40px; |
802 } | 802 } |
803 | 803 |
804 .hide-disclaimer .video-play | 804 .hide-disclaimer .video-play |
805 { | 805 { |
806 margin-top: -40px; | 806 margin-top: -40px; |
807 } | 807 } |
OLD | NEW |