Advertisement
izuemis

cr nyamuchis - misc codes

Dec 14th, 2023
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family: newrom;
  5. src: url('https://dl.dropbox.com/scl/fi/5mt7z7fcygbaagqup58x3/ROMANTIC.TTF?rlkey=xxln5fwypvtuqoni8li6ulq61&raw=1');
  6. }
  7.  
  8. @font-face {
  9. src: url(https://dl.dropbox.com/s/1479f8x52y3z5u4/rainyhearts.ttf);
  10. font-family: hearts;
  11. }
  12.  
  13. @font-face {
  14. font-family: sanjoan;
  15. src: url(https://dl.dropbox.com/s/iwvkrg8ccgd1pf4/SantJoanDespi-Regular.otf);
  16. }
  17.  
  18. @font-face {
  19. src: url(https://static.tumblr.com/p6yopnt/Qkiqnu0r5/theheart.ttf);
  20. font-family: magica;
  21. }
  22.  
  23. ::-webkit-scrollbar {
  24. width: 14px
  25. }
  26.  
  27. ::-webkit-scrollbar:horizontal {
  28. height: 14px
  29. }
  30.  
  31. ::-webkit-scrollbar-corner {
  32. background: #eee
  33. }
  34.  
  35. ::-webkit-scrollbar-track:vertical {
  36. background: linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
  37. border-radius: 5px;
  38. }
  39.  
  40. ::-webkit-scrollbar-track:horizontal {
  41. background: linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
  42. border-radius: 5px;
  43. }
  44.  
  45. ::-webkit-scrollbar-thumb {
  46. border: 1.5px solid #888;
  47. border-radius: 5px;
  48. box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;
  49. }
  50.  
  51. ::-webkit-scrollbar-thumb:vertical {
  52. background: linear-gradient(90deg, #eee 45%, #ddd 0, #bbb);
  53. }
  54.  
  55. ::-webkit-scrollbar-thumb:horizontal {
  56. background: linear-gradient(180deg, #eee 45%, #ddd 0, #bbb);
  57. }
  58.  
  59. ::-webkit-scrollbar-button:horizontal:end:increment,
  60. ::-webkit-scrollbar-button:horizontal:start:decrement,
  61. ::-webkit-scrollbar-button:vertical:end:increment,
  62. ::-webkit-scrollbar-button:vertical:start:decrement {
  63. display: block
  64. }
  65.  
  66. ::-webkit-scrollbar-button:vertical {
  67. height: 15px
  68. }
  69.  
  70. ::-webkit-scrollbar-button:vertical:start:decrement {
  71. background: white;
  72. background: url("https://dl.dropbox.com/s/n9ji42h9hdgdtpc/scroll3.png"), #eee;
  73. background-repeat: no-repeat;
  74. background-position: center;
  75. -moz-background-size: 100% auto, cover;
  76. -webkit-background-size: 100% auto, cover;
  77. -o-background-size: 100% auto, cover;
  78. background-size: 100% auto, cover;
  79. border: 1.5px solid #888;
  80. border-radius: 5px;
  81. }
  82.  
  83. ::-webkit-scrollbar-button:vertical:start:increment {
  84. display: none;
  85. }
  86.  
  87. ::-webkit-scrollbar-button:vertical:end:decrement {
  88. display: none;
  89. }
  90.  
  91. ::-webkit-scrollbar-button:vertical:end:increment {
  92. background: white;
  93. background: url("https://dl.dropbox.com/s/cdcco6pih7n1lae/scroll4.png"), #eee;
  94. background-repeat: no-repeat;
  95. background-position: center;
  96. -moz-background-size: 100% auto, cover;
  97. -webkit-background-size: 100% auto, cover;
  98. -o-background-size: 100% auto, cover;
  99. background-size: 100% auto, cover;
  100. border: 1.5px solid #888;
  101. border-radius: 5px;
  102. }
  103.  
  104. ::-webkit-scrollbar-button:horizontal {
  105. width: 14px
  106. }
  107. ::-webkit-scrollbar-button:horizontal:start:increment {
  108. display: none;
  109. }
  110. ::-webkit-scrollbar-button:horizontal:end:decrement {
  111. display: none;
  112. }
  113.  
  114. ::-webkit-scrollbar-button:horizontal:start:decrement {
  115. background: white;
  116. background: url("https://dl.dropbox.com/s/xcm618ghd823271/scroll5.png"), linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
  117. background-repeat: no-repeat;
  118. background-position: center;
  119. -moz-background-size: 100% auto, cover;
  120. -webkit-background-size: 100% auto, cover;
  121. -o-background-size: 100% auto, cover;
  122. background-size: 100% auto, cover;
  123. background-position: center;
  124. border-radius: 5px;
  125. border: 1.5px solid #888;
  126. }
  127.  
  128. ::-webkit-scrollbar-button:horizontal:end:increment {
  129. background: white;
  130. background: url("https://dl.dropbox.com/s/byeyi7am889ii9m/scroll6.png"), linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
  131. background-repeat: no-repeat;
  132. background-position: center;
  133. -moz-background-size: 100% auto, cover;
  134. -webkit-background-size: 100% auto, cover;
  135. -o-background-size: 100% auto, cover;
  136. background-size: 100% auto, cover;
  137. background-position: center;
  138. border-radius: 5px;
  139. border: 1.5px solid #888;
  140. }
  141.  
  142. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement