1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- body {
- margin:0px;
- background-image:none;
- position:relative;
- left:-86px;
- 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;
- }
- #u0_div {
- border-width:0px;
- position:absolute;
- left:0px;
- top:0px;
- width:1000px;
- height:920px;
- 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:40px;
- }
- #u0 {
- border-width:0px;
- position:absolute;
- left:86px;
- top:52px;
- width:1000px;
- height:920px;
- display:flex;
- line-height:40px;
- }
- #u0 .text {
- position:absolute;
- align-self:flex-start;
- padding:0px 0px 0px 0px;
- box-sizing:border-box;
- width:100%;
- }
- #u0_text {
- border-width:0px;
- word-wrap:break-word;
- text-transform:none;
- }
|