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.
52 lines
721 B
52 lines
721 B
13 years ago
|
html, body{
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
12 years ago
|
border-radius: 35px;
|
||
12 years ago
|
overflow: hidden;
|
||
12 years ago
|
font-family: sans-serif;
|
||
13 years ago
|
}
|
||
|
|
||
|
body{
|
||
|
background-image: url(../img/bg.png);
|
||
|
}
|
||
|
|
||
|
h1{
|
||
|
font-size:18px;
|
||
|
margin-bottom:20px;
|
||
|
margin-top:0px;
|
||
|
}
|
||
12 years ago
|
|
||
13 years ago
|
#ub-widget{
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
min-height: 180px;
|
||
|
overflow: auto;
|
||
|
color: white;
|
||
12 years ago
|
word-wrap: break-word;
|
||
13 years ago
|
}
|
||
|
|
||
|
input{
|
||
|
font-size: 14pt;
|
||
|
}
|
||
|
|
||
|
.inputbox{
|
||
|
width:50px;
|
||
|
}
|
||
|
|
||
|
button{
|
||
|
width: 80px;
|
||
|
}
|
||
|
|
||
|
input.percent{
|
||
|
width: 100%;
|
||
|
margin: 0px; padding: 0px;
|
||
|
border-width: 0px;
|
||
|
}
|
||
|
.inputwrap{
|
||
|
border-style: solid;
|
||
|
border-width: 1px;
|
||
|
border-color: #dbdfe6;
|
||
|
border-top-color: #abadb3;
|
||
|
}
|