styles.css
729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
body {
margin:0px;
background-image:none;
position:static;
left:auto;
width:1320px;
margin-left:0;
margin-right:0;
text-align:left;
}
.form_sketch {
border-color:transparent;
background-color:transparent;
}
#base {
position:absolute;
z-index:0;
}
#u0_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1266px;
height:1665px;
}
#u0 {
border-width:0px;
position:absolute;
left:54px;
top:51px;
width:1266px;
height:1665px;
display:flex;
}
#u0 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u0_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}