1j0e

Untitled

Apr 30th, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.50 KB | None | 0 0
  1. <html>
  2. <head>
  3. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  4. <META HTTP-EQUIV="Expires" CONTENT="-1">
  5. <META NAME="description" CONTENT="Video game stream dedicated to the generations of gaming, both retro and modern.">
  6. <META NAME="keywords" content="Video game stream dedicated to the generations of gaming, both retro and modern.">
  7. <title>Nostalgia Goggles</title>
  8. <style>
  9. html,body {
  10. height: 100%;
  11. margin:0;
  12. padding:;
  13. }
  14. body {
  15.  
  16. background-color: #6F6B56;
  17.  
  18. background-image: url(/images/springb.gif);
  19.  
  20. background-repeat: repeat;
  21.  
  22. }
  23.  
  24. center {
  25. width:1150px;
  26. }
  27.  
  28. div#container {
  29. background-color: #8C8CDB;
  30. background-image: url(/images/sun.gif);
  31. background-repeat: no-repeat;
  32. background-position: left top;
  33. }
  34. div#container, div#bk0, div#bk1, div#bk2, div#bk3, div#bk4, div#fore3, div#fore1, div#fore2 {
  35. height:100%;
  36. margin:0;
  37. }
  38. div#bk1, div#bk2, div#bk3, div#bk4 {
  39. background-repeat: repeat-x;
  40. background-position: 0px bottom;
  41. }
  42. div#bk1 {
  43. background-image: url(/images/bk1fsp.gif);
  44. }
  45. div#bk2 {
  46. background-image: url(/images/bk2fsp.gif);
  47. }
  48. div#bk3 {
  49. background-image: url(/images/bk3fsp.gif);
  50. }
  51. div#bk4 {
  52. background-image: url(/images/bk4fisp.gif);
  53. }
  54. div#bk0 {
  55. }
  56. div#fore1 { background-image: url(/images/springg.gif);
  57. background-repeat: repeat-x;
  58. background-position: left bottom;
  59. }
  60.  
  61. div#fore2 { background-image: url(/images/bannersp.gif);
  62. background-repeat: no-repeat;
  63. background-position: center top;
  64. }
  65.  
  66. div#streamswaps{
  67.  
  68. position:relative;
  69. height:150px;
  70.  
  71. }
  72.  
  73. div#buttonTwitch {
  74.  
  75. position:absolute;
  76. bottom:5px;
  77. display:inline;
  78.  
  79. }
  80. div#buttonLimeV {
  81.  
  82. position:absolute;
  83. bottom:5px;
  84. display:inline;
  85.  
  86. }
  87. </style>
  88. <script type="text/javascript">
  89. bk4 = 0;
  90. bk3 = 0;
  91. bk2 = 0;
  92. bk1 = 0;
  93. interval = 50;
  94. enabled = 1;
  95. var tid = setInterval(animateclouds, interval);
  96. function animateclouds() {
  97. if (enabled == 1){
  98. bk4 = (bk4 + 1) % 640;
  99. bk3 = (bk3 + 2) % 640;
  100. bk2 = (bk2 + 3) % 640;
  101. bk1 = (bk1 + 4) % 640;
  102. document.getElementById('bk1').style.backgroundPosition = bk1 + 'px bottom';
  103. document.getElementById('bk2').style.backgroundPosition = bk2 + 'px bottom';
  104. document.getElementById('bk3').style.backgroundPosition = bk3 + 'px bottom';
  105. document.getElementById('bk4').style.backgroundPosition = bk4 + 'px bottom';
  106. }}
  107.  
  108. function changetoTwitch(){
  109. document.getElementById("stream").innerHTML =
  110. "<object type='application/x-shockwave-flash' height='480' width='720' id='live_embed_player_flash' data='http://www.justin.tv/widgets/live_embed_player.swf?channel=nostalgiagoggles' bgcolor='#000000'><param name='allowFullScreen' value='true' />"+
  111. "<param name='allowScriptAccess' value='always' />"+
  112. "<param name='allowNetworking' value='all' />"+
  113. "<param name='movie' value='http://www.justin.tv/widgets/live_embed_player.swf' />"+
  114. "<param name='flashvars' value='hostname=www.justin.tv&channel=nostalgiagoggles&auto_play=true&start_volume=75' />"+
  115. "</object>";
  116. }
  117.  
  118. function changetoLimeV(){
  119. fid='ngstream05';
  120. v_width=720;
  121. v_height=480;
  122. document.getElementById("stream").innerHTML =
  123. '<ifr'+'ame src="http://www.limev.com/embed.php?fileid='+ fid +'&vw='+v_width+'&vh='+v_height+'" width='+ v_width +' height=' + v_height + ' scrolling=no frameborder=0 scrolling=no allowtransparency=true ></ifr'+'ame>';
  124. }
  125.  
  126.  
  127. </script>
  128. </head>
  129. <body>
  130. <div id="container">
  131. <div id="bk4">
  132. <div id="bk3">
  133. <div id="bk2">
  134. <div id="bk1">
  135. <div id="bk0">
  136. <div id="fore1">
  137. <div id="fore0">
  138. <div id="fore2">
  139.  
  140.  
  141. <center>&nbsp;
  142. <a href="http://steamcommunity.com/groups/NostalgiaGoggles" title="Join the Steam Group!">
  143. <img src="/images/icon_steam.png" style="margin:9px 60px"/>
  144. </a>
  145. <a href="http://facebook.com/NostalgiaGoggles" title="Join our Facebook page!">
  146. <img src="/images/icon_facebook.png" style="margin:9px 60px"/>
  147. </a>
  148. <img src="/images/icon_cloudon.png" title="Click to enable/disable the moving clouds!" onclick="if (enabled == 1){enabled=0;this.src='/images/icon_cloudoff.png';} else{enabled=1;this.src='/images/icon_cloudon.png';}" onmouseover="this.style.cursor = 'hand';" onmouseout="this.style.cursor = 'auto';" style="margin:9px 60px"/>
  149. <a href="http://youtube.com/NostalgiaStream" title="Subscribe to our Youtube channel!">
  150. <img src="/images/icon_youtube.png" style="margin:9px 60px"/>
  151. </a>
  152. <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=JD583QFMU2ZE2&lc=CA&item_name=Nostalgia%20Goggles&item_number=nostalgiagoggles&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted" title="Donate via Paypal to support the Stream!">
  153. <img src="/images/icon_paypal.png" style="margin:9px 60px"/>
  154. </a>
  155. <div id="content">
  156.  
  157.  
  158.  
  159. <div id="streamswaps">
  160.  
  161. <div id="buttonTwitch">
  162. <img src="http://nostalgiagoggles.com/images/twitchon.gif" />
  163. </div>
  164.  
  165. <div id="buttonLimeV">
  166. <img src="http://nostalgiagoggles.com/images/limevoff.gif" />
  167. </div>
  168.  
  169. </div>
  170.  
  171.  
  172.  
  173. <div class="about left">
  174.  
  175. <table width="1082" border="0" cellspacing="2" cellpadding="2">
  176.  
  177. <tr>
  178.  
  179. <td>
  180.  
  181. <div id="stream">
  182. <object type="application/x-shockwave-flash" height="480" width="720" id="live_embed_player_flash" data="http://www.justin.tv/widgets/live_embed_player.swf?channel=nostalgiagoggles" bgcolor="#000000"><param name="allowFullScreen" value="true" />
  183. <param name="allowScriptAccess" value="always" />
  184. <param name="allowNetworking" value="all" />
  185. <param name="movie" value="http://www.justin.tv/widgets/live_embed_player.swf" />
  186. <param name="flashvars" value="hostname=www.justin.tv&channel=nostalgiagoggles&auto_play=true&start_volume=75" />
  187. </object>
  188. </div>
  189.  
  190. </td>
  191.  
  192. <td>
  193. <object width="355" height="500" id="obj_1325302523349"><param name="movie" value="http://ngstream.chatango.com/group"/><param name="wmode" value="transparent"/><param name="AllowScriptAccess" VALUE="always"/><param name="AllowNetworking" VALUE="all"/><param name="AllowFullScreen" VALUE="true"/><param name="flashvars" value="cid=1325302523349&c=FFFFFF&d=0066CC&e=000000&g=FFFFFF&h=111111&j=FFFFFF&k=333333&m=2288FF&n=FFFFFF&q=66CC66&t=0&v=0&aa=1"/><embed id="emb_1325302523349" src="http://ngstream.chatango.com/group" width="355" height="500" wmode="transparent" allowScriptAccess="always" allowNetworking="all" type="application/x-shockwave-flash" allowFullScreen="true" flashvars="cid=1325302523349&c=0033FF&d=0066CC&e=000000&g=FFFFFF&h=000000&j=FFFFFF&k=333333&m=2288FF&n=FFFFFF&q=66CC66&t=0&v=0&aa=1"></embed></object><br><br>
  194. </td>
  195.  
  196. </tr>
  197.  
  198. </table>
  199.  
  200. </div>
  201.  
  202.  
  203. </div>
  204.  
  205. </center>
  206.  
  207.  
  208. </div>
  209. </div>
  210. </div>
  211. </div>
  212. </div>
  213. </div>
  214. </div>
  215.  
  216.  
  217. </body>
  218. </html>
Advertisement
Add Comment
Please, Sign In to add comment