89 lines
No EOL
1.1 KiB
CSS
Executable file
89 lines
No EOL
1.1 KiB
CSS
Executable file
body, html {
|
|
margin:0;
|
|
padding:0;
|
|
color:#000;
|
|
background-color: #fff;
|
|
}
|
|
|
|
img {
|
|
padding: 12px;
|
|
border: #bbb dotted thin;
|
|
}
|
|
|
|
h1 {
|
|
font-family: Georgia, serif;
|
|
letter-spacing: 3px;
|
|
font-size: 16px;
|
|
position: relative;
|
|
margin-left: 22%;
|
|
}
|
|
|
|
h2 {
|
|
font-family: Georgia, serif;
|
|
font-size: 14px;
|
|
position: relative;
|
|
margin-left: 22%;
|
|
}
|
|
|
|
.inpSection {
|
|
margin-top: 6%;
|
|
position: relative;
|
|
border: #bbb dotted thin;
|
|
}
|
|
|
|
.inp {
|
|
font-family: sans-serif;
|
|
font-size: 10px;
|
|
display: block;
|
|
}
|
|
|
|
.inpTxt {
|
|
width: 18px;
|
|
text-align: right;
|
|
overflow: visible;
|
|
margin-right: 20px;
|
|
display: inline;
|
|
}
|
|
|
|
form {
|
|
padding: 7px 0 20px 20%;
|
|
}
|
|
|
|
input {
|
|
margin: 12px 15px 0 15px;
|
|
}
|
|
|
|
select {
|
|
margin: 12px 0 0 15px;
|
|
}
|
|
|
|
#status {
|
|
font-size: 10px;
|
|
color: red;
|
|
margin:15px 20px 0 0;
|
|
position: relative;
|
|
left: 20px;
|
|
}
|
|
|
|
#loading {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
visibility: hidden;
|
|
background: white url('../images/downloading.gif') no-repeat fixed center center;
|
|
}
|
|
|
|
#ready {
|
|
text-align: center;
|
|
font-size: 14px;
|
|
text-decoration: blink;
|
|
}
|
|
|
|
.btn {
|
|
font-family: sans-serif;
|
|
font-size: 10px;
|
|
}
|
|
|