Advertisement
nomskoo

ipod uwu ai

Nov 25th, 2023 (edited)
764
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. haii pls credit myungchacco if you rm! as always you might have to change some of the positions to fit your device but if you have any other questions feel free to dm me at crrdcore or send me a retro spring at soobinzz :3
  2.  
  3. --- CODES ---
  4. <style>
  5. @font-face {
  6. font-family: windows;
  7. src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
  8. }
  9.  
  10. #ELEMENTID {
  11. position: absolute;
  12. bottom: 2em;
  13. left: 6.2em;
  14. z-index: 3;
  15. }
  16.  
  17. @media only screen and (max-width: 600px) {
  18. #ELEMENTID {
  19. bottom: 1.4em;
  20. left: 5.5em;
  21. }
  22. }
  23.  
  24. #ELEMENTID, #ELEMENTID {
  25. animation: brrr 3s infinite;
  26. animation-timing-function: ease-in-out;
  27. }
  28.  
  29. @keyframes brrr {
  30. 0% {
  31. transform: rotate(-1.8deg);
  32. }
  33.  
  34. 50% {
  35. transform: rotate(-0.5deg);
  36. }
  37.  
  38. 100% {
  39. transform: rotate(-1.8deg);
  40. }
  41. }
  42.  
  43. ::-webkit-scrollbar {
  44. width: 8px;
  45. }
  46.  
  47. ::-webkit-scrollbar-track {
  48. background: linear-gradient(90deg, rgba(230,230,230,1) 6%, rgba(240,240,240,1) 18%);
  49. -webkit-border-radius: 10px;
  50. border-radius: 10px;
  51. border: 1px solid #ccc;
  52. }
  53.  
  54. ::-webkit-scrollbar-thumb {
  55. -webkit-border-radius: 10px;
  56. border-radius: 10px;
  57. background: linear-gradient(90deg, rgba(255,190,204,1) 38%, rgba(255,211,221,1) 62%);
  58. border: 1px solid #aaa;
  59. }
  60. </style>
  61.  
  62. --- IPOD CONTAINER ---
  63. width: 15em;
  64. height: 25em;
  65. border-radius: 23px;
  66. box-shadow: inset 13px 0px 6px -10px rgb(190 190 190 / 60%), inset -13px 0px 6px -10px rgb(190 190 190 / 60%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(190 190 190 / 60%);
  67. -webkit-filter: drop-shadow(0px 0px 15px #EEEEEE);
  68. z-index: 3;
  69.  
  70. --- ICONS ---
  71. border: 1px solid #FFAABD;
  72. position: relative;
  73. bottom: 2.56em;
  74.  
  75. --- NAVIGATION CONTAINER ---
  76. width: 12em;
  77. height: 8.8em;
  78. border-radius: 10px;
  79. position: absolute;
  80. bottom: 15em;
  81. left: 3.67em;
  82. z-index: 3;
  83.  
  84. --- CIRCLE CONTAINER ---
  85. width: 9em;
  86. height: 9em;
  87. border: 2px inset;
  88. border-radius: 100px;
  89. transform: rotate(9.5rad);
  90. position: absolute;
  91. bottom: 1.2em;
  92. left: 5.2em;
  93. z-index: 3;
  94.  
  95. --- ICON02 ---
  96. border: 2px inset;
  97.  
  98. --- CREDIT EMBED ---
  99. <style>
  100. @font-face {
  101. font-family: windows;
  102. src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
  103. }
  104. </style>
  105.  
  106. <div class="container">
  107. <svg viewBox="0 0 100 100" width="130" height="130">
  108. <defs>
  109. <path id="circle" d=" M 50, 50 m -37, 0 a 37,37 0 1,1 74,0 a 37,37 0 1,1 -74,0"/>
  110. </defs>
  111. <text font-size="13px" font-family="windows">
  112. <textPath xlink:href="#circle">© myungchacco 2023 • All Rights Reserved</textPath>
  113. </text>
  114. </svg>
  115. </div>
  116.  
  117. --- KEYCHAIN IMG ---
  118. position: absolute;
  119. bottom: 16.5em;
  120. left: 15.8em;
  121. z-index: 1;
  122.  
  123. --- KIRBY IMG ---
  124. position: absolute;
  125. bottom: 13.1em;
  126. left: 16.5em;
  127. z-index: 1;
  128.  
  129. --- CABLE IMG ---
  130. position: absolute;
  131. left: 2.7em;
  132. bottom: -7.8em;
  133. z-index: 2;
  134. --- MOBILE:
  135. bottom: -11.4em;
  136.  
  137. --- HEADER CONTAINERS ---
  138. width: 12em;
  139. height: 2em;
  140. border-radius: 10px 10px 0px 0px;
  141. position: absolute;
  142. bottom: 21.8em;
  143. left: 3.67em;
  144. z-index: 3;
  145.  
  146. --- INFO CONTAINERS ---
  147. width: 12em;
  148. height: 6.8em;
  149. border-radius: 0px 0px 10px 10px ;
  150. position: absolute;
  151. bottom: 15em;
  152. left: 3.67em;
  153. overflow-y: scroll;
  154. overflow-x: hidden;
  155. z-index: 3;
  156.  
  157. --- INFO TEXT HIGHLIGHT ---
  158. background: #FFAABD;
  159. padding-left: 5px;
  160. padding-right: 5px;
  161. padding-top: 1px;
  162. padding-bottom: 1px;
  163. border-radius: 10px;
  164.  
  165. --- MUSIC PLAYER CHANGES ---
  166. position: relative;
  167. left: -70px;
  168. width: 35px;
  169. height: 35px;
  170.  
  171. @media only screen and (max-width: 600px) {
  172. lol, .img2 {
  173. left: -60px;
  174. }
  175. }
  176.  
  177. width: 35px;
  178. height: 35px;
  179.  
  180. @media only screen and (max-width: 600px) {
  181. .img1 {
  182. left: 25px;
  183. }
  184. }
  185.  
  186. --- NOW PLAYING TEXT ---
  187. font-family: windows;
  188. position: absolute;
  189. bottom: 19em;
  190. left: 1.5em;
  191. z-index: 3;
  192. --- MOBILE:
  193. bottom: 19em;
  194. left: 1.6em;
  195.  
  196. --- END ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement