Advertisement
gauntcodes

fuck a javascript

May 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.27 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <SCRIPT TYPE="text/javascript">
  5. <!--
  6. function clickIE() {if (document.all) {(message);return false;}}
  7. function clickNS(e) {if
  8. (document.layers||(document.getElementById&&!document.all)) {
  9. if (e.which==2||e.which==3) {(message);return false;}}}
  10. if (document.layers)
  11. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  12. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  13. document.oncontextmenu=new Function("return false")
  14. // -->
  15. </SCRIPT>
  16. </head>
  17. <style>
  18. ::-moz-selection {
  19.        background-color: #191914;
  20.        color: #3967e7;
  21. }
  22. ::selection {
  23.        background:rgba(25, 25, 20, 0.99);
  24.        color: #3967e7;
  25. }
  26.  
  27. /* unvisited link */
  28. a:link {
  29. color:#aab7b7;
  30. text-decoration:none;
  31. transition: all 0.8s ease;
  32. -webkit-transition: all 0.8s ease;
  33. -moz-transition: all 0.8s ease;
  34. -o-transition: all 0.8s ease;
  35. }
  36.  
  37. /* visited link */
  38. a:visited {
  39. color: #aab7b7;
  40. border-bottom: dashed 1px #ab1352;
  41. transition: all 0.8s ease;
  42. -webkit-transition: all 0.8s ease;
  43. -moz-transition: all 0.8s ease;
  44. -o-transition: all 0.8s ease;
  45. }
  46.  
  47. /* mouse over link */
  48. a:hover {
  49. color:#000000;
  50. background-color:#cf3636;
  51. transition: all 0.8s ease;
  52. -webkit-transition: all 0.8s ease;
  53. -moz-transition: all 0.8s ease;
  54. -o-transition: all 0.8s ease;
  55. }
  56.  
  57. /* selected link */
  58. a:active {
  59.     color: #cf3636;
  60. }
  61.  
  62. ::-webkit-scrollbar {width: 4px; height: 1px; background: #; border: solid 1px #000;
  63. }
  64. ::-webkit-scrollbar-thumb { background-color: #191914; -webkit-border-radius: 0ex; border: solid 1px #3967e7;
  65. }
  66.  
  67. body{
  68. top:0px;
  69. left:0px;
  70. height:495px;
  71. width:550px;
  72. font-family:lucida console;
  73. text-transform:uppercase;
  74. color:#6bb8ff;
  75. font-size:10px;
  76. text-align:center;
  77. background-image:url('https://s20.postimg.cc/68z5rvy0t/fearbtm.gif');
  78. background-repeat:no-repeat;
  79. padding:0px;
  80. }
  81.  
  82. #null{
  83. top:60px;
  84. left:75px;
  85. height:175px;
  86. width:266px;
  87. background:#191914;
  88. position:absolute;
  89. padding:0px;
  90. overflow:auto;
  91. }
  92.  
  93. </style>
  94. <body>
  95. <div id="null">
  96. <br><br>error 504 data corrupted.<br><br>i want to try and get this animated so that it looks like its being typed but i fucking hate javascript and i dont know another way @ god please fucking help.
  97. </div>
  98. <span id="typed"></span>
  99. </div>
  100.  
  101. </body>
  102. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement