styles.css 746 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:relative;
  5. left:-41px;
  6. width:2490px;
  7. margin-left:auto;
  8. margin-right:auto;
  9. text-align:left;
  10. }
  11. .form_sketch {
  12. border-color:transparent;
  13. background-color:transparent;
  14. }
  15. #base {
  16. position:absolute;
  17. z-index:0;
  18. }
  19. #u539_img {
  20. border-width:0px;
  21. position:absolute;
  22. left:0px;
  23. top:0px;
  24. width:2490px;
  25. height:2520px;
  26. }
  27. #u539 {
  28. border-width:0px;
  29. position:absolute;
  30. left:41px;
  31. top:39px;
  32. width:2490px;
  33. height:2520px;
  34. display:flex;
  35. }
  36. #u539 .text {
  37. position:absolute;
  38. align-self:center;
  39. padding:2px 2px 2px 2px;
  40. box-sizing:border-box;
  41. width:100%;
  42. }
  43. #u539_text {
  44. border-width:0px;
  45. word-wrap:break-word;
  46. text-transform:none;
  47. visibility:hidden;
  48. }