Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. body {background-color:#313131}
  6. .a1 {z-index:-1; position:absolute; top:0px; left:10%;right:10%;
  7. background-color:#4A5B6C;min-height:100px;min-width:1100px;border:5px solid #000000}
  8.  
  9.  
  10. .a2 { z-index:-1;position:absolute; top:150px; left:20%;right:20%;
  11. background-color:#E4E4E4;min-height:1200px;min-width:850px;margin: 0;
  12. padding: 0;border:5px solid #FFFFFF}
  13.  
  14.  
  15.  
  16.  
  17.  
  18. #thread1 { z-index:1; top:250px; left:27.5%; right:27.5%;
  19. background-color:#FFFFFF;min-width:650px;min-height:200px;
  20. border:5px solid #000000}
  21.  
  22. #thread2 {z-index:1; position:absolute; top:750px; left:28%; right:27.5%;
  23. background-color:#FFFFFF;min-width:650px;min-height:200px;
  24. border:5px solid #000000}
  25.  
  26.  
  27. #timepar
  28. {
  29.  
  30. position:absolute;
  31. top:1%;
  32. left:85%;
  33. }
  34.  
  35.  
  36.  
  37. </style>
  38. </head>
  39.  
  40. <body>
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55. <div class ="a1" align="center"><h1> Tehinternet</h1>
  56. </div>
  57. <div class ="a2" align="center"> <h1> Onlinetactics </h1>
  58.  
  59.  
  60. </div>
  61. <div id ="thread1" class="a2" align="center">
  62.  
  63. <p> New video about: How to make a (post) request through the Python shell with the module requests.</p>
  64. <iframe width="640" height="360" src="//www.youtube.com/embed/RvCQrwrPQiw" frameborder="0" allowfullscreen></iframe>
  65.  
  66. </div>
  67.  
  68. <div id ="thread2" class="a2"align="center">
  69.  
  70. <p> Here are the two main sites I know for trading goods and sharing tactics about games.</p>
  71. <br /><br />
  72.  
  73. <p>First, we have Ownedcore, a german/english Site and pretty activ.</p>
  74.  
  75. <a href="http://www.ownedcore.com"><img src="data/ownedcore.png" height="150"width="250"/> </a>
  76. <br />
  77. <p> Second, we have Elitepvpers, this site is smilar to Ownedcore but less activ.</p>
  78. <a href="http://elitepvpers.com"><img src="data/elitepvpers.png" /></a>
  79.  
  80. </div>
  81.  
  82.  
  83. </body>
  84. <script>
  85. var x="";
  86. var time=new Date().getHours();
  87. if (time<18 && time>6)
  88. {
  89. x="good day,sir.";
  90. }
  91. else if(time<6)
  92. {
  93. x="Have a nice evening,sir.";
  94. }
  95. else if (time<10)
  96. {
  97. x="In the night lies the strength.";
  98. }
  99.  
  100. y = document.getElementById("timepar")
  101. y.innerHTML=x;
  102. y.style.color="#FFFFFF";
  103. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement