@@ -844,61 +844,70 @@ pre[class*="language-"] {
844
844
/* ---------------------------------------
845
845
Preloader section
846
846
-----------------------------------------*/
847
-
848
- .loader {
849
- position : fixed ;
850
- top : 0 ;
851
- left : 0 ;
852
- width : 100% ;
853
- height : 100% ;
854
- z-index : 99999 ;
855
- display : flex ;
856
- flex-flow : row nowrap ;
857
- justify-content : center ;
858
- align-items : center ;
859
- background : none repeat scroll 0 0 #ffffff ;
860
- }
847
+ #preloader {
848
+ position : fixed ;
849
+ left : 0 ;
850
+ top : 0 ;
851
+ z-index : 99999 ;
852
+ width : 100% ;
853
+ height : 100% ;
854
+ overflow : visible ;
855
+ background : rgb (255 , 255 , 255 ) url (' /assets/images/Earth-loader.gif' ) no-repeat center center ;
856
+ }
857
+ // .loader {
858
+ // position: fixed;
859
+ // top: 0;
860
+ // left: 0;
861
+ // width: 100%;
862
+ // height: 100%;
863
+ // z-index: 99999;
864
+ // display: flex;
865
+ // flex-flow: row nowrap;
866
+ // justify-content: center;
867
+ // align-items: center;
868
+ // background: none repeat scroll 0 0 #ffffff;
869
+ // }
861
870
862
- .spinner {
863
- margin : 100px auto ;
864
- width : 40px ;
865
- height : 40px ;
866
- position : relative ;
867
- text-align : center ;
868
- }
871
+ // .spinner {
872
+ // margin: 100px auto;
873
+ // width: 40px;
874
+ // height: 40px;
875
+ // position: relative;
876
+ // text-align: center;
877
+ // }
869
878
870
- .dot1 {
871
- width : 100% ;
872
- height : 100% ;
873
- margin-left : -20px ;
874
- display : inline-block ;
875
- position : absolute ;
876
- top : 0 ;
877
- background-color : rgb (201 , 57 , 102 );
878
- border-radius : 100% ;
879
- z-index : 1 ;
880
- }
879
+ // .dot1 {
880
+ // width: 100%;
881
+ // height: 100%;
882
+ // margin-left: -20px;
883
+ // display: inline-block;
884
+ // position: absolute;
885
+ // top: 0;
886
+ // background-color: rgb(201, 57, 102);
887
+ // border-radius: 100%;
888
+ // z-index: 1;
889
+ // }
881
890
882
- .dot2 {
883
- display : inline-block ;
884
- position : absolute ;
885
- background-color : rgb (221 , 124 , 191 );
886
- border-radius : 100% ;
887
- width : 40% ;
888
- height : 40% ;
889
- margin-left : -20px ;
890
- top : 30px ;
891
- left : 0px ;
892
- z-index : 2 ;
893
- -webkit-animation : sk- orbit 0.75s infinite linear ;
894
- animation : sk- orbit 0.75s infinite linear ;
895
- }
891
+ // .dot2 {
892
+ // display: inline-block;
893
+ // position: absolute;
894
+ // background-color: rgb(221, 124, 191);
895
+ // border-radius: 100%;
896
+ // width: 40%;
897
+ // height: 40%;
898
+ // margin-left: -20px;
899
+ // top: 30px;
900
+ // left: 0px;
901
+ // z-index: 2;
902
+ // -webkit-animation: sk-orbit 0.75s infinite linear;
903
+ // animation: sk-orbit 0.75s infinite linear;
904
+ // }
896
905
897
- @keyframes sk-orbit {
898
- 0% { z-index : 2 ; transform : translate (0% , 0% ); }
899
- 49% { z-index : 2 ; transform : translate (400% , -200% ); }
900
- 50% { z-index : 0 ; transform : translate (400% , -200% ); }
901
- 99% { z-index : 0 ; transform : translate (0% , 0% ); }
902
- 100% { z-index : 2 ; transform : translate (0% , 0% ); }
903
- }
906
+ // @keyframes sk-orbit {
907
+ // 0% { z-index: 2; transform: translate(0%, 0%); }
908
+ // 49% { z-index: 2; transform: translate(400%, -200%); }
909
+ // 50% { z-index: 0; transform: translate(400%, -200%); }
910
+ // 99% { z-index: 0; transform: translate(0%, 0%); }
911
+ // 100% { z-index: 2; transform: translate(0%, 0%); }
912
+ // }
904
913
0 commit comments