Advertisement
Guest User

Basil Filmes

a guest
Jul 16th, 2019
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.23 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html xmlns="http://www.w3.org/1999/html">
  4. <head>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Como Treinar Seu Dragão 3(DUB.)1080P.</title>
  8. <link rel="icon" type="image/png" href="/asset/default/img/favicon.ico?v=1553817714" />
  9. <style>
  10. body{
  11. font-family: Arial,Helvetica,sans-serif;
  12. width:100%;
  13. height:100%;
  14. background-color:#000;
  15. overflow:hidden;
  16. position:fixed;
  17. border:0;
  18. margin:0;
  19. padding:0;
  20. }
  21. #vstr {
  22. position:absolute;
  23. min-width:100%;
  24. min-height:100%;
  25. z-index: 10;
  26. }
  27. #loading, #resume {
  28. width: 100%;
  29. height: 100%;
  30. position: absolute;
  31. }
  32. #loading {
  33. z-index: 11;
  34. }
  35. #resume {
  36. z-index: 12;
  37. }
  38. .pop-wrap {
  39. display: table;
  40. position: absolute;
  41. height: 100%;
  42. width: 100%;
  43. }
  44. .pop-main {
  45. display: table-cell;
  46. vertical-align: middle;
  47. }
  48. .pop-html {
  49. margin-left: auto;
  50. margin-right: auto;
  51. text-align: center;
  52. }
  53. .pop-block {
  54. display: inline-block;
  55. position: relative;
  56. }
  57. .myConfirm {
  58. max-width: 260px;
  59. max-height: 160px;
  60. padding: 3px;
  61. padding-bottom: 0px;
  62. border-radius: 3px;
  63. font-size: 14px;
  64. line-height: 1.3em;
  65. background-color: #333333;
  66. color: #f2f2f2;
  67. }
  68. .button {
  69. border-width: 0;
  70. padding: 5px 15px;
  71. line-height: 1.5;
  72. border-radius: 20px;
  73. text-transform: uppercase;
  74. font-size: 80%;
  75. font-weight: 700;
  76. margin: 5px 5px 5px 0;
  77. cursor: pointer;
  78. outline: none;
  79. background-color: #565656;
  80. color: #ffffff;
  81. }
  82. @-moz-keyframes rotate-loading {
  83. 0% {
  84. transform: rotate(0);
  85. -ms-transform: rotate(0);
  86. -webkit-transform: rotate(0);
  87. -o-transform: rotate(0);
  88. -moz-transform: rotate(0)
  89. }
  90. 100% {
  91. transform: rotate(360deg);
  92. -ms-transform: rotate(360deg);
  93. -webkit-transform: rotate(360deg);
  94. -o-transform: rotate(360deg);
  95. -moz-transform: rotate(360deg)
  96. }
  97. }
  98. @-o-keyframes rotate-loading {
  99. 0% {
  100. transform: rotate(0);
  101. -ms-transform: rotate(0);
  102. -webkit-transform: rotate(0);
  103. -o-transform: rotate(0);
  104. -moz-transform: rotate(0)
  105. }
  106. 100% {
  107. transform: rotate(360deg);
  108. -ms-transform: rotate(360deg);
  109. -webkit-transform: rotate(360deg);
  110. -o-transform: rotate(360deg);
  111. -moz-transform: rotate(360deg)
  112. }
  113. }
  114. @-webkit-keyframes rotate-loading {
  115. 0% {
  116. transform: rotate(0);
  117. -ms-transform: rotate(0);
  118. -webkit-transform: rotate(0);
  119. -o-transform: rotate(0);
  120. -moz-transform: rotate(0)
  121. }
  122. 100% {
  123. transform: rotate(360deg);
  124. -ms-transform: rotate(360deg);
  125. -webkit-transform: rotate(360deg);
  126. -o-transform: rotate(360deg);
  127. -moz-transform: rotate(360deg)
  128. }
  129. }
  130. @keyframes rotate-loading {
  131. 0% {
  132. transform: rotate(0);
  133. -ms-transform: rotate(0);
  134. -webkit-transform: rotate(0);
  135. -o-transform: rotate(0);
  136. -moz-transform: rotate(0)
  137. }
  138. 100% {
  139. transform: rotate(360deg);
  140. -ms-transform: rotate(360deg);
  141. -webkit-transform: rotate(360deg);
  142. -o-transform: rotate(360deg);
  143. -moz-transform: rotate(360deg)
  144. }
  145. }
  146. @-moz-keyframes loading-text-opacity {
  147. 0%, 100%, 20% {
  148. opacity: 0
  149. }
  150. 50% {
  151. opacity: 1
  152. }
  153. }
  154. @-o-keyframes loading-text-opacity {
  155. 0%, 100%, 20% {
  156. opacity: 0
  157. }
  158. 50% {
  159. opacity: 1
  160. }
  161. }
  162. @-webkit-keyframes loading-text-opacity {
  163. 0%, 100%, 20% {
  164. opacity: 0
  165. }
  166. 50% {
  167. opacity: 1
  168. }
  169. }
  170. @keyframes loading-text-opacity {
  171. 0%, 100%, 20% {
  172. opacity: 0
  173. }
  174. 50% {
  175. opacity: 1
  176. }
  177. }
  178. .loading-ani,
  179. .loading-container {
  180. height: 100px;
  181. position: relative;
  182. width: 100px;
  183. border-radius: 100%
  184. }
  185. .loading-container {
  186. margin: 40vh auto
  187. }
  188. .loading-ani {
  189. border: 2px solid transparent;
  190. border-color: transparent #fff transparent #FFF;
  191. -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
  192. -moz-transform-origin: 50% 50%;
  193. -o-animation: rotate-loading 1.5s linear 0s infinite normal;
  194. -o-transform-origin: 50% 50%;
  195. -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  196. -webkit-transform-origin: 50% 50%;
  197. animation: rotate-loading 1.5s linear 0s infinite normal;
  198. transform-origin: 50% 50%
  199. }
  200. .loading-container:hover .loading-ani {
  201. border-color: transparent #E45635
  202. }
  203. .loading-container .loading-ani,
  204. .loading-container:hover .loading-ani {
  205. -webkit-transition: all .5s ease-in-out;
  206. -moz-transition: all .5s ease-in-out;
  207. -ms-transition: all .5s ease-in-out;
  208. -o-transition: all .5s ease-in-out;
  209. transition: all .5s ease-in-out
  210. }
  211. .loading-container .loading-text {
  212. -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
  213. -o-animation: loading-text-opacity 2s linear 0s infinite normal;
  214. -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
  215. animation: loading-text-opacity 2s linear 0s infinite normal;
  216. color: #fff;
  217. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  218. font-size: 10px;
  219. font-weight: 700;
  220. margin-top: 45px;
  221. opacity: 0;
  222. position: absolute;
  223. text-align: center;
  224. text-transform: uppercase;
  225. top: 0;
  226. width: 100px
  227. }
  228. .jw-rightclick-link.jw-info-overlay-item, .jw-rightclick-item.jw-featured {
  229. display: none !important;
  230. }
  231. .jw-button-container .jw-settings-sharing, .jw-button-container .jw-icon-cc {
  232. display: none !important;
  233. }
  234. .jw-rightclick-link {
  235. color: #d2d2d2 !important;
  236. }
  237. .jw-rightclick-link span {
  238. color: #fff !important;
  239. }
  240. .jw-svg-icon-download {
  241. height: 16px !important;
  242. width: auto !important;
  243. }
  244. .jw-svg-icon-qswitch {
  245. width: auto !important;
  246. }
  247. .jw-button-container .jw-logo-button {
  248. margin-right: 10px;
  249. }
  250. </style>
  251. <script>var USER_ID = '240961';</script>
  252. </head>
  253. <body>
  254. <div id="vstr"></div>
  255. <div id="loading">
  256. <div class="loading-container">
  257. <div class="loading-ani"></div>
  258. <div class="loading-text">loading</div>
  259. </div>
  260. </div>
  261. <!-- Javascript -->
  262. <script src="/asset/default/player/base.js?v=1557542380"></script>
  263. <script type="text/javascript">
  264. /* global Ya, USER_ID */
  265. (function (d, w, c) {
  266. (w[c] = w[c] || []).push(function() {
  267. try {
  268. w.yaCounter49788082 = new Ya.Metrika2({
  269. id:49788082,
  270. accurateTrackBounce:true,
  271. params:{owner:USER_ID}
  272. });
  273. } catch(e) { }
  274. });
  275.  
  276. var n = d.getElementsByTagName("script")[0],
  277. s = d.createElement("script"),
  278. f = function () { n.parentNode.insertBefore(s, n); };
  279. s.type = "text/javascript";
  280. s.async = true;
  281. s.src = "https://mc.yandex.ru/metrika/tag.js";
  282.  
  283. if (w.opera == "[object Opera]") {
  284. d.addEventListener("DOMContentLoaded", f, false);
  285. } else { f(); }
  286. })(document, window, "yandex_metrika_callbacks2");
  287. </script>
  288. </body>
  289. </html>
  290. <!-- cached at 2019-05-24 10:13:31 -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement