dollcrds

hada neocities org codes

May 6th, 2022
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family: roman;
  5. src: url(https://dl.dropbox.com/s/f9cfrx4wyt13rwv/ROMANTIC.TTF);
  6. }
  7.  
  8. #roman {
  9. font-family: roman;
  10. }
  11.  
  12. </style>
  13.  
  14. <style>
  15.  
  16. html {
  17. overflow: scroll;
  18. overflow-x: hidden;
  19. }
  20. ::-webkit-scrollbar {
  21. width: 0; /* remove scrollbar space */
  22. background: transparent; /* to make scrollbar invisible */
  23. }
  24. ::-webkit-scrollbar-thumb {
  25. background: transparent;
  26. }
  27. ::selection {
  28. color: #000;
  29. background: transparent;
  30. }
  31. </style>
  32.  
  33. <!DOCTYPE html>
  34. <html>
  35. <head>
  36. <title>Disable Copy/past</title>
  37. </head>
  38. <body oncopy="return false;" oncut="return false;" onpast="return false;" oncontextmenu="return false;">
  39. </body>
  40. </html>
Advertisement
Add Comment
Please, Sign In to add comment