dollcrds

cr dollbahi codes (pro-standard)

Jul 19th, 2024 (edited)
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. src: url(https://dl.dropbox.com/s/8p8mi5uzbekohv7/Starborn.ttf);
  4. font-family: starborn;
  5. }
  6. html {
  7. overflow: scroll;
  8. overflow-x: hidden;
  9. }
  10. ::-webkit-scrollbar {
  11. width: 0; /* remove scrollbar space */
  12. background: transparent; /* to make scrollbar invisible */
  13. }
  14. ::-webkit-scrollbar-thumb {
  15. background: transparent;
  16. }
  17. @font-face {
  18. font-family: lovely;
  19. src: url(https://dl.dropbox.com/s/xde2bkhiie1bm8r/LovelyRegular.ttf);
  20. }
  21.  
  22. #image01 {
  23. -webkit-mask-image: url(https://i.imgur.com/WPTnhzY.png);
  24. -webkit-mask-size: 250%;
  25. -webkit-mask-repeat: no-repeat;
  26. -webkit-mask-position: center;
  27. transform:rotate(0deg);
  28. transition:0.3s;}
  29.  
  30. #image01:hover {
  31. -webkit-mask-size: 100%;
  32. transform:rotate(-15deg);
  33. transition:0.3s;
  34. }
  35. #text08, #text09, #text10, #text11 {
  36. padding: 5px;
  37. height: 13.75em;
  38. overflow-y: scroll;
  39. border-image: url("https://i.imgur.com/Kh6qtcn.png") 11 fill round;
  40. border-width: 3px;
  41. border-style: solid;
  42. width:100%;
  43. border-radius:10px;
  44. }
  45. #text05, #text07 {
  46. font-family: starborn;
  47. }
  48. #text01, #text02, #text03, #text04 {
  49. width: 3.375em;
  50. border-radius: 5px 5px 0px 0px;
  51. border-left: 1px solid black;
  52. border-top: 1px solid black;
  53. border-right: 1px solid black;
  54. font-family: lovely;
  55. background: white;
  56. }
  57. </style>
Advertisement
Add Comment
Please, Sign In to add comment