0.9.0 - the ZapV version updated to current php standards. Brave search used, while Bing and Google search api are deprecated
This commit is contained in:
parent
3d4298fe8b
commit
4ddaddda3d
31 changed files with 1778 additions and 1 deletions
89
www/css/style.css
Executable file
89
www/css/style.css
Executable file
|
|
@ -0,0 +1,89 @@
|
|||
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;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue