Advertisement
dollcrds

rosita (cr crditem) main code

Mar 6th, 2024 (edited)
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. <style>
  2.  
  3. #container02 {
  4. width: 14.5em;
  5. padding: 2%;
  6. height: 16em;
  7. margin: auto;
  8. background: #ffffff;
  9. border-radius: 10px 0 10px 10px;
  10. left: -2em;
  11. position: relative;
  12. }
  13. #container01 {
  14. padding: 5px;
  15. width: 2.7em;
  16. height: 7.5em;
  17. background: #fff;
  18. position: absolute;
  19. right: 29%;
  20. top: 0%;
  21. border-radius: 0 20px 20px 20px;
  22. }
  23.  
  24. @media only screen and (max-width: 600px) {
  25. #container01 {
  26. right: 21%;
  27. }
  28. }
  29.  
  30. #text01, #text02, #text03 {
  31. font-family: kinkie;
  32. border-radius: 50%;
  33. background: #FFE0F5;
  34. padding: 3px;
  35. padding-bottom:0px;
  36. padding-top: 3px;
  37. cursor: pointer;
  38. text-align: center;
  39. margin-bottom: 20%;
  40. text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000, 0 0;
  41. color: #fff;
  42. transition: 0.8s ease;
  43. font-size: 1.3em;
  44. width: 1.75em;
  45. }
  46.  
  47. #text05, #text06, #text04 {
  48. position: absolute;
  49. left: 200px;
  50. bottom: 87px;
  51. font-size: 14px;
  52. padding: 7px;
  53. padding-right: 10px;
  54. width: 32%;
  55. height: 63%;
  56. overflow-y: scroll;
  57. line-height: 1.35;
  58. background: #ffe0f5;
  59. font-family: 'Kosugi Maru', sans-serif;
  60. border-radius: 7px 0 7px 0;
  61. }
  62.  
  63. @media only screen and (max-width: 600px) {
  64. #text05, #text06, #text04 {
  65. width: 47%;
  66. left: 80px;
  67. bottom: 77px;
  68. }
  69. }
  70.  
  71. #image01 {
  72. position: absolute;
  73. left: 0px;
  74. top: 0px;
  75. object-fit: cover;
  76. padding: 3px;
  77. background: rgba(255,224,245,1);
  78. border-radius: 7px 0 7px 0;
  79. overflow: hidden;
  80. }
  81. #text05 mark {
  82. background: #FFE0F5;
  83. border-radius: 5px 0 5px 0;
  84. padding-left: 5px;
  85. padding-right: 5px;
  86. -webkit-filter: drop-shadow(0px 0px 1px #000000);
  87. border: 1px solid black;
  88. }
  89. #text06 mark {
  90. background: #FFE0F5;
  91. border-radius: 5px 0 5px 0;
  92. padding-left: 5px;
  93. padding-right: 5px;
  94. -webkit-filter: drop-shadow(0px 0px 1px #000000);
  95. border: 1px solid black;
  96. }
  97. #text04 mark {
  98. background: #FFE0F5;
  99. border-radius: 5px 0 5px 0;
  100. padding-left: 5px;
  101. padding-right: 5px;
  102. -webkit-filter: drop-shadow(0px 0px 1px #000000);
  103. border: 1px solid black;
  104. }
  105. #text07, #text09, #text08 {
  106. position: absolute;
  107. top: 20px;
  108. right: 275px;
  109. cursor: pointer;
  110. text-stroke: 1px #000;
  111. background: white;
  112. padding-left: 5px;
  113. padding-right: 5px;
  114. padding-bottom: 3px;
  115. padding-top: 0px;
  116. margins: 10px;
  117. border: 1px solid black;
  118. border-radius: 10%;
  119. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  120. z-index: 9999;
  121. }
  122.  
  123. @media only screen and (max-width: 600px) {
  124. #text07, #text09, #text08 {
  125. right: 144px;
  126. top: 15px;
  127. width: 5%;
  128. }
  129. }
  130.  
  131. #image02 {
  132. position: absolute;
  133. left: 0px;
  134. top: 185px;
  135. z-index: 999;
  136. }
  137. #text10 {
  138. line-height: 1.25;
  139. background: #FFE0F6;
  140. padding-left: 42%;
  141. position: relative;
  142. padding-right: 5px;
  143. border-radius: 0 7px 7px 7px;
  144. bottom: -195px;
  145. font-family: handy;
  146. }
  147. #text11 {
  148. position: relative;
  149. bottom: -200px;
  150. left: -65px;
  151. font-family: handy;
  152. }
  153. #image03 {
  154. position: relative;
  155. bottom: -185px;
  156. left: 0px;
  157. }
  158.  
  159. @media only screen and (max-width: 600px) {
  160. #image02 {
  161. position: absolute;
  162. top: 160px;
  163. }
  164. }
  165.  
  166. @media only screen and (max-width: 600px) {
  167. #text10 {
  168. position: relative;
  169. top: 170px;
  170. }
  171. }
  172.  
  173. @media only screen and (max-width: 600px) {
  174. #image03 {
  175. position: relative;
  176. top: 160px;
  177. }
  178. }
  179.  
  180. @media only screen and (max-width: 600px) {
  181. #text11 {
  182. position: relative;
  183. top: 173px;
  184. }
  185. }
  186. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement