jpreloader.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. body{
  2. display:none;
  3. }
  4. #jpreOverlay {
  5. background-color: #363b3f;
  6. }
  7. #jpreSlide{
  8. font-size:22px;
  9. font-weight:bold;
  10. color:#ccc;
  11. text-align:center;
  12. width:50%;
  13. height:30%;
  14. }
  15. #jpreLoader{
  16. width:300px;
  17. height:25px;
  18. border-radius:25px;
  19. -moz-border-radius:25px;
  20. -webkit-border-radius:25px;
  21. }
  22. #jpreBar {
  23. border-radius:25px;
  24. -moz-border-radius:25px;
  25. -webkit-border-radius:25px;
  26. background-size:30px 30px;
  27. -moz-background-size:30px 30px;
  28. -webkit-background-size:30px 30px;
  29. -o-background-size:30px 30px;
  30. filter: progid:DXImageTransform.Microsoft.gradient(
  31. startColorstr='#33ffffff',
  32. endColorstr='#33000000',
  33. GradientType=0 );
  34. background-color:#e14d43;
  35. background-image: -moz-linear-gradient(-45deg,
  36. rgba(255,255,255,0.15) 0%,
  37. rgba(255,255,255,0.15) 25%,
  38. rgba(255,255,255,0) 25%,
  39. rgba(255,255,255,0) 50%,
  40. rgba(255,255,255,0.15) 50%,
  41. rgba(255,255,255,0.15) 75%,
  42. rgba(255,255,255,0) 75%,
  43. rgba(255,255,255,0) 100%);
  44. background-image: -webkit-gradient(linear, left top, right bottom,
  45. color-stop(0%,rgba(255,255,255,0.2)),
  46. color-stop(25%,rgba(255,255,255,0.2)),
  47. color-stop(25%,rgba(255,255,255,0)),
  48. color-stop(50%,rgba(255,255,255,0)),
  49. color-stop(50%,rgba(255,255,255,0.2)),
  50. color-stop(75%,rgba(255,255,255,0.2)),
  51. color-stop(75%,rgba(255,255,255,0)),
  52. color-stop(100%,rgba(255,255,255,0)));
  53. background-image: -webkit-linear-gradient(-45deg,
  54. rgba(255,255,255,0.3) 0%,
  55. rgba(255,255,255,0.3) 25%,
  56. rgba(255,255,255,0) 25%,
  57. rgba(255,255,255,0) 50%,
  58. rgba(255,255,255,0.3) 50%,
  59. rgba(255,255,255,0.3) 75%,
  60. rgba(255,255,255,0) 75%,
  61. rgba(255,255,255,0) 100%);
  62. background-image: -o-linear-gradient(-45deg,
  63. rgba(255,255,255,0.15) 0%,
  64. rgba(255,255,255,0.15) 25%,
  65. rgba(255,255,255,0) 25%,
  66. rgba(255,255,255,0) 50%,
  67. rgba(255,255,255,0.15) 50%,
  68. rgba(255,255,255,0.15) 75%,
  69. rgba(255,255,255,0) 75%,
  70. rgba(255,255,255,0) 100%);
  71. background-image: -ms-linear-gradient(-45deg,
  72. rgba(255,255,255,0.15) 0%,
  73. rgba(255,255,255,0.15) 25%,
  74. rgba(255,255,255,0) 25%,
  75. rgba(255,255,255,0) 50%,
  76. rgba(255,255,255,0.15) 50%,
  77. rgba(255,255,255,0.15) 75%,
  78. rgba(255,255,255,0) 75%,
  79. rgba(255,255,255,0) 100%);
  80. background-image: linear-gradient(135deg,
  81. rgba(255,255,255,0.15) 0%,
  82. rgba(255,255,255,0.15) 25%,
  83. rgba(255,255,255,0) 25%,
  84. rgba(255,255,255,0) 50%,
  85. rgba(255,255,255,0.15) 50%,
  86. rgba(255,255,255,0.15) 75%,
  87. rgba(255,255,255,0) 75%,
  88. rgba(255,255,255,0) 100%);
  89. animation: progress 2s linear infinite;
  90. -moz-animation: progress 2s linear infinite;
  91. -webkit-animation: progress 2s linear infinite;
  92. -ms-animation: progress 2s linear infinite;
  93. -o-animation: progress 2s linear infinite;
  94. }
  95. #jprePercentage {
  96. font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
  97. font-weight:bold;
  98. text-align:center;
  99. text-shadow:1px 1px 1px #333;
  100. top:-100%;
  101. color: #fff;
  102. }
  103. #jpreButton{
  104. padding:3px 10px;
  105. cursor:pointer;
  106. font-weight:bold;
  107. line-height:1.5;
  108. text-align:center;
  109. width:100px;
  110. margin:0 auto;
  111. color:#fff;
  112. text-shadow:-1px -1px 0 #01293F;
  113. border:1px solid #2EACEA;
  114. border-radius:30px;
  115. -moz-border-radius:30px;
  116. -webkit-border-radius:30px;
  117. background-color: #23a6ed;
  118. background-image: -moz-linear-gradient(top, #23a6ed 0%, #1275aa 100%);
  119. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#23a6ed), color-stop(100%,#1275aa));
  120. background-image: -webkit-linear-gradient(top, #23a6ed 0%,#1275aa 100%);
  121. background-image: -o-linear-gradient(top, #23a6ed 0%,#1275aa 100%);
  122. background-image: -ms-linear-gradient(top, #23a6ed 0%,#1275aa 100%);
  123. background-image: linear-gradient(to bottom, #23a6ed 0%,#1275aa 100%);
  124. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23a6ed', endColorstr='#1275aa',GradientType=0 );
  125. }
  126. @-webkit-keyframes progress {
  127. from {
  128. background-position: 0 0;
  129. }
  130. to {
  131. background-position: -60px -60px;
  132. }
  133. }
  134. @-moz-keyframes progress {
  135. from {
  136. background-position: 0 0;
  137. }
  138. to {
  139. background-position: -60px -60px;
  140. }
  141. }
  142. @-ms-keyframes progress {
  143. from {
  144. background-position: 0 0;
  145. }
  146. to {
  147. background-position: -60px -60px;
  148. }
  149. }
  150. @-o-keyframes progress {
  151. from {
  152. background-position: 0 0;
  153. }
  154. to {
  155. background-position: -60px -60px;
  156. }
  157. }
  158. @keyframes progress {
  159. from {
  160. background-position: 0 0;
  161. }
  162. to {
  163. background-position: -60px -60px;
  164. }
  165. }