dollcrds

pro-standard cr crdskiz codes

May 6th, 2024
447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.05 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: DigiBop;
  4. src: url(https://dl.dropbox.com/s/8maabpvuycdrlai/DigiBop-Regular.ttf);
  5. }
  6. @font-face {
  7. font-family:'kiwi';
  8. src: url(https://dl.dropbox.com/s/388cvx0do21kj3n/KiwiSoda.ttf);
  9. }
  10. ::-webkit-scrollbar {
  11. width: 16px
  12. }
  13. ::-webkit-scrollbar-corner {
  14. background: #eee
  15. }
  16.  
  17. ::-webkit-scrollbar-track:vertical {
  18. background: linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
  19. }
  20.  
  21. ::-webkit-scrollbar-thumb {
  22. border: 1.5px solid #888;
  23. border-radius: 3px;
  24. box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;
  25. background-color: #eee;
  26. }
  27. ::-webkit-scrollbar-thumb:vertical {
  28. background: url("https://dl.dropbox.com/s/9a29qbkza3gmgl7/scroll1.png"), linear-gradient(90deg, #eee 45%, #ddd 0, #bbb);
  29. background-repeat: no-repeat;
  30. background-size: 65% auto, cover;
  31. background-position: center;
  32. }
  33.  
  34. ::-webkit-scrollbar-button:vertical:end:increment,
  35. ::-webkit-scrollbar-button:vertical:start:decrement {
  36. display: block
  37. }
  38.  
  39. ::-webkit-scrollbar-button:vertical {
  40. height: 15px
  41. }
  42. ::-webkit-scrollbar-button:vertical:start:decrement {
  43. background: white;
  44. background: url("https://dl.dropbox.com/s/n9ji42h9hdgdtpc/scroll3.png"), linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
  45. background-repeat: no-repeat;
  46. background-position: center;
  47. -moz-background-size: 100% auto, cover;
  48. -webkit-background-size: 100% auto, cover;
  49. -o-background-size: 100% auto, cover;
  50. background-size: 100% auto, cover;
  51. background-position: center;
  52. border-radius: 0 3px 0 0;
  53. }
  54.  
  55. ::-webkit-scrollbar-button:vertical:start:increment {
  56. display: none;
  57. }
  58. ::-webkit-scrollbar-button:vertical:end:decrement {
  59. display: none;
  60. }
  61.  
  62. ::-webkit-scrollbar-button:vertical:end:increment {
  63. background: white;
  64. background: url("https://dl.dropbox.com/s/cdcco6pih7n1lae/scroll4.png"), linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
  65. background-repeat: no-repeat;
  66. background-position: center;
  67. -moz-background-size: 100% auto, cover;
  68. -webkit-background-size: 100% auto, cover;
  69. -o-background-size: 100% auto, cover;
  70. background-size: 100% auto, cover;
  71. background-position: center;
  72. border-radius: 0 0 3px 0;
  73. }
  74. #container01 > .wrapper {
  75. position: absolute;
  76. top: -5em;
  77. left: 3em;
  78. }
  79. @media only screen and (max-width: 600px) {
  80. #container01 {
  81. left: 1.5em;
  82. }
  83. }
  84. #text01 {
  85. font-family: digibop;
  86. font-weight: bold;
  87. -webkit-text-stroke: 0.5px black;
  88. filter: drop-shadow(2px 2px 0px white) drop-shadow(0px 0px 1.5px black);
  89. background: radial-gradient(circle, #7f649a, #DE68BD, #4DC4F7);
  90. -webkit-background-clip: text;
  91. -webkit-text-fill-color: transparent;
  92. transform: perspective(500px) rotateY(-35deg);
  93. }
  94. #container02 > .wrapper {
  95. border: .75px solid white;
  96. filter: drop-shadow(0px 0px 1.5px black) drop-shadow(5px 5px .5px #709dca);
  97. border-radius: 0.50em;
  98. transform: perspective(500px) rotateY(20deg);
  99. z-index: 3;
  100. background: radial-gradient(50% 50% at 50% 50%, #E86494 19%, #CE70C1 64%, #FFFFFF 100%);
  101. }
  102. #container04 > .wrapper {
  103. border: .75px solid white;
  104. filter: drop-shadow(0px 0px 1.5px black) drop-shadow(5px 5px .5px #709dca);
  105. border-radius: 0.50em;
  106. transform: perspective(500px) rotateY(20deg);
  107. z-index: 3;
  108. background: radial-gradient(50% 50% at 50% 50%, #E86494 19%, #CE70C1 64%, #FFFFFF 100%);
  109. }
  110. #container03 > .wrapper {
  111. border: .75px solid white;
  112. filter: drop-shadow(0px 0px 1.5px black) drop-shadow(5px 5px .5px #709dca);
  113. border-radius: 0.50em;
  114. transform: perspective(500px) rotateY(-20deg);
  115. z-index: 3;
  116. background: radial-gradient(50% 50% at 50% 50%, #E86494 19%, #CE70C1 64%, #FFFFFF 100%);
  117. }
  118. #image01, #image02, #image03 {
  119. border-radius: 0.50em;
  120. filter: drop-shadow(0px 0px 1.5px black);
  121. }
  122.  
  123. #text02, #text04, #text06 {
  124. font-family: kiwi;
  125. font-weight: bold;
  126. -webkit-text-stroke: 0.5px black;
  127. filter: drop-shadow(0px 0px 1.5px black);
  128. }
  129.  
  130. #text02 mark {
  131. font-family: DigiBop;
  132. }
  133. #text04 mark {
  134. font-family: DigiBop;
  135. }
  136. #text06 mark {
  137. font-family: DigiBop;
  138. }
  139. #text03, #text05, #text07 {
  140. background: white;
  141. height: 110px;
  142. overflow-y: scroll;
  143. border-radius: 0.50em 0em 0em 0.50em;
  144. box-shadow: inset 0 7px 7px -7px white, inset 7px 0 7px -7px gray, inset -7px 0 7px -7px gray, inset 0 -7px 7px -7px gray;
  145. padding: 5px;
  146. filter: drop-shadow(0px 0px 1.5px black);
  147. }
  148.  
  149. #text03 mark {
  150. font-family: kiwi;
  151. background: linear-gradient(90deg, #C96BD1, #F06CA3);
  152. font-weight: bold;
  153. -webkit-text-stroke: 0.5px black;
  154. -webkit-background-clip: text;
  155. -webkit-text-fill-color: transparent;
  156. filter: drop-shadow(0px 0px 1.5px black);
  157. font-size: 1.5em;
  158. line-height: 1em;
  159. }
  160.  
  161. #text05 mark {
  162. font-family: kiwi;
  163. background: linear-gradient(90deg, #C96BD1, #F06CA3);
  164. font-weight: bold;
  165. -webkit-text-stroke: 0.5px black;
  166. -webkit-background-clip: text;
  167. -webkit-text-fill-color: transparent;
  168. filter: drop-shadow(0px 0px 1.5px black);
  169. font-size: 1.5em;
  170. line-height: 1em;
  171. }
  172.  
  173. #text07 mark {
  174. font-family: kiwi;
  175. background: linear-gradient(90deg, #C96BD1, #F06CA3);
  176. font-weight: bold;
  177. -webkit-text-stroke: 0.5px black;
  178. -webkit-background-clip: text;
  179. -webkit-text-fill-color: transparent;
  180. filter: drop-shadow(0px 0px 1.5px black);
  181. font-size: 1.5em;
  182. line-height: 1em;
  183. }
  184. </style>
Advertisement
Add Comment
Please, Sign In to add comment