dollcrds

pro-standard cr elroseria ib soyeonzs codes

Oct 31st, 2024 (edited)
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: livia;
  4. src: url(https://dl.dropbox.com/s/bg1ad8jqwxjzufg/Livia.otf);
  5. }
  6. @font-face {
  7. font-family: windows;
  8. src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
  9. }
  10. @font-face{
  11. font-family:troglodytepop;
  12. src:url(https://dl.dropbox.com/s/t8282fp2qyur29y/TROGLOP_.ttf);
  13. }
  14. @keyframes slide {
  15. 0% {
  16. background-position-x: 0%;
  17. }
  18. 100% {
  19. background-position-x: 300vw;
  20. }
  21. }
  22. body {
  23. margin: 0;
  24. overflow: hidden;
  25. color: white;
  26. }
  27. #text01 {
  28. background-size: 300vw 300vw;
  29.  
  30. margin: 0;
  31. position: relative;
  32. text-align: -webkit-center;
  33. font-size: 2.5em;
  34. font-family:troglodytepop;
  35. -webkit-text-stroke: 1px white;
  36. background: repeating-linear-gradient(-45deg, white 0%, white 7.14%, #e25933 14.28%, #d57342 21.42%, #e25933 28.56%, #e25933 35.7%, #d57342 42.84%, white 50%);
  37.  
  38. -webkit-animation: 'slide' 30s infinite linear forwards;
  39. -webkit-text-fill-color: transparent;
  40. -webkit-background-clip: text;
  41. }
  42. ::-webkit-scrollbar {
  43. background-color: transparent;
  44. border-radius: 100px;
  45. }
  46.  
  47. ::-webkit-scrollbar-track {
  48. background-color: transparent;
  49. border-radius: 100px;
  50. }
  51.  
  52. ::-webkit-scrollbar-thumb {
  53. background-color: #e25933;
  54. border-radius: 100px;
  55. }
  56. #slideshow01 {
  57. border: 5px solid white;
  58. width: 12em;
  59. }
  60. #text02 {
  61. overflow-y: scroll;
  62. height: 5.5em;
  63. font-family: windows;
  64. }
  65. #text04 {
  66. font-family: windows;
  67. }
  68. #text05 {
  69. overflow-y: scroll;
  70. height: 7em;
  71. font-family: windows;
  72. width: 12.5em;
  73. }
  74. mark {
  75. font-family: livia;
  76. color: white;
  77. font-size: 1.5em;
  78. -webkit-text-stroke: 1px black;
  79. }
  80. #container07 > .wrapper {
  81. position: absolute;
  82. z-index: 999;
  83. left: 11em;
  84. top: -16.5em;
  85. height: 14em;
  86. width: 14em;
  87. }
  88. #container02 > .wrapper {
  89. position: absolute;
  90. z-index: 99;
  91. left: 0em;
  92. top:-30em;
  93. }
  94. #container03 > .wrapper {
  95. position: absolute;
  96. z-index: 99;
  97. left: 12em;
  98. top:-27em;
  99. }
  100. #container04 > .wrapper {
  101. position: absolute;
  102. z-index: 99;
  103. left: 0.25em;
  104. top:-27em;
  105. }
  106. #container05 > .wrapper {
  107. position: absolute;
  108. z-index: 99;
  109. left:8em;
  110. top:-21em;
  111. }
  112. #container06 > .wrapper {
  113. position: absolute;
  114. z-index: 99;
  115. left:1.5em;
  116. top:-19em;
  117. }
  118. #container08 > .wrapper {
  119. position: absolute;
  120. z-index: 99;
  121. left: 11.5em;
  122. top:-2.5em;
  123. }
  124. #text07 {
  125. font-family: windows;
  126. -webkit-text-stroke: 0.25px black;
  127. }
  128. </style>
  129. <script src="https://code.jquery.com/jquery-3.6.0.js"></script>
  130. <script src="https://code.jquery.com/ui/1.13.0/jquery-ui.js"></script>
  131. <script>
  132. $( function() {
  133. $( "#container07" ).draggable();
  134. } );
  135. </script>
Advertisement
Add Comment
Please, Sign In to add comment