dollcrds

pro-standard cr crdskiz & d8ncer codes

Jun 15th, 2024 (edited)
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.57 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: water resistant;
  4. src: url(https://dl.dropbox.com/s/9jrts3f7xb20whu/waterresistant.ttf);
  5. }
  6.  
  7. @font-face {
  8. font-family: nintendo;
  9. src: url(https://dl.dropbox.com/s/vlxjtnvrl9s0snp/Nintendo-DS-BIOS.ttf);
  10. }
  11.  
  12. @font-face {
  13. font-family: naskle;
  14. src: url(https://dl.dropbox.com/s/sxmexxt8pgokvdp/Naskle-Regular.ttf);
  15. }
  16.  
  17. @font-face {
  18. font-family: genty;
  19. src: url(https://dl.dropbox.com/s/ctpy3s68nge1r8d/GentyDemo-Regular.ttf);
  20. }
  21.  
  22. @font-face {
  23. font-family: alagard;
  24. src: url(https://dl.dropbox.com/s/mhv5ciri2l52pon/alagard.ttf);
  25. }
  26.  
  27. @font-face {
  28. font-family: romantics;
  29. src: url(https://dl.dropbox.com/s/22ucjgki60vvnpe/romantic.ttf);
  30. }
  31. </style>
  32.  
  33. <style>
  34. #container01 {
  35. transition: 0.6s ease;
  36. bottom: 0em;
  37. }
  38. #container01 > .wrapper {
  39. box-shadow: inset 0 7px 7px -5px white, inset 7px 0 7px -7px #454545, inset -7px 0 7px -7px #454545, inset 0 -7px 7px -7px #454545;
  40. border-radius: 0.50em;
  41. width: 120px;
  42. height: 120px;
  43. position: absolute;
  44. left: 3.5em;
  45. bottom: -5.9em;
  46. border: 1px dotted #DAE8F7;
  47. }
  48.  
  49. #container01:hover {
  50. bottom: 4em;
  51. }
  52.  
  53. </style>
  54.  
  55. <style>
  56. ::-webkit-scrollbar {
  57. width: 16px
  58. }
  59. ::-webkit-scrollbar-corner {
  60. background: #eee
  61. }
  62.  
  63. ::-webkit-scrollbar-track:vertical {
  64. background: linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
  65. }
  66.  
  67. ::-webkit-scrollbar-thumb {
  68. border: 1.5px solid #888;
  69. border-radius: 3px;
  70. box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;
  71. background-color: #eee;
  72. }
  73. ::-webkit-scrollbar-thumb:vertical {
  74. background: url("https://dl.dropbox.com/s/9a29qbkza3gmgl7/scroll1.png"), linear-gradient(90deg, #eee 45%, #ddd 0, #bbb);
  75. background-repeat: no-repeat;
  76. background-size: 65% auto, cover;
  77. background-position: center;
  78. }
  79.  
  80. ::-webkit-scrollbar-button:vertical:end:increment,
  81. ::-webkit-scrollbar-button:vertical:start:decrement {
  82. display: block
  83. }
  84.  
  85. ::-webkit-scrollbar-button:vertical {
  86. height: 15px
  87. }
  88. ::-webkit-scrollbar-button:vertical:start:decrement {
  89. background: white;
  90. background: url("https://dl.dropbox.com/s/n9ji42h9hdgdtpc/scroll3.png"), linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
  91. background-repeat: no-repeat;
  92. background-position: center;
  93. -moz-background-size: 100% auto, cover;
  94. -webkit-background-size: 100% auto, cover;
  95. -o-background-size: 100% auto, cover;
  96. background-size: 100% auto, cover;
  97. background-position: center;
  98. border-radius: 0 3px 0 0;
  99. }
  100.  
  101. ::-webkit-scrollbar-button:vertical:start:increment {
  102. display: none;
  103. }
  104. ::-webkit-scrollbar-button:vertical:end:decrement {
  105. display: none;
  106. }
  107.  
  108. ::-webkit-scrollbar-button:vertical:end:increment {
  109. background: white;
  110. background: url("https://dl.dropbox.com/s/cdcco6pih7n1lae/scroll4.png"), linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
  111. background-repeat: no-repeat;
  112. background-position: center;
  113. -moz-background-size: 100% auto, cover;
  114. -webkit-background-size: 100% auto, cover;
  115. -o-background-size: 100% auto, cover;
  116. background-size: 100% auto, cover;
  117. background-position: center;
  118. border-radius: 0 0 3px 0;
  119. }
  120.  
  121. #text01 {
  122. right: 5em;
  123. position: absolute;
  124. z-index: 5;
  125. top: 1em;
  126. }
  127. #text02 {
  128. font-family: romantics;
  129. -webkit-text-stroke: 0.5px black;
  130. text-shadow: 2px 2px 1px #000;
  131. font-weight: bold;
  132. letter-spacing: 5px;
  133. font-size: 2em;
  134. margin-top: -13px;
  135. }
  136. #text03 {
  137. background: #ffffffcf;
  138. padding-left: 2px;
  139. padding-right: 2px
  140. padding-top: 2px;
  141. height: 50px;
  142. overflow-y: scroll;
  143. font-family: nintendo;
  144. border-radius: 0.50em;
  145. border: 2px dotted black;
  146. }
  147. #text03 a {
  148. text-decoration: dotted underline;
  149. padding-right: 4px;
  150. }
  151. #container02 > .wrapper {
  152. box-shadow: inset 0 4px 7px -0px white, inset 7px 0 7px -7px black, inset -7px 0 7px -7px black, inset 0 -7px 7px -7px black;
  153. width: 350px;
  154. border-radius: 1em;
  155. height: 230px;
  156. }
  157. #buttons02 li a {
  158. box-shadow: inset 0 7px 9px -0px white, inset 7px 0 7px -7px black, inset -7px 0 7px -7px black, inset 0 -7px 7px -7px black, 0px 0px 7px 0px darkgray;
  159. border-radius: 50%;
  160. width: 40px;
  161. height: 40px;
  162. position: absolute;
  163. z-index: 3;
  164. bottom: .7em;
  165. right: 5em;
  166. font-family: genty;
  167. -webkit-text-stroke: 0.5px black;
  168. text-shadow: 2px 2px 1px #000;
  169. }
  170. #buttons01 li a {
  171. box-shadow: inset 0 7px 9px -0px white, inset 7px 0 7px -7px black, inset -7px 0 7px -7px black, inset 0 -7px 7px -7px black, 0px 0px 7px 0px darkgray;
  172. border-radius: 50%;
  173. width: 40px;
  174. height: 40px;
  175. position: absolute;
  176. z-index: 3;
  177. bottom: 0.3em;
  178. right: 2.75em;
  179. font-family: alagard;
  180. -webkit-text-stroke: 0.5px black;
  181. text-shadow: 2px 2px 1px #000;
  182.  
  183. }
  184. #buttons03 li a {
  185. box-shadow: inset 0 7px 9px -0px white, inset 7px 0 7px -7px black, inset -7px 0 7px -7px black, inset 0 -7px 7px -7px black, 0px 0px 7px 0px darkgray;
  186. border-radius: 50%;
  187. width: 40px;
  188. height: 40px;
  189. position: absolute;
  190. z-index: 3;
  191. bottom: 1.2em;
  192. right: .55em;
  193. font-family: naskle;
  194. -webkit-text-stroke: 0.5px black;
  195. text-shadow: 2px 2px 1px #000;
  196. }
  197. #text04, #text06, #text08, #text10 {
  198. font-family: naskle;
  199. -webkit-text-stroke: 0.5px black;
  200. text-shadow: 2px 2px 1px #fff;
  201. z-index: 3;
  202. font-size: 2.5em;
  203. }
  204. #text04 strong {
  205. font-family: alagard;
  206. -webkit-text-stroke: 0.5px black;
  207. text-shadow: 2px 2px 1px #fff;
  208. font-weight: 400;
  209. }
  210. #text04 mark {
  211. font-family: genty;
  212. -webkit-text-stroke: 0.5px black;
  213. text-shadow: 2px 2px 1px #fff;
  214. color: #F1D485;
  215. }
  216. #text06 strong {
  217. font-family: alagard;
  218. -webkit-text-stroke: 0.5px black;
  219. text-shadow: 2px 2px 1px #fff;
  220. font-weight: 400;
  221. }
  222. #text08 strong {
  223. font-family: alagard;
  224. -webkit-text-stroke: 0.5px black;
  225. text-shadow: 2px 2px 1px #fff;
  226. font-weight: 400;
  227. }
  228. #text10 strong {
  229. font-family: alagard;
  230. -webkit-text-stroke: 0.5px black;
  231. text-shadow: 2px 2px 1px #fff;
  232. font-weight: 400;
  233. }
  234. #text06 mark {
  235. font-family: genty;
  236. -webkit-text-stroke: 0.5px black;
  237. text-shadow: 2px 2px 1px #fff;
  238. color: #F1D485;
  239. }
  240. #text08 mark {
  241. font-family: genty;
  242. -webkit-text-stroke: 0.5px black;
  243. text-shadow: 2px 2px 1px #fff;
  244. color: #F1D485;
  245. }
  246. #text10 mark {
  247. font-family: genty;
  248. -webkit-text-stroke: 0.5px black;
  249. text-shadow: 2px 2px 1px #fff;
  250. color: #F1D485;
  251. }
  252. #text05, #text07, #text11 {
  253. background: #ffffffcf;
  254. padding: 2px;
  255. height: 100px;
  256. font-family: nintendo;
  257. border-radius: 0.50em 0em 0em 0.50em;
  258. overflow-y: scroll;
  259. border: 2px dotted black;
  260. }
  261. #text05 mark {
  262. font-family: romantics;
  263. -webkit-text-stroke: 0.5px black;
  264. text-shadow: 2px 2px 1px #000;
  265. z-index: 3;
  266. font-weight: bold;
  267. letter-spacing: 3px;
  268. padding-right: 5px;
  269. }
  270. #text07 mark {
  271. font-family: romantics;
  272. -webkit-text-stroke: 0.5px black;
  273. text-shadow: 2px 2px 1px #000;
  274. z-index: 3;
  275. font-weight: bold;
  276. letter-spacing: 3px;
  277. padding-right: 5px;
  278. }
  279. #text11 mark {
  280. font-family: romantics;
  281. -webkit-text-stroke: 0.5px black;
  282. text-shadow: 2px 2px 1px #000;
  283. z-index: 3;
  284. font-weight: bold;
  285. letter-spacing: 3px;
  286. padding-right: 5px;
  287. }
  288. #container03 > .wrapper, #container04 > .wrapper, #container06 > .wrapper {
  289. box-shadow: inset 0 7px 7px -5px white, inset 7px 0 7px -7px #454545, inset -7px 0 7px -7px #454545, inset 0 -7px 7px -7px #454545;
  290. width: 200px;
  291. border-radius: .5em;
  292. height: 150px;
  293. position: absolute;
  294. z-index: 10;
  295. bottom: 4.9em;
  296. right: 2em;
  297. border: 1px dotted #DAE8F7;
  298. }
  299. #text09 {
  300. background: #ffffffcf;
  301. padding-left: 2px;
  302. padding-right: 2px
  303. padding-top: 2px;
  304. height: 75px;
  305. font-family: nintendo;
  306. border-radius: 0.50em 0em 0em 0.50em;
  307. border: 2px dotted black;
  308. overflow-y: scroll;
  309. }
  310. #container05 > .wrapper {
  311. box-shadow: inset 0 7px 7px -5px white, inset 7px 0 7px -7px #454545, inset -7px 0 7px -7px #454545, inset 0 -7px 7px -7px #454545;
  312. width: 130px;
  313. border-radius: .5em;
  314. height: 130px;
  315. position: absolute;
  316. z-index: 10;
  317. bottom: 4.15em;
  318. left: 2em;
  319. border: 1px dotted #DAE8F7;
  320. }
  321. </style>
Advertisement
Add Comment
Please, Sign In to add comment