styles.css 932 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:relative;
  5. left:-49px;
  6. width:1000px;
  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. #u1_div {
  20. border-width:0px;
  21. position:absolute;
  22. left:0px;
  23. top:0px;
  24. width:1000px;
  25. height:2970px;
  26. background:inherit;
  27. background-color:rgba(255, 255, 255, 0);
  28. border:none;
  29. border-radius:0px;
  30. -moz-box-shadow:none;
  31. -webkit-box-shadow:none;
  32. box-shadow:none;
  33. line-height:30px;
  34. }
  35. #u1 {
  36. border-width:0px;
  37. position:absolute;
  38. left:49px;
  39. top:43px;
  40. width:1000px;
  41. height:2970px;
  42. display:flex;
  43. line-height:30px;
  44. }
  45. #u1 .text {
  46. position:absolute;
  47. align-self:flex-start;
  48. padding:0px 0px 0px 0px;
  49. box-sizing:border-box;
  50. width:100%;
  51. }
  52. #u1_text {
  53. border-width:0px;
  54. word-wrap:break-word;
  55. text-transform:none;
  56. }