123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- body {
- margin:0px;
- background-image:none;
- position:relative;
- left:-100px;
- width:1902px;
- margin-left:auto;
- margin-right:auto;
- text-align:left;
- }
- .form_sketch {
- border-color:transparent;
- background-color:transparent;
- }
- #base {
- position:absolute;
- z-index:0;
- }
- #u1_img {
- border-width:0px;
- position:absolute;
- left:0px;
- top:0px;
- width:1902px;
- height:2918px;
- }
- #u1 {
- border-width:0px;
- position:absolute;
- left:100px;
- top:73px;
- width:1902px;
- height:2918px;
- display:flex;
- }
- #u1 .text {
- position:absolute;
- align-self:center;
- padding:2px 2px 2px 2px;
- box-sizing:border-box;
- width:100%;
- }
- #u1_text {
- border-width:0px;
- word-wrap:break-word;
- text-transform:none;
- visibility:hidden;
- }
|