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.
50 lines
650 B
50 lines
650 B
html, body{
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
border-radius: 35px;
|
|
overflow: hidden;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
body{
|
|
background-image: url(../img/bg.png);
|
|
}
|
|
|
|
h1{
|
|
font-size:18px;
|
|
margin-bottom:20px;
|
|
margin-top:0px;
|
|
}
|
|
#ub-widget{
|
|
width: 100%;
|
|
height: 100%;
|
|
min-height: 180px;
|
|
overflow: auto;
|
|
color: white;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
input{
|
|
font-size: 14pt;
|
|
}
|
|
|
|
.inputbox{
|
|
width:50px;
|
|
}
|
|
|
|
button{
|
|
width: 80px;
|
|
}
|
|
|
|
textarea{
|
|
font: 32px tahoma;
|
|
letter-spacing: 0.1em;
|
|
width: 98%;
|
|
min-height: 200px;
|
|
resize: vertical;
|
|
}
|
|
.inputwrap{
|
|
|
|
} |