styles.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:relative;
  5. left:-112px;
  6. width:2036px;
  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. #u2_img {
  20. border-width:0px;
  21. position:absolute;
  22. left:0px;
  23. top:0px;
  24. width:1198px;
  25. height:2554px;
  26. }
  27. #u2 {
  28. border-width:0px;
  29. position:absolute;
  30. left:950px;
  31. top:99px;
  32. width:1198px;
  33. height:2554px;
  34. display:flex;
  35. }
  36. #u2 .text {
  37. position:absolute;
  38. align-self:center;
  39. padding:2px 2px 2px 2px;
  40. box-sizing:border-box;
  41. width:100%;
  42. }
  43. #u2_text {
  44. border-width:0px;
  45. word-wrap:break-word;
  46. text-transform:none;
  47. visibility:hidden;
  48. }
  49. #u3_img {
  50. border-width:0px;
  51. position:absolute;
  52. left:0px;
  53. top:0px;
  54. width:803px;
  55. height:1972px;
  56. }
  57. #u3 {
  58. border-width:0px;
  59. position:absolute;
  60. left:112px;
  61. top:67px;
  62. width:803px;
  63. height:1972px;
  64. display:flex;
  65. }
  66. #u3 .text {
  67. position:absolute;
  68. align-self:center;
  69. padding:2px 2px 2px 2px;
  70. box-sizing:border-box;
  71. width:100%;
  72. }
  73. #u3_text {
  74. border-width:0px;
  75. word-wrap:break-word;
  76. text-transform:none;
  77. visibility:hidden;
  78. }