Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. <div style="text-align:left;padding:15px 0 15px 0;width:100%">
  2. <style type="text/css">div.popbox
  3.  
  4.  
  5. {
  6. /*Format the popup box*/
  7. width:120px;
  8. font-family: Times,monospace;
  9. font-size:14px;
  10. opacity:0.9;
  11. border-width:2px;
  12. border-style:solid;
  13. border-color:rgba(31,31,46,0.7);
  14. padding:0px;
  15. }
  16. </style>
  17.  
  18.  
  19. <div id='popup' class='popbox' style='display:none;position:fixed;text-align:center;'><div class="p-name" style="font-weight:bold"></div><div class="extText"></div></div>
  20.  
  21. <script type="text/javascript" src="https://cdn.rawgit.com/bocboda/blah/e7c2a474/memwall_original.js"></script>
  22.  
  23. <script type="text/javascript">
  24. boxLeft = -60; //change how far left of the mouse, the box will appear
  25. boxTop = 20; //change how far below the mouse, the box will appear
  26.  
  27. //to add an image to the wall, type wall()
  28. //inside the brackets place the following information, separated by commas:
  29. //row number, column number, image link, username, player name, text below player name, colour code for pop-up box, colour code for text in box
  30.  
  31. var imageHeight = 120; var imageWidth = 120;
  32.  
  33. <!-- Start Memory Wall →
  34.  
  35. wall(1,3,'https://i.imgur.com/lKhk2Yp.png','http://www.ndimforums.com/bitchinsurvivor2/forummain.asp','Chester','2nd Runner-Up','4F2A7A','FFFFFF');
  36. wall(1,2,'https://i.imgur.com/77N8Rbp.png','http://www.ndimforums.com/bitchinsurvivor2/forummain.asp','Phil','Runner-Up','4F2A7A','FFFFFF');
  37. wall(1,1,'https://i.imgur.com/xaDgolB.png','http://www.ndimforums.com/bitchinsurvivor2/forummain.asp','Yussuf','Winner','4F2A7A','FFFFFF');
  38. wall(1,4,'https://i.imgur.com/bja2ciO.png','http://www.ndimforums.com/bitchinsurvivor2/forummain.asp','Alexandre','4th Place','FDFD96','000000');
  39. wall(1,5,'https://i.imgur.com/fx6IXQL.png','http://www.ndimforums.com/bitchinsurvivor2/forummain.asp','Brad','5th Place','FDFD96','000000');
  40.  
  41. wall(2,1,'https://i.imgur.com/esxMySS.png','http://www.ndimforums.com/bitchinsurvivor2/forummain.asp','Whitney','6th Place','FDFD96','000000');
  42. wall(2,2,'https://i.imgur.com/eCuhiJw.png','http://www.ndimforums.com/bitchinsurvivor2/forummain.asp','Brooklyn','7th Place','FDFD96','000000');
  43. wall(2,4,'https://i.imgur.com/1K6lQKY.png','http://www.ndimforums.com/bitchinsurvivor2/forummain.asp','Cletus','8th Place','FDFD96','000000');
  44. wall(2,5,'https://i.imgur.com/LFlt82r.png','http://www.ndimforums.com/bitchinsurvivor2/forummain.asp','Shasta','9th Place','FDFD96','000000');
  45. wall(2,6,'https://i.imgur.com/pABgQu8.png','http://www.ndimforums.com/bitchinsurvivor2/forummain.asp','Harry','10th Place','FDFD96','000000');
  46.  
  47.  
  48. wall(2,7,'https://i.imgur.com/6atoJBh.png','http://www.ndimforums.com/bitchinsurvivor2/forummain.asp','Maribel','11th Place','FFFFFF','000000');
  49. wall(3,4,'https://i.imgur.com/trCDtqx.png','http://www.ndimforums.com/bitchinsurvivor2/forummain.asp','Brittany','12th Place','FFFFFF','000000');
  50. wall(3,5,'https://i.imgur.com/rlDzzzX.png','http://www.ndimforums.com/bitchinsurvivor2/forummain.asp','Christine','13th Place','FFFFFF','000000');
  51. wall(3,6,'https://i.imgur.com/EGW0C80.png','http://www.ndimforums.com/bitchinsurvivor2/forummain.asp','Quincy','14th Place','FFFFFF','000000');
  52. wall(3,7,'https://i.imgur.com/WN8gRm7.png','http://www.ndimforums.com/bitchinsurvivor2/forummain.asp','Jada','15th Place','FFFFFF','000000');
  53. wall(3,8,'https://i.imgur.com/UyriApz.png','http://www.ndimforums.com/bitchinsurvivor2/forummain.asp','Flora','16th Place','FFFFFF','000000');
  54.  
  55.  
  56.  
  57.  
  58.  
  59. <!-- End Memory Wall -->
  60.  
  61. writeWall();
  62. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement