49 lines
727 B
CSS
49 lines
727 B
CSS
body {
|
|
margin:0px;
|
|
background-image:none;
|
|
position:static;
|
|
left:auto;
|
|
width:1056px;
|
|
margin-left:0;
|
|
margin-right:0;
|
|
text-align:left;
|
|
}
|
|
.form_sketch {
|
|
border-color:transparent;
|
|
background-color:transparent;
|
|
}
|
|
#base {
|
|
position:absolute;
|
|
z-index:0;
|
|
}
|
|
#u2_img {
|
|
border-width:0px;
|
|
position:absolute;
|
|
left:0px;
|
|
top:0px;
|
|
width:1038px;
|
|
height:842px;
|
|
}
|
|
#u2 {
|
|
border-width:0px;
|
|
position:absolute;
|
|
left:18px;
|
|
top:19px;
|
|
width:1038px;
|
|
height:842px;
|
|
display:flex;
|
|
}
|
|
#u2 .text {
|
|
position:absolute;
|
|
align-self:center;
|
|
padding:2px 2px 2px 2px;
|
|
box-sizing:border-box;
|
|
width:100%;
|
|
}
|
|
#u2_text {
|
|
border-width:0px;
|
|
word-wrap:break-word;
|
|
text-transform:none;
|
|
visibility:hidden;
|
|
}
|