2016-01-15 03:30:25 +01:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
|
|
|
|
body, html {
|
|
|
|
border: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
2016-01-10 01:53:48 +01:00
|
|
|
#rzLogo {
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2016-01-15 03:30:25 +01:00
|
|
|
margin-top: 60px;
|
2016-01-10 01:53:48 +01:00
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
#searchContainer {
|
|
|
|
width: 60%;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
#rzSearch {
|
|
|
|
width: 70%;
|
2016-01-15 03:30:25 +01:00
|
|
|
}
|
|
|
|
#rzFooter {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
#rzFooterText {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
a:link { color: blue; }
|
|
|
|
a:hover { color: blue; }
|
|
|
|
a:active { color: blue; }
|
|
|
|
a:visited { color: blue; }
|