1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- body {
- margin:0px;
- background-image:none;
- position:relative;
- left:-49px;
- width:1000px;
- margin-left:auto;
- margin-right:auto;
- text-align:left;
- }
- .form_sketch {
- border-color:transparent;
- background-color:transparent;
- }
- #base {
- position:absolute;
- z-index:0;
- }
- #u1_div {
- border-width:0px;
- position:absolute;
- left:0px;
- top:0px;
- width:1000px;
- height:2970px;
- background:inherit;
- background-color:rgba(255, 255, 255, 0);
- border:none;
- border-radius:0px;
- -moz-box-shadow:none;
- -webkit-box-shadow:none;
- box-shadow:none;
- line-height:30px;
- }
- #u1 {
- border-width:0px;
- position:absolute;
- left:49px;
- top:43px;
- width:1000px;
- height:2970px;
- display:flex;
- line-height:30px;
- }
- #u1 .text {
- position:absolute;
- align-self:flex-start;
- padding:0px 0px 0px 0px;
- box-sizing:border-box;
- width:100%;
- }
- #u1_text {
- border-width:0px;
- word-wrap:break-word;
- text-transform:none;
- }
|