Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.04 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Theme default pour Zspin</title>
  6. <meta name="coder avec le cul" content="un code aproximatif">
  7. <link rel="stylesheet" href="animate.css">
  8. <style type="text/css">
  9.  
  10.  
  11. html, body {
  12. width: 100%;
  13. height: 100%;
  14. margin: 0px;
  15. overflow: hidden;
  16.  
  17. }
  18.  
  19.  
  20.  
  21. #bg_biloon {
  22. position: absolute;
  23. top: 0%;
  24. left: 0%;
  25. width: auto;
  26. height: 100%;
  27. z-index: 2;
  28. }
  29.  
  30. #vid_encart {
  31. position: absolute;
  32. top: 10.2vh;
  33. left: 10.2vh;
  34. width: 34.9vh;
  35. z-index: 1;
  36. }
  37. .myChartDiv {
  38. position: absolute;
  39. top: 50%;
  40. left: 50%;
  41. z-index: 4;
  42. }
  43. .logo {
  44. position: absolute;
  45. transform-origin: center;
  46. top: 82vh;
  47. left: 35vh;
  48. max-width: 8hv;
  49. max-height: 8vh;
  50. z-index: 5;
  51. }
  52.  
  53.  
  54. .year {
  55. position: absolute;
  56. top: 82.3vh;
  57. left: 26.6vh;
  58. z-index: 3;
  59. font-family: "alienleague";
  60. color: #F8F8FF;
  61. font-size: 1.7vh;
  62. background: transparent;
  63. text-align: center;
  64. text-transform: uppercase;
  65. }
  66. .player {
  67. position: absolute;
  68. top: 84.6vh;
  69. left: 24.4vh;
  70. z-index: 3;
  71. font-family: "alienleague";
  72. color: #FF0000;
  73. font-size: 1.5vh;
  74. background: transparent;
  75. text-align: center;
  76. text-transform: uppercase;
  77. }
  78. .leveltitre {
  79. position: absolute;
  80. top: 86.5vh;
  81. left: 24.7vh;
  82. z-index: 3;
  83. font-family: "alienleague";
  84. color: #87CEFA;
  85. font-size: 3vh;
  86. background: transparent;
  87. text-align: center;
  88. text-transform: uppercase;
  89. }
  90. .level {
  91. position: absolute;
  92. top: 90vh;
  93. left: 24vh;
  94. max-width: 8vh;
  95. z-index: 3;
  96. }
  97. .wheel {
  98.  
  99. position: absolute;
  100. top: 64vh;
  101. left: 22vh;
  102. max-width: 26vh;
  103. max-height: 11vh;
  104. width: auto;
  105. z-index: 4;
  106. }
  107. .bouton-g {
  108.  
  109. position: absolute;
  110. top: 11.7vh;
  111. left: 3vh;
  112. height: 2.5vh;
  113. width: auto;
  114. z-index: 4;
  115. }
  116. .bouton-d {
  117.  
  118. position: absolute;
  119. top: 11.9vh;
  120. left: 50.34vh;
  121. height: 2.5vh;
  122. width: auto;
  123. z-index: 4;
  124. }
  125. /**HYDRIS DEBUT******/
  126. .info_jeux_description {
  127. position: absolute;
  128. top: 81vh;
  129. left: 7.2vh;
  130. width: 15vh;
  131. height: 7vh;
  132. font-family: "alienleague";
  133. color: #F8F8FF;
  134. padding: 0px 0px 0px 0px;
  135. line-height: 1vh;
  136. font-size: 1vh;
  137. background: transparent;
  138. text-align: left;
  139. z-index: 3;
  140.  
  141. }
  142.  
  143. .info_jeux_description .scrollauto {
  144. overflow: hidden;
  145. height: 8vh;
  146. font-family: "arial";
  147. line-height: 0.8vh;
  148. font-size: 0.7vh;
  149. margin: 1;
  150. padding: 0;
  151. }
  152. /**HYDRIS FIN******/
  153.  
  154. .info_nom1 {
  155. position: absolute;
  156. top: 76.8vh;
  157. left: 20vh;
  158. width: 30vh;
  159. height: 25vh;
  160. font-family: "alienleague";
  161. color: #F8F8FF;
  162. padding: 0px 0px 0px 0px;
  163. line-height: 1.3 vh;
  164. font-size: 1.3vh;
  165. background: transparent;
  166. text-align: center;
  167. z-index: 3;
  168. overflow: hidden;
  169. }
  170.  
  171. .zspin_d {
  172. text-transform: uppercase;
  173. }
  174.  
  175. </style>
  176.  
  177.  
  178. </head>
  179.  
  180. <body>
  181.  
  182. <video id="vid_encart" src="Video.mp4" loop="loop" autoplay="autoplay"></video>
  183. <img src="background.png" id="bg_biloon">
  184. <img src="Artwork1.png" class="wheel">
  185. <img zspin-src="Other/Systems/%systems%.png" class="logo">
  186. <img zspin-src="Other/Level/%level%.png" class="level">
  187. <img src="BoutonG.png" class="bouton-g pulse animated infinite">
  188. <img src="BoutonD.png" class="bouton-d pulse animated infinite">
  189.  
  190. <div class="myChartDiv"><canvas id="myChart" width="600" height="400"></canvas></div>
  191. <div class="speed zspin-speed"></div>
  192. <div class="year zspin-year zspin_d"></div>
  193. <div class="player zspin-players zspin_d"></div>
  194. <div class="leveltitre">LEVEL</div>
  195. <div class="info_nom1"><div class="zspin-description zspin_d"></div></div>
  196. <div class="info_jeux_description">SYNOPSIS</br>
  197. <p class="scrollauto zspin-synopsis">
  198.  
  199.  
  200. <script>
  201. function autoscroll(){
  202. $(".scrollauto").animate({scrollTop: $(".scrollauto")[0].scrollHeight},30000, function() {
  203. // Animation complete.
  204. $(this).animate({scrollTop: $(".scrollauto")[0].scrollHeight-$(".scrollauto")[0].scrollHeight},1000
  205. , function() {
  206. autoscroll();
  207. });
  208.  
  209. });
  210. }
  211. setTimeout(function(){ autoscroll();}, 1000);
  212. </script>
  213.  
  214.  
  215. <script type="text/javascript">
  216. var ctx = document.getElementById("myChart");
  217. var myChart = new Chart(ctx,{
  218. "type":"doughnut",
  219. "data":{"labels":["Visibilité","Graphisme","Rapidité","Bande-son"],
  220. "datasets":[{"label":"My First Dataset",
  221. "data":[17,50,25,50],
  222. "backgroundColor":["rgb(233,76,59)",
  223. "rgb(54,152,221)","rgb(242,195,19)","rgb(24,189,155)"
  224.  
  225. ]}
  226. ]}
  227. });
  228. </script>
  229. </body>
  230.  
  231. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement