dollcrds

pro-standard credit blinkgone codes

Oct 19th, 2024 (edited)
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.03 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. src: url(https://dl.dropbox.com/s/ktlx5w7t8gk42nb/SakeMoru-Regular.ttf);
  15. font-family: SakeMoru;
  16. }
  17. @font-face {
  18. src: url(https://dl.dropbox.com/s/pvxh5hqzpnhbzxe/Angelface%202.otf);
  19. font-family: angelface;
  20. }
  21. @font-face {
  22. font-family: PC98;
  23. src: url(https://dl.dropbox.com/s/q6te1rmeglfy4bf/pc-9800.ttf);
  24. }
  25. #container01, #container02 {
  26. animation-name: floating;
  27. animation-duration: 3s;
  28. animation-iteration-count: infinite;
  29. animation-timing-function: ease-in-out;
  30. }
  31. @keyframes floating {
  32. 0% { transform: translate(0, 0px); }
  33. 50% { transform: translate(0, 15px); }
  34. 100% { transform: translate(0, -0px); }
  35. }
  36. #text02 {
  37. color: #000000;
  38. animation: blinkingText 1.2s infinite;
  39. margin: auto;
  40. }
  41. @keyframes blinkingText {
  42. 0% {
  43. color: #000000;
  44. }
  45. 49% {
  46. color: #000000;
  47. }
  48. 60% {
  49. color: white;
  50. }
  51. 99% {
  52. color: white;
  53. }
  54. 100% {
  55. color: #000000;
  56. }
  57. }
  58. #container02 > .wrapper {
  59. width: 135px;
  60. height: 135px;
  61. box-shadow: inset 0 7px 9px -0px white, inset 7px 0 7px -7px gray, inset -7px 0 7px -7px gray, inset 0 -7px 7px -7px gray;
  62. border-radius: 100%;
  63. filter: drop-shadow(0px 0px 3px white);
  64. z-index: 999;
  65. position: absolute;
  66. left: -1em;
  67. bottom: 5em;
  68. }
  69. #container01 > .wrapper {
  70. width: 85px;
  71. height: 125px;
  72. 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;
  73. position: absolute;
  74. left: 0.5em;
  75. bottom: -2em;
  76. }
  77. #container03 > .wrapper {
  78. width: 500px;
  79. height: 40px;
  80. box-shadow: inset 0 7px 9px -0px white, inset 7px 0 7px -7px gray, inset -7px 0 7px -7px gray, inset 0 -7px 7px -7px gray;
  81. border-radius: 100%;
  82. filter: drop-shadow(0px 0px 3px white);
  83. z-index: 999;
  84. position: absolute;
  85. left: 0em;
  86. bottom: -16em;
  87. }
  88. #container04 > .wrapper {
  89. width: 225px;
  90. height: 225px;
  91. box-shadow: inset 0 7px 9px -0px white, inset 7px 0 7px -7px gray, inset -7px 0 7px -7px gray, inset 0 -7px 7px -7px gray;
  92. border-radius: 100%;
  93. filter: drop-shadow(0px 0px 3px white);
  94. z-index: 999;
  95. position: absolute;
  96. left: 14em;
  97. bottom: -2em;
  98. }
  99. #container05 > .wrapper {
  100. width: 100px;
  101. height: 100px;
  102. box-shadow: inset 0 7px 9px -0px white, inset 7px 0 7px -7px gray, inset -7px 0 7px -7px gray, inset 0 -7px 7px -7px gray;
  103. border-radius: 100%;
  104. filter: drop-shadow(0px 0px 3px white);
  105. z-index: 9999;
  106. position: absolute;
  107. left: 7.5em;
  108. bottom: 0em;
  109. }
  110. #container06 > .wrapper {
  111. width: 150px;
  112. height: 150px;
  113. box-shadow: inset 0 7px 9px -0px white, inset 7px 0 7px -7px gray, inset -7px 0 7px -7px gray, inset 0 -7px 7px -7px gray;
  114. border-radius: 100%;
  115. filter: drop-shadow(0px 0px 3px white);
  116. z-index: 99999;
  117. position: absolute;
  118. left: 7.5em;
  119. bottom: -10em;
  120. }
  121. #container07 > .wrapper {
  122. width: 125px;
  123. height: 125px;
  124. box-shadow: inset 0 7px 9px -0px white, inset 7px 0 7px -7px gray, inset -7px 0 7px -7px gray, inset 0 -7px 7px -7px gray;
  125. border-radius: 100%;
  126. filter: drop-shadow(0px 0px 3px white);
  127. z-index: 999999;
  128. position: absolute;
  129. left: 17.5em;
  130. bottom: -10.5em;
  131. }
  132. #text01 {
  133. font-family: SakeMoru;
  134. }
  135. #text02 {
  136. font-family: PC98;
  137. }
  138. #text03, #text05, #text07 {
  139. font-family: PC98;
  140. background: white;
  141. border-radius: 50%;
  142. overflow: auto;
  143. height: 170px;
  144. padding: 15px;
  145. border: 1px solid black;
  146. }
  147. #text04, #text06, #text08 {
  148. font-family: PC98;
  149. background: white;
  150. border-radius: 50%;
  151. overflow: auto;
  152. height: 110px;
  153. padding: 15px;
  154. border: 1px solid black;
  155. }
  156. mark {
  157. font-family: angelface;
  158. font-size: 3em;
  159. line-height: 0.75em;
  160. }
  161. @media only screen and (max-width: 600px) {
  162. #container07 > .wrapper {
  163. width: 100px;
  164. height: 100px;
  165. bottom: -10em;
  166. }
  167. }
  168. @media only screen and (max-width: 600px) {
  169. #container06 > .wrapper {
  170. width: 125px;
  171. height: 125px;
  172. }
  173. }
  174. @media only screen and (max-width: 600px) {
  175. #container05 > .wrapper {
  176. width: 75px;
  177. height: 75px;
  178. left: 8.5em;
  179. }
  180. }
  181. @media only screen and (max-width: 600px) {
  182. #container04 > .wrapper {
  183. width: 200px;
  184. height: 200px;
  185. }
  186. }
  187. @media only screen and (max-width: 600px) {
  188. #text03, #text05, #text07 {
  189. height: 150px;
  190. }
  191. }
  192. @media only screen and (max-width: 600px) {
  193. #text04, #text06, #text08 {
  194. height: 90px;
  195. }
  196. }
  197. @media only screen and (max-width: 600px) {
  198. #container03 > .wrapper {
  199. bottom: -17em;
  200. }
  201. }
  202. @media only screen and (max-width: 600px) {
  203. #container02 > .wrapper {
  204. width: 110px;
  205. height: 110px;
  206. left: -0.5em;
  207. }
  208. }
  209. #container08 > .wrapper {
  210. width: 225px;
  211. height: 225px;
  212. box-shadow: inset 0 7px 9px -0px white, inset 7px 0 7px -7px gray, inset -7px 0 7px -7px gray, inset 0 -7px 7px -7px gray;
  213. border-radius: 100%;
  214. filter: drop-shadow(0px 0px 3px white);
  215. z-index: 999;
  216. position: absolute;
  217. left: 10em;
  218. bottom: 0em;
  219. }
  220. @media only screen and (max-width: 600px) {
  221. #container08 > .wrapper {
  222. width: 200px;
  223. height: 200px;
  224. }
  225. }
  226. #container09 > .wrapper {
  227. width: 100px;
  228. height: 100px;
  229. box-shadow: inset 0 7px 9px -0px white, inset 7px 0 7px -7px gray, inset -7px 0 7px -7px gray, inset 0 -7px 7px -7px gray;
  230. border-radius: 100%;
  231. filter: drop-shadow(0px 0px 3px white);
  232. z-index: 9999;
  233. position: absolute;
  234. left: 7.5em;
  235. bottom: -6em;
  236. }
  237. @media only screen and (max-width: 600px) {
  238. #container09 > .wrapper {
  239. width: 75px;
  240. height: 75px;
  241. left: 8.5em;
  242. }
  243. }
  244. #container10 > .wrapper {
  245. width: 150px;
  246. height: 150px;
  247. box-shadow: inset 0 7px 9px -0px white, inset 7px 0 7px -7px gray, inset -7px 0 7px -7px gray, inset 0 -7px 7px -7px gray;
  248. border-radius: 100%;
  249. filter: drop-shadow(0px 0px 3px white);
  250. z-index: 99999;
  251. position: absolute;
  252. left: 16.5em;
  253. bottom: -10.5em;
  254. }
  255. @media only screen and (max-width: 600px) {
  256. #container10 > .wrapper {
  257. width: 125px;
  258. height: 125px;
  259. }
  260. }
  261. #container11 > .wrapper {
  262. width: 225px;
  263. height: 225px;
  264. box-shadow: inset 0 7px 9px -0px white, inset 7px 0 7px -7px gray, inset -7px 0 7px -7px gray, inset 0 -7px 7px -7px gray;
  265. border-radius: 100%;
  266. filter: drop-shadow(0px 0px 3px white);
  267. z-index: 999;
  268. position: absolute;
  269. left: 14em;
  270. bottom: -2em;
  271. }
  272. @media only screen and (max-width: 600px) {
  273. #container11 > .wrapper {
  274. width: 200px;
  275. height: 200px;
  276. }
  277. }
  278. #container12 > .wrapper {
  279. width: 125px;
  280. height: 125px;
  281. box-shadow: inset 0 7px 9px -0px white, inset 7px 0 7px -7px gray, inset -7px 0 7px -7px gray, inset 0 -7px 7px -7px gray;
  282. border-radius: 100%;
  283. filter: drop-shadow(0px 0px 3px white);
  284. z-index: 999999;
  285. position: absolute;
  286. left: 7.5em;
  287. bottom: -6.5em;
  288. }
  289. @media only screen and (max-width: 600px) {
  290. #container12 > .wrapper {
  291. width: 100px;
  292. height: 100px;
  293. bottom: -7em;
  294. left: 8em;
  295. }
  296. }
  297. #container13 > .wrapper {
  298. width: 150px;
  299. height: 150px;
  300. box-shadow: inset 0 7px 9px -0px white, inset 7px 0 7px -7px gray, inset -7px 0 7px -7px gray, inset 0 -7px 7px -7px gray;
  301. border-radius: 100%;
  302. filter: drop-shadow(0px 0px 3px white);
  303. z-index: 99999;
  304. position: absolute;
  305. left: 16.5em;
  306. bottom: -12.75em;
  307. }
  308. @media only screen and (max-width: 600px) {
  309. #container13 > .wrapper {
  310. width: 125px;
  311. height: 125px;
  312. }
  313. }
  314. </style>
Advertisement
Add Comment
Please, Sign In to add comment