dollcrds

pro standard cr tatsunroi style

Mar 31st, 2024 (edited)
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. <style>
  2.  
  3. #container01 > .wrapper {
  4. width: 25.6em;
  5. height: 18em;
  6. border-radius: 10px;
  7. background: linear-gradient(180deg, #fbfefe 2%, #a0badb 10%, #94b2d3 65%, #f7faff 87%, #4f6890 100%);
  8. padding-right: 10px;
  9. padding-left: 10px;
  10. padding-top: 5px;
  11. box-shadow: 0em 0em .9em #0000007A, rgba(18,47,81,0.8) 0px 0px 6px 3px inset;
  12. }
  13.  
  14. #text02, #text03 {
  15. font-family: music;
  16. margin-left: 10px;
  17. height: 44px;
  18. width: 44px;
  19. padding: 4px;
  20. border-radius: 50%;
  21. border: 1px solid #819ab0;
  22. background: linear-gradient(150deg, #dffbff 8%, #7a94bd 50%, #abc6ef 90%);
  23. -webkit-filter: drop-shadow(1px 1px 1px #0000007A);
  24. z-index: 99;
  25. }
  26.  
  27. #image01 {
  28. z-index: 999;
  29. position: absolute;
  30. top: 6em;
  31. right: 8em;
  32. }
  33.  
  34. @media only screen and (max-width: 600px) {
  35. #image01 {
  36. top: 6em;
  37. right: 5.25em;
  38. }
  39. }
  40.  
  41. #text04, #text09, #text11, #text15 {
  42. width: 24.36em;
  43. height: 1.5em;
  44. font-family: windowss;
  45. border: 1px solid #233049;
  46. border-bottom: transparent;
  47. border-radius: 10px 10px 0px 0px;
  48. background: linear-gradient(180deg, #6c7a97 0%, #0b205e 50%, #324d95 100%);
  49. padding: 5px;
  50. box-shadow: 0em 0em .4em #0000007A;
  51. position: absolute;
  52. bottom: 17.75em;
  53. left: 7.8em;
  54. }
  55.  
  56. @media only screen and (max-width: 600px) {
  57. #text04, #text09, #text11, #text15 {
  58. left: 60.5px;
  59. width: 24.420em;
  60. }
  61. }
  62.  
  63. #container03 > .wrapper {
  64. width: 24.4em;
  65. height: 10.99em;
  66. border-radius: 0px 0px 3px 3px;
  67. margin-bottom: 13px;
  68. box-shadow: 0em 0em .4em #0000007A;
  69. position: absolute;
  70. bottom: 2.875em;
  71. right: 4.8em;
  72. }
  73.  
  74. #container02 > .wrapper {
  75. width: 24.4em;
  76. height: 10.99em;
  77. border-radius: 0px 0px 3px 3px;
  78. margin-bottom: 13px;
  79. box-shadow: 0em 0em .4em #0000007A;
  80. position: absolute;
  81. bottom: 2.875em;
  82. right: 4.8em;
  83. }
  84.  
  85. #container04 > .wrapper {
  86. width: 24.4em;
  87. height: 10.99em;
  88. border-radius: 0px 0px 3px 3px;
  89. margin-bottom: 13px;
  90. box-shadow: 0em 0em .4em #0000007A;
  91. position: absolute;
  92. bottom: 2.875em;
  93. right: 4.8em;
  94. }
  95.  
  96. #container05 > .wrapper {
  97. width: 24.4em;
  98. height: 10.99em;
  99. border-radius: 0px 0px 3px 3px;
  100. margin-bottom: 13px;
  101. box-shadow: 0em 0em .4em #0000007A;
  102. position: absolute;
  103. bottom: 2.875em;
  104. right: 4.8em;
  105. }
  106.  
  107. @media only screen and (max-width: 600px) {
  108. #container02, #container03, #container04, #container05 {
  109. right: -1.75em;
  110. bottom: -0.125em;
  111. }
  112. }
  113.  
  114. #text05 {
  115. width: 13em;
  116. height: 9.25em;
  117. font-family: windows;
  118. letter-spacing: 0.5px;
  119. background: #ffffff66;
  120. border: 1px solid #ffffffb3;
  121. border-radius: 7px;
  122. padding: 5px;
  123. left: 0px;
  124. }
  125. #text06, #text08, #text14, #text12 {
  126. font-family: windows;
  127. }
  128.  
  129. #image02 {
  130. position: absolute;
  131. bottom: 1em;
  132. left: 10px;
  133. }
  134.  
  135. #text07, #text13, #text10 {
  136. width: 13em;
  137. height: 9.25em;
  138. font-family: windows;
  139. letter-spacing: 0.5px;
  140. background: #ffffff4d;
  141. border: 1px solid #ffffffb3;
  142. border-radius: 7px 0px 0px 7px;
  143. padding: 5px;
  144. margin: 5px 0px;
  145. overflow: auto;
  146. -webkit-animation: swing-in-bottom-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
  147. animation: swing-in-bottom-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
  148. left: 0px;
  149. }
  150. </style>
Advertisement
Add Comment
Please, Sign In to add comment