dollcrds

monster drr ac (standard version) main code

Mar 16th, 2024
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. <style>
  2. #container01 {
  3. height: 240px;
  4. background: #FFFFFF;
  5. border: 2px solid #544035;
  6. border-radius: 10px;
  7. width: 190px;
  8. left: 1em;
  9. bottom: 11em;
  10. position: absolute;
  11. }
  12. @media only screen and (max-width: 600px) {
  13. #container01 {
  14. height: 205px;
  15. width: 160px;
  16. bottom: 12em;
  17. }
  18. }
  19.  
  20. #text01 {
  21. font-family: Nintendo-DS-BIOS;
  22. font-size: 1em;
  23. }
  24.  
  25. @media only screen and (max-width: 600px) {
  26. #text01 {
  27. font-size: 1.25em;
  28. }
  29. }
  30.  
  31. #text02 {
  32. font-family:'cupcake';
  33. position: absolute;
  34. z-index: 3;
  35. left: 2.5em;
  36. top: -1.5em;
  37. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  38. animation-name: floating;
  39. animation-duration: 3s;
  40. animation-iteration-count: infinite;
  41. animation-timing-function: ease-in-out;
  42. }
  43.  
  44. @media only screen and (max-width: 600px) {
  45. #text02 {
  46. left: 0.2em;
  47. }
  48. }
  49.  
  50. #container02 {
  51. height: 85px;
  52. background: #FFFFFF;
  53. border: 2px solid #544035;
  54. border-radius: 10px;
  55. width: 190px;
  56. left: 1em;
  57. bottom: 5em;
  58. position: absolute;
  59. }
  60.  
  61. @media only screen and (max-width: 600px) {
  62. #container02 {
  63. height: 85px;
  64. width: 160px;
  65. bottom: 4.75em;
  66. }
  67. }
  68.  
  69. #text03 {
  70. height: 65px;
  71. font-family: Nintendo-DS-BIOS;
  72. overflow-y: auto;
  73. font-size: 1em;
  74. }
  75.  
  76. @media only screen and (max-width: 600px) {
  77. #text03 {
  78. height: 70px;
  79. font-size: 1.25em;
  80. }
  81. }
  82.  
  83. #container03 {
  84. left: -.5em;
  85. bottom: 0.5em;
  86. position: absolute;
  87. width: 15em;
  88. }
  89. @media only screen and (max-width: 600px) {
  90. #container03 {
  91. height: 85px;
  92. bottom: -2.25em;
  93. }
  94. }
  95.  
  96. #container04 {
  97. position: absolute;
  98. z-index: 3;
  99. left: 12.5em;
  100. top: 0.25em;
  101. width: 200px;
  102. }
  103.  
  104. @media only screen and (max-width: 600px) {
  105. #container04 {
  106. left: 13.5em;
  107. top: 0.75em;
  108. width: 170px;
  109. }
  110. }
  111.  
  112. #text04, #text06 {
  113. font-family:'cupcake';
  114. z-index: 3;
  115. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  116. }
  117.  
  118. #container05 {
  119. height: 150px;
  120. background: #FFFFFF;
  121. border: 3px solid #544035;
  122. width: 200px;
  123. left: 12.5em;
  124. bottom: 14.125em;
  125. position: absolute;
  126. }
  127.  
  128. @media only screen and (max-width: 600px) {
  129. #container05 {
  130. height: 125px;
  131. width: 140px;
  132. left: 13.5em;
  133. bottom: 15.875em;
  134. }
  135. }
  136.  
  137. #text05 {
  138. height: 140px;
  139. font-family: Nintendo-DS-BIOS;
  140. overflow-y: auto;
  141. font-size: 1em;
  142. }
  143. #text07 {
  144. height: 125px;
  145. font-family: Nintendo-DS-BIOS;
  146. overflow-y: auto;
  147. font-size: 1em;
  148. }
  149.  
  150. #text05 mark {border-radius: 90%;}
  151.  
  152. #text07 mark {border-radius: 90%;}
  153.  
  154. @media only screen and (max-width: 600px) {#text05, #text07 {height: 115px;font-size: 1.25em;}}
  155.  
  156. #container06 {left: 11em;bottom: 9.75em;position: absolute;}
  157.  
  158. @media only screen and (max-width: 600px) {#container06 {left: 11.5em;bottom: 12.25em;position: absolute;}}
  159.  
  160. #container07 {position: absolute;z-index: 3;left: 12.5em;top: 15.5em;width: 200px;}
  161.  
  162. @media only screen and (max-width: 600px) {#container07 {position: absolute;left: 11.25em;top: 16em; width:170px}}
  163.  
  164. #container08 {height: 132px;background: #FFFFFF;border: 3px solid #544035;width: 200px;left: 12.5em;bottom: -0.125em;position: absolute;}
  165. @media only screen and (max-width: 600px) {#container08 {position: absolute;left: 13.5em;top: 18em; width: 140px;}}
  166. </style>
Advertisement
Add Comment
Please, Sign In to add comment