dollcrds

ikisschris crd codes

May 29th, 2022
544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. <style>
  2.  
  3. #image01 { /*circle pic*/
  4. position: absolute;
  5. left: 16.5em;
  6. bottom: -4em;
  7. z-index: 999;
  8. }
  9.  
  10. #container01 { /* big white box */
  11. border: 1px solid #808080;
  12. border-radius: .375em;
  13. height: 20.5em;
  14. background: white;
  15. }
  16.  
  17. #container02 { /* upper left box */
  18. border: 1px solid #808080;
  19. border-radius: 0px 0px 20px 20px;
  20. background: rgb(0,0,0);
  21. background: radial-gradient(circle, rgb(0,0,0) 0%, rgba(255,255,255,1) 100%);
  22. width: 14em;
  23. position: absolute;
  24. bottom: 19.3em;
  25. left: .5em;
  26. }
  27.  
  28. #container04, #container05, #container06 { /* lower left boxes */
  29. border: 1px solid #808080;
  30. border-radius: 0px 20px 20px 20px;
  31. background: rgb(0,0,0);
  32. background: radial-gradient(circle, rgb(0,0,0) 0%, rgba(255,255,255,1) 100%);
  33. width: 14em;
  34. position: absolute;
  35. left: .5em;
  36. bottom: 6em;
  37. height: 13em;
  38. }
  39.  
  40. #container03 { /* lower right box */
  41. border: 1px solid #808080;
  42. border-radius: 20px 0px 20px 20px;
  43. background: rgb(0,0,0);
  44. background: radial-gradient(circle, rgb(0,0,0) 0%, rgba(255,255,255,1) 100%);
  45. width: 9.5em;
  46. height: 13em;
  47. position: absolute;
  48. bottom: 6em;
  49. right: .5em;
  50. }
  51.  
  52. #text01 { /* bar beside icon */
  53. background: #000;
  54. width: 7em;
  55. color: transparent;
  56. position: relative;
  57. bottom: -1em;
  58. left: 11.5em;
  59. }
  60.  
  61. #text07, #text09, #text11, #text13, #text15 { /* the info parts */
  62. background: white;
  63. border: 1px solid #808080;
  64. border-radius: 0px 10px 10px 10px;
  65. padding: 5px;
  66. }
  67.  
  68. #text04 { /* the blogger text */
  69. color: white;
  70. font-family:'kosmos';
  71. z-index: 999;
  72. border-radius: 50%;
  73. background: white;
  74. border: 1px solid black;
  75. background: rgb(255,255,255);
  76. background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgb(0,0,0) 100%);
  77. -webkit-text-stroke: 1px #000;
  78. text-stroke: 1px #000;
  79. position: relative;
  80. bottom: 0.7em;
  81. }
  82.  
  83. #text05 { /* the search by tags */
  84. position: relative;
  85. bottom: 1em;
  86. }
  87.  
  88. #text02 mark { /* blogger text */
  89. color: white;
  90. -webkit-text-stroke: 1px #000;
  91. text-stroke: .3px #000;
  92. font-family:'kosmos';
  93. background: transparent;
  94. font-size: 15px;
  95. }
  96.  
  97. #text06, #text08, #text10, #text12, #text14 mark { /* section names */
  98. background: #000;
  99. color: white;
  100. font-family:'money';
  101. border: 1px solid black;
  102. border-radius: 50%;
  103. }
  104.  
  105. #container04, #container05, #container06 { /* animation u can change it in animista */
  106. -webkit-animation: slide-in-elliptic-right-fwd 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  107. animation: slide-in-elliptic-right-fwd 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  108. }
  109. /* ----------------------------------------------
  110. * Generated by Animista on 2022-5-29 2:14:25
  111. * Licensed under FreeBSD License.
  112. * See http://animista.net/license for more info.
  113. * w: http://animista.net, t: @cssanimista
  114. * ---------------------------------------------- */
  115.  
  116. /**
  117. * ----------------------------------------
  118. * animation slide-in-elliptic-right-fwd
  119. * ----------------------------------------
  120. */
  121. @-webkit-keyframes slide-in-elliptic-right-fwd {
  122. 0% {
  123. -webkit-transform: translateX(800px) rotateY(-30deg) scale(0);
  124. transform: translateX(800px) rotateY(-30deg) scale(0);
  125. -webkit-transform-origin: -100% 50%;
  126. transform-origin: -100% 50%;
  127. opacity: 0;
  128. }
  129. 100% {
  130. -webkit-transform: translateX(0) rotateY(0) scale(1);
  131. transform: translateX(0) rotateY(0) scale(1);
  132. -webkit-transform-origin: -1800px 50%;
  133. transform-origin: -1800px 50%;
  134. opacity: 1;
  135. }
  136. }
  137. @keyframes slide-in-elliptic-right-fwd {
  138. 0% {
  139. -webkit-transform: translateX(800px) rotateY(-30deg) scale(0);
  140. transform: translateX(800px) rotateY(-30deg) scale(0);
  141. -webkit-transform-origin: -100% 50%;
  142. transform-origin: -100% 50%;
  143. opacity: 0;
  144. }
  145. 100% {
  146. -webkit-transform: translateX(0) rotateY(0) scale(1);
  147. transform: translateX(0) rotateY(0) scale(1);
  148. -webkit-transform-origin: -1800px 50%;
  149. transform-origin: -1800px 50%;
  150. opacity: 1;
  151. }
  152. }
  153.  
  154. </style>
Advertisement
Add Comment
Please, Sign In to add comment