dollcrds

h4izhe blue carrd main code (standard version)

Mar 7th, 2024 (edited)
829
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. <style>
  2. #container02 {
  3. position: absolute;
  4. bottom: 4em;
  5. left: 11em;
  6. }
  7. @media only screen and (max-width: 600px) {
  8. #container02 {
  9. width: 20em;
  10. left: 10em;
  11. }
  12. }
  13.  
  14. #container04, #container05, #container03 {
  15. position: absolute;
  16. bottom: 5.5em;
  17. left: 12.5em;
  18. height: 10em;
  19. width: 15em;
  20. overflow-y: scroll;
  21. }
  22.  
  23. @media only screen and (max-width: 600px) {
  24. #container04, #container05, #container03 {
  25. width: 16em;
  26. left: 12em;
  27. }
  28. }
  29.  
  30. #text01, #text02, #text03, #text04, #text05, #text06, #text13 {
  31. font-family: roman;
  32. border: solid 1px grey;
  33. text-shadow: -1px 0 #525252, 0 1px #525252, 1px 0 #525252, 0 -1px #525252, 0 0;
  34. border-radius: 0px 20px 20px 0px;
  35. width: 5em;
  36. box-shadow: inset 7px 0 7px -9px grey, inset -7px 0 7px -9px grey, inset 0 -7px 7px -9px grey;
  37. padding: 1px;
  38. background: white;
  39. }
  40.  
  41. #text07, #text08, #text09, #text10, #text11, #text12, #text14 {
  42. font-family: windows;
  43. }
  44.  
  45. #container06 {
  46. position: absolute;
  47. bottom: 14.5em;
  48. left: 1em;
  49. width: 12em;
  50. }
  51.  
  52. #container07 {
  53. position: absolute;
  54. bottom: 15em;
  55. left: 1.5em;
  56. height: 7em;
  57. width: 11em;
  58. z-index: 9999;
  59. }
  60.  
  61. #image01 {
  62. border-radius: 175%;
  63. }
  64.  
  65. #container08 {
  66. position: absolute;
  67. bottom: 3em;
  68. left: 1em;
  69. height: 11em;
  70. width: 9.5em;
  71. animation-name: floating;
  72. animation-duration: 3s;
  73. animation-iteration-count: infinite;
  74. animation-timing-function: ease-in-out;
  75. }
  76. #text15, #text16, #text17 {
  77. font-family: roman;
  78. border: solid 1px grey;
  79. text-shadow: -1px 0 #525252, 0 1px #525252, 1px 0 #525252, 0 -1px #525252, 0 0;
  80. border-radius: 20px 0px 0px 20px;
  81. width: 4.75em;
  82. box-shadow: inset 7px 0 7px -9px grey, inset -7px 0 7px -9px grey, inset 0 -7px 7px -9px grey;
  83. padding: 5px;
  84. background: white;
  85. }
  86. </style>
Advertisement
Add Comment
Please, Sign In to add comment