Guest User

kingkongor - nodewekkit-chat integration

a guest
Apr 19th, 2014
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="fr">
  3. <head>
  4. <title></title>
  5. <meta charset="utf-8">
  6. <style>
  7. #container{
  8. position: absolute;
  9. min-width: 428px;
  10. top: 0px; right: 0px; bottom: 0px; left: 0px;
  11. }
  12. #chat {
  13. position: absolute;
  14. top: 104px; right: 2px; bottom: 2px; left: 2px;
  15. border: 1px solid purple;
  16. }
  17. #chat iframe{
  18. border: 0;
  19. position: absolute;
  20. width: 100%;
  21. height: 100%;
  22. top: 0px; right: 0px; bottom: 0px; left: 0px;
  23. background-color: rgba(0,0,0,0.1);
  24. }
  25. </style>
  26. </head>
  27. <body>
  28. <div id="container">
  29. <div id="chat">
  30. <iframe src="http://www.twitch.tv/kingkongor/chat?popout="></iframe>
  31. </div>
  32. </div>
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment