dollcrds

pro-plus cr elroseria codes

Dec 7th, 2024 (edited)
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. <style>
  2. html {
  3. overflow: scroll;
  4. overflow-x: hidden;
  5. }
  6. ::-webkit-scrollbar {
  7. width: 0; /* remove scrollbar space */
  8. background: transparent; /* to make scrollbar invisible */
  9. }
  10. ::-webkit-scrollbar-thumb {
  11. background: transparent;
  12. }
  13. @font-face {
  14. font-family: good-time;
  15. src: url(https://dl.dropbox.com/s/ijxda4xb1cyjpe4/KGAlwaysAGoodTime.ttf);
  16. }
  17. #container05, #container06, #container08, #container07, #container09, #container10, #container11, #container12, #container13 {
  18. -webkit-animation: scale-in-ver-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  19. animation: scale-in-ver-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  20. }
  21. /* ----------------------------------------------
  22. * Generated by Animista on 2024-12-5 15:48:46
  23. * Licensed under FreeBSD License.
  24. * See http://animista.net/license for more info.
  25. * w: http://animista.net, t: @cssanimista
  26. * ---------------------------------------------- */
  27.  
  28. /**
  29. * ----------------------------------------
  30. * animation scale-in-ver-top
  31. * ----------------------------------------
  32. */
  33. @-webkit-keyframes scale-in-ver-top {
  34. 0% {
  35. -webkit-transform: scaleY(0);
  36. transform: scaleY(0);
  37. -webkit-transform-origin: 100% 0%;
  38. transform-origin: 100% 0%;
  39. opacity: 1;
  40. }
  41. 100% {
  42. -webkit-transform: scaleY(1);
  43. transform: scaleY(1);
  44. -webkit-transform-origin: 100% 0%;
  45. transform-origin: 100% 0%;
  46. opacity: 1;
  47. }
  48. }
  49. @keyframes scale-in-ver-top {
  50. 0% {
  51. -webkit-transform: scaleY(0);
  52. transform: scaleY(0);
  53. -webkit-transform-origin: 100% 0%;
  54. transform-origin: 100% 0%;
  55. opacity: 1;
  56. }
  57. 100% {
  58. -webkit-transform: scaleY(1);
  59. transform: scaleY(1);
  60. -webkit-transform-origin: 100% 0%;
  61. transform-origin: 100% 0%;
  62. opacity: 1;
  63. }
  64. }
  65. </style>
Advertisement
Add Comment
Please, Sign In to add comment