dollcrds

cr carrdmestre ib ikisschris PRO STANDARD

Apr 20th, 2024 (edited)
429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. <style>
  2. #container02 > .wrapper {
  3. position: absolute;
  4. z-index: 99;
  5. top: -25em;
  6. }
  7.  
  8. #text01 {
  9. background: #bf111e;
  10. border: 1px solid black;
  11. border-radius: 50%;
  12. top: -0.5em;
  13. font-family: roman;
  14. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  15. }
  16.  
  17. #text03 mark {
  18. background: black;
  19. border-radius: 15px 15px 15px;
  20. padding: 2px;
  21. }
  22.  
  23. #container03 > .wrapper {
  24. position: absolute;
  25. z-index: 9;
  26. top: -23.25em;
  27. left: -1em;
  28. }
  29. @media only screen and (max-width: 600px) {
  30. #container03 {
  31. left: 0em;
  32. width: 20em;
  33. }
  34. }
  35. #container04 > .wrapper,
  36. #container05 > .wrapper,
  37. #container06 > .wrapper {
  38. background: white;
  39. border-radius: 15px 0px 0px 15px;
  40. height: 8em;
  41. overflow: auto;
  42. width: 14em;
  43. position: absolute;
  44. z-index: 999;
  45. top: -13.25em;
  46. left: -0.25em;
  47. }
  48. @media only screen and (max-width: 600px) {
  49. #container04, #container05, #container06 {
  50. left: 0.5em;
  51. }
  52. }
  53. #text04, #text06, #text08, #text10, #text12, #text14 {
  54. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  55. background: radial-gradient(#bf111e 5%, #FFFFFF 50%);
  56. }
  57. </style>
Advertisement
Add Comment
Please, Sign In to add comment