Advertisement
izuemis

cr seomplayer

Apr 2nd, 2023 (edited)
789
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. READ BEFORE CODING:
  2. 1) credit properly I do not own any of the designs
  3. 2) if the positioning isn't right on your end then adjust it
  4. 3) always check your typos. your code is always supposed to be in between <style> and </style> if pro standard
  5.  
  6. ___________________________________________________________
  7.  
  8. -- FONTS --
  9. @font-face {
  10. font-family: roman;
  11. src: url(https://dl.dropbox.com/s/f9cfrx4wyt13rwv/ROMANTIC.TTF);
  12. }
  13.  
  14. @font-face {
  15. font-family: pixel;
  16. src: url(https://dl.dropbox.com/s/kmhe7d3n18vdz5e/w95fa.woff?dl=0);
  17. }
  18.  
  19. @font-face {
  20. font-family: bohemian;
  21. src: url(https://dl.dropbox.com/s/h1893p3fu9ecwsx/Bohemian%20Soul.otf);
  22. }
  23.  
  24. -- MAIN CONTAINER --
  25. box-shadow: inset 7px 0 7px -9px grey, inset -7px 0 7px -9px grey, inset 0 -7px 7px -9px grey;
  26. border-radius: 10px;
  27. height: 15em;
  28.  
  29. -- PROFILE TEXT --
  30. font-family: roman;
  31. text-shadow: -1px 0 #ababab, 0 1px #ababab, 1px 0 #ababab, 0 -1px #ababab, 0 0;
  32. background: radial-gradient(#fff 5%, #E3E9FF 65%);
  33. border: 1px dotted #B5B5B5;
  34. border-radius: 100% 100% 0 0;
  35. padding-bottom: 5px;
  36. z-index: 111;
  37. position: absolute;
  38. bottom: -0.2em;
  39. right: 0.3em;
  40. width: 7em;
  41.  
  42. MOBILE:
  43. width: 7em;
  44. right: .5em;
  45.  
  46. -- MY SITE CONTAINER --
  47. background: radial-gradient(circle, #FFF 9%, #FFFCED 100%);
  48. border-radius: 1px 1px 100px 100px;
  49. filter: drop-shadow(0px 0px 3px #ddd);
  50. width: 13em;
  51. height: 2.5em;
  52. border: 1px dotted #B0B0B0;
  53. position: absolute;
  54. z-index: 999;
  55. left: -7.7em;
  56. bottom: 6.1em;
  57. transform: rotate(-11rad);
  58. padding: 0px;
  59.  
  60. -- MY SITE TEXT --
  61. font-family: roman;
  62. text-shadow: -1px 0 #ababab, 0 1px #ababab, 1px 0 #ababab, 0 -1px #ababab, 0 0;
  63. transform: rotate(22rad);
  64.  
  65. -- FLOATING CONTAINER --
  66. box-shadow: inset 7px 0 7px -9px grey, inset -7px 0 7px -9px grey, inset 0 -7px 7px -9px grey;
  67. border: 1.6px dotted #636363;
  68. filter: drop-shadow(0px 0px 3px #ddd);
  69. border-radius: 10px;
  70. height: 16em;
  71. width: 9em;
  72. position: absolute;
  73. bottom: 0.2em;
  74. left: 0.4em;
  75. z-index: 999;
  76. animation-name: floating;
  77. animation-duration: 3s;
  78. animation-iteration-count: infinite;
  79. animation-timing-function: ease-in-out;
  80. }
  81.  
  82. @keyframes floating {
  83. 0% { transform: translate(0, 0px); }
  84. 50% { transform: translate(0, 15px); }
  85. 100% { transform: translate(0, -0px); }
  86. }
  87.  
  88. -- FLOATING CONTAINER TEXT --
  89. font-family: pixel;
  90. border-radius: 4px;
  91. background: #FFFFFF;
  92. padding: 6px;
  93. border: 2px dotted #B5B5B5;
  94.  
  95. BOLD TEXT:
  96. text-shadow: -1px 0 #999, 0 1px #999, 1px 0 #999, 0 -1px #999, 0 0;
  97.  
  98. -- ICONS CONTAINER --
  99. box-shadow: inset 7px 0 7px -9px grey, inset -7px 0 7px -9px grey, inset 0 -7px 7px -9px grey;
  100. border: 0.1px dotted #aaa;
  101. filter: drop-shadow(0px 0px 3px #ddd);
  102. border-radius: 4px;
  103. height: 11em;
  104. width: 14.5em;
  105. position: absolute;
  106. bottom: 2.8em;
  107. right: -2em;
  108.  
  109. -- ICONS --
  110. box-shadow: inset 0 0 6px lightgrey;
  111. border: 1px solid #BFBFBF;
  112.  
  113. -- MUSIC PLAYER CONTAINER --
  114. box-shadow: inset 7px 0 7px -9px grey, inset -7px 0 7px -9px grey, inset 0 -7px 7px -9px grey;
  115. border: 0.1px dotted #aaa;
  116. filter: drop-shadow(0px 0px 3px #ddd);
  117. border-radius: 4px;
  118. height: 2em;
  119. width: 11.5em;
  120. position: absolute;
  121. bottom: 0.5em;
  122. right: 1em;
  123.  
  124. -- SCROLLBOX --
  125. box-shadow: inset 7px 0 7px -9px grey, inset -7px 0 7px -9px grey, inset 0 -7px 7px -9px grey;
  126. border: 0.1px dotted #aaa;
  127. filter: drop-shadow(0px 0px 3px #ddd);
  128. border-radius: 0 12px 12px 0;
  129. height: 10em;
  130. width: 11em;
  131. position: absolute;
  132. bottom: 3.3em;
  133. right: 1.4em;
  134. z-index: 9;
  135. overflow: auto;
  136.  
  137. -- BUTTONS --
  138. position: absolute;
  139. right: 6em;
  140. border-radius: 0 0 20px 20px;
  141. z-index: 99;
  142. bottom: 3.4em;
  143. border: 0.1px dotted #ababab;
  144. text-shadow: 0px 0px 2px #8a8a8a;
  145. font-family: bohemian;
  146. box-shadow: inset 7px 0 7px -9px grey, inset -7px 0 7px -9px grey, inset 0 -7px 7px -9px grey;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement