You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.2 KiB
66 lines
1.2 KiB
body {
|
|
margin:0px;
|
|
background-image:none;
|
|
position:relative;
|
|
left:-281px;
|
|
width:300px;
|
|
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:300px;
|
|
height:170px;
|
|
background:inherit;
|
|
background-color:rgba(255, 255, 255, 1);
|
|
box-sizing:border-box;
|
|
border-width:1px;
|
|
border-style:solid;
|
|
border-color:rgba(121, 121, 121, 1);
|
|
border-radius:0px;
|
|
-moz-box-shadow:none;
|
|
-webkit-box-shadow:none;
|
|
box-shadow:none;
|
|
font-family:'Arial Negreta', 'Arial Normal', 'Arial';
|
|
font-weight:700;
|
|
font-style:normal;
|
|
font-size:36px;
|
|
}
|
|
#u1 {
|
|
border-width:0px;
|
|
position:absolute;
|
|
left:281px;
|
|
top:195px;
|
|
width:300px;
|
|
height:170px;
|
|
display:flex;
|
|
font-family:'Arial Negreta', 'Arial Normal', 'Arial';
|
|
font-weight:700;
|
|
font-style:normal;
|
|
font-size:36px;
|
|
}
|
|
#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;
|
|
}
|