Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Survival-Channel</title>
  6. <style type="text/css">
  7. #container01 {
  8. position: absolute;
  9. width: 1116px;
  10. height: 1058px;
  11. z-index: 1;
  12. left: 276px;
  13. top: 5px;
  14. background-color: #6D9A02;
  15. }
  16. #banner {
  17. position: absolute;
  18. width: 1440px;
  19. height: 400px;
  20. z-index: 1;
  21. left: 104px;
  22. top: 18px;
  23. }
  24. #menue {
  25. position: absolute;
  26. width: 160px;
  27. height: 690px;
  28. z-index: 1;
  29. left: 0px;
  30. top: 250px;
  31. background-color: #454509;
  32. padding: 20px;
  33. }
  34. #contend {
  35. position: absolute;
  36. width: 662px;
  37. height: 690px;
  38. z-index: 2;
  39. left: 302px;
  40. top: 268px;
  41. background-color: #454509;
  42. padding: 20px;
  43. color: #3BA82D;
  44. font-family: Verdana, Geneva, sans-serif;
  45. }
  46. .menue {
  47. padding: 20px;
  48. }
  49. a:link {
  50. color: #0000CC;
  51. text-decoration: none;
  52. }
  53. a:visited {
  54. text-decoration: none;
  55. color: #0000CC;
  56. }
  57. a:hover {
  58. text-decoration: none;
  59. color: #0066FF;
  60. }
  61. a:active {
  62. text-decoration: none;
  63. color: #0066FF;
  64. }
  65. body,td,th {
  66. font-family: Verdana, Geneva, sans-serif;
  67. font-size: 14px;
  68. color: #00FF33;
  69. }
  70. </style>
  71. </head>
  72.  
  73. <body bgcolor="#6D9A02" link="#0000CC" alink="#0066FF">
  74. <div id="container01">
  75. <div id="banner">
  76. <div id="menue">
  77. <p><a href="../index.html" title="home" target="_self">Home</a></p>
  78. <p><a href="about.html">About</a></p>
  79. <p><a href="stream01.html">Stream 01</a></p>
  80. <p><a href="stream02.html">Stream 02</a></p>
  81. <p><a href="#">Stream 03</a></p>
  82. <p><a href="#">Stream 04</a></p>
  83. <p><a href="chat.html">Chat</a></p>
  84. </div>
  85. <img src="../bilder/banner/banner01.png" height="400" width="900" /> </div>
  86. <div id="contend"> <p>
  87. <object width="680" height="402" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">
  88. <param name="flashvars" value="cid=17118437&amp;autoplay=false&amp;style=ub85a901:lc85a901:ocffffff:ucffffff&amp;locale=de_DE"/>
  89. <param name="allowfullscreen" value="true"/>
  90. <param name="allowscriptaccess" value="always"/>
  91. <param name="src" value="http://www.ustream.tv/flash/viewer.swf"/>
  92. <embed flashvars="cid=17118437&amp;autoplay=false&amp;style=ub85a901:lc85a901:ocffffff:ucffffff&amp;locale=de_DE" width="680" height="402" allowfullscreen="true" allowscriptaccess="always" src="http://www.ustream.tv/flash/viewer.swf" type="application/x-shockwave-flash"></embed>
  93. </object>
  94. <br />
  95. <a href="http://www.ustream.tv" style="font-size: 12px; line-height: 20px; font-weight: normal; text-align: left;" target="_blank">Broadcast live streaming video on Ustream</a></p>
  96. </div>
  97. </div></div>
  98. </div>
  99. </body>
  100. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement