1j0e

Untitled

Apr 30th, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.54 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. div#container {
  24. background-color: #8C8CDB;
  25. background-image: url(/images/sun.gif);
  26. background-repeat: no-repeat;
  27. background-position: left top;
  28. }
  29. div#container, div#bk0, div#bk1, div#bk2, div#bk3, div#bk4, div#fore3, div#fore1, div#fore2 {
  30. height:100%;
  31. margin:0;
  32. }
  33. div#bk1, div#bk2, div#bk3, div#bk4 {
  34. background-repeat: repeat-x;
  35. background-position: 0px bottom;
  36. }
  37. div#bk1 {
  38. background-image: url(/images/bk1fsp.gif);
  39. }
  40. div#bk2 {
  41. background-image: url(/images/bk2fsp.gif);
  42. }
  43. div#bk3 {
  44. background-image: url(/images/bk3fsp.gif);
  45. }
  46. div#bk4 {
  47. background-image: url(/images/bk4fisp.gif);
  48. }
  49. div#bk0 {
  50. }
  51. div#fore1 { background-image: url(/images/springg.gif);
  52. background-repeat: repeat-x;
  53. background-position: left bottom;
  54. }
  55.  
  56. div#fore2 { background-image: url(/images/bannersp.gif);
  57. background-repeat: no-repeat;
  58. background-position: center top;
  59. }
  60.  
  61. div#streamswaps{
  62.  
  63. height:150px;
  64.  
  65. }
  66.  
  67. div#space1 {
  68.  
  69. bottom:5px;
  70. height:50px;
  71. width:200px;
  72. display:inline;
  73.  
  74. }
  75.  
  76. div#buttonTwitch {
  77.  
  78. bottom:5px;
  79. display:inline;
  80.  
  81. }
  82. div#buttonLimeV {
  83.  
  84. bottom:5px;
  85. display:inline;
  86.  
  87. }
  88. </style>
  89. <script type="text/javascript">
  90. bk4 = 0;
  91. bk3 = 0;
  92. bk2 = 0;
  93. bk1 = 0;
  94. interval = 50;
  95. enabled = 1;
  96. var tid = setInterval(animateclouds, interval);
  97. function animateclouds() {
  98. if (enabled == 1){
  99. bk4 = (bk4 + 1) % 640;
  100. bk3 = (bk3 + 2) % 640;
  101. bk2 = (bk2 + 3) % 640;
  102. bk1 = (bk1 + 4) % 640;
  103. document.getElementById('bk1').style.backgroundPosition = bk1 + 'px bottom';
  104. document.getElementById('bk2').style.backgroundPosition = bk2 + 'px bottom';
  105. document.getElementById('bk3').style.backgroundPosition = bk3 + 'px bottom';
  106. document.getElementById('bk4').style.backgroundPosition = bk4 + 'px bottom';
  107. }}
  108.  
  109. function changetoTwitch(){
  110. document.getElementById("stream").innerHTML =
  111. "<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' />"+
  112. "<param name='allowScriptAccess' value='always' />"+
  113. "<param name='allowNetworking' value='all' />"+
  114. "<param name='movie' value='http://www.justin.tv/widgets/live_embed_player.swf' />"+
  115. "<param name='flashvars' value='hostname=www.justin.tv&channel=nostalgiagoggles&auto_play=true&start_volume=75' />"+
  116. "</object>";
  117. }
  118.  
  119. function changetoLimeV(){
  120. fid='ngstream05';
  121. v_width=720;
  122. v_height=480;
  123. document.getElementById("stream").innerHTML =
  124. '<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>';
  125. }
  126.  
  127.  
  128. </script>
  129. </head>
  130. <body>
  131. <div id="container">
  132. <div id="bk4">
  133. <div id="bk3">
  134. <div id="bk2">
  135. <div id="bk1">
  136. <div id="bk0">
  137. <div id="fore1">
  138. <div id="fore0">
  139. <div id="fore2">
  140.  
  141.  
  142. <center>&nbsp;
  143. <a href="http://steamcommunity.com/groups/NostalgiaGoggles" title="Join the Steam Group!">
  144. <img src="/images/icon_steam.png" style="margin:9px 60px"/>
  145. </a>
  146. <a href="http://facebook.com/NostalgiaGoggles" title="Join our Facebook page!">
  147. <img src="/images/icon_facebook.png" style="margin:9px 60px"/>
  148. </a>
  149. <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"/>
  150. <a href="http://youtube.com/NostalgiaStream" title="Subscribe to our Youtube channel!">
  151. <img src="/images/icon_youtube.png" style="margin:9px 60px"/>
  152. </a>
  153. <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!">
  154. <img src="/images/icon_paypal.png" style="margin:9px 60px"/>
  155. </a>
  156. <div id="content">
  157.  
  158. </center>
  159.  
  160. <div id="streamswaps">
  161.  
  162. <div id="space1">
  163. &nbsp;
  164. </div>
  165.  
  166. <div id="buttonTwitch">
  167. <img src="http://nostalgiagoggles.com/images/twitchon.gif" />
  168. </div>
  169.  
  170. <div id="buttonLimeV">
  171. <img src="http://nostalgiagoggles.com/images/limevoff.gif" />
  172. </div>
  173.  
  174. </div>
  175.  
  176. <center>
  177.  
  178. <div class="about left">
  179.  
  180. <table width="1082" border="0" cellspacing="2" cellpadding="2">
  181.  
  182. <tr>
  183.  
  184. <td>
  185.  
  186. <div id="stream">
  187. <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" />
  188. <param name="allowScriptAccess" value="always" />
  189. <param name="allowNetworking" value="all" />
  190. <param name="movie" value="http://www.justin.tv/widgets/live_embed_player.swf" />
  191. <param name="flashvars" value="hostname=www.justin.tv&channel=nostalgiagoggles&auto_play=true&start_volume=75" />
  192. </object>
  193. </div>
  194.  
  195. </td>
  196.  
  197. <td>
  198. <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>
  199. </td>
  200.  
  201. </tr>
  202.  
  203. </table>
  204.  
  205. </div>
  206.  
  207.  
  208. </div>
  209.  
  210. </center>
  211.  
  212.  
  213. </div>
  214. </div>
  215. </div>
  216. </div>
  217. </div>
  218. </div>
  219. </div>
  220.  
  221.  
  222. </body>
  223. </html>
Advertisement
Add Comment
Please, Sign In to add comment