dollcrds

cr akechigoros style

Mar 28th, 2024
617
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. <style>
  2. #text01 {
  3. font-family: stabillo medium;
  4. z-index: 99;
  5. top: 0.25em;
  6. }
  7. #image02 {
  8. position: absolute;
  9. z-index: 99999;
  10. left: 8em;
  11. top: 12em;
  12. animation-name: floating;
  13. animation-duration: 3s;
  14. animation-iteration-count: infinite;
  15. animation-timing-function: ease-in-out;
  16. filter: drop-shadow(1px 1px 0 #FFA8C6) drop-shadow(-1px 1px 0 #FFA8C6) drop-shadow(0 -1px 0 #FFA8C6) drop-shadow(0 1px 1px #FFA8C6) drop-shadow(0 -1px 1px #FFA8C6);
  17. }
  18. @media only screen and (max-width: 600px) {
  19. #image02 {
  20. left: 2em;
  21. }
  22. }
  23.  
  24. #image03 {
  25. position: absolute;
  26. z-index: 99999;
  27. left: 22em;
  28. top: 17em;
  29. filter: drop-shadow(1px 1px 0 #FFA8C6) drop-shadow(-1px 1px 0 #FFA8C6) drop-shadow(0 -1px 0 #FFA8C6) drop-shadow(0 1px 1px #FFA8C6) drop-shadow(0 -1px 1px #FFA8C6);
  30. }
  31. @media only screen and (max-width: 600px) {
  32. #image03 {
  33. left: 15em;
  34. }
  35. }
  36. #container01 > .wrapper {
  37. width: 13em;
  38. }
  39.  
  40. #container02 > .wrapper {
  41. width: 6em;
  42. height: 8em;
  43. box-shadow: inset 17px 0 17px -19px #FFA8C6, inset -17px 0 17px -19px #FFA8C6, inset 0 -17px 17px -19px #FFA8C6;
  44. position: absolute;
  45. z-index: 999;
  46. top: -11em;
  47. left: 24em;
  48. }
  49.  
  50. @media only screen and (max-width: 600px) {
  51. #container02 {
  52. left: -5em;
  53. }
  54. }
  55.  
  56. #text02 {
  57. font-family: stabillo medium;
  58. z-index: 99;
  59. top: 0.25em;
  60. }
  61.  
  62. #text03, #text04, #text05 {
  63. font-family: hearts;
  64. text-shadow: -1px 0 #ababab, 0 1px #ababab, 1px 0 #ababab, 0 -1px #ababab, 0 0;
  65. background: #FFA8C6;
  66. border-radius: 15px 15px 15px 15px;
  67. }
  68. #image04 {
  69. position: absolute;
  70. z-index: 9999;
  71. top: 6.5em;
  72. left: 27.5em;
  73. }
  74. @media only screen and (max-width: 600px) {
  75. #image04 {
  76. left: 21.5em;
  77. }
  78. }
  79.  
  80. #text06, #text07, #text08 {
  81. font-family: hearts;
  82. border: 2px solid #FFA8C6;
  83. border-radius: 10px 10px 10px 10px;
  84. padding: 5px;
  85. background: white;
  86. height: 11em;
  87. overflow-y: scroll;
  88. position:absolute;
  89. z-index: 999;
  90. top: 7.5em;
  91. left: 14.625em;
  92. width: 11em;
  93. }
  94. @media only screen and (max-width: 600px) {
  95. #text06, #text07, #text08 {
  96. left: 9.125em;
  97. width: 10em;
  98. }
  99. }
  100. </style>
Advertisement
Add Comment
Please, Sign In to add comment