Advertisement
izuemis

cr doiibahi/crrdcore misc codes

Feb 8th, 2023
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.05 KB | None | 0 0
  1. <style>
  2.  
  3. ::-webkit-scrollbar {
  4. width: 13px;
  5. height: 10px;
  6. }
  7.  
  8. ::-webkit-scrollbar-thumb {
  9. background: linear-gradient(90deg, rgba(238,238,238,1) 38%, rgba(206,206,206,1) 62%);
  10. border: 1.5px solid #888888;
  11. border-radius: 5px;
  12. }
  13.  
  14. ::-webkit-scrollbar-track {
  15. background: linear-gradient(90deg, rgba(230,230,230,1) 6%, rgba(240,240,240,1) 18%);
  16. }
  17.  
  18. ::-webkit-scrollbar-button {
  19. display: block;
  20. width: 14px;
  21. height: 16px;
  22. }
  23.  
  24. ::-webkit-scrollbar-button:vertical:start:decrement {
  25. background: white;
  26. box-shadow: inset 0 7px 5px -7px white, inset 7px 0 5px -7px gray, inset -7px 0 5px -7px gray, inset 0 -7px 5px -7px gray;
  27. border: 1.5px solid #888888;
  28. border-radius: 5px;
  29. }
  30.  
  31. ::-webkit-scrollbar-button:vertical:start:increment {
  32. display: none;
  33. }
  34.  
  35. ::-webkit-scrollbar-button:vertical:end:decrement {
  36. display: none;
  37. }
  38.  
  39. ::-webkit-scrollbar-button:vertical:end:increment {
  40. background: white;
  41. box-shadow: inset 0 7px 5px -7px white, inset 7px 0 5px -7px gray, inset -7px 0 5px -7px gray, inset 0 -7px 5px -7px gray;
  42. border: 1.5px solid #888888;
  43. border-radius: 5px;
  44. }
  45.  
  46. </style>
  47.  
  48. <style>
  49. #container05 > .wrapper, #container06 > .wrapper, #container08 > .wrapper, #container09 > .wrapper, #container11 > .wrapper, #container12 > .wrapper {
  50. -webkit-animation: bounce-in-top 1.1s both;
  51. animation: bounce-in-top 1.1s both;
  52. }
  53. /* ----------------------------------------------
  54. * Generated by Animista on 2023-1-30 23:30:25
  55. * Licensed under FreeBSD License.
  56. * See http://animista.net/license for more info.
  57. * w: http://animista.net, t: @cssanimista
  58. * ---------------------------------------------- */
  59.  
  60. /**
  61. * ----------------------------------------
  62. * animation bounce-in-top
  63. * ----------------------------------------
  64. */
  65. @-webkit-keyframes bounce-in-top {
  66. 0% {
  67. -webkit-transform: translateY(-500px);
  68. transform: translateY(-500px);
  69. -webkit-animation-timing-function: ease-in;
  70. animation-timing-function: ease-in;
  71. opacity: 0;
  72. }
  73. 38% {
  74. -webkit-transform: translateY(0);
  75. transform: translateY(0);
  76. -webkit-animation-timing-function: ease-out;
  77. animation-timing-function: ease-out;
  78. opacity: 1;
  79. }
  80. 55% {
  81. -webkit-transform: translateY(-65px);
  82. transform: translateY(-65px);
  83. -webkit-animation-timing-function: ease-in;
  84. animation-timing-function: ease-in;
  85. }
  86. 72% {
  87. -webkit-transform: translateY(0);
  88. transform: translateY(0);
  89. -webkit-animation-timing-function: ease-out;
  90. animation-timing-function: ease-out;
  91. }
  92. 81% {
  93. -webkit-transform: translateY(-28px);
  94. transform: translateY(-28px);
  95. -webkit-animation-timing-function: ease-in;
  96. animation-timing-function: ease-in;
  97. }
  98. 90% {
  99. -webkit-transform: translateY(0);
  100. transform: translateY(0);
  101. -webkit-animation-timing-function: ease-out;
  102. animation-timing-function: ease-out;
  103. }
  104. 95% {
  105. -webkit-transform: translateY(-8px);
  106. transform: translateY(-8px);
  107. -webkit-animation-timing-function: ease-in;
  108. animation-timing-function: ease-in;
  109. }
  110. 100% {
  111. -webkit-transform: translateY(0);
  112. transform: translateY(0);
  113. -webkit-animation-timing-function: ease-out;
  114. animation-timing-function: ease-out;
  115. }
  116. }
  117. @keyframes bounce-in-top {
  118. 0% {
  119. -webkit-transform: translateY(-500px);
  120. transform: translateY(-500px);
  121. -webkit-animation-timing-function: ease-in;
  122. animation-timing-function: ease-in;
  123. opacity: 0;
  124. }
  125. 38% {
  126. -webkit-transform: translateY(0);
  127. transform: translateY(0);
  128. -webkit-animation-timing-function: ease-out;
  129. animation-timing-function: ease-out;
  130. opacity: 1;
  131. }
  132. 55% {
  133. -webkit-transform: translateY(-65px);
  134. transform: translateY(-65px);
  135. -webkit-animation-timing-function: ease-in;
  136. animation-timing-function: ease-in;
  137. }
  138. 72% {
  139. -webkit-transform: translateY(0);
  140. transform: translateY(0);
  141. -webkit-animation-timing-function: ease-out;
  142. animation-timing-function: ease-out;
  143. }
  144. 81% {
  145. -webkit-transform: translateY(-28px);
  146. transform: translateY(-28px);
  147. -webkit-animation-timing-function: ease-in;
  148. animation-timing-function: ease-in;
  149. }
  150. 90% {
  151. -webkit-transform: translateY(0);
  152. transform: translateY(0);
  153. -webkit-animation-timing-function: ease-out;
  154. animation-timing-function: ease-out;
  155. }
  156. 95% {
  157. -webkit-transform: translateY(-8px);
  158. transform: translateY(-8px);
  159. -webkit-animation-timing-function: ease-in;
  160. animation-timing-function: ease-in;
  161. }
  162. 100% {
  163. -webkit-transform: translateY(0);
  164. transform: translateY(0);
  165. -webkit-animation-timing-function: ease-out;
  166. animation-timing-function: ease-out;
  167. }
  168. }
  169. </style>
  170.  
  171. <style>
  172. #container07 > .wrapper, #container10 > .wrapper, #container13 > .wrapper {
  173. -webkit-animation: slide-in-blurred-right 1s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
  174. animation: slide-in-blurred-right 1s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
  175. }
  176. /* ----------------------------------------------
  177. * Generated by Animista on 2023-1-31 3:24:30
  178. * Licensed under FreeBSD License.
  179. * See http://animista.net/license for more info.
  180. * w: http://animista.net, t: @cssanimista
  181. * ---------------------------------------------- */
  182.  
  183. /**
  184. * ----------------------------------------
  185. * animation slide-in-blurred-right
  186. * ----------------------------------------
  187. */
  188. @-webkit-keyframes slide-in-blurred-right {
  189. 0% {
  190. -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
  191. transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
  192. -webkit-transform-origin: 0% 50%;
  193. transform-origin: 0% 50%;
  194. -webkit-filter: blur(40px);
  195. filter: blur(40px);
  196. opacity: 0;
  197. }
  198. 100% {
  199. -webkit-transform: translateX(0) scaleY(1) scaleX(1);
  200. transform: translateX(0) scaleY(1) scaleX(1);
  201. -webkit-transform-origin: 50% 50%;
  202. transform-origin: 50% 50%;
  203. -webkit-filter: blur(0);
  204. filter: blur(0);
  205. opacity: 1;
  206. }
  207. }
  208. @keyframes slide-in-blurred-right {
  209. 0% {
  210. -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
  211. transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
  212. -webkit-transform-origin: 0% 50%;
  213. transform-origin: 0% 50%;
  214. -webkit-filter: blur(40px);
  215. filter: blur(40px);
  216. opacity: 0;
  217. }
  218. 100% {
  219. -webkit-transform: translateX(0) scaleY(1) scaleX(1);
  220. transform: translateX(0) scaleY(1) scaleX(1);
  221. -webkit-transform-origin: 50% 50%;
  222. transform-origin: 50% 50%;
  223. -webkit-filter: blur(0);
  224. filter: blur(0);
  225. opacity: 1;
  226. }
  227. }
  228. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement